mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-24 03:13:57 +00:00
2703 again
- description needs to stay changed from just cookies since it also clears site data - keep the info about n days out of it, it's just messy (ESR users should be on version 60) - get the values correct (I mixed them up earlier) - fixup [setting] path - leave in one (of two) extra [notes] I previously added
This commit is contained in:
parent
74a08114a8
commit
25acd9f63e
6
user.js
6
user.js
@ -1417,10 +1417,10 @@ user_pref("network.cookie.cookieBehavior", 1);
|
|||||||
user_pref("network.cookie.thirdparty.sessionOnly", true);
|
user_pref("network.cookie.thirdparty.sessionOnly", true);
|
||||||
user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // [FF58+]
|
user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // [FF58+]
|
||||||
/* 2703: delete cookies and site data on close
|
/* 2703: delete cookies and site data on close
|
||||||
* [NOTE] This is *NOT* the same as 2802 + 2803 (clearing data on shutdown)
|
* 0=keep until they expire (default), 2=keep until you close Firefox
|
||||||
* [NOTE] The setting below is disabled (but not changed) if you block all cookies (2701 = 2)
|
* [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 ***/
|
* [SETTING] Privacy & Security>Cookies and Site Data>Delete cookies and site data when Firefox is closed ***/
|
||||||
// user_pref("network.cookie.lifetimePolicy", 0); // 0=delete, 2=do nothing
|
// user_pref("network.cookie.lifetimePolicy", 2);
|
||||||
/* 2705: disable HTTP sites setting cookies with the "secure" directive [FF52+]
|
/* 2705: disable HTTP sites setting cookies with the "secure" directive [FF52+]
|
||||||
* [1] https://developer.mozilla.org/Firefox/Releases/52#HTTP ***/
|
* [1] https://developer.mozilla.org/Firefox/Releases/52#HTTP ***/
|
||||||
user_pref("network.cookie.leave-secure-alone", true); // [DEFAULT: true]
|
user_pref("network.cookie.leave-secure-alone", true); // [DEFAULT: true]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user