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
Next

Remove purple box on android

  • Loading branch information
benstrumeyer committed Feb 5, 2020
commit f3fb6a3353c84ed668958e30575180452635da1d
@@ -132,7 +132,7 @@ class ConfData {
_initProperty('rewards_opted_in', false);
_initProperty('settings_last_imported', 0);
_initProperty('settings_last_exported', 0);
_initProperty('show_alert', true);
_initProperty('show_alert', BROWSER_INFO.os !== 'android');
_initProperty('show_badge', true);
_initProperty('show_cmp', true);
_initProperty('show_tracker_urls', true);
ProTip! Use n and p to navigate between commits in a pull request.