[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] Bug 42774: Always hide the third-pary certs UI.



Title: GitLab

morgan pushed to branch mullvad-browser-128.1.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser

Commits:

  • 8a678c43
    by Pier Angelo Vendrame at 2024-08-14T15:28:04+00:00
    Bug 42774: Always hide the third-pary certs UI.
    

1 changed file:

Changes:

  • browser/components/preferences/privacy.js
    ... ... @@ -505,7 +505,8 @@ var gPrivacyPane = {
    505 505
         let canConfigureThirdPartyCerts =
    
    506 506
           (AppConstants.platform == "win" || AppConstants.platform == "macosx") &&
    
    507 507
           typeof Services.policies.getActivePolicies()?.Certificates
    
    508
    -        ?.ImportEnterpriseRoots == "undefined";
    
    508
    +        ?.ImportEnterpriseRoots == "undefined" &&
    
    509
    +      !AppConstants.BASE_BROWSER_VERSION;
    
    509 510
     
    
    510 511
         document.getElementById("certEnableThirdPartyToggleBox").hidden =
    
    511 512
           !canConfigureThirdPartyCerts;
    

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