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



Title: GitLab

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

Commits:

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

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;
    

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