diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index e3cfb6d..2fe3330 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -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; }