Skip to content

Commit

Permalink
report blanket websocket blocking once only
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jan 25, 2017
1 parent 1809636 commit d79a781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/traffic.js
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ var processCSP = function(pageStore, details) {
);
}

if ( loggerEnabled ) {
if ( loggerEnabled && details.type !== 'script' ) {
if ( blockInlineScript !== undefined ) {
µb.logger.writeOne(
tabId,
Expand Down

0 comments on commit d79a781

Please sign in to comment.