diff options
author | tiezdne <oswald.84@t-online.de> | 2014-07-24 15:43:55 +0200 |
---|---|---|
committer | tiezdne <oswald.84@t-online.de> | 2014-07-24 15:43:55 +0200 |
commit | 6a2f3921f6d57d1b28647ca7b2c99e5ef5ec8a6e (patch) | |
tree | e5c6c79de69902f72f62eec20e1ef3e0cd5daf02 /lib | |
parent | b72a3e5be7b8fc57b210c49111012f9a1d358d9e (diff) | |
download | nextcloud-server-6a2f3921f6d57d1b28647ca7b2c99e5ef5ec8a6e.tar.gz nextcloud-server-6a2f3921f6d57d1b28647ca7b2c99e5ef5ec8a6e.zip |
Update mimetypes.list.php
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/mimetypes.list.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php index d27e9e6348b..8db78361433 100644 --- a/lib/private/mimetypes.list.php +++ b/lib/private/mimetypes.list.php @@ -28,6 +28,7 @@ * is considered secure. */ return array( + '3gp' => array('video/3gpp', null), '7z' => array('application/x-7z-compressed', null), 'accdb' => array('application/msaccess', null), 'ai' => array('application/illustrator', null), @@ -137,6 +138,7 @@ return array( 'txt' => array('text/plain', null), 'vcard' => array('text/vcard', null), 'vcf' => array('text/vcard', null), + 'vob' => array('video/dvd', null), 'wav' => array('audio/wav', null), 'webm' => array('video/webm', null), 'woff' => array('application/font-woff', null), |