Skip to content
Snippets Groups Projects
Verified Commit f18bfbcb authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

Bug 42774: Always hide the third-pary certs UI.

parent c1aee63c
Branches
Tags
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment