Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1798: Update Unknown category to include Ad Blocker unknowns #433

Merged
merged 10 commits into from Aug 2, 2019

remove unused SVG

  • Loading branch information
christophertino committed Aug 2, 2019
commit ae41fcea7c9c8e1f3f72609f35c91eda3caae40f

This file was deleted.

@@ -50,8 +50,7 @@ class Policy {
if (this.blacklisted(hostUrl)) {
return globals.BLACKLISTED;
}
if (this.checkSiteWhitelist(hostUrl)
|| this.checkCliqzModuleWhitelist(hostUrl, trackerUrl)) {
if (this.checkSiteWhitelist(hostUrl) || this.checkCliqzModuleWhitelist(hostUrl, trackerUrl)) {
return globals.WHITELISTED;
}
return false;
ProTip! Use n and p to navigate between commits in a pull request.