Relax Thunderbird privacy settings
This commit is contained in:
parent
94121f099b
commit
82a64ecc36
|
@ -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;
|
||||||
|
|
||||||
|
@ -30,12 +25,11 @@
|
||||||
"extensions.allowRemoteAddons" = false;
|
"extensions.allowRemoteAddons" = false;
|
||||||
"extensions.ui.enabled" = false;
|
"extensions.ui.enabled" = false;
|
||||||
"extensions.ui.useSystemTheme" = true;
|
"extensions.ui.useSystemTheme" = true;
|
||||||
"extensions.activeThemeID" = "thunderbird-compact-dark@mozilla.org";
|
"extensions.activeThemeID" = "thunderbird-compact-dark@mozilla.org";
|
||||||
|
|
||||||
"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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue