mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
fix: Add docxf/oform to mimetypemapping
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
Andy Scherzinger
parent
d019c9ad93
commit
cd6c192801
@@ -48,6 +48,7 @@
|
||||
"doc": ["application/msword"],
|
||||
"docm": ["application/vnd.ms-word.document.macroEnabled.12"],
|
||||
"docx": ["application/vnd.openxmlformats-officedocument.wordprocessingml.document"],
|
||||
"docxf": ["application/vnd.openxmlformats-officedocument.wordprocessingml.document.docxf"],
|
||||
"dot": ["application/msword"],
|
||||
"dotx": ["application/vnd.openxmlformats-officedocument.wordprocessingml.template"],
|
||||
"dv": ["video/dv"],
|
||||
@@ -131,6 +132,7 @@
|
||||
"odp": ["application/vnd.oasis.opendocument.presentation"],
|
||||
"ods": ["application/vnd.oasis.opendocument.spreadsheet"],
|
||||
"odt": ["application/vnd.oasis.opendocument.text"],
|
||||
"oform": ["application/vnd.openxmlformats-officedocument.wordprocessingml.document.oform"],
|
||||
"oga": ["audio/ogg"],
|
||||
"ogg": ["audio/ogg"],
|
||||
"ogv": ["video/ogg"],
|
||||
|
||||
Reference in New Issue
Block a user