Skip to content

Commit

Permalink
Add application/x-keepass2 with extension .kdbx
Browse files Browse the repository at this point in the history
closes #174
  • Loading branch information
FliegendeWurst authored and dougwilson committed Oct 30, 2019
1 parent 48d039c commit 95e5d5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
unreleased
==========

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

Expand Down
3 changes: 3 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -5519,6 +5519,9 @@
"application/x-javascript": {
"compressible": true
},
"application/x-keepass2": {
"extensions": ["kdbx"]
},
"application/x-latex": {
"source": "apache",
"compressible": false,
Expand Down
6 changes: 6 additions & 0 deletions src/custom-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down

0 comments on commit 95e5d5d

Please sign in to comment.