From: Joe Orton Date: Thu, 12 Sep 2024 08:38:39 +0000 (+0000) Subject: Add jxl mime type X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5e9884a48f72cdfeddc60b121a24560ef8b88a9;p=thirdparty%2Fapache%2Fhttpd.git Add jxl mime type Submitted by: printfn Github: closes #478 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920589 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/mime.types b/docs/conf/mime.types index 98a8e8451af..92ee7178aaf 100644 --- a/docs/conf/mime.types +++ b/docs/conf/mime.types @@ -1553,6 +1553,7 @@ image/ief ief image/jpeg jpeg jpg jpe # image/jpm # image/jpx +image/jxl jxl image/ktx ktx # image/naplps image/png png diff --git a/test/pyhttpd/conf/mime.types b/test/pyhttpd/conf/mime.types index 2080c5cce96..7c9f8244c13 100644 --- a/test/pyhttpd/conf/mime.types +++ b/test/pyhttpd/conf/mime.types @@ -1320,6 +1320,7 @@ image/ief ief image/jpeg jpeg jpg jpe # image/jpm # image/jpx +image/jxl jxl image/ktx ktx # image/naplps image/png png