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

fixup! TB 44711: Hide unwanted setting controls in Tor Browser.

TB 44630: Hide settings using the config.
parent 27f7c173
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3054,6 +3054,8 @@ Preferences.addSetting({

Preferences.addSetting({
  id: "dohBox",
  // Hide DNS over HTTPS. tor-browser#41906.
  visible: () => false,
});

Preferences.addSetting({
+3 −0
Original line number Diff line number Diff line
@@ -362,6 +362,9 @@ Preferences.addSetting({

Preferences.addSetting({
  id: "connectionSettings",
  // Hide the connection settings for Tor Browser since these would interfere
  // with the settings in the "connection" pane. tor-browser#31286.
  visible: () => false,
  onUserClick: () => gMainPane.showConnections(),
  controllingExtensionInfo: {
    storeId: PROXY_KEY,