Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/config/mimetypemapping.dist.json')
-rw-r--r--resources/config/mimetypemapping.dist.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json
index ef3de4d75dc..2f16e45a4a8 100644
--- a/resources/config/mimetypemapping.dist.json
+++ b/resources/config/mimetypemapping.dist.json
@@ -176,6 +176,12 @@
"vcf": ["text/vcard"],
"vob": ["video/dvd"],
"vsd": ["application/vnd.visio"],
+ "vsdm": ["application/vnd.ms-visio.drawing.macroEnabled.12"],
+ "vsdx": ["application/vnd.ms-visio.drawing"],
+ "vssm": ["application/vnd.ms-visio.stencil.macroEnabled.12"],
+ "vssx": ["application/vnd.ms-visio.stencil"],
+ "vstm": ["application/vnd.ms-visio.template.macroEnabled.12"],
+ "vstx": ["application/vnd.ms-visio.template"],
"wav": ["audio/wav"],
"webm": ["video/webm"],
"webp": ["image/webp"],