diff options
author | Joe Orton <jorton@apache.org> | 2024-09-12 10:38:39 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-09-12 10:38:39 +0200 |
commit | b5e9884a48f72cdfeddc60b121a24560ef8b88a9 (patch) | |
tree | cb18185663c2907d033778c4d109b72d2ee3e3d4 /test | |
parent | * modules/core/mod_macro.c (process_content): Return error if there's (diff) | |
download | apache2-b5e9884a48f72cdfeddc60b121a24560ef8b88a9.tar.xz apache2-b5e9884a48f72cdfeddc60b121a24560ef8b88a9.zip |
Add jxl mime type
Submitted by: printfn <printfn users.noreply.github.com>
Github: closes #478
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/pyhttpd/conf/mime.types | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pyhttpd/conf/mime.types b/test/pyhttpd/conf/mime.types index 2080c5cce9..7c9f8244c1 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 |