From d040b95ed293548cbdff13c0c10367807ac0ec30 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 23 Aug 2022 17:29:47 +0000 Subject: [PATCH] also reset the prefs migrated to .supported also hides/shows the UI. There is no need for this, it is overkill (and users might never be able to work out how to get them back). The .enabled prefs are enough to toggle the checkboxes IF they show based on .supportedCountries (which relies on browser.search.region) --- user.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user.js b/user.js index 85b642c..bf3df89 100644 --- a/user.js +++ b/user.js @@ -1083,7 +1083,9 @@ user_pref("extensions.webcompat-reporter.enabled", false); // [DEFAULT: false] // user_pref("security.insecure_connection_text.enabled", ""); /* 6051: prefsCleaner: reset items removed from arkenfox FF102+ ***/ // user_pref("extensions.formautofill.available", ""); + // user_pref("extensions.formautofill.addresses.supported", ""); // user_pref("extensions.formautofill.creditCards.available", ""); + // user_pref("extensions.formautofill.creditCards.supported", ""); /*** [SECTION 7000]: DON'T BOTHER ***/ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies!");