summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authortiezdne <oswald.84@t-online.de>2014-07-24 15:43:55 +0200
committertiezdne <oswald.84@t-online.de>2014-07-24 15:43:55 +0200
commit6a2f3921f6d57d1b28647ca7b2c99e5ef5ec8a6e (patch)
treee5c6c79de69902f72f62eec20e1ef3e0cd5daf02 /lib
parentb72a3e5be7b8fc57b210c49111012f9a1d358d9e (diff)
downloadnextcloud-server-6a2f3921f6d57d1b28647ca7b2c99e5ef5ec8a6e.tar.gz
nextcloud-server-6a2f3921f6d57d1b28647ca7b2c99e5ef5ec8a6e.zip
Update mimetypes.list.php
Diffstat (limited to 'lib')
-rw-r--r--lib/private/mimetypes.list.php2
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),