[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-147.0a1-16.0-2] TB 41822: Hide the default browser settings.



Title: GitLab

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:

Changes:

  • browser/components/preferences/main.js
    ... ... @@ -1187,6 +1187,10 @@ const DefaultBrowserHelper = {
    1187 1187
        * @type {boolean}
    
    1188 1188
        */
    
    1189 1189
       get canCheck() {
    
    1190
    +    if (AppConstants.BASE_BROWSER_VERSION) {
    
    1191
    +      // Disabled for Tor Browser. tor-browser#44343 and tor-browser#41822.
    
    1192
    +      return false;
    
    1193
    +    }
    
    1190 1194
         return (
    
    1191 1195
           this.shellSvc &&
    
    1192 1196
           /**
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx