mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
fix #1943
This commit is contained in:
parent
df6fb5070a
commit
bbc00ebb81
@ -442,7 +442,7 @@ var processCSP = function(details, pageStore, context) {
|
||||
blockInlineScript = µb.isBlockResult(inlineScriptResult);
|
||||
|
||||
context.requestType = 'websocket';
|
||||
var websocketResult = pageStore.filterRequestNoCache(context),
|
||||
var websocketResult = µb.staticNetFilteringEngine.matchStringExactType(context, requestURL, 'websocket'),
|
||||
blockWebsocket = µb.isBlockResult(websocketResult);
|
||||
|
||||
var headersChanged = false;
|
||||
|
Loading…
Reference in New Issue
Block a user