Skip to content
Snippets Groups Projects
Commit 82feb69e authored by Rishi Panthee's avatar Rishi Panthee Committed by Dan Notestein
Browse files

Allow SVG images through

parent 31c581d5
No related branches found
No related tags found
1 merge request!15Allow SVGs to be proxied
......@@ -27,6 +27,7 @@ const AcceptedContentTypes = [
'image/jpeg',
'image/png',
'image/webp',
'image/svg+xml'
]
interface NeedleResponse extends http.IncomingMessage {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment