diff options
author | default <nobody@localhost> | 2023-09-15 19:51:04 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-09-15 19:51:04 +0200 |
commit | 4d4852b6519b58002de066e2b9fb28420208d1a0 (patch) | |
tree | de60171659d7a6d059b4c7ac4ec05b5dc09e3e39 | |
parent | 0745041210a9276e4efa216cbbff144c96f02b30 (diff) |
Backport from xs.
-rw-r--r-- | xs_mime.h | 2 | ||||
-rw-r--r-- | xs_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -37,6 +37,8 @@ const char *xs_mime_types[] = { "ogv", "video/ogg", "opus", "audio/ogg", "png", "image/png", + "svg", "image/svg+xml", + "svgz", "image/svg+xml", "txt", "text/plain", "wav", "audio/wav", "webm", "video/webm", diff --git a/xs_version.h b/xs_version.h index a05f5bb..5fd4466 100644 --- a/xs_version.h +++ b/xs_version.h @@ -1 +1 @@ -/* 5bf06243b37eec60e48e53d87d4d147d01ad9924 */ +/* 0ca53ca2b1c34efa95639d2a0f5bf4bd32f8958c */ |