fixed bad test

pull/2/head
gorhill 10 years ago
parent f9ca8d5040
commit db6ed71060

@ -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…
Cancel
Save