commit 8bc25b552db5fb1d0fbe5cd248bbc15c4aa216db
parent c8c86262d7dc21cfc1329cfc7fafdb286149d21d
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sun, 12 Dec 2021 15:30:53 +0000
expand 0650 to include any removed item
this should reduce any dependency on the scratchpad script
Diffstat:
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/user.js b/user.js
@@ -1128,8 +1128,13 @@ user_pref("privacy.firstparty.isolate", false); // [DEFAULT: false]
* In FF96+ these are listed in about:compat
* [1] https://blog.mozilla.org/security/2021/03/23/introducing-smartblock/ ***/
user_pref("extensions.webcompat.enable_shims", true); // [DEFAULT: true]
-/* 6050: prefsCleaner: reset previously active items removed from arkenfox FF92+ ***/
- // placeholder
+/* 6050: prefsCleaner: reset items removed from arkenfox FF92+ ***/
+ // user_pref(""dom.caches.enabled", "");
+ // user_pref(""dom.storageManager.enabled", "");
+ // user_pref(""dom.storage_access.enabled", "");
+ // user_pref(""privacy.firstparty.isolate.block_post_message", "");
+ // user_pref(""privacy.firstparty.isolate.restrict_opener_access", "");
+ // user_pref(""privacy.firstparty.isolate.use_site", "");
/*** [SECTION 7000]: DON'T BOTHER ***/
user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies!");