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

Add ability to toggle smart blocking on Cliqz browser #455

Merged
merged 2 commits into from Sep 25, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next

Add ability to toggle smart blocking on Cliqz browser

  • Loading branch information
benstrumeyer committed Sep 25, 2019
commit 4b88e8720ab0ebd3d1de07c172809c48a26ccc00
@@ -418,7 +418,7 @@ class Summary extends React.Component {
const { paused_blocking, sitePolicy } = this.props;
const { disableBlocking } = this.state;

return paused_blocking || sitePolicy || disableBlocking || IS_CLIQZ;
return paused_blocking || sitePolicy || disableBlocking;
}

/**
ProTip! Use n and p to navigate between commits in a pull request.