diff options
Diffstat (limited to 'src/libserver/http/http_router.c')
-rw-r--r-- | src/libserver/http/http_router.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/http/http_router.c b/src/libserver/http/http_router.c index 2fdfe48aa..ad477f68f 100644 --- a/src/libserver/http/http_router.c +++ b/src/libserver/http/http_router.c @@ -44,6 +44,7 @@ static const struct _rspamd_http_magic { [HTTP_MAGIC_ICO] = {"ico", "image/x-icon"}, [HTTP_MAGIC_PNG] = {"png", "image/png"}, [HTTP_MAGIC_JPG] = {"jpg", "image/jpeg"}, + [HTTP_MAGIC_JPG] = {"svg", "image/svg+xml"}, }; /* |