mirror of https://github.com/gorhill/uBlock.git
fixed bad test
This commit is contained in:
parent
470eef85f3
commit
df69e22bb9
|
@ -930,7 +930,7 @@ var httpObserver = {
|
|||
return;
|
||||
}
|
||||
|
||||
if ( 1 << channelData[0] & this.VALID_CSP_TARGETS === 0 ) {
|
||||
if ( (1 << channelData[0] & this.VALID_CSP_TARGETS) === 0 ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue