diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-12-08 16:43:39 +0100 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-12-08 22:03:43 +0100 |
commit | f578fa6d2410e4927f061909c81710cc9fcdf728 (patch) | |
tree | 88ad545df7b4ceeef535b24fe88c6ed64613b75a /resources | |
parent | 2959487f71c8226036ac3614bce27e3bbe60418a (diff) | |
download | nextcloud-server-f578fa6d2410e4927f061909c81710cc9fcdf728.tar.gz nextcloud-server-f578fa6d2410e4927f061909c81710cc9fcdf728.zip |
Add mimetype for keepass database.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'resources')
-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"], |