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

Disable Purplebox on Firefox Android #494

Merged
merged 8 commits into from Feb 14, 2020
Prev

Add comment: Disable purplebox for Firefox Android users

  • Loading branch information
benstrumeyer committed Feb 14, 2020
commit 4d2c474622dfa4464879d5f69988c347df1914d9
@@ -1607,6 +1607,7 @@ function initializeGhosteryModules() {
setCliqzModuleEnabled(offers, false);
}

// Disable purplebox for Firefox Android users
if (BROWSER_INFO.os === 'android' && IS_FIREFOX) {
conf.show_alert = false;
}
ProTip! Use n and p to navigate between commits in a pull request.