diff options
author | Yuchen Pei <id@ypei.org> | 2023-08-10 11:01:48 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-08-10 11:01:48 +1000 |
commit | 5adae92bf16275c46d91dc43bbe70df2b1155235 (patch) | |
tree | 045659226be62646ebaad3a541790e8c8dfc4c0a /firefox | |
parent | 4110409603be70154ce74f7ee7d5565f9bdf2847 (diff) |
[firefox] no meed to purge history on close
Diffstat (limited to 'firefox')
-rw-r--r-- | firefox/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox/user.js b/firefox/user.js index 966be92..71381ce 100644 --- a/firefox/user.js +++ b/firefox/user.js @@ -640,7 +640,7 @@ user_pref("privacy.sanitize.sanitizeOnShutdown", true); user_pref("privacy.clearOnShutdown.cache", true); // [DEFAULT: true] user_pref("privacy.clearOnShutdown.downloads", true); // [DEFAULT: true] user_pref("privacy.clearOnShutdown.formdata", true); // [DEFAULT: true] -user_pref("privacy.clearOnShutdown.history", true); // [DEFAULT: true] +user_pref("privacy.clearOnShutdown.history", false); // [DEFAULT: true] user_pref("privacy.clearOnShutdown.sessions", true); // [DEFAULT: true] // user_pref("privacy.clearOnShutdown.siteSettings", false); // [DEFAULT: false] /* 2812: set Session Restore to clear on shutdown (if 2810 is true) [FF34+] |