fixes #182
This commit is contained in:
parent
5d38ce6ea6
commit
affa096177
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ const TrustedSVGSources = [
|
||||||
'badge.fury.io',
|
'badge.fury.io',
|
||||||
'badges.frapsoft.com',
|
'badges.frapsoft.com',
|
||||||
'cdn.travis-ci.org',
|
'cdn.travis-ci.org',
|
||||||
'marketplace.visualstudio.com'
|
'marketplace.visualstudio.com',
|
||||||
|
'ci.appveyor.com'
|
||||||
];
|
];
|
||||||
|
|
||||||
function isHostTrusted(host: string): boolean {
|
function isHostTrusted(host: string): boolean {
|
||||||
|
|
Loading…
Add table
Reference in a new issue