diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-12-09 16:03:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-09 16:03:03 +0100 |
commit | bb8ac6ca34aa84a9c43fb841a863438b025120a1 (patch) | |
tree | f453b0a16c3199d95ba65ffe16aef086acb14dfe | |
parent | e35a31f53ba1753714a30c41c700f6ac880d9abe (diff) | |
parent | f578fa6d2410e4927f061909c81710cc9fcdf728 (diff) | |
download | nextcloud-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.json | 1 |
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"], |