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
1 changed file:
Changes:
| ... | ... | @@ -1557,20 +1557,6 @@ BrowserGlue.prototype = { |
| 1557 | 1557 | // Base Browser-specific version of _migrateUI.
|
| 1558 | 1558 | this._migrateUIBB();
|
| 1559 | 1559 | |
| 1560 | - // Clear possibly auto enabled enterprise_roots prefs (see bug 40166)
|
|
| 1561 | - if (
|
|
| 1562 | - !Services.prefs.getBoolPref(
|
|
| 1563 | - "security.certerrors.mitm.auto_enable_enterprise_roots"
|
|
| 1564 | - ) &&
|
|
| 1565 | - Services.prefs.getBoolPref(
|
|
| 1566 | - "security.enterprise_roots.auto-enabled",
|
|
| 1567 | - false
|
|
| 1568 | - )
|
|
| 1569 | - ) {
|
|
| 1570 | - Services.prefs.clearUserPref("security.enterprise_roots.enabled");
|
|
| 1571 | - Services.prefs.clearUserPref("security.enterprise_roots.auto-enabled");
|
|
| 1572 | - }
|
|
| 1573 | - |
|
| 1574 | 1560 | if (!Services.prefs.prefHasUserValue(PREF_PDFJS_ISDEFAULT_CACHE_STATE)) {
|
| 1575 | 1561 | lazy.PdfJs.checkIsDefault(this._isNewProfile);
|
| 1576 | 1562 | }
|