Skip to content

Commit

Permalink
Merge pull request #7790 from brave/whitelist-build-machine-doh-serve…
Browse files Browse the repository at this point in the history
…rs-1864

Whitelist DoH servers in the network auditor (brave/brave-browser#1864)
  • Loading branch information
fmarier authored Jan 17, 2020
2 parents 59b4015 + 041bb66 commit b8698af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/lib/whitelistedUrlPrefixes.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ module.exports = [
'https://pdfjs.robwu.nl/logpdfjs', // allowed because it gets canceled in tracking protection
'https://publishers-distro.basicattentiontoken.org/',
'https://publishers-staging-distro.basicattentiontoken.org/',
'https://p3a.brave.com/'
'https://p3a.brave.com/',
'https://dns.google/dns-query', // needed for DoH on Mac build machines
'https://chrome.cloudflare-dns.com/dns-query', // needed for DoH on Mac build machines
]

0 comments on commit b8698af

Please sign in to comment.