Relax Thunderbird privacy settings

This commit is contained in:
Jimbo 2024-12-19 00:48:57 -05:00
parent 94121f099b
commit 82a64ecc36
2 changed files with 1 additions and 18 deletions

View file

@ -11,11 +11,6 @@
settings = { settings = {
"general.autoScroll" = true; "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_active_content" = true;
"security.mixed_content.block_display_content" = true; "security.mixed_content.block_display_content" = true;
@ -35,7 +30,6 @@
"privacy.clearOnShutdown.cookies" = true; "privacy.clearOnShutdown.cookies" = true;
"privacy.clearOnShutdown.cache" = true; "privacy.clearOnShutdown.cache" = true;
"privacy.clearOnShutdown.formdata" = true; "privacy.clearOnShutdown.formdata" = true;
"privacy.clearOnShutdown.passwords" = true;
"privacy.clearOnShutdown.siteSettings" = true; "privacy.clearOnShutdown.siteSettings" = true;
"privacy.trackingprotection.enabled" = true; "privacy.trackingprotection.enabled" = true;
"privacy.firstparty.isolate" = true; "privacy.firstparty.isolate" = true;
@ -59,9 +53,6 @@
"network.http.pipelining" = false; "network.http.pipelining" = false;
"network.predictor.enabled" = false; "network.predictor.enabled" = false;
"network.cookie.lifetimePolicy" = 2; "network.cookie.lifetimePolicy" = 2;
"dom.storage.enabled" = false;
"dom.indexedDB.enabled" = false;
}; };
}; };
}; };

View file

@ -1,17 +1,9 @@
{ {
"policies": { "policies": {
"OfferToSaveLogins": false,
"PasswordManagerEnabled": false,
"DisablePasswordReveal": true,
"DisableMasterPasswordCreation": true,
"Extensions": { "Extensions": {
"install": false "install": false
}, },
"ExtensionSettings": {}, "ExtensionSettings": {},
"BlockAboutAddons": true,
"BlockAboutConfig": true,
"BlockAboutProfiles": true,
"BlockAboutSupport": true,
"DisableTelemetry": true, "DisableTelemetry": true,
"DisableSafeMode": true, "DisableSafeMode": true,
"DisableSecurityBypass": true, "DisableSecurityBypass": true,