From fbd81b604315f569ce5714fdc9d3caa78daaa83a Mon Sep 17 00:00:00 2001 From: green Date: Wed, 26 Mar 2025 01:40:14 +0100 Subject: mime types for apng and svg check --- xs_mime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xs_mime.h') diff --git a/xs_mime.h b/xs_mime.h index 6f65382..5f70922 100644 --- a/xs_mime.h +++ b/xs_mime.h @@ -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", -- cgit