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