Merge pull request #16768 from owncloud/add-missing-mime-types

Adding mimetype x-h for header files
This commit is contained in:
Morris Jobke 2015-06-05 20:08:34 +02:00
commit 3b188d0b72
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,8 @@ return array(
'gif' => array('image/gif', null), 'gif' => array('image/gif', null),
'gz' => array('application/x-gzip', null), 'gz' => array('application/x-gzip', null),
'gzip' => array('application/x-gzip', null), 'gzip' => array('application/x-gzip', null),
'h' => array('text/x-h', null),
'hh' => array('text/x-h', null),
'html' => array('text/html', 'text/plain'), 'html' => array('text/html', 'text/plain'),
'htm' => array('text/html', 'text/plain'), 'htm' => array('text/html', 'text/plain'),
'ical' => array('text/calendar', null), 'ical' => array('text/calendar', null),
@ -104,6 +106,7 @@ return array(
'md' => array('text/markdown', null), 'md' => array('text/markdown', null),
'mdb' => array('application/msaccess', null), 'mdb' => array('application/msaccess', null),
'mdwn' => array('text/markdown', null), 'mdwn' => array('text/markdown', null),
'mkd' => array('text/markdown', null),
'mef' => array('image/x-dcraw', null), 'mef' => array('image/x-dcraw', null),
'mkv' => array('video/x-matroska', null), 'mkv' => array('video/x-matroska', null),
'mobi' => array('application/x-mobipocket-ebook', null), 'mobi' => array('application/x-mobipocket-ebook', null),