Index: lib/abp2blocklist.js |
diff --git a/lib/abp2blocklist.js b/lib/abp2blocklist.js |
index fb90da33463b453806cae4fa5497cb31cef9223c..aa074f5acfaac19b5552a72d8b942b66198441a9 100644 |
--- a/lib/abp2blocklist.js |
+++ b/lib/abp2blocklist.js |
@@ -249,7 +249,7 @@ function convertFilterAddRules(rules, filter, action, withResourceTypes) |
}); |
// If the filter contains other supported options we'll need to generate |
// further rules for it, but if not we can simply return now. |
- if (!(filter.contentType | whitelistableRequestTypes)) |
+ if (!(filter.contentType & whitelistableRequestTypes)) |
return; |
} |