commit db04bc44f2982ae8e39f10d056bc7cfe7804d4fd
parent 4e3a64b5a10d5f8329ab2af503770e5276beca20
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Tue, 4 Oct 2022 17:34:45 +0000
some inactive prefs at default since 102+
- dom.vr.enabled - false FF97+
- network.http.altsvc.oe - false FF94+
- dom.netinfo.enabled - android joined desktop as false FF99+
- browser.tabs.warnOnClose - falsefalse FF94+
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
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: 3-October-2022
+ Last updated: 5-October-2022
Instructions:
- [optional] close Firefox and backup your profile
@@ -241,10 +241,14 @@
'browser.newtab.preload',
'browser.newtabpage.activity-stream.feeds.discoverystreamfeed',
'browser.newtabpage.activity-stream.feeds.snippets',
- 'extensions.formautofill.available',
+ 'browser.tabs.warnOnClose',
+ 'dom.netinfo.enabled',
+ 'dom.vr.enabled',
'extensions.formautofill.addresses.supported',
+ 'extensions.formautofill.available',
'extensions.formautofill.creditCards.available',
'extensions.formautofill.creditCards.supported',
+ 'network.http.altsvc.oe',
/* 92-102 */
'browser.urlbar.trimURLs',
'dom.caches.enabled',