tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit a85ae22693619ad69f5ba370217e96afde744c0c
parent 4c838169066e9af61bb251794a4dad99ab3d6116
Author: Henry Wilkes <henry@torproject.org>
Date:   Mon, 26 Jan 2026 13:11:25 +0000

TB 41822: Hide the default browser settings.

Diffstat:
Mbrowser/components/preferences/main.js | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/browser/components/preferences/main.js b/browser/components/preferences/main.js @@ -1303,6 +1303,10 @@ 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 && /**