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 and NejcZdovc committed Feb 8, 2019
1 parent 1ce5793 commit 8c3de16
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 @@ -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 8c3de16

Please sign in to comment.