From d05ce4376183175e04532e0f6c4be81b3b134853 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 8 Apr 2024 10:58:01 +0100 Subject: [PATCH] Firefox: on shutdown do clear cache, don't clear sessions --- system/firefox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/firefox.nix b/system/firefox.nix index 14a28760..886c55ec 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -121,12 +121,12 @@ }; RequestedLocales = ["en-GB"]; SanitizeOnShutdown = { - Cache = false; + Cache = true; Cookies = false; Downloads = true; FormData = true; History = true; - Sessions = true; + Sessions = false; SiteSettings = false; OfflineApps = false; Locked = true;