Pier Angelo Vendrame pushed to branch tor-browser-115.1.0esr-13.0-1 at The Tor 
Project / Applications / Tor Browser


Commits:
44b0ceba by Pier Angelo Vendrame at 2023-08-21T14:47:47+02:00
fixup! Bug 3455: Add DomainIsolator, for isolating circuit by domain.

Bug 42031: Fixed some requests failing because of a type error

Some requests (e.g., uBlock Origin filter updates) failed because they
the TorDomainIsolator tried to access the browser from their channels.

- - - - -


1 changed file:

- toolkit/components/tor-launcher/TorDomainIsolator.sys.mjs


Changes:

=====================================
toolkit/components/tor-launcher/TorDomainIsolator.sys.mjs
=====================================
@@ -453,7 +453,7 @@ class TorDomainIsolatorImpl {
    */
   #getBrowserForChannel(channel) {
     const browsers =
-      channel.loadInfo.browsingContext?.topChromeWindow?.gBrowser.browsers;
+      channel.loadInfo.browsingContext?.topChromeWindow?.gBrowser?.browsers;
     if (!browsers || !channel.loadInfo.browsingContext?.browserId) {
       return null;
     }



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

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


_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to