зеркало из https://github.com/nextcloud/server.git
Remove duplicate mimetypes while keeping previous behaviour.
This commit is contained in:
Родитель
6241655df4
Коммит
689516ebd7
|
@ -35,8 +35,6 @@ return array(
|
||||||
'c' => 'text/x-c',
|
'c' => 'text/x-c',
|
||||||
'c++' => 'text/x-c++src',
|
'c++' => 'text/x-c++src',
|
||||||
'doc'=>'application/msword',
|
'doc'=>'application/msword',
|
||||||
'doc'=>'application/msword',
|
|
||||||
'docx'=>'application/msword',
|
|
||||||
'docx'=>'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
'docx'=>'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
||||||
'dv'=>'video/dv',
|
'dv'=>'video/dv',
|
||||||
'epub' => 'application/epub+zip',
|
'epub' => 'application/epub+zip',
|
||||||
|
@ -84,7 +82,6 @@ return array(
|
||||||
'ppt'=>'application/mspowerpoint',
|
'ppt'=>'application/mspowerpoint',
|
||||||
'pptx'=>'application/vnd.openxmlformats-officedocument.presentationml.presentation',
|
'pptx'=>'application/vnd.openxmlformats-officedocument.presentationml.presentation',
|
||||||
'psd'=>'application/x-photoshop',
|
'psd'=>'application/x-photoshop',
|
||||||
'py'=>'application/x-python',
|
|
||||||
'py'=>'text/x-script.python',
|
'py'=>'text/x-script.python',
|
||||||
'reveal' => 'text/reveal',
|
'reveal' => 'text/reveal',
|
||||||
'sgf' => 'application/sgf',
|
'sgf' => 'application/sgf',
|
||||||
|
@ -104,8 +101,6 @@ return array(
|
||||||
'wmv'=>'video/x-ms-asf',
|
'wmv'=>'video/x-ms-asf',
|
||||||
'xcf'=>'application/x-gimp',
|
'xcf'=>'application/x-gimp',
|
||||||
'xls'=>'application/msexcel',
|
'xls'=>'application/msexcel',
|
||||||
'xls'=>'application/msexcel',
|
|
||||||
'xlsx'=>'application/msexcel',
|
|
||||||
'xlsx'=>'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
'xlsx'=>'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
||||||
'xml'=>'application/xml',
|
'xml'=>'application/xml',
|
||||||
'zip'=>'application/zip',
|
'zip'=>'application/zip',
|
||||||
|
|
Загрузка…
Ссылка в новой задаче