Skip to content

Commit

Permalink
0517: formautofill.creditCards.enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Aug 27, 2017
2 parents eab3a0b + 4977d01 commit ae83b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ user_pref("browser.onboarding.enabled", false);
* [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill
* [2] https://www.ghacks.net/2017/05/24/firefoxs-new-form-autofill-is-awesome/ ***/
user_pref("extensions.formautofill.addresses.enabled", false);
user_pref("extensions.formautofill.creditCards.enabled", false); // (FF56+)
user_pref("extensions.formautofill.experimental", false);
user_pref("extensions.formautofill.heuristics.enabled", false);
/* 0518: disable Web Compatibility Reporter (FF56+)
Expand Down

0 comments on commit ae83b83

Please sign in to comment.