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"];
|
RequestedLocales = ["en-GB"];
|
||||||
SanitizeOnShutdown = {
|
SanitizeOnShutdown = {
|
||||||
Cache = true;
|
Cache = false;
|
||||||
Cookies = true;
|
Cookies = false;
|
||||||
Downloads = true;
|
Downloads = true;
|
||||||
FormData = true;
|
FormData = true;
|
||||||
History = true;
|
History = true;
|
||||||
|
|
Loading…
Reference in a new issue