aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2023-11-14 20:51:06 +0100
committerAndy Scherzinger <info@andy-scherzinger.de>2023-11-19 19:46:34 +0100
commitcd6c192801848272aecfe44a170863c99120c4e2 (patch)
treeb8be866c5f1dc3de46df28ea0c75322947f15cc8 /resources
parentd019c9ad938c0d6edfd3438a4cfce424ec962578 (diff)
downloadnextcloud-server-cd6c192801848272aecfe44a170863c99120c4e2.tar.gz
nextcloud-server-cd6c192801848272aecfe44a170863c99120c4e2.zip
fix: Add docxf/oform to mimetypemapping
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypemapping.dist.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json
index 88a09d0b928..47b207d6bcc 100644
--- a/resources/config/mimetypemapping.dist.json
+++ b/resources/config/mimetypemapping.dist.json
@@ -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"],