mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 02:42:41 +01:00
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
Block a user