From: Joe Orton Date: Mon, 3 Jun 2024 08:44:55 +0000 (+0000) Subject: Add avif mime type X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff5aa488fb54a04e2ad6be3cb73bd140c8cec534;p=thirdparty%2Fapache%2Fhttpd.git Add avif mime type Submitted by: Adam Silverstein Github: closes #451 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918129 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/mime.types b/docs/conf/mime.types index 38bf4a68b9f..98a8e8451af 100644 --- a/docs/conf/mime.types +++ b/docs/conf/mime.types @@ -1538,6 +1538,7 @@ font/otf otf font/ttf ttf font/woff woff font/woff2 woff2 +image/avif avif image/bmp bmp image/cgm cgm # image/dicom-rle diff --git a/test/pyhttpd/conf/mime.types b/test/pyhttpd/conf/mime.types index 2db5c0913b2..2080c5cce96 100644 --- a/test/pyhttpd/conf/mime.types +++ b/test/pyhttpd/conf/mime.types @@ -1308,6 +1308,7 @@ chemical/x-cml cml chemical/x-csml csml # chemical/x-pdb chemical/x-xyz xyz +image/avif avif image/bmp bmp image/cgm cgm # image/example