[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.1.0esr-14.0-1] fixup! Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots



Title: GitLab

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

Commits:

  • 73f74173
    by Morgan at 2024-08-22T02:23:04+00:00
    fixup! Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots
    
    - Revert 612d54e8e97017891865db8003826d8688ad5a9b
    

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
         }
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits