From 6915ae835925dea7870845a4bf5d9d540ada083f Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 3 Apr 2024 11:20:22 +0100 Subject: [PATCH] Remove some fields from chromium ClearBrowsingDataOnExitList Keep logged in to things like Whatsapp, teams, etc... on excit --- system/chromium.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/system/chromium.nix b/system/chromium.nix index b089db39..3ecb18b3 100644 --- a/system/chromium.nix +++ b/system/chromium.nix @@ -20,12 +20,9 @@ "ClearBrowsingDataOnExitList" = [ "browsing_history" "download_history" - "cookies_and_other_site_data" "cached_images_and_files" "password_signin" "autofill" - "site_settings" - "hosted_app_data" ]; "DefaultBrowserSettingEnabled" = false; "DeviceAutoUpdateDisabled" = true;