Librewolf: Clear history form data and downloads
This commit is contained in:
parent
5eff76e80b
commit
7983487587
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
/* Avoid non-playing, see https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1874808 */
|
||||
defaultPref("media.autoplay.blocking_policy", 1);
|
||||
|
||||
/* Keep history, delete everything else */
|
||||
/* Delete everything on close - fine-tune to your liking */
|
||||
//defaultPref("privacy.clearOnShutdown.cache", true);
|
||||
//defaultPref("privacy.clearOnShutdown.cookies", true);
|
||||
//defaultPref("privacy.clearOnShutdown.downloads", true);
|
||||
//defaultPref("privacy.clearOnShutdown.formdata", true);
|
||||
//defaultPref("privacy.clearOnShutdown.history", false);
|
||||
//defaultPref("privacy.clearOnShutdown.history", true);
|
||||
//defaultPref("privacy.clearOnShutdown.offlineApps", true);
|
||||
//defaultPref("privacy.clearOnShutdown.openWindows", true);
|
||||
//defaultPref("privacy.clearOnShutdown.sessions", true);
|
||||
|
|
Loading…
Reference in a new issue