From ca8bba962a4ade278cf3dfd3a0e2b76e300df720 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 30 Jan 2024 09:10:55 +0000 Subject: [PATCH] chromium: keep site_settings and hosted_app_data --- system/chromium.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/chromium.nix b/system/chromium.nix index c6e7a4da..70f2ab85 100644 --- a/system/chromium.nix +++ b/system/chromium.nix @@ -17,8 +17,8 @@ "cached_images_and_files" "password_signin" "autofill" - "site_settings" - "hosted_app_data" + # "site_settings" + # "hosted_app_data" ]; "DefaultBrowserSettingEnabled" = false; "DeviceAutoUpdateDisabled" = true;