Skip to content

Commit 56b6750

Browse files
paulofreitasdougwilson
authored andcommitted
Add application/ubjson with extension .ubj
closes jshttp#202
1 parent a8f975d commit 56b6750

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-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/ubjson` with extension `.ubj`
45
* Add new upstream MIME types
56
* Fix extension of `application/vnd.apple.keynote` to be `.key`
67

db.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,6 +1611,10 @@
16111611
"application/tzif-leap": {
16121612
"source": "iana"
16131613
},
1614+
"application/ubjson": {
1615+
"compressible": false,
1616+
"extensions": ["ubj"]
1617+
},
16141618
"application/ulpfec": {
16151619
"source": "iana"
16161620
},

src/custom-types.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@
152152
],
153153
"compressible": true
154154
},
155+
"application/ubjson": {
156+
"extensions": ["ubj"],
157+
"sources" : [
158+
"http://ubjson.org/"
159+
],
160+
"compressible": false
161+
},
155162
"application/vnd.android.package-archive": {
156163
"compressible": false
157164
},

0 commit comments

Comments
 (0)