Index: lib/csp.js |
=================================================================== |
--- a/lib/csp.js |
+++ b/lib/csp.js |
@@ -58,9 +58,9 @@ |
return; |
} |
- devtools.logRequest(page, urlString, "CSP", hostname, thirdParty, null, |
- specificOnly, cspMatch); |
- FilterNotifier.emit("filter.hitCount", cspMatch, 0, 0, page); |
+ devtools.logRequest([details.tabId], urlString, "CSP", hostname, |
+ thirdParty, null, specificOnly, cspMatch); |
+ FilterNotifier.emit("filter.hitCount", cspMatch, 0, 0, [details.tabId]); |
if (cspMatch instanceof WhitelistFilter) |
return; |