1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

fixed bad test

This commit is contained in:
gorhill 2015-01-17 15:52:36 -05:00
parent 470eef85f3
commit df69e22bb9

View File

@ -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;
}