Skip to content

Commit 32afc0b

Browse files
author
Samuel FORESTIER
committed
Removes duplicate network.cookie.lifetimePolicy
This commit is a follow-up for d8d79d6, where we re-introduced this preference, during a (partial) revert, to workaround the lack of strict ETP support. > closes #33
1 parent 3266390 commit 32afc0b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

user.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -761,11 +761,6 @@ user_pref("network.cookie.cookieBehavior", 2);
761761
* [1] https://feeding.cloud.geek.nz/posts/tweaking-cookies-for-privacy-in-firefox/ ***/
762762
user_pref("network.cookie.thirdparty.sessionOnly", true);
763763
user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // [FF58+]
764-
/* 2703: delete cookies and site data on close
765-
* 0=keep until they expire (default), 2=keep until you close Thunderbird
766-
* [NOTE] The setting below is disabled (but not changed) if you block all cookies (2701 = 2)
767-
* [SETTING] Privacy & Security > Privacy > Web Content > Keep until: "I close Thunderbird" ***/
768-
user_pref("network.cookie.lifetimePolicy", 2);
769764
/* 2710: enable Enhanced Tracking Protection (ETP) in all windows ***/
770765
user_pref("privacy.trackingprotection.enabled", true);
771766
/* 2711: enable various ETP lists ***/

0 commit comments

Comments
 (0)