From 32afc0b38dd8e20b5a10ce757faf56e5c6851c4b Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Thu, 2 Mar 2023 18:51:00 +0100 Subject: [PATCH] Removes duplicate `network.cookie.lifetimePolicy` This commit is a follow-up for d8d79d6c, where we re-introduced this preference, during a (partial) revert, to workaround the lack of strict ETP support. > closes #33 --- user.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/user.js b/user.js index a4a547d..c299b5c 100644 --- a/user.js +++ b/user.js @@ -761,11 +761,6 @@ user_pref("network.cookie.cookieBehavior", 2); * [1] https://feeding.cloud.geek.nz/posts/tweaking-cookies-for-privacy-in-firefox/ ***/ user_pref("network.cookie.thirdparty.sessionOnly", true); user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // [FF58+] -/* 2703: delete cookies and site data on close - * 0=keep until they expire (default), 2=keep until you close Thunderbird - * [NOTE] The setting below is disabled (but not changed) if you block all cookies (2701 = 2) - * [SETTING] Privacy & Security > Privacy > Web Content > Keep until: "I close Thunderbird" ***/ -user_pref("network.cookie.lifetimePolicy", 2); /* 2710: enable Enhanced Tracking Protection (ETP) in all windows ***/ user_pref("privacy.trackingprotection.enabled", true); /* 2711: enable various ETP lists ***/