Skip to content

Allow SVGs to be proxied

Rishi Panthee requested to merge rishi556/13-fix-svg into master

Resolves #13 (closed)

I didn't add SVG as an output format due to SVGs potential to be used for malicious purposes(see https://cofense.com/blog/svg-files-abused-in-emerging-campaigns/ for more information, I'm not too familiar with the subject but ran across it) but this will still allow SVGs to get processed into a different format in the backend and sent as that, which will be safe for the end user.

Image of SVG working locally

Merge request reports