mime.types 5.2 KB

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