Skip to content

Commit e04e3a1

Browse files
committed
Merge r1929706, r1930012 from trunk: [docs CTR]
feat: add vnd.sqlite3 mime type and extensions Submitted by: Alexandru Mărășteanu <hello alexei.ro> Github: closes #563 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 <hello alexei.ro> Github: closes #580 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1930714 13f79535-47bb-0310-9956-ffa450edef68
1 parent 446f20c commit e04e3a1

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

changes-entries/mime-types.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*) Updated conf/mime.types: added vnd.sqlite3, HEIC, HEIF
2+
[Alexandru Mărășteanu <hello alexei.ro>]

docs/conf/mime.types

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,7 @@ application/vnd.smart.teacher teacher
10901090
application/vnd.solent.sdkm+xml sdkm sdkd
10911091
application/vnd.spotfire.dxp dxp
10921092
application/vnd.spotfire.sfs sfs
1093+
application/vnd.sqlite3 sqlite sqlite3
10931094
# application/vnd.sss-cod
10941095
# application/vnd.sss-dtf
10951096
# application/vnd.sss-ntf
@@ -1547,6 +1548,10 @@ image/cgm cgm
15471548
# image/fits
15481549
image/g3fax g3
15491550
image/gif gif
1551+
image/heic heic
1552+
image/heic-sequence heics
1553+
image/heif heif
1554+
image/heif-sequence heifs
15501555
image/ief ief
15511556
# image/jls
15521557
# image/jp2

test/pyhttpd/conf/mime.types

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,7 @@ application/vnd.smart.teacher teacher
890890
application/vnd.solent.sdkm+xml sdkm sdkd
891891
application/vnd.spotfire.dxp dxp
892892
application/vnd.spotfire.sfs sfs
893+
application/vnd.sqlite3 sqlite sqlite3
893894
# application/vnd.sss-cod
894895
# application/vnd.sss-dtf
895896
# application/vnd.sss-ntf
@@ -1314,6 +1315,10 @@ image/cgm cgm
13141315
# image/fits
13151316
image/g3fax g3
13161317
image/gif gif
1318+
image/heic heic
1319+
image/heic-sequence heics
1320+
image/heif heif
1321+
image/heif-sequence heifs
13171322
image/ief ief
13181323
# image/jp2
13191324
image/jpeg jpeg jpg jpe

0 commit comments

Comments
 (0)