Commit 2819cfa7 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

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

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