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

GH-2283/Ad-blocker-off-by-default-in-Dawn #693

Closed
wants to merge 10 commits into from

Change default enable_ad_block prop value to false in Dawn onboarding.

  • Loading branch information
wlycdgr committed Feb 23, 2021
commit a2ce1415932cc7e4298617a6019742f3ffd71139
@@ -156,7 +156,7 @@ OnboardingViewContainer.defaultProps = {
setup: {
blockingPolicy: BLOCKING_POLICY_RECOMMENDED,
enable_anti_tracking: true,
enable_ad_block: true,
enable_ad_block: false,
enable_smart_block: true,
},
};
ProTip! Use n and p to navigate between commits in a pull request.