Pier Angelo Vendrame pushed to branch tor-browser-146.0a1-16.0-1 at The Tor Project / Applications / Tor Browser Commits: 9b1ea068 by Pier Angelo Vendrame at 2025-12-03T14:24:49+01:00 fixup! TB 3455: Add DomainIsolator, for isolating circuit by domain. TB 44408: Fix TorDomainIsolator in 146. - - - - - 1 changed file: - toolkit/components/tor-launcher/TorDomainIsolator.sys.mjs Changes: ===================================== toolkit/components/tor-launcher/TorDomainIsolator.sys.mjs ===================================== @@ -19,7 +19,7 @@ ChromeUtils.defineESModuleGetters(lazy, { XPCOMUtils.defineLazyServiceGetters(lazy, { ProtocolProxyService: [ "@mozilla.org/network/protocol-proxy-service;1", - "nsIProtocolProxyService", + Ci.nsIProtocolProxyService, ], }); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/9b1ea068... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/9b1ea068... You're receiving this email because of your account on gitlab.torproject.org.