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"];
SanitizeOnShutdown = {
Cache = true;
Cookies = true;
Cache = false;
Cookies = false;
Downloads = true;
FormData = true;
History = true;