| 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)) |
|
kzar
2016/05/25 16:20:54
Fixed this bug in the process of writing the tests
Sebastian Noack
2016/05/25 17:16:33
Awesome, but how will that fix ever be tested, or
kzar
2016/05/25 18:31:54
Good point, created this issue https://issues.adbl
|
| return; |
| } |