Skip to content
Snippets Groups Projects
Verified Commit 75ffd93d authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

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.
parent 8c367633
Branches
Tags
1 merge request!734Bug 42030: Rebased 13.0 alpha onto Firefox 115.2.0esr
......@@ -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;
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment