Skip to content
Snippets Groups Projects
Verified Commit 0c8298e2 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 db9fbebc
Branches
Tags
1 merge request!1222Bug 43166: Rebased alpha onto 128.3.0esr
......@@ -488,7 +488,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 register or to comment