Browse Source

Add mimetype for keepass database.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
pull/18287/head
Daniel Kesselberg 6 years ago
parent
commit
f578fa6d24
No known key found for this signature in database GPG Key ID: 36E3664E099D0614
  1. 1
      resources/config/mimetypemapping.dist.json

1
resources/config/mimetypemapping.dist.json

@ -81,6 +81,7 @@
"js": ["application/javascript", "text/plain"], "js": ["application/javascript", "text/plain"],
"json": ["application/json", "text/plain"], "json": ["application/json", "text/plain"],
"k25": ["image/x-dcraw"], "k25": ["image/x-dcraw"],
"kdbx": ["application/x-kdbx"],
"kdc": ["image/x-dcraw"], "kdc": ["image/x-dcraw"],
"key": ["application/x-iwork-keynote-sffkey"], "key": ["application/x-iwork-keynote-sffkey"],
"keynote": ["application/x-iwork-keynote-sffkey"], "keynote": ["application/x-iwork-keynote-sffkey"],

Loading…
Cancel
Save