mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
This commit is contained in:
parent
ca13e1a8df
commit
3a459bbc5e
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ var onFrameHeadersReceived = function(details) {
|
|||
return processCSP(
|
||||
details,
|
||||
pageStore,
|
||||
pageStore.createContextFromFrameId(details.parentFrameId)
|
||||
pageStore.createContextFromFrameId(details.frameId)
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue