Skip to content

Commit

Permalink
Add whitelist entry for clients2.google.com and extensionupdater.brav…
Browse files Browse the repository at this point in the history
…e.com
  • Loading branch information
bsclifton committed May 29, 2019
1 parent e138585 commit 6bfe2a1
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://ads-serve.bravesoftware.com/', // remove this once ads catalog moves to using prod
'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://publishers-staging-distro.basicattentiontoken.org/',
'https://extensionupdater.brave.com/',
'https://clients2.google.com/' // allowed because it 307's to https://extensionupdater.brave.com
]

0 comments on commit 6bfe2a1

Please sign in to comment.