From 5f3f25dbb60d99cb73d60a1cf2303fe8608f71b6 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 1 Jan 2024 14:03:38 +0900 Subject: [PATCH] Update arkenfox config --- home-manager/common/software/gui/firefox.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/software/gui/firefox.nix b/home-manager/common/software/gui/firefox.nix index a4f29217..4b83599f 100644 --- a/home-manager/common/software/gui/firefox.nix +++ b/home-manager/common/software/gui/firefox.nix @@ -739,7 +739,7 @@ user_pref("privacy.clearOnShutdown.cache", false); // [DEFAULT: true] user_pref("privacy.clearOnShutdown.downloads", true); // [DEFAULT: true] user_pref("privacy.clearOnShutdown.formdata", true); // [DEFAULT: true] - user_pref("privacy.clearOnShutdown.history", true); // [DEFAULT: true] + user_pref("privacy.clearOnShutdown.history", false); // [DEFAULT: true] user_pref("privacy.clearOnShutdown.sessions", false); // [DEFAULT: true] // user_pref("privacy.clearOnShutdown.siteSettings", false); // [DEFAULT: false] /* 2812: set Session Restore to clear on shutdown (if 2810 is true) [FF34+] @@ -756,7 +756,7 @@ * [WARNING] Be selective with what sites you "Allow", as they also disable partitioning (1767271) * [SETTING] to add site exceptions: Ctrl+I>Permissions>Cookies>Allow (when on the website in question) * [SETTING] to manage site exceptions: Options>Privacy & Security>Permissions>Settings ***/ - user_pref("privacy.clearOnShutdown.cookies", true); // Cookies + user_pref("privacy.clearOnShutdown.cookies", false); // Cookies user_pref("privacy.clearOnShutdown.offlineApps", true); // Site Data /** SANITIZE MANUAL: IGNORES "ALLOW" SITE EXCEPTIONS ***/