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

"Enable automatic updates" setting propagates to antitracking and adblocker #646

Merged
merged 7 commits into from Jan 6, 2021

Disable hpnv2 when humanweb is disabled.

  • Loading branch information
sammacbeth committed Dec 17, 2020
commit a40732caad6ee573db1d2966ec842e8ad0108d46
@@ -1099,6 +1099,7 @@ function initializeDispatcher() {
if (!IS_CLIQZ) {
setCliqzModuleEnabled(humanweb, enableHumanWeb).then(() => {
setCliqzAntitrackingConfig(conf.enable_anti_tracking);
setCliqzModuleEnabled(hpnv2, enableHumanWeb);
});
} else {
setCliqzModuleEnabled(humanweb, false);
ProTip! Use n and p to navigate between commits in a pull request.