Loading browser/components/preferences/DefaultBrowserHelper.mjs +4 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,10 @@ export const DefaultBrowserHelper = { * @type {boolean} */ get canCheck() { if (AppConstants.BASE_BROWSER_VERSION) { // Disabled for Tor Browser. tor-browser#44343 and tor-browser#41822. return false; } return ( this.shellSvc && /** Loading browser/components/preferences/config/privacy.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -3213,6 +3213,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 @@ -373,6 +373,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 browser/components/preferences/preferences.js +1 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,7 @@ const CONFIG_PANES = Object.freeze({ replaces: "privacy", }, dnsOverHttps: { skip: true, // Skip DNS over HTTPS (DoH). tor-browser#41906. parent: "privacy", l10nId: "preferences-doh-header2", groupIds: ["dnsOverHttpsAdvanced"], Loading Loading
browser/components/preferences/DefaultBrowserHelper.mjs +4 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,10 @@ export const DefaultBrowserHelper = { * @type {boolean} */ get canCheck() { if (AppConstants.BASE_BROWSER_VERSION) { // Disabled for Tor Browser. tor-browser#44343 and tor-browser#41822. return false; } return ( this.shellSvc && /** Loading
browser/components/preferences/config/privacy.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -3213,6 +3213,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 @@ -373,6 +373,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
browser/components/preferences/preferences.js +1 −0 Original line number Diff line number Diff line Loading @@ -316,6 +316,7 @@ const CONFIG_PANES = Object.freeze({ replaces: "privacy", }, dnsOverHttps: { skip: true, // Skip DNS over HTTPS (DoH). tor-browser#41906. parent: "privacy", l10nId: "preferences-doh-header2", groupIds: ["dnsOverHttpsAdvanced"], Loading