[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-115.1.0esr-13.0-1] fixup! Bug 3455: Add DomainIsolator, for isolating circuit by domain.

Pier Angelo Vendrame (@pierov) git at gitlab.torproject.org
Mon Aug 21 13:01:13 UTC 2023



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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230821/0d943d5f/attachment.htm>


More information about the tbb-commits mailing list