mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-03 07:23:39 +02:00
2703: add version deprecation for value 3
This commit is contained in:
parent
dd29418046
commit
a81245a0c3
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -1359,7 +1359,7 @@ user_pref("network.cookie.cookieBehavior", 1);
|
|||
user_pref("network.cookie.thirdparty.sessionOnly", true);
|
||||
user_pref("network.cookie.thirdparty.nonsecureSessionOnly", true); // (FF58+)
|
||||
/* 2703: set cookie lifetime policy
|
||||
* 0=until they expire (default), 2=until you close Firefox, 3=for n days (see 2704-deprecated)
|
||||
* 0=until they expire (default), 2=until you close Firefox, 3=for n days (see 2704-deprecated FF63+)
|
||||
* [SETTING] Privacy & Security>History>Custom Settings>Accept cookies from sites>Keep until ***/
|
||||
// user_pref("network.cookie.lifetimePolicy", 0);
|
||||
/* 2705: disable HTTP sites setting cookies with the "secure" directive (FF52+)
|
||||
|
|
Loading…
Add table
Reference in a new issue