From 77677c3d4d84012f8b03777519414b6a232a5bde Mon Sep 17 00:00:00 2001 From: NejcZdovc Date: Wed, 6 Feb 2019 05:56:02 +0100 Subject: [PATCH] Use CDN for publisher list Partial for brave/brave-browser#3191 --- lib/whitelistedUrlPrefixes.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/whitelistedUrlPrefixes.js b/lib/whitelistedUrlPrefixes.js index 232b2dd5129df..83798d58a2ce9 100644 --- a/lib/whitelistedUrlPrefixes.js +++ b/lib/whitelistedUrlPrefixes.js @@ -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' ]