From aa4a8da79a8e83997f637485901e466531247627 Mon Sep 17 00:00:00 2001 From: goodusername123 <61405538+goodusername123@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:10:07 -0500 Subject: [PATCH] MIME: added image/jxl type. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the official IANA Media Type for JPEG XL. --- conf/mime.types | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/mime.types b/conf/mime.types index 1c00d701a..e880ee296 100644 --- a/conf/mime.types +++ b/conf/mime.types @@ -16,6 +16,7 @@ types { text/x-component htc; image/avif avif; + image/jxl jxl; image/png png; image/svg+xml svg svgz; image/tiff tif tiff;