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

Do not turn off ad blocker in background

  • Loading branch information
wlycdgr committed Feb 23, 2021
commit 68ae62e1fbdf6e3925882af50c4646ac2ba98cc2
@@ -1548,9 +1548,6 @@ function initializeGhosteryModules() {
// Make sure that getBrowserInfo() has resolved before we set these properties
(async() => {
await globals.BROWSER_INFO_READY;
if (globals.JUST_INSTALLED && BROWSER_INFO.name === 'ghostery_desktop') { // i.e., Dawn
conf.enable_ad_block = false; // GH-2283
}
if (IS_FIREFOX && BROWSER_INFO.name !== 'ghostery_desktop' && BROWSER_INFO.name !== 'ghostery_android') {
if (globals.JUST_INSTALLED) {
conf.enable_human_web = false;
ProTip! Use n and p to navigate between commits in a pull request.