mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
report blanket websocket blocking once only
This commit is contained in:
parent
1809636680
commit
d79a781bea
@ -457,7 +457,7 @@ var processCSP = function(pageStore, details) {
|
||||
);
|
||||
}
|
||||
|
||||
if ( loggerEnabled ) {
|
||||
if ( loggerEnabled && details.type !== 'script' ) {
|
||||
if ( blockInlineScript !== undefined ) {
|
||||
µb.logger.writeOne(
|
||||
tabId,
|
||||
|
Loading…
Reference in New Issue
Block a user