Commit ff8c68b4 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

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

BB 44745: Hide SSO using settings config.
parent 44734e17
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -564,7 +564,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({