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

Hardcode allowing Bing Ads bugs through

  • Loading branch information
wlycdgr committed Feb 23, 2021
commit 2feaf2888e3b132570d5edddd23ad047391f2fc8
@@ -346,6 +346,11 @@ class EventHandlers {
}

const app_id = bugDb.db.bugs[bug_id].aid;

if (app_id === 67) { // Bing Ads - GH-2283
return { cancel: false };
}

const cat_id = bugDb.db.apps[app_id].cat;
const incognito = tabInfo.getTabInfo(tab_id, 'incognito');
const tab_host = tabInfo.getTabInfo(tab_id, 'host');
ProTip! Use n and p to navigate between commits in a pull request.