mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #16768 from owncloud/add-missing-mime-types
Adding mimetype x-h for header files
This commit is contained in:
commit
3b188d0b72
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,8 @@ return array(
|
|||
'gif' => array('image/gif', null),
|
||||
'gz' => 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'),
|
||||
'htm' => array('text/html', 'text/plain'),
|
||||
'ical' => array('text/calendar', null),
|
||||
|
|
@ -104,6 +106,7 @@ return array(
|
|||
'md' => array('text/markdown', null),
|
||||
'mdb' => array('application/msaccess', null),
|
||||
'mdwn' => array('text/markdown', null),
|
||||
'mkd' => array('text/markdown', null),
|
||||
'mef' => array('image/x-dcraw', null),
|
||||
'mkv' => array('video/x-matroska', null),
|
||||
'mobi' => array('application/x-mobipocket-ebook', null),
|
||||
|
|
|
|||
Loading…
Reference in a new issue