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:

- toolkit/actors/NetErrorChild.sys.mjs


Changes:

=====================================
toolkit/actors/NetErrorChild.sys.mjs
=====================================
@@ -214,6 +214,9 @@ export class NetErrorChild extends RemotePageChild {
   }
 
   RPMShowOSXLocalNetworkPermissionWarning() {
+    // Short-circuit per tor-browser#44127
+    return false;
+    /*
     if (!lazy.AppInfo.isMac) {
       return false;
     }
@@ -225,5 +228,6 @@ export class NetErrorChild extends RemotePageChild {
     let version = parseInt(Services.sysinfo.getProperty("version"));
     // We only show this error on Sequoia or later
     return version >= 24;
+    */
   }
 }



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

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


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

Reply via email to