Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

When I link images in custom javascripts they are automatically converted to: https://imgsrv.roll20.net/?src=

This modified URL via imgsrv.roll20.net doesn't seem to work. I don't know if this is because the imgsrv server isn't working or if there's some other issue. Is there anyway to avoid using imgsrv.roll20.net? Can I force it to just use the link I provided? 
1639171679

Edited 1639171926
Andrew R.
Pro
Sheet Author
Are you writing a Character Sheet or an API Script? Have you checked the documentation? The API has restrictions on the image sources it can access.&nbsp; <a href="https://help.roll20.net/hc/en-us/articles/360037772793-API-Objects#API:Objects-imgsrcandavatarpropertyrestrictions" rel="nofollow">https://help.roll20.net/hc/en-us/articles/360037772793-API-Objects#API:Objects-imgsrcandavatarpropertyrestrictions</a>
I'm writing an API Script. Well, I've found one on github that I'm trying to get working. In the console I'm getting the error:&nbsp; Cross-Origin Read Blocking (CORB) blocked cross-origin response And then the URL of the image I'm trying to access. It's hosted on wikimedia.org. Is there a chance that URL is blocked?