From 0db83a3517485f2c83ec022c84679dec2f4ec323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chlo=C3=A9=20Kassandra=20Rei=C3=9F?= Date: Sat, 28 Feb 2026 10:53:21 +0100 Subject: [PATCH] Ban cookies from thunderbird --- desktop-environment/planner.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/desktop-environment/planner.nix b/desktop-environment/planner.nix index d7bd8d4..3080748 100644 --- a/desktop-environment/planner.nix +++ b/desktop-environment/planner.nix @@ -23,8 +23,6 @@ in DisableTelemetry = true; DisableAppUpdate = true; - EnableOpenPGP = true; - Preferences = { "mail.provider.enabled" = false; "mail.openpgp.allow_external_gnupg" = true; @@ -34,6 +32,17 @@ in Certificates = { ImportEnterpriseRoots = true; }; + + PasswordManagerEnabled = true; + Cookies = { + "Default" = false; + "AcceptThirdParty" = "never"; + "Locked" = true; + }; + + DefaultDownloadDirectory = "/tmp"; + DisableBuiltinPDFViewer = true; + DisablePasswordReveal = true; }; }; }