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

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-140.2.0esr-15.0-1] TB 44127: Do not show macOS Privacy hint on network error pages



Title: GitLab

morgan pushed to branch tor-browser-140.2.0esr-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • f0150ab6
    by hackademix at 2025-08-26T12:08:34+02:00
    TB 44127: Do not show macOS Privacy hint on network error pages
    

1 changed file:

Changes:

  • toolkit/actors/NetErrorChild.sys.mjs
    ... ... @@ -214,6 +214,9 @@ export class NetErrorChild extends RemotePageChild {
    214 214
       }
    
    215 215
     
    
    216 216
       RPMShowOSXLocalNetworkPermissionWarning() {
    
    217
    +    // Short-circuit per tor-browser#44127
    
    218
    +    return false;
    
    219
    +    /*
    
    217 220
         if (!lazy.AppInfo.isMac) {
    
    218 221
           return false;
    
    219 222
         }
    
    ... ... @@ -225,5 +228,6 @@ export class NetErrorChild extends RemotePageChild {
    225 228
         let version = parseInt(Services.sysinfo.getProperty("version"));
    
    226 229
         // We only show this error on Sequoia or later
    
    227 230
         return version >= 24;
    
    231
    +    */
    
    228 232
       }
    
    229 233
     }

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