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/44b0ceb…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/44b0ceb…
You're receiving this email because of your account on gitlab.torproject.org.
ma1 deleted branch mullvad-browser-115.1.0esr-13.0-1 at The Tor Project / Applications / Tor Browser
--
You're receiving this email because of your account on gitlab.torproject.org.