Commit 740da511 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃 Committed by brizental
Browse files

fixup! BB 44711: Hide unwanted setting controls in Base Browser.

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

As per #44869 (comment 3416757)
parent 22641020
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3095,7 +3095,8 @@ Preferences.addSetting({
      (lazy.AppConstants.platform == "win" ||
        lazy.AppConstants.platform == "macosx") &&
      typeof Services.policies.getActivePolicies()?.Certificates
        ?.ImportEnterpriseRoots == "undefined"
        ?.ImportEnterpriseRoots == "undefined" &&
      !lazy.AppConstants.BASE_BROWSER_VERSION
    );
  },
});