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

[tor-commits] [Git][tpo/applications/tor-browser][base-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 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
    fixup! Bug 40166: Disable security.certerrors.mitm.auto_enable_enterprise_roots
    
    - Revert 612d54e8e97017891865db8003826d8688ad5a9b
    

1 changed file:

Changes:

  • browser/components/BrowserGlue.sys.mjs
    ... ... @@ -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
         }
    

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