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
Next

Default ad blocker to off on install in Dawn only

  • Loading branch information
wlycdgr committed Feb 19, 2021
commit 30520aa04fcb6051aabb99dc53d453eadb0774d9
@@ -1636,6 +1636,7 @@ function initializeGhosteryModules() {
(async() => {
await globals.BROWSER_INFO_READY;
if (BROWSER_INFO.name === 'ghostery_desktop') { // i.e., Dawn
conf.enable_ad_block = false; // GH-2283
chrome.tabs.create({
url: chrome.runtime.getURL('./app/templates/dawn_hub.html?justInstalled=true'),
active: true
ProTip! Use n and p to navigate between commits in a pull request.