Skip to content

Commit 3199b2d

Browse files
committed
add network audit whitelist entries for crlset PR
fix #2271
1 parent e4d6034 commit 3199b2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/whitelistedUrlPrefixes.js

+6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22
module.exports = [
33
'https://update.googleapis.com/service/update2', // allowed because it 307's to go-updater.brave.com. should never actually connect to googleapis.com.
44
'https://safebrowsing.googleapis.com/v4/threatListUpdates', // allowed because it 307's to safebrowsing.brave.com
5+
'http://redirector.gvt1.com/edgedl/release2/chrome_component/', // allowed because it 307's to crlset2.brave.com
6+
'https://redirector.gvt1.com/edgedl/release2/chrome_component/', // allowed because it 307's to crlset2.brave.com
7+
'http://dl.google.com/release2/chrome_component/', // allowed because it 307's to crlset1.brave.com
8+
'https://dl.google.com/release2/chrome_component/', // allowed because it 307's to crlset1.brave.com
59
'https://no-thanks.invalid/', // fake gaia URL
610
'https://go-updater.brave.com/',
711
'https://safebrowsing.brave.com/',
812
'https://brave-core-ext.s3.brave.com/',
913
'https://laptop-updates.brave.com/',
1014
'https://static.brave.com/',
1115
'https://static1.brave.com/',
16+
'https://crlsets2.brave.com/',
17+
'https://crlsets1.brave.com/',
1218
'https://ledger.mercury.basicattentiontoken.org/',
1319
'https://ledger-staging.mercury.basicattentiontoken.org/',
1420
'https://balance.mercury.basicattentiontoken.org/',

0 commit comments

Comments
 (0)