Loading browser/components/preferences/config/privacy.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -3054,6 +3054,8 @@ Preferences.addSetting({ Preferences.addSetting({ id: "dohBox", // Hide DNS over HTTPS. tor-browser#41906. visible: () => false, }); Preferences.addSetting({ Loading browser/components/preferences/main.js +3 −0 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
browser/components/preferences/config/privacy.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -3054,6 +3054,8 @@ Preferences.addSetting({ Preferences.addSetting({ id: "dohBox", // Hide DNS over HTTPS. tor-browser#41906. visible: () => false, }); Preferences.addSetting({ Loading
browser/components/preferences/main.js +3 −0 Original line number Diff line number Diff line Loading @@ -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, Loading