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
1 changed file:
Changes:
... | ... | @@ -1538,20 +1538,6 @@ BrowserGlue.prototype = { |
1538 | 1538 | // Base Browser-specific version of _migrateUI.
|
1539 | 1539 | this._migrateUIBB();
|
1540 | 1540 | |
1541 | - // Clear possibly auto enabled enterprise_roots prefs (see bug 40166)
|
|
1542 | - if (
|
|
1543 | - !Services.prefs.getBoolPref(
|
|
1544 | - "security.certerrors.mitm.auto_enable_enterprise_roots"
|
|
1545 | - ) &&
|
|
1546 | - Services.prefs.getBoolPref(
|
|
1547 | - "security.enterprise_roots.auto-enabled",
|
|
1548 | - false
|
|
1549 | - )
|
|
1550 | - ) {
|
|
1551 | - Services.prefs.clearUserPref("security.enterprise_roots.enabled");
|
|
1552 | - Services.prefs.clearUserPref("security.enterprise_roots.auto-enabled");
|
|
1553 | - }
|
|
1554 | - |
|
1555 | 1541 | if (!Services.prefs.prefHasUserValue(PREF_PDFJS_ISDEFAULT_CACHE_STATE)) {
|
1556 | 1542 | lazy.PdfJs.checkIsDefault(this._isNewProfile);
|
1557 | 1543 | }
|