morgan 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/preferences/privacy.js
    ... ... @@ -511,7 +511,8 @@ var gPrivacyPane = {
    511 511
         let canConfigureThirdPartyCerts =
    
    512 512
           (AppConstants.platform == "win" || AppConstants.platform == "macosx") &&
    
    513 513
           typeof Services.policies.getActivePolicies()?.Certificates
    
    514
    -        ?.ImportEnterpriseRoots == "undefined";
    
    514
    +        ?.ImportEnterpriseRoots == "undefined" &&
    
    515
    +      !AppConstants.BASE_BROWSER_VERSION;
    
    515 516
     
    
    516 517
         document.getElementById("certEnableThirdPartyToggleBox").hidden =
    
    517 518
           !canConfigureThirdPartyCerts;