complete support for travis-ci.com
This commit is contained in:
parent
b48f1603f7
commit
ad33f295c8
1 changed files with 2 additions and 0 deletions
|
@ -125,11 +125,13 @@ function toLanguagePackTags(translations: { id: string }[], languageId: string):
|
||||||
* Remember to reach out to them when adding new domains.
|
* Remember to reach out to them when adding new domains.
|
||||||
*/
|
*/
|
||||||
const TrustedSVGSources = [
|
const TrustedSVGSources = [
|
||||||
|
'api.travis-ci.com',
|
||||||
'api.travis-ci.org',
|
'api.travis-ci.org',
|
||||||
'badge.fury.io',
|
'badge.fury.io',
|
||||||
'badges.frapsoft.com',
|
'badges.frapsoft.com',
|
||||||
'badges.gitter.im',
|
'badges.gitter.im',
|
||||||
'badges.greenkeeper.io',
|
'badges.greenkeeper.io',
|
||||||
|
'cdn.travis-ci.com',
|
||||||
'cdn.travis-ci.org',
|
'cdn.travis-ci.org',
|
||||||
'ci.appveyor.com',
|
'ci.appveyor.com',
|
||||||
'codacy.com',
|
'codacy.com',
|
||||||
|
|
Loading…
Add table
Reference in a new issue