Bug 1547013 - Enable automatically fixing MitM errors by default. r=keeler

Differential Revision: https://phabricator.services.mozilla.com/D29764

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Johann Hofmann 2019-05-02 22:08:44 +00:00
parent 0068b9927d
commit 910be2ccef

View File

@ -985,7 +985,7 @@ pref("security.certerrors.recordEventTelemetry", true);
pref("security.certerrors.permanentOverride", true);
pref("security.certerrors.mitm.priming.enabled", true);
pref("security.certerrors.mitm.priming.endpoint", "https://mitmdetection.services.mozilla.com/");
pref("security.certerrors.mitm.auto_enable_enterprise_roots", false);
pref("security.certerrors.mitm.auto_enable_enterprise_roots", true);
// Whether to start the private browsing mode at application startup
pref("browser.privatebrowsing.autostart", false);