1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00

report blanket websocket blocking once only

This commit is contained in:
gorhill 2017-01-25 09:21:16 -05:00
parent 1809636680
commit d79a781bea

View File

@ -457,7 +457,7 @@ var processCSP = function(pageStore, details) {
);
}
if ( loggerEnabled ) {
if ( loggerEnabled && details.type !== 'script' ) {
if ( blockInlineScript !== undefined ) {
µb.logger.writeOne(
tabId,