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

Check for firefox too

  • Loading branch information
benstrumeyer committed Feb 6, 2020
commit 3ed1678cbd25cd61292eba713a8506407b8cae65
@@ -132,7 +132,7 @@ class ConfData {
_initProperty('rewards_opted_in', false);
_initProperty('settings_last_imported', 0);
_initProperty('settings_last_exported', 0);
_initProperty('show_alert', BROWSER_INFO.os !== 'android');
_initProperty('show_alert', BROWSER_INFO.os !== 'android' && !IS_FIREFOX);
_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.