diff options
author | Julius Härtl <jus@bitgrid.net> | 2023-11-20 07:11:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 07:11:10 +0100 |
commit | da162190f4acf807896af4287c76935a7928666e (patch) | |
tree | a538898adb2ec998b5a3f3870805825b7fbd6f73 | |
parent | 2d2852bb78ce6d0eb3f8d9fdc41f87d8abbfe191 (diff) | |
parent | cd6c192801848272aecfe44a170863c99120c4e2 (diff) | |
download | nextcloud-server-da162190f4acf807896af4287c76935a7928666e.tar.gz nextcloud-server-da162190f4acf807896af4287c76935a7928666e.zip |
Merge pull request #41475 from nextcloud/bugfix/noid/docxf-oform-mimetype
-rw-r--r-- | resources/config/mimetypemapping.dist.json | 2 |
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"], |