mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-02 15:03:39 +02:00
tweak 2703: draft 2
This commit is contained in:
parent
9806bd685b
commit
6efb5dccf5
1 changed files with 3 additions and 2 deletions
5
user.js
5
user.js
|
@ -1416,9 +1416,10 @@ user_pref("network.cookie.cookieBehavior", 1);
|
|||
user_pref("network.cookie.thirdparty.sessionOnly", true);
|
||||
user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // [FF58+]
|
||||
/* 2703: delete cookies and site data on close
|
||||
* [NOTE] The setting below is disabled you block all cookies (2701 = 2)
|
||||
* [NOTE] This is *NOT* the same as 2802 + 2803 (clearing data on shutdown)
|
||||
* [NOTE] The setting below is disabled (but not changed) if you block all cookies (2701 = 2)
|
||||
* [SETTING] Privacy>Cookies and Site Data>Delete cookies and site data when Firefox is closed ***/
|
||||
// user_pref("network.cookie.lifetimePolicy", 0); // 0=delete, 2=keep
|
||||
// user_pref("network.cookie.lifetimePolicy", 0); // 0=delete, 2=do nothing
|
||||
/* 2705: disable HTTP sites setting cookies with the "secure" directive [FF52+]
|
||||
* [1] https://developer.mozilla.org/Firefox/Releases/52#HTTP ***/
|
||||
user_pref("network.cookie.leave-secure-alone", true); // [DEFAULT: true]
|
||||
|
|
Loading…
Add table
Reference in a new issue