We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f799a04 commit 92c00b9Copy full SHA for 92c00b9
1 file changed
server/utils/image-proxy.ts
@@ -41,12 +41,15 @@ const TRUSTED_IMAGE_DOMAINS = [
41
'repository-images.githubusercontent.com',
42
'github.githubassets.com',
43
'objects.githubusercontent.com',
44
+ 'avatars2.githubusercontent.com',
45
+ 'cloud.githubusercontent.com',
46
47
// GitLab
48
'gitlab.com',
49
50
// CDNs commonly used in READMEs
51
'cdn.jsdelivr.net',
52
+ 'data.jsdelivr.com',
53
'unpkg.com',
54
55
// Well-known badge/shield services
@@ -63,6 +66,15 @@ const TRUSTED_IMAGE_DOMAINS = [
63
66
'api.codeclimate.com',
64
67
'bundlephobia.com',
65
68
'packagephobia.com',
69
+ 'deepwiki.com',
70
+ 'saucelabs.github.io',
71
+ 'opencollective.com',
72
+ 'circleci.com',
73
+ 'www.codetriage.com',
74
+ 'badges.gitter.im',
75
+ 'nodei.co',
76
+ 'travis-ci.org',
77
+ 'secure.travis-ci.org',
78
]
79
80
/**
0 commit comments