We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c8b05 commit a5e67a6Copy full SHA for a5e67a6
src/bg/RequestGuard.js
@@ -641,7 +641,6 @@ var RequestGuard = (() => {
641
}
642
643
async function injectPolicyScript(details) {
644
- console.debug("INJECT", details);
645
let {url, tabId, frameId} = details;
646
let tab = await browser.tabs.get(tabId);
647
let policy = ns.computeChildPolicy({url}, {tab, frameId});
0 commit comments