|
1 | 1 | // Before adding to this list, get approval from the security team
|
2 | 2 | module.exports = [
|
| 3 | + 'http://update.googleapis.com/service/update2', // allowed because it 307's to go-updater.brave.com. should never actually connect to googleapis.com. |
3 | 4 | 'https://update.googleapis.com/service/update2', // allowed because it 307's to go-updater.brave.com. should never actually connect to googleapis.com.
|
4 | 5 | 'https://safebrowsing.googleapis.com/v4/threatListUpdates', // allowed because it 307's to safebrowsing.brave.com
|
| 6 | + 'http://redirector.gvt1.com/edgedl/release2/chrome_component/', // allowed because it 307's to crlset2.brave.com |
| 7 | + 'https://redirector.gvt1.com/edgedl/release2/chrome_component/', // allowed because it 307's to crlset2.brave.com |
| 8 | + 'https://clients2.googleusercontent.com/crx/blobs/', |
| 9 | + 'http://dl.google.com/release2/chrome_component/', // allowed because it 307's to crlset1.brave.com |
| 10 | + 'https://dl.google.com/release2/chrome_component/', // allowed because it 307's to crlset1.brave.com |
5 | 11 | 'https://no-thanks.invalid/', // fake gaia URL
|
6 | 12 | 'https://go-updater.brave.com/',
|
7 | 13 | 'https://safebrowsing.brave.com/',
|
8 | 14 | 'https://brave-core-ext.s3.brave.com/',
|
9 | 15 | 'https://laptop-updates.brave.com/',
|
10 | 16 | 'https://static.brave.com/',
|
11 | 17 | 'https://static1.brave.com/',
|
| 18 | + 'http://componentupdater.brave.com/service/update2', // allowed because it 307's to https://componentupdater.brave.com |
| 19 | + 'https://componentupdater.brave.com/service/update2', |
| 20 | + 'https://crlsets2.brave.com/', |
| 21 | + 'https://crlsets1.brave.com/', |
| 22 | + 'https://crxdownload.brave.com/crx/blobs/', |
12 | 23 | 'https://ledger.mercury.basicattentiontoken.org/',
|
13 | 24 | 'https://ledger-staging.mercury.basicattentiontoken.org/',
|
14 | 25 | 'https://balance.mercury.basicattentiontoken.org/',
|
|
0 commit comments