From 82a64ecc366cd3b876aa74eecccfc38b79ef6cc2 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Thu, 19 Dec 2024 00:48:57 -0500 Subject: [PATCH] Relax Thunderbird privacy settings --- modules/home/programs/gui/thunderbird/default.nix | 11 +---------- modules/home/programs/gui/thunderbird/policies.json | 8 -------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/modules/home/programs/gui/thunderbird/default.nix b/modules/home/programs/gui/thunderbird/default.nix index e227b2b..dcb728b 100644 --- a/modules/home/programs/gui/thunderbird/default.nix +++ b/modules/home/programs/gui/thunderbird/default.nix @@ -11,11 +11,6 @@ settings = { "general.autoScroll" = true; - "signon.rememberSignons" = false; - "signon.autofillForms" = false; - - "security.password_lifetime" = 0; - "security.password.useMasterPassword" = false; "security.mixed_content.block_active_content" = true; "security.mixed_content.block_display_content" = true; @@ -30,12 +25,11 @@ "extensions.allowRemoteAddons" = false; "extensions.ui.enabled" = false; "extensions.ui.useSystemTheme" = true; - "extensions.activeThemeID" = "thunderbird-compact-dark@mozilla.org"; + "extensions.activeThemeID" = "thunderbird-compact-dark@mozilla.org"; "privacy.clearOnShutdown.cookies" = true; "privacy.clearOnShutdown.cache" = true; "privacy.clearOnShutdown.formdata" = true; - "privacy.clearOnShutdown.passwords" = true; "privacy.clearOnShutdown.siteSettings" = true; "privacy.trackingprotection.enabled" = true; "privacy.firstparty.isolate" = true; @@ -59,9 +53,6 @@ "network.http.pipelining" = false; "network.predictor.enabled" = false; "network.cookie.lifetimePolicy" = 2; - - "dom.storage.enabled" = false; - "dom.indexedDB.enabled" = false; }; }; }; diff --git a/modules/home/programs/gui/thunderbird/policies.json b/modules/home/programs/gui/thunderbird/policies.json index 464ee3d..4d296c2 100644 --- a/modules/home/programs/gui/thunderbird/policies.json +++ b/modules/home/programs/gui/thunderbird/policies.json @@ -1,17 +1,9 @@ { "policies": { - "OfferToSaveLogins": false, - "PasswordManagerEnabled": false, - "DisablePasswordReveal": true, - "DisableMasterPasswordCreation": true, "Extensions": { "install": false }, "ExtensionSettings": {}, - "BlockAboutAddons": true, - "BlockAboutConfig": true, - "BlockAboutProfiles": true, - "BlockAboutSupport": true, "DisableTelemetry": true, "DisableSafeMode": true, "DisableSecurityBypass": true,