mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
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:
parent
0068b9927d
commit
910be2ccef
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user