Commit 22641020 authored by henry's avatar henry Committed by brizental
Browse files

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

BB 44745: Hide SSO using settings config.
parent 84e5749b
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -19,10 +19,6 @@ const FormAutofillUtils = ChromeUtils.importESModule(
  "resource://gre/modules/shared/FormAutofillUtils.sys.mjs"
).FormAutofillUtils;

const { AppConstants } = ChromeUtils.importESModule(
  "resource://gre/modules/AppConstants.sys.mjs"
);

const lazy = XPCOMUtils.declareLazy({
  AppConstants: "resource://gre/modules/AppConstants.sys.mjs",
  OSKeyStore: "resource://gre/modules/OSKeyStore.sys.mjs",
@@ -583,7 +579,8 @@ Preferences.addSetting({
Preferences.addSetting({
  id: "allowWindowSSO",
  pref: "network.http.windows-sso.enabled",
  visible: () => AppConstants.platform === "win",
  // Hide Windows SSO (single sign on). tor-browser#40717.
  visible: () => false,
});

Preferences.addSetting({