|
|
@ -134,7 +134,7 @@ class MimeDetect { |
|
|
|
'xhtml' => 'application/xhtml+xml', |
|
|
|
'xhtml' => 'application/xhtml+xml', |
|
|
|
'xsl' => 'text/xsl', |
|
|
|
'xsl' => 'text/xsl', |
|
|
|
'xslt' => 'text/xsl', |
|
|
|
'xslt' => 'text/xsl', |
|
|
|
'xml' => 'text/xml', |
|
|
|
'xml' => 'application/xml', |
|
|
|
'csv' => 'text/csv', |
|
|
|
'csv' => 'text/csv', |
|
|
|
'tsv' => 'text/tab-separated-values', |
|
|
|
'tsv' => 'text/tab-separated-values', |
|
|
|
'txt' => 'text/plain', |
|
|
|
'txt' => 'text/plain', |
|
|
@ -223,7 +223,6 @@ class MimeDetect { |
|
|
|
"tar" => "application/x-tar", |
|
|
|
"tar" => "application/x-tar", |
|
|
|
"gtar" => "application/x-gtar", |
|
|
|
"gtar" => "application/x-gtar", |
|
|
|
"zip" => "application/x-zip", |
|
|
|
"zip" => "application/x-zip", |
|
|
|
"rng" => "application/xml", |
|
|
|
|
|
|
|
// others: |
|
|
|
// others: |
|
|
|
'bin' => 'application/octet-stream', |
|
|
|
'bin' => 'application/octet-stream', |
|
|
|
// Web Archives: |
|
|
|
// Web Archives: |
|
|
|