summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/http.c b/main/http.c
index 6c604f101..007b60f34 100644
--- a/main/http.c
+++ b/main/http.c
@@ -107,6 +107,7 @@ static struct {
{ "js", "application/x-javascript" },
{ "wav", "audio/x-wav" },
{ "mp3", "audio/mpeg" },
+ { "svg", "image/svg+xml" },
};
struct http_uri_redirect {