From 2385da1bfb224994dd9404192a1dae8f68dcb435 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 24 Mar 2026 21:06:18 -0600 Subject: [PATCH] Update librewolf.nix --- modules/librewolf.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/librewolf.nix b/modules/librewolf.nix index 0cdb225..6457a4d 100644 --- a/modules/librewolf.nix +++ b/modules/librewolf.nix @@ -21,10 +21,10 @@ let SanitizeOnShutdown = { Cache = true; - Cookies = false; - History = false; + Cookies = true; + History = true; Sessions = true; - SiteSettings = false; + SiteSettings = true; OfflineApps = true; };