Bug 1521194 - Disable Credit Card Autofill by default so we dogfood/test what we ship. r=jaws

Differential Revision: https://phabricator.services.mozilla.com/D18015

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Matthew Noorenberghe 2019-01-30 19:20:39 +00:00
parent 0afe428384
commit 0227d26133

View File

@ -1707,11 +1707,10 @@ pref("browser.crashReports.unsubmittedCheck.autoSubmit2", false);
// "detect" means it's enabled if conditions defined in the extension are met.
#ifdef NIGHTLY_BUILD
pref("extensions.formautofill.available", "on");
pref("extensions.formautofill.creditCards.available", true);
#else
pref("extensions.formautofill.available", "detect");
pref("extensions.formautofill.creditCards.available", false);
#endif
pref("extensions.formautofill.creditCards.available", false);
pref("extensions.formautofill.addresses.enabled", true);
pref("extensions.formautofill.creditCards.enabled", true);
// Pref for shield/heartbeat to recognize users who have used Credit Card