Skip to content
Snippets Groups Projects
Commit 748d9059 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

Merge pull request #6502 from owncloud/core-extramimetypes

Added missing mime types
parents 37cdbc3b b109d411
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ return array(
'mov'=>'video/quicktime',
'webm'=>'video/webm',
'wmv'=>'video/x-ms-asf',
'py'=>'text/x-script.phyton',
'py'=>'text/x-script.python',
'vcf' => 'text/vcard',
'vcard' => 'text/vcard',
'doc'=>'application/msword',
......@@ -103,5 +103,9 @@ return array(
'markdown' => 'text/markdown',
'mdown' => 'text/markdown',
'mdwn' => 'text/markdown',
'reveal' => 'text/reveal'
'reveal' => 'text/reveal',
'c' => 'text/x-c',
'cc' => 'text/x-c',
'cpp' => 'text/x-c++src',
'c++' => 'text/x-c++src',
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment