| Index: lib/whitelisting.js |
| =================================================================== |
| --- a/lib/whitelisting.js |
| +++ b/lib/whitelisting.js |
| @@ -87,11 +87,6 @@ |
| return match(page, page.url, typeMask); |
| }; |
| -port.on("filters.isPageWhitelisted", (message, sender) => |
| -{ |
| - return !!checkWhitelisted(sender.page); |
| -}); |
| - |
| function revalidateWhitelistingState(page) |
| { |
| FilterNotifier.emit( |