diff options
| author | green <dandelions@disroot.org> | 2025-03-26 01:40:14 +0100 |
|---|---|---|
| committer | green <dandelions@disroot.org> | 2025-04-13 14:41:34 +0200 |
| commit | fbd81b604315f569ce5714fdc9d3caa78daaa83a (patch) | |
| tree | c8ccfe6ecfccc33fea7584f38fa5210a17a69faa /xs_mime.h | |
| parent | 4408859f8dcb8f83670d75f1128e1120ea318ec9 (diff) | |
mime types for apng and svg check
Diffstat (limited to 'xs_mime.h')
| -rw-r--r-- | xs_mime.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ const char *xs_mime_types[] = { "ogv", "video/ogg", "opus", "audio/ogg", "png", "image/png", + "apng", "image/apng", "svg", "image/svg+xml", "svgz", "image/svg+xml", "txt", "text/plain", |