Skip to content

Commit

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

Whitelist DoH servers in the network auditor (brave#1864)
  • Loading branch information
fmarier authored Jan 17, 2020
2 parents cb10c06 + ad1a667 commit 8839b66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 8839b66

Please sign in to comment.