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

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

1 changed file:

Changes:

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

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