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
This commit is contained in:
parent
32663905d0
commit
32afc0b38d
5
user.js
5
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 ***/
|
||||
|
|
Loading…
Reference in New Issue