As designed Proxy image

Can't verify on mobile, but seeing the file ending, it wouldn't surprise me if the server also sent a wrong format header and the only reason it renders correctly is your browser sniffing it smart enough. I'm pretty sure svgs generally work.
 
I really want proxy SVG images, so i should bump this thread.
On my board, user publishes plugins for game servers. Plugins uploaded on GitHub. On GitHub users generally uses .travis.yml for auto-building plugins when commits is pushed. .travis.yml describes for Travis CI, how plugin should be builded. After building, Travis generates image (in SVG format, yes) and user adds the Travis image in post.
Image link example: https://api.travis-ci.com/FD-Forks/Shop-Core.svg?branch=master

Not all sites uses HTTPS, so we use image proxy for fixing "mixed content". And because SVG doesn't supported by xenForo, user can't see image from Travis with text Build Passing or Build Failed.

It is possible add SVG proxying? Or add setting for hosts where images should never be proxied from?
Also i considering method with sub-domain (where user cookies not shared with XF) for proxy script.
 
Top Bottom