mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2024-10-01 06:35:47 -04:00
Fixes privacy.sanitize.sanitizeOnShutdown
pref getting ignored
> closes #16 Co-Authored-By: atomGit <atomgit@users.noreply.github.com>
This commit is contained in:
parent
d3308d2f5f
commit
3580cfd3c4
2
user.js
2
user.js
@ -1112,7 +1112,7 @@ user_pref("dom.storageManager.enabled", false);
|
||||
Firefox interface as "Browsing & Download History" and their values will be synced
|
||||
***/
|
||||
user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");
|
||||
/* 2802: enable Thunderbird to clear items on shutdown (see 2803)
|
||||
/* 2802: enable Thunderbird to clear items on shutdown (see 2803) ***/
|
||||
user_pref("privacy.sanitize.sanitizeOnShutdown", true);
|
||||
/* 2803: set what items to clear on shutdown (if 2802 is true) [SETUP-CHROME]
|
||||
* [NOTE] If 'history' is true, downloads will also be cleared regardless of the value
|
||||
|
Loading…
Reference in New Issue
Block a user