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-2283/Ad-blocker-off-by-default-in-Dawn #693

Closed
wants to merge 10 commits into from

Disable adblocker Cliqz module on startup

  • Loading branch information
wlycdgr committed Feb 23, 2021
commit 0f7adfa1ee6f9c945a45aaa116c9f9bf44f2ae42
@@ -24,6 +24,7 @@ CLIQZ.config.default_prefs = {
...CLIQZ.config.default_prefs,
// the following are enabled by default on non-android platforms
'modules.human-web.enabled': !IS_ANDROID,
'modules.adblocker.enabled': false,
'modules.hpnv2.enabled': !IS_ANDROID,
// the following are enabled for android only
'modules.human-web-lite.enabled': IS_ANDROID,
ProTip! Use n and p to navigate between commits in a pull request.