From 95e5d5d11bb55e5e107ed7503b37394f7d9ff8ac Mon Sep 17 00:00:00 2001 From: FliegendeWurst <2012gdwu@web.de> Date: Sun, 6 Oct 2019 15:09:57 +0200 Subject: [PATCH] Add application/x-keepass2 with extension .kdbx closes #174 --- HISTORY.md | 1 + db.json | 3 +++ src/custom-types.json | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 0bea394a..f758ee33 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,7 @@ unreleased ========== + * Add `application/x-keepass2` with extension `.kdbx` * Add extension `.mxmf` to `audio/mobile-xmf` * Add new upstream MIME types diff --git a/db.json b/db.json index 63b5a923..ff08e0a2 100644 --- a/db.json +++ b/db.json @@ -5519,6 +5519,9 @@ "application/x-javascript": { "compressible": true }, + "application/x-keepass2": { + "extensions": ["kdbx"] + }, "application/x-latex": { "source": "apache", "compressible": false, diff --git a/src/custom-types.json b/src/custom-types.json index 76edbeab..f69d1580 100644 --- a/src/custom-types.json +++ b/src/custom-types.json @@ -328,6 +328,12 @@ "application/x-javascript": { "compressible": true }, + "application/x-keepass2": { + "extensions": ["kdbx"], + "sources": [ + "https://github.com/keepassx/keepassx/blob/master/share/linux/keepassx.xml" + ] + }, "application/x-latex": { "compressible": false },