Browse Source

Merge pull request #540 from MorganDawe/7.x-EMIC-210

Removed rng => application/xml mapping.
pull/541/head
Jordan Dukart 10 years ago
parent
commit
038b6d704c
  1. 3
      includes/mime_detect.inc

3
includes/mime_detect.inc

@ -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:

Loading…
Cancel
Save