mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1762649 - Fix credit card supported countries to use 'GB' code instead of 'UK'. r=sgalich
Differential Revision: https://phabricator.services.mozilla.com/D142724
This commit is contained in:
parent
dce3864b82
commit
33fa70370a
@ -4575,12 +4575,14 @@ pref("extensions.formautofill.available", "detect");
|
||||
pref("extensions.formautofill.addresses.supported", "detect");
|
||||
pref("extensions.formautofill.addresses.enabled", true);
|
||||
pref("extensions.formautofill.addresses.capture.enabled", false);
|
||||
// Supported countries need to follow ISO 3166-1 to align with "browser.search.region"
|
||||
pref("extensions.formautofill.addresses.supportedCountries", "US,CA");
|
||||
// Note: this ".available" pref is only used for migration purposes and will be removed/replaced later.
|
||||
pref("extensions.formautofill.creditCards.available", true);
|
||||
pref("extensions.formautofill.creditCards.supported", "detect");
|
||||
pref("extensions.formautofill.creditCards.enabled", true);
|
||||
pref("extensions.formautofill.creditCards.supportedCountries", "US,CA,UK,FR,DE");
|
||||
// Supported countries need to follow ISO 3166-1 to align with "browser.search.region"
|
||||
pref("extensions.formautofill.creditCards.supportedCountries", "US,CA,GB,FR,DE");
|
||||
// Temporary preference to control displaying the UI elements for
|
||||
// credit card autofill used for the duration of the A/B test.
|
||||
pref("extensions.formautofill.creditCards.hideui", false);
|
||||
|
Loading…
Reference in New Issue
Block a user