From: Joe Orton Date: Wed, 26 Nov 2025 11:30:42 +0000 (+0000) Subject: feat: add HEIC, HEIF and related mime types X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6393e628c004c52e13da3a1dab3a6670f8888e7e;p=thirdparty%2Fapache%2Fhttpd.git feat: add HEIC, HEIF and related mime types See https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format Submitted by: Alexandru Mărășteanu Github: closes #580 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930012 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/mime.types b/docs/conf/mime.types index bda0f6b245..b94996799e 100644 --- a/docs/conf/mime.types +++ b/docs/conf/mime.types @@ -1548,6 +1548,10 @@ image/cgm cgm # image/fits image/g3fax g3 image/gif gif +image/heic heic +image/heic-sequence heics +image/heif heif +image/heif-sequence heifs image/ief ief # image/jls # image/jp2 diff --git a/test/pyhttpd/conf/mime.types b/test/pyhttpd/conf/mime.types index 12e3df60db..feeda35b33 100644 --- a/test/pyhttpd/conf/mime.types +++ b/test/pyhttpd/conf/mime.types @@ -1316,6 +1316,10 @@ image/cgm cgm # image/fits image/g3fax g3 image/gif gif +image/heic heic +image/heic-sequence heics +image/heif heif +image/heif-sequence heifs image/ief ief # image/jp2 image/jpeg jpeg jpg jpe