Skip to content

Commit

Permalink
more proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
jumde committed Jun 28, 2019
1 parent 2d585e8 commit 091d6de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/whitelistedUrlPatterns.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ module.exports = [
'http://www.google.com/dl/release2/chrome_component/.+crl-set.+', // allowed because it 307's to crlsets.brave.com
'https://www.google.com/dl/release2/chrome_component/.+crl-set.+', // allowed because it 307's to crlsets.brave.com
'http://storage.googleapis.com/update-delta/hfnkpimlhhgieaddgfemjhofmfblmnib/.+crxd', // allowed because it 307's to crlsets.brave.com,
'https://storage.googleapis.com/update-delta/hfnkpimlhhgieaddgfemjhofmfblmnib/.+crxd' // allowed because it 307's to crlsets.brave.com
'https://storage.googleapis.com/update-delta/hfnkpimlhhgieaddgfemjhofmfblmnib/.+crxd', // allowed because it 307's to crlsets.brave.com
'http://[A-Za-z0-9-\.]+\.gvt1\.com/edgedl/chromewebstore/.+pkedcjkdefgpdelpbcmbmeomcjbeemfm.+', // allowed because it 307's to redirector.brave.com
'https://[A-Za-z0-9-\.]+\.gvt1\.com/edgedl/chromewebstore/.+pkedcjkdefgpdelpbcmbmeomcjbeemfm.+', // allowed because it 307's to redirector.brave.com
]
5 changes: 4 additions & 1 deletion lib/whitelistedUrlPrefixes.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ module.exports = [
'https://publishers-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
'https://redirector.brave.com/',
'https://apis.brave.com/',
'https://www.googleapis.com/chromewebstore/v1.1/items/verify',
'https://clients2.google.com/service/update2/crx' // allowed because it 307's to https://extensionupdater.brave.com
]

0 comments on commit 091d6de

Please sign in to comment.