Skip to content

Commit 95e5d5d

Browse files
FliegendeWurstdougwilson
authored andcommitted
Add application/x-keepass2 with extension .kdbx
closes jshttp#174
1 parent 48d039c commit 95e5d5d

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
unreleased
22
==========
33

4+
* Add `application/x-keepass2` with extension `.kdbx`
45
* Add extension `.mxmf` to `audio/mobile-xmf`
56
* Add new upstream MIME types
67

db.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5519,6 +5519,9 @@
55195519
"application/x-javascript": {
55205520
"compressible": true
55215521
},
5522+
"application/x-keepass2": {
5523+
"extensions": ["kdbx"]
5524+
},
55225525
"application/x-latex": {
55235526
"source": "apache",
55245527
"compressible": false,

src/custom-types.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,12 @@
328328
"application/x-javascript": {
329329
"compressible": true
330330
},
331+
"application/x-keepass2": {
332+
"extensions": ["kdbx"],
333+
"sources": [
334+
"https://github.com/keepassx/keepassx/blob/master/share/linux/keepassx.xml"
335+
]
336+
},
331337
"application/x-latex": {
332338
"compressible": false
333339
},

0 commit comments

Comments
 (0)