We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd57674 + 49b60ee commit bcd6b68Copy full SHA for bcd6b68
1 file changed
src/wn_mimetype.c
@@ -44,6 +44,7 @@ static const struct webnet_mime_entry mime_tables[] =
44
{ "png", "image/png" },
45
{ "jpeg", "image/jpeg" },
46
{ "jpg", "image/jpeg" },
47
+ { "svg", "image/svg+xml" },
48
{ "avi", "video/x-msvideo" },
49
{ "mp3", "audio/mpeg" },
50
{ "ogg", "audio/x-oggvorbis" },
0 commit comments