2
2
types {
3
3
text/html html htm shtml;
4
4
text/css css;
5
- text/xml xml rss ;
5
+ text/xml xml;
6
6
image/gif gif;
7
7
image/jpeg jpeg jpg;
8
8
application/x-javascript js;
9
9
application/atom+xml atom;
10
+ application/rss+xml rss;
10
11
11
12
text/mathml mml;
12
13
text/plain txt;
@@ -21,8 +22,10 @@ types {
21
22
image/x-jng jng;
22
23
image/x-ms-bmp bmp;
23
24
image/svg+xml svg svgz;
25
+ image/webp webp;
24
26
25
27
application/java-archive jar war ear;
28
+ application/json json;
26
29
application/mac-binhex40 hqx;
27
30
application/msword doc;
28
31
application/pdf pdf;
@@ -32,6 +35,8 @@ types {
32
35
application/vnd.ms-powerpoint ppt;
33
36
application/vnd.wap.wmlc wmlc;
34
37
application/vnd.wap.xhtml+xml xhtml;
38
+ application/vnd.google-earth.kml+xml kml;
39
+ application/vnd.google-earth.kmz kmz;
35
40
application/x-7z-compressed 7z;
36
41
application/x-cocoa cco;
37
42
application/x-java-archive-diff jardiff;
@@ -49,6 +54,43 @@ types {
49
54
application/x-xpinstall xpi;
50
55
application/zip zip;
51
56
57
+ application/vnd.oasis.opendocument.chart odc;
58
+ application/vnd.oasis.opendocument.chart-template otc;
59
+ application/vnd.oasis.opendocument.database odb;
60
+ application/vnd.oasis.opendocument.formula odf;
61
+ application/vnd.oasis.opendocument.formula-template odft;
62
+ application/vnd.oasis.opendocument.graphics odg;
63
+ application/vnd.oasis.opendocument.graphics-template otg;
64
+ application/vnd.oasis.opendocument.image odi;
65
+ application/vnd.oasis.opendocument.image-template oti;
66
+ application/vnd.oasis.opendocument.presentation odp;
67
+ application/vnd.oasis.opendocument.presentation-template otp;
68
+ application/vnd.oasis.opendocument.spreadsheet ods;
69
+ application/vnd.oasis.opendocument.spreadsheet-template ots;
70
+ application/vnd.oasis.opendocument.text-master otm;
71
+ application/vnd.oasis.opendocument.text odt;
72
+ application/vnd.oasis.opendocument.text-template ott;
73
+ application/vnd.oasis.opendocument.text-web oth;
74
+ application/vnd.openofficeorg.extension oxt;
75
+ application/vnd.openxmlformats-officedocument.presentationml.presentation pptx;
76
+ application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx;
77
+ application/vnd.openxmlformats-officedocument.presentationml.slide sldx;
78
+ application/vnd.openxmlformats-officedocument.presentationml.template potx;
79
+ application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx;
80
+ application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx;
81
+ application/vnd.openxmlformats-officedocument.wordprocessingml.document docx;
82
+ application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx;
83
+ application/vnd.sun.xml.calc sxc;
84
+ application/vnd.sun.xml.calc.template stc;
85
+ application/vnd.sun.xml.draw sxd;
86
+ application/vnd.sun.xml.draw.template std;
87
+ application/vnd.sun.xml.impress sxi;
88
+ application/vnd.sun.xml.impress.template sti;
89
+ application/vnd.sun.xml.math sxm;
90
+ application/vnd.sun.xml.writer.global sxg;
91
+ application/vnd.sun.xml.writer sxw;
92
+ application/vnd.sun.xml.writer.template stw;
93
+
52
94
# Mime types for web fonts. Stolen from here:
53
95
# http://seconddrawer.com.au/blog/ in part.
54
96
application/x-font-ttf ttf;
@@ -61,15 +103,23 @@ types {
61
103
application/octet-stream dmg;
62
104
application/octet-stream iso img;
63
105
application/octet-stream msi msp msm;
106
+ application/octet-stream vcf;
64
107
65
108
audio/midi mid midi kar;
66
- audio/mpeg mp3;
109
+ audio/mpeg mpga mpega mp2 mp3;
110
+ audio/ogg ogg;
111
+ audio/x-m4a m4a;
67
112
audio/x-realaudio ra;
113
+ audio/webm weba;
68
114
69
115
video/3gpp 3gpp 3gp;
70
- video/mpeg mpeg mpg;
116
+ video/mp4 mp4;
117
+ video/mpeg mpeg mpg mpe;
118
+ video/ogg ogv;
71
119
video/quicktime mov;
120
+ video/webm webm;
72
121
video/x-flv flv;
122
+ video/x-m4v m4v;
73
123
video/x-mng mng;
74
124
video/x-ms-asf asx asf;
75
125
video/x-ms-wmv wmv;
0 commit comments