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 anolysis on non-android devices

  • Loading branch information
sammacbeth committed Dec 17, 2020
commit e4a019888bc9e258d0b1ac8c061b12c5cd2e7d0c
@@ -28,6 +28,7 @@ CLIQZ.config.default_prefs = {
// the following are enabled for android only
'modules.human-web-lite.enabled': IS_ANDROID,
'modules.hpn-lite.enabled': IS_ANDROID,
'modules.anolysis.enabled': IS_ANDROID,
};
if (IS_ANDROID) {
CLIQZ.config.settings.HW_CHANNEL = 'android';
ProTip! Use n and p to navigate between commits in a pull request.