From 6e9719e940289dbf06550e9196824260b3179610 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 8 Feb 2024 07:10:58 +0000 Subject: [PATCH] firefox: don't purge cache and cookies on exit --- system/firefox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/firefox.nix b/system/firefox.nix index 6df0ee70..fdee3a1f 100644 --- a/system/firefox.nix +++ b/system/firefox.nix @@ -188,8 +188,8 @@ }; RequestedLocales = ["en-GB"]; SanitizeOnShutdown = { - Cache = true; - Cookies = true; + Cache = false; + Cookies = false; Downloads = true; FormData = true; History = true;