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

Remove purple box for existing users

  • Loading branch information
benstrumeyer committed Feb 13, 2020
commit 86b69adb06bd6314a36568a2b22608fc33f7a1e3
@@ -1616,6 +1616,10 @@ function initializeGhosteryModules() {
setCliqzModuleEnabled(offers, false);
}

if (BROWSER_INFO.os === 'android' && IS_FIREFOX) {
conf.show_alert = false;
}

// Set these tasks to run every hour
function scheduledTasks() {
// auto-fetch from CMP
ProTip! Use n and p to navigate between commits in a pull request.