Ban cookies from thunderbird

This commit is contained in:
Nina Chloé Kassandra Reiß
2026-02-28 10:53:21 +01:00
parent 31a5c24381
commit 0db83a3517

View File

@@ -23,8 +23,6 @@ in
DisableTelemetry = true; DisableTelemetry = true;
DisableAppUpdate = true; DisableAppUpdate = true;
EnableOpenPGP = true;
Preferences = { Preferences = {
"mail.provider.enabled" = false; "mail.provider.enabled" = false;
"mail.openpgp.allow_external_gnupg" = true; "mail.openpgp.allow_external_gnupg" = true;
@@ -34,6 +32,17 @@ in
Certificates = { Certificates = {
ImportEnterpriseRoots = true; ImportEnterpriseRoots = true;
}; };
PasswordManagerEnabled = true;
Cookies = {
"Default" = false;
"AcceptThirdParty" = "never";
"Locked" = true;
};
DefaultDownloadDirectory = "/tmp";
DisableBuiltinPDFViewer = true;
DisablePasswordReveal = true;
}; };
}; };
} }