From 29429d61859c8d3de6690f9224077f22705eb5aa Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 7 Oct 2023 02:30:00 +0000 Subject: [PATCH] add 6052 #1733 these no longer apply to ESR users (ESR102 is past EOL once FF118 is out), and is only listed now for prefsCleaner for those ESR users who use the live updated version. 6052 will be removed next release --- user.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/user.js b/user.js index c8d5803..cbf77b0 100644 --- a/user.js +++ b/user.js @@ -1008,6 +1008,13 @@ user_pref("extensions.quarantinedDomains.enabled", true); // [DEFAULT: true] // user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", ""); // user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", ""); // user_pref("privacy.partition.serviceWorkers", ""); +/* 6052: prefsCleaner: deprecated ESR102 items from FF103-115 ***/ + // user_pref("browser.cache.offline.enable", ""); + // user_pref("extensions.formautofill.heuristics.enabled", ""); + // user_pref("network.cookie.lifetimePolicy", ""); + // user_pref("privacy.clearsitedata.cache.enabled", ""); + // user_pref("privacy.resistFingerprinting.testGranularityMask", ""); + // user_pref("security.pki.sha1_enforcement_level", ""); /*** [SECTION 7000]: DON'T BOTHER ***/ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies!");