mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fixed bad test
This commit is contained in:
parent
470eef85f3
commit
df69e22bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -930,7 +930,7 @@ var httpObserver = {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( 1 << channelData[0] & this.VALID_CSP_TARGETS === 0 ) {
|
if ( (1 << channelData[0] & this.VALID_CSP_TARGETS) === 0 ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue