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 6580568 commit b66e0afCopy full SHA for b66e0af
src/bg/RequestGuard.js
@@ -371,7 +371,9 @@ var RequestGuard = (() => {
371
}
372
373
374
- Content.reportTo(request, allowed, policyType);
+ if (type !== "main_frame") {
375
+ Content.reportTo(request, allowed, policyType);
376
+ }
377
if (!allowed) {
378
debug(`Blocking ${policyType}`, request);
379
TabStatus.record(request, "blocked");
0 commit comments