Skip to content

Commit bf686c4

Browse files
diracdeltasjumde
authored andcommitted
add network audit whitelist entries for crlset PR
fix #2271
1 parent e1e3dc0 commit bf686c4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lib/whitelistedUrlPrefixes.js

+11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
// Before adding to this list, get approval from the security team
22
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.
34
'https://update.googleapis.com/service/update2', // allowed because it 307's to go-updater.brave.com. should never actually connect to googleapis.com.
45
'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
511
'https://no-thanks.invalid/', // fake gaia URL
612
'https://go-updater.brave.com/',
713
'https://safebrowsing.brave.com/',
814
'https://brave-core-ext.s3.brave.com/',
915
'https://laptop-updates.brave.com/',
1016
'https://static.brave.com/',
1117
'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/',
1223
'https://ledger.mercury.basicattentiontoken.org/',
1324
'https://ledger-staging.mercury.basicattentiontoken.org/',
1425
'https://balance.mercury.basicattentiontoken.org/',

0 commit comments

Comments
 (0)