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

Commits:

1 changed file:

Changes:

  • browser/components/BrowserGlue.sys.mjs
    ... ... @@ -1640,20 +1640,6 @@ BrowserGlue.prototype = {
    1640 1640
         // _migrateUI to make sure this._isNewProfile has been defined.
    
    1641 1641
         this._migrateUITBB();
    
    1642 1642
     
    
    1643
    -    // Clear possibly auto enabled enterprise_roots prefs (see bug 40166)
    
    1644
    -    if (
    
    1645
    -      !Services.prefs.getBoolPref(
    
    1646
    -        "security.certerrors.mitm.auto_enable_enterprise_roots"
    
    1647
    -      ) &&
    
    1648
    -      Services.prefs.getBoolPref(
    
    1649
    -        "security.enterprise_roots.auto-enabled",
    
    1650
    -        false
    
    1651
    -      )
    
    1652
    -    ) {
    
    1653
    -      Services.prefs.clearUserPref("security.enterprise_roots.enabled");
    
    1654
    -      Services.prefs.clearUserPref("security.enterprise_roots.auto-enabled");
    
    1655
    -    }
    
    1656
    -
    
    1657 1643
         if (!Services.prefs.prefHasUserValue(PREF_PDFJS_ISDEFAULT_CACHE_STATE)) {
    
    1658 1644
           lazy.PdfJs.checkIsDefault(this._isNewProfile);
    
    1659 1645
         }