Skip to content

Commit

Permalink
Whitelist DoH servers in the network auditor (brave/brave-browser#1864)
Browse files Browse the repository at this point in the history
This is needed because the Mac build machines use these OS
resolvers:

    nameserver 8.8.8.8
    nameserver 8.8.4.4
    nameserver 1.1.1.1
    nameserver 1.0.0.1
  • Loading branch information
fmarier committed Jan 17, 2020
1 parent 9cdf24b commit 3d94994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/commands/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 3d94994

Please sign in to comment.