Skip to content

Commit

Permalink
remove dead prefs
Browse files Browse the repository at this point in the history
https://bugzilla.mozilla.org/show_bug.cgi?id=1745248 - they migrated to `.supported` prefs (values detect or off)
  • Loading branch information
Thorin-Oakenpants authored Aug 23, 2022
1 parent 8482908 commit ff8d63f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,6 @@ user_pref("browser.formfill.enable", false);
* [SETTING] Privacy & Security>Forms and Autofill>Autofill addresses
* [1] https://wiki.mozilla.org/Firefox/Features/Form_Autofill ***/
user_pref("extensions.formautofill.addresses.enabled", false); // [FF55+]
user_pref("extensions.formautofill.available", "off"); // [FF56+]
user_pref("extensions.formautofill.creditCards.available", false); // [FF57+]
user_pref("extensions.formautofill.creditCards.enabled", false); // [FF56+]
user_pref("extensions.formautofill.heuristics.enabled", false); // [FF55+]
/* 0820: disable coloring of visited links
Expand Down Expand Up @@ -1083,6 +1081,9 @@ user_pref("extensions.webcompat-reporter.enabled", false); // [DEFAULT: false]
// user_pref("privacy.firstparty.isolate.use_site", "");
// user_pref("privacy.window.name.update.enabled", "");
// user_pref("security.insecure_connection_text.enabled", "");
/* 6051: prefsCleaner: reset items removed from arkenfox FF102+ ***/
// user_pref("extensions.formautofill.available", "off"); // [FF56+]
// user_pref("extensions.formautofill.creditCards.available", false); // [FF57+]

/*** [SECTION 7000]: DON'T BOTHER ***/
user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies!");
Expand Down

0 comments on commit ff8d63f

Please sign in to comment.