fix syntax

This commit is contained in:
Thorin-Oakenpants 2021-12-12 15:44:39 +00:00 committed by GitHub
parent 8de87de050
commit 78297132b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

12
user.js
View File

@ -1129,12 +1129,12 @@ user_pref("privacy.firstparty.isolate", false); // [DEFAULT: false]
* [1] https://blog.mozilla.org/security/2021/03/23/introducing-smartblock/ ***/
user_pref("extensions.webcompat.enable_shims", true); // [DEFAULT: true]
/* 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", "");
// 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!");