[tbb-commits] [Git][tpo/applications/mullvad-browser][mullvad-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:31:11 UTC 2024
Pier Angelo Vendrame pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser
Commits:
91750307 by Morgan at 2024-08-22T09:30:50+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
=====================================
@@ -1538,20 +1538,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/mullvad-browser/-/commit/91750307cf8d625bc2d61c0dea4577b5e542e943
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/91750307cf8d625bc2d61c0dea4577b5e542e943
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/bf77c2ca/attachment-0001.htm>
More information about the tbb-commits
mailing list