Hi,
I want use the iconUrl from the priorities from a issue, but if I want load this in my react app I get this Error
Refused to load the image 'https://subdomain.atlassian.net/images/icons/priorities/medium.svg' because it violates the following Content Security Policy directive: "img-src 'self' data: blob: https://secure.gravatar.com https://avatar-management--avatars.us-west-2.prod.public.atl-paas.net https://api.atlassian.com".
here my manifest
permissions:
external:
images:
- 'https://subdomain.atlassian.net/images/icons/priorities/medium.svg'
Thank you