Skip to content
Snippets Groups Projects
Commit 9272de51 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern: Committed by morgan
Browse files

fixup! Bug 40209: Implement Basic Crypto Safety

Bug 43074: Pass the browser to TorDomainIsolator.newCircuitForBrowser.
parent 5809082a
Branches
Tags
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -67,7 +67,7 @@ export class CryptoSafetyParent extends JSWindowActorParent {
const browser = browsingContext.embedderElement;
if (browser) {
lazy.TorDomainIsolator.newCircuitForBrowser(
browser.ownerGlobal.gBrowser
browser.ownerGlobal.gBrowser.selectedBrowser
);
}
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment