pull/2/head
gorhill 10 years ago
parent a6dfe3f416
commit 0f629c9df8

@ -149,7 +149,9 @@ const contentObserver = {
return this.ACCEPT; return this.ACCEPT;
} }
let isTopLevel = context === context.top; // https://github.com/gorhill/uBlock/issues/795
// Only the top main frame can be an orphan
let isTopLevel = context === context.top && type === this.MAIN_FRAME;
let parentFrameId; let parentFrameId;
if ( isTopLevel ) { if ( isTopLevel ) {

Loading…
Cancel
Save