Skip to content
Snippets Groups Projects
Commit 1cafd1e3 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #8337 from owncloud/flv-to-mimes

Add flv to known mimetypes
parents f5203058 fc4be3d0
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ return array(
'epub' => array('application/epub+zip', null),
'exe' => array('application/x-ms-dos-executable', null),
'flac' => array('audio/flac', null),
'flv' => array('video/x-flv', null),
'gif' => array('image/gif', null),
'gz' => array('application/x-gzip', null),
'gzip' => array('application/x-gzip', null),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment