Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit faf6c06

Browse files
author
Johann Hofmann
committed
Bug 1521756 - Enable AV MitM certificate error page by default on all channels. r=nhnt11
Differential Revision: https://phabricator.services.mozilla.com/D17404 --HG-- extra : moz-landing-system : lando
1 parent 7f8cd91 commit faf6c06

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

browser/app/profile/firefox.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,12 +962,11 @@ pref("security.alternate_certificate_error_page", "certerror");
962962
// Enable the new certificate error pages.
963963
#ifdef EARLY_BETA_OR_EARLIER
964964
pref("browser.security.newcerterrorpage.enabled", true);
965-
pref("browser.security.newcerterrorpage.mitm.enabled", true);
966965
#else
967966
pref("browser.security.newcerterrorpage.enabled", false);
968-
pref("browser.security.newcerterrorpage.mitm.enabled", false);
969967
#endif
970968

969+
pref("browser.security.newcerterrorpage.mitm.enabled", true);
971970
pref("security.certerrors.recordEventTelemetry", true);
972971
pref("security.certerrors.permanentOverride", true);
973972

0 commit comments

Comments
 (0)