1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00

fixed bad test

This commit is contained in:
gorhill 2015-01-17 15:52:36 -05:00
parent f9ca8d5040
commit db6ed71060

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