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
1 changed file:
Changes:
... | ... | @@ -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;
|