|
|
|
@ -52,10 +52,8 @@ mimetype.assign = (
|
|
|
|
|
".dcm" => "application/dicom",
|
|
|
|
|
".tsp" => "application/dsptype",
|
|
|
|
|
".es" => "application/ecmascript",
|
|
|
|
|
".otf" => "application/font-sfnt",
|
|
|
|
|
".ttf" => "application/font-sfnt",
|
|
|
|
|
".epub" => "application/epub+zip",
|
|
|
|
|
".pfr" => "application/font-tdpfr",
|
|
|
|
|
".woff" => "application/font-woff",
|
|
|
|
|
".spl" => "application/futuresplash",
|
|
|
|
|
".gz" => "application/gzip",
|
|
|
|
|
".hta" => "application/hta",
|
|
|
|
@ -428,6 +426,11 @@ mimetype.assign = (
|
|
|
|
|
".vmd" => "chemical/x-vmd",
|
|
|
|
|
".xtel" => "chemical/x-xtel",
|
|
|
|
|
".xyz" => "chemical/x-xyz",
|
|
|
|
|
".ttc" => "font/collection",
|
|
|
|
|
".otf" => "font/ttf",
|
|
|
|
|
".ttf" => "font/ttf",
|
|
|
|
|
".woff" => "font/woff",
|
|
|
|
|
".woff2" => "font/woff2",
|
|
|
|
|
".gif" => "image/gif",
|
|
|
|
|
".ief" => "image/ief",
|
|
|
|
|
".jp2" => "image/jp2",
|
|
|
|
|