1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
gorhill 2016-08-28 06:40:41 -04:00
parent ca13e1a8df
commit 3a459bbc5e

View File

@ -422,7 +422,7 @@ var onFrameHeadersReceived = function(details) {
return processCSP(
details,
pageStore,
pageStore.createContextFromFrameId(details.parentFrameId)
pageStore.createContextFromFrameId(details.frameId)
);
};