mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-22 08:37:13 +02:00
and deprecated in FF104
This commit is contained in:
parent
609171435b
commit
84d824233a
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -1340,7 +1340,7 @@ user_pref("security.csp.enable", true); // [DEFAULT: true]
|
||||||
// 2801: delete cookies and site data on exit - replaced by sanitizeOnShutdown* (2810)
|
// 2801: delete cookies and site data on exit - replaced by sanitizeOnShutdown* (2810)
|
||||||
// 0=keep until they expire (default), 2=keep until you close Firefox
|
// 0=keep until they expire (default), 2=keep until you close Firefox
|
||||||
// [SETTING] Privacy & Security>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
|
||||||
// [-] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1681493,1681495,1681498
|
// [-] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1681493,1681495,1681498,1759665
|
||||||
user_pref("network.cookie.lifetimePolicy", 2);
|
user_pref("network.cookie.lifetimePolicy", 2);
|
||||||
// 6007: enforce Local Storage Next Generation (LSNG) [FF65+]
|
// 6007: enforce Local Storage Next Generation (LSNG) [FF65+]
|
||||||
// [-] https://bugzilla.mozilla.org/1764696
|
// [-] https://bugzilla.mozilla.org/1764696
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue