user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 2b2e151f45b372bc99ef7cdffe86fa1fe6f24298
parent 0dba33688fe468aca9b58c60910201afb3b89f60
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 23 Aug 2022 16:52:38 +0000

extensions.formautofill

https://bugzilla.mozilla.org/1745248 - migrated to .supported in FF99
Diffstat:
Mscratchpad-scripts/arkenfox-cleanup.js | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js @@ -3,7 +3,7 @@ - removed from the arkenfox user.js - deprecated by Mozilla but listed in the arkenfox user.js in the past - Last updated: 31-August-2022 + Last updated: 23-August-2022 Instructions: - [optional] close Firefox and backup your profile @@ -237,6 +237,9 @@ 'toolkit.telemetry.unifiedIsOptIn', /* REMOVED */ + /* 103+ */ + 'extensions.formautofill.available', + 'extensions.formautofill.creditCards.available', /* 92-102 */ 'browser.urlbar.trimURLs', 'dom.caches.enabled',