From cd6c192801848272aecfe44a170863c99120c4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 14 Nov 2023 20:51:06 +0100 Subject: [PATCH] fix: Add docxf/oform to mimetypemapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- resources/config/mimetypemapping.dist.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index 88a09d0b92809..47b207d6bccda 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"],