Commit 57e8425a authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

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

Fix lints.
parent 2819cfa7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3038,7 +3038,7 @@ Preferences.addSetting({
        lazy.AppConstants.platform == "macosx") &&
      typeof Services.policies.getActivePolicies()?.Certificates
        ?.ImportEnterpriseRoots == "undefined" &&
      !AppConstants.BASE_BROWSER_VERSION
      !lazy.AppConstants.BASE_BROWSER_VERSION
    );
  },
});