mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
ca13e1a8df
commit
3a459bbc5e
|
@ -422,7 +422,7 @@ var onFrameHeadersReceived = function(details) {
|
|||
return processCSP(
|
||||
details,
|
||||
pageStore,
|
||||
pageStore.createContextFromFrameId(details.parentFrameId)
|
||||
pageStore.createContextFromFrameId(details.frameId)
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue