firefox: don't purge cache and cookies on exit

This commit is contained in:
Evie Litherland-Smith 2024-02-08 07:10:58 +00:00
parent b3dc8c0bf0
commit 6e9719e940

View file

@ -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;