[tbb-commits] [Git][tpo/applications/tor-browser][base-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:29:58 UTC 2024
Pier Angelo Vendrame pushed to branch base-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits:
8b6e208e by Morgan at 2024-08-22T09:29:41+02: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
=====================================
@@ -1557,20 +1557,6 @@ BrowserGlue.prototype = {
// Base Browser-specific version of _migrateUI.
this._migrateUIBB();
- // 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/8b6e208e769068d9065a325b6d28166d511004da
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/8b6e208e769068d9065a325b6d28166d511004da
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/tbb-commits/attachments/20240822/fa0bd9f1/attachment-0001.htm>
More information about the tbb-commits
mailing list