Merge pull request #1993 from azizshamim/mimetypes_update
This commit is contained in:
commit
aa6cee83af
|
@ -1,12 +1,13 @@
|
||||||
# These are the same MIME types that GitHub Pages uses as of 17 Mar 2013.
|
-# These are the same MIME types that GitHub Pages uses as of 26 January 2014
|
||||||
|
|
||||||
text/html html htm shtml
|
text/html html htm shtml
|
||||||
text/css css
|
text/css css
|
||||||
text/xml xml rss xsl
|
text/xml xml rss xsl xsd
|
||||||
image/gif gif
|
image/gif gif
|
||||||
image/jpeg jpeg jpg
|
image/jpeg jpeg jpg
|
||||||
application/x-javascript js
|
application/x-javascript js
|
||||||
application/atom+xml atom
|
application/atom+xml atom
|
||||||
|
application/json json geojson topojson
|
||||||
|
|
||||||
text/mathml mml
|
text/mathml mml
|
||||||
text/plain txt
|
text/plain txt
|
||||||
|
@ -17,16 +18,22 @@ text/cache-manifest manifest appcache
|
||||||
text/coffeescript coffee
|
text/coffeescript coffee
|
||||||
text/plain pde
|
text/plain pde
|
||||||
text/plain md markdown
|
text/plain md markdown
|
||||||
|
text/vcard vcf vcard
|
||||||
|
|
||||||
image/png png
|
image/png png
|
||||||
image/svg+xml svg
|
image/svg+xml svg
|
||||||
|
image/svg+xml svgz
|
||||||
image/tiff tif tiff
|
image/tiff tif tiff
|
||||||
image/vnd.wap.wbmp wbmp
|
image/vnd.wap.wbmp wbmp
|
||||||
image/x-icon ico
|
image/x-icon ico
|
||||||
image/x-jng jng
|
image/x-jng jng
|
||||||
image/x-ms-bmp bmp
|
image/x-ms-bmp bmp
|
||||||
|
|
||||||
application/json json
|
application/vnd.ms-fontobject eot
|
||||||
|
application/x-font-ttf ttf
|
||||||
|
application/x-font-woff woff
|
||||||
|
font/opentype otf
|
||||||
|
|
||||||
application/java-archive jar ear
|
application/java-archive jar ear
|
||||||
application/mac-binhex40 hqx
|
application/mac-binhex40 hqx
|
||||||
application/msword doc
|
application/msword doc
|
||||||
|
@ -34,18 +41,19 @@ application/pdf pdf
|
||||||
application/postscript ps eps ai
|
application/postscript ps eps ai
|
||||||
application/rdf+xml rdf
|
application/rdf+xml rdf
|
||||||
application/rtf rtf
|
application/rtf rtf
|
||||||
text/vcard vcf vcard
|
|
||||||
application/vnd.apple.pkpass pkpass
|
application/vnd.apple.pkpass pkpass
|
||||||
application/vnd.ms-excel xls
|
application/vnd.ms-excel xls
|
||||||
application/vnd.ms-powerpoint ppt
|
application/vnd.ms-powerpoint ppt
|
||||||
application/vnd.wap.wmlc wmlc
|
application/vnd.wap.wmlc wmlc
|
||||||
application/xhtml+xml xhtml
|
application/xhtml+xml xhtml
|
||||||
application/x-chrome-extension crx
|
|
||||||
application/x-cocoa cco
|
application/x-cocoa cco
|
||||||
application/x-font-ttf ttf
|
application/x-chrome-extension crx
|
||||||
application/x-java-archive-diff jardiff
|
application/x-java-archive-diff jardiff
|
||||||
application/x-java-jnlp-file jnlp
|
application/x-java-jnlp-file jnlp
|
||||||
application/x-makeself run
|
application/x-makeself run
|
||||||
|
application/x-ms-application application
|
||||||
|
application/x-ms-manifest manifest
|
||||||
|
application/x-ms-vsto vsto
|
||||||
application/x-ns-proxy-autoconfig pac
|
application/x-ns-proxy-autoconfig pac
|
||||||
application/x-perl pl pm
|
application/x-perl pl pm
|
||||||
application/x-pilot prc pdb
|
application/x-pilot prc pdb
|
||||||
|
@ -63,8 +71,8 @@ application/zip zip
|
||||||
|
|
||||||
application/octet-stream bin exe dll
|
application/octet-stream bin exe dll
|
||||||
application/octet-stream deb
|
application/octet-stream deb
|
||||||
|
application/octet-stream deploy
|
||||||
application/octet-stream dmg
|
application/octet-stream dmg
|
||||||
application/octet-stream eot
|
|
||||||
application/octet-stream iso img
|
application/octet-stream iso img
|
||||||
application/octet-stream msi msp msm
|
application/octet-stream msi msp msm
|
||||||
|
|
||||||
|
@ -74,12 +82,14 @@ audio/x-realaudio ra
|
||||||
audio/ogg ogg
|
audio/ogg ogg
|
||||||
|
|
||||||
video/3gpp 3gpp 3gp
|
video/3gpp 3gpp 3gp
|
||||||
|
video/m4v m4v
|
||||||
|
video/mp4 mp4
|
||||||
video/mpeg mpeg mpg
|
video/mpeg mpeg mpg
|
||||||
|
video/ogg ogg ogv
|
||||||
video/quicktime mov
|
video/quicktime mov
|
||||||
|
video/webm webm
|
||||||
video/x-flv flv
|
video/x-flv flv
|
||||||
video/x-mng mng
|
video/x-mng mng
|
||||||
video/x-ms-asf asx asf
|
video/x-ms-asf asx asf
|
||||||
video/x-ms-wmv wmv
|
video/x-ms-wmv wmv
|
||||||
video/x-msvideo avi
|
video/x-msvideo avi
|
||||||
video/ogg ogv
|
|
||||||
video/webm webm
|
|
||||||
|
|
Loading…
Reference in New Issue