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

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



Title: GitLab

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:

Changes:

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

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits