[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Thu Aug 22 07:25:14 UTC 2024



Pier Angelo Vendrame pushed to branch tor-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
73f74173 by Morgan at 2024-08-22T02:23:04+00:00
fixup! Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots

- Revert 612d54e8e97017891865db8003826d8688ad5a9b

- - - - -


1 changed file:

- browser/components/BrowserGlue.sys.mjs


Changes:

=====================================
browser/components/BrowserGlue.sys.mjs
=====================================
@@ -1640,20 +1640,6 @@ BrowserGlue.prototype = {
     // _migrateUI to make sure this._isNewProfile has been defined.
     this._migrateUITBB();
 
-    // Clear possibly auto enabled enterprise_roots prefs (see bug 40166)
-    if (
-      !Services.prefs.getBoolPref(
-        "security.certerrors.mitm.auto_enable_enterprise_roots"
-      ) &&
-      Services.prefs.getBoolPref(
-        "security.enterprise_roots.auto-enabled",
-        false
-      )
-    ) {
-      Services.prefs.clearUserPref("security.enterprise_roots.enabled");
-      Services.prefs.clearUserPref("security.enterprise_roots.auto-enabled");
-    }
-
     if (!Services.prefs.prefHasUserValue(PREF_PDFJS_ISDEFAULT_CACHE_STATE)) {
       lazy.PdfJs.checkIsDefault(this._isNewProfile);
     }



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/73f741737ba5ab345c3181a1ca60f940921ffe6e

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/73f741737ba5ab345c3181a1ca60f940921ffe6e
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240822/68642add/attachment-0001.htm>


More information about the tor-commits mailing list