henry pushed to branch tor-browser-147.0a1-16.0-2 at The Tor Project / 
Applications / Tor Browser


Commits:
95c3241f by Henry Wilkes at 2026-01-26T14:59:34+00:00
TB 41822: Hide the default browser settings.

- - - - -


1 changed file:

- browser/components/preferences/main.js


Changes:

=====================================
browser/components/preferences/main.js
=====================================
@@ -1187,6 +1187,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 &&
       /**



View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/95c3241f48a3f47550e1625f4d578d7fbedbbd94

-- 
View it on GitLab: 
https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/95c3241f48a3f47550e1625f4d578d7fbedbbd94
You're receiving this email because of your account on gitlab.torproject.org.


_______________________________________________
tor-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to