mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-20 15:47:09 +02:00
split manual sanitize from shutdown sanitize
they will no longer match, as manual currently doesn't respect cookie/sitedata exceptions, but shutdown does
This commit is contained in:
parent
032f4277e0
commit
0c3c0ce3d8
1 changed files with 3 additions and 1 deletions
4
user.js
4
user.js
|
@ -801,7 +801,9 @@ user_pref("privacy.clearOnShutdown.sessions", true); // [DEFAULT: true]
|
|||
user_pref("privacy.clearOnShutdown.offlineApps", false); // [DEFAULT: false]
|
||||
user_pref("privacy.clearOnShutdown.cookies", false);
|
||||
// user_pref("privacy.clearOnShutdown.siteSettings", false); // [DEFAULT: false]
|
||||
/* 2812: reset default items to clear with Ctrl-Shift-Del (to match 2811) [SETUP-CHROME]
|
||||
|
||||
/** SANITIZE MANUAL: ALL OR NOTHING ***/
|
||||
/* 2812: reset default items to clear with Ctrl-Shift-Del [SETUP-CHROME]
|
||||
* This dialog can also be accessed from the menu History>Clear Recent History
|
||||
* Firefox remembers your last choices. This will reset them when you start Firefox
|
||||
* [NOTE] Regardless of what you set "downloads" to, as soon as the dialog
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue