Skip to content

Commit

Permalink
Merge pull request #3242 from brave/publisher-list-cdn
Browse files Browse the repository at this point in the history
Use CDN for publisher list
  • Loading branch information
diracdeltas authored Feb 7, 2019
2 parents 871ebeb + e3d96ff commit 3808c8d
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 @@ -27,5 +27,7 @@ module.exports = [
'https://publishers.basicattentiontoken.org/',
'https://publishers-staging.basicattentiontoken.org/',
'https://updates.bravesoftware.com/', // remove this once updates are moved to the prod environment
'https://pdfjs.robwu.nl/logpdfjs' // allowed because it gets canceled in tracking protection
'https://pdfjs.robwu.nl/logpdfjs', // allowed because it gets canceled in tracking protection
'https://publishers-distro.basicattentiontoken.org/',
'https://publishers-staging-distro.basicattentiontoken.org/'
]

0 comments on commit 3808c8d

Please sign in to comment.