firefox: don't purge cache and cookies on exit
This commit is contained in:
parent
b3dc8c0bf0
commit
6e9719e940
|
@ -188,8 +188,8 @@
|
|||
};
|
||||
RequestedLocales = ["en-GB"];
|
||||
SanitizeOnShutdown = {
|
||||
Cache = true;
|
||||
Cookies = true;
|
||||
Cache = false;
|
||||
Cookies = false;
|
||||
Downloads = true;
|
||||
FormData = true;
|
||||
History = true;
|
||||
|
|
Loading…
Reference in a new issue