diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index e6aabc89ad4b..60df995e8c42 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -996,11 +996,8 @@ 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", true); -#ifdef NIGHTLY_BUILD + pref("security.aboutcertificate.enabled", true); -#else -pref("security.aboutcertificate.enabled", false); -#endif // Whether to start the private browsing mode at application startup pref("browser.privatebrowsing.autostart", false);