mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix #1943
This commit is contained in:
parent
df6fb5070a
commit
bbc00ebb81
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue