mime.types 4.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. types {
  2. text/html html htm shtml;
  3. text/css css;
  4. text/xml xml;
  5. image/gif gif;
  6. image/jpeg jpeg jpg;
  7. application/javascript js;
  8. application/atom+xml atom;
  9. application/rss+xml rss;
  10. text/mathml mml;
  11. text/plain txt;
  12. text/vnd.sun.j2me.app-descriptor jad;
  13. text/vnd.wap.wml wml;
  14. text/x-component htc;
  15. image/png png;
  16. image/tiff tif tiff;
  17. image/vnd.wap.wbmp wbmp;
  18. image/x-icon ico;
  19. image/x-jng jng;
  20. image/x-ms-bmp bmp;
  21. image/svg+xml svg svgz;
  22. image/webp webp;
  23. font/woff woff;
  24. font/woff2 woff2;
  25. application/java-archive jar war ear;
  26. application/json json;
  27. application/mac-binhex40 hqx;
  28. application/msword doc;
  29. application/pdf pdf;
  30. application/postscript ps eps ai;
  31. application/rtf rtf;
  32. application/vnd.apple.mpegurl m3u8;
  33. application/vnd.google-earth.kml+xml kml;
  34. application/vnd.google-earth.kmz kmz;
  35. application/vnd.ms-excel xls;
  36. application/vnd.ms-fontobject eot;
  37. application/vnd.ms-powerpoint ppt;
  38. application/vnd.oasis.opendocument.graphics odg;
  39. application/vnd.oasis.opendocument.presentation odp;
  40. application/vnd.oasis.opendocument.spreadsheet ods;
  41. application/vnd.oasis.opendocument.text odt;
  42. application/vnd.openxmlformats-officedocument.presentationml.presentation
  43. pptx;
  44. application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
  45. xlsx;
  46. application/vnd.openxmlformats-officedocument.wordprocessingml.document
  47. docx;
  48. application/vnd.wap.wmlc wmlc;
  49. application/x-7z-compressed 7z;
  50. application/x-cocoa cco;
  51. application/x-java-archive-diff jardiff;
  52. application/x-java-jnlp-file jnlp;
  53. application/x-makeself run;
  54. application/x-perl pl pm;
  55. application/x-pilot prc pdb;
  56. application/x-rar-compressed rar;
  57. application/x-redhat-package-manager rpm;
  58. application/x-sea sea;
  59. application/x-shockwave-flash swf;
  60. application/x-stuffit sit;
  61. application/x-tcl tcl tk;
  62. application/x-x509-ca-cert der pem crt;
  63. application/x-xpinstall xpi;
  64. application/xhtml+xml xhtml;
  65. application/xspf+xml xspf;
  66. application/zip zip;
  67. application/octet-stream bin exe dll;
  68. application/octet-stream deb;
  69. application/octet-stream dmg;
  70. application/octet-stream iso img;
  71. application/octet-stream msi msp msm;
  72. audio/midi mid midi kar;
  73. audio/mpeg mp3;
  74. audio/ogg ogg;
  75. audio/x-m4a m4a;
  76. audio/x-realaudio ra;
  77. video/3gpp 3gpp 3gp;
  78. video/mp2t ts;
  79. video/mp4 mp4;
  80. video/mpeg mpeg mpg;
  81. video/quicktime mov;
  82. video/webm webm;
  83. video/x-flv flv;
  84. video/x-m4v m4v;
  85. video/x-mng mng;
  86. video/x-ms-asf asx asf;
  87. video/x-ms-wmv wmv;
  88. video/x-msvideo avi;
  89. }