Skip to content

Commit

Permalink
Removes duplicate network.cookie.lifetimePolicy
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Samuel FORESTIER committed Mar 2, 2023
1 parent 3266390 commit 32afc0b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***/
Expand Down

0 comments on commit 32afc0b

Please sign in to comment.