aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-12-09 16:03:03 +0100
committerGitHub <noreply@github.com>2019-12-09 16:03:03 +0100
commitbb8ac6ca34aa84a9c43fb841a863438b025120a1 (patch)
treef453b0a16c3199d95ba65ffe16aef086acb14dfe
parente35a31f53ba1753714a30c41c700f6ac880d9abe (diff)
parentf578fa6d2410e4927f061909c81710cc9fcdf728 (diff)
downloadnextcloud-server-bb8ac6ca34aa84a9c43fb841a863438b025120a1.tar.gz
nextcloud-server-bb8ac6ca34aa84a9c43fb841a863438b025120a1.zip
Merge pull request #18287 from nextcloud/enh/add-mimetype-kdbx
Add mimetype for keepass database.
-rw-r--r--resources/config/mimetypemapping.dist.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json
index 614ac1a0ce7..59f0e0a17cb 100644
--- a/resources/config/mimetypemapping.dist.json
+++ b/resources/config/mimetypemapping.dist.json
@@ -81,6 +81,7 @@
"js": ["application/javascript", "text/plain"],
"json": ["application/json", "text/plain"],
"k25": ["image/x-dcraw"],
+ "kdbx": ["application/x-kdbx"],
"kdc": ["image/x-dcraw"],
"key": ["application/x-iwork-keynote-sffkey"],
"keynote": ["application/x-iwork-keynote-sffkey"],