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


Commits:
2c237b4a by Pier Angelo Vendrame at 2024-08-14T15:27:19+00:00
Bug 42774: Always hide the third-pary certs UI.

- - - - -


1 changed file:

- browser/components/preferences/privacy.js


Changes:

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



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2c237b4aa01fc9e54fd6aca1ca8cb6b0f659680e

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2c237b4aa01fc9e54fd6aca1ca8cb6b0f659680e
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tbb-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tbb-commits

Reply via email to