From 662eddbc2124d9d09774da7d5bc385f45c287c0d Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Wed, 1 Jun 2022 13:51:19 +0000 Subject: [PATCH] network.cookie.thirdparty --- scratchpad-scripts/arkenfox-cleanup.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scratchpad-scripts/arkenfox-cleanup.js b/scratchpad-scripts/arkenfox-cleanup.js index 411d790..042649d 100644 --- a/scratchpad-scripts/arkenfox-cleanup.js +++ b/scratchpad-scripts/arkenfox-cleanup.js @@ -32,7 +32,7 @@ const aPREFS = [ /* DEPRECATED */ - /* FF92+ */ + /* 92-102 */ 'browser.urlbar.suggest.quicksuggest', // 95 'dom.securecontext.whitelist_onions', // 97 'network.http.spdy.enabled', // 100 @@ -42,7 +42,7 @@ 'layout.css.font-visibility.level', // 94 'security.csp.enable', // 99 'security.ssl3.rsa_des_ede3_sha', // 93 - /* FF79-91 */ + /* 79-91 */ 'browser.cache.offline.storage.enable', 'browser.download.hide_plugins_without_extensions', 'browser.library.activity-stream.enabled', @@ -231,11 +231,13 @@ 'toolkit.telemetry.unifiedIsOptIn', /* REMOVED */ - /* 92+ */ + /* 92-102 */ 'dom.caches.enabled', 'dom.storageManager.enabled', 'dom.storage_access.enabled', 'dom.targetBlankNoOpener.enabled', + 'network.cookie.thirdparty.sessionOnly', + 'network.cookie.thirdparty.nonsecureSessionOnly', 'privacy.firstparty.isolate.block_post_message', 'privacy.firstparty.isolate.restrict_opener_access', 'privacy.firstparty.isolate.use_site',