Skip to content

Commit 702c40f

Browse files
committed
Add new upstream MIME types
1 parent 40bcde3 commit 702c40f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

db.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2394,6 +2394,10 @@
23942394
"application/vnd.evolv.ecig.theme": {
23952395
"source": "iana"
23962396
},
2397+
"application/vnd.exstream-empower+zip": {
2398+
"source": "iana",
2399+
"compressible": false
2400+
},
23972401
"application/vnd.ezpix-album": {
23982402
"source": "iana",
23992403
"extensions": ["ez2"]

src/iana-types.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2014,11 +2014,13 @@
20142014
},
20152015
"application/tlsrpt+gzip": {
20162016
"sources": [
2017+
"http://tools.ietf.org/rfc/rfc8460.txt",
20172018
"http://www.iana.org/assignments/media-types/application/tlsrpt+gzip"
20182019
]
20192020
},
20202021
"application/tlsrpt+json": {
20212022
"sources": [
2023+
"http://tools.ietf.org/rfc/rfc8460.txt",
20222024
"http://www.iana.org/assignments/media-types/application/tlsrpt+json"
20232025
]
20242026
},
@@ -3277,6 +3279,11 @@
32773279
"http://www.iana.org/assignments/media-types/application/vnd.evolv.ecig.theme"
32783280
]
32793281
},
3282+
"application/vnd.exstream-empower+zip": {
3283+
"sources": [
3284+
"http://www.iana.org/assignments/media-types/application/vnd.exstream-empower+zip"
3285+
]
3286+
},
32803287
"application/vnd.ezpix-album": {
32813288
"sources": [
32823289
"http://www.iana.org/assignments/media-types/application/vnd.ezpix-album"
@@ -5861,6 +5868,9 @@
58615868
]
58625869
},
58635870
"application/vnd.renlearn.rlprint": {
5871+
"sources": [
5872+
"http://www.iana.org/assignments/media-types/application/vnd.RenLearn.rlprint"
5873+
]
58645874
},
58655875
"application/vnd.restful+json": {
58665876
"sources": [
@@ -6854,6 +6864,7 @@
68546864
},
68556865
"application/zstd": {
68566866
"sources": [
6867+
"http://tools.ietf.org/rfc/rfc8478.txt",
68576868
"http://www.iana.org/assignments/media-types/application/zstd"
68586869
]
68596870
},
@@ -9104,6 +9115,7 @@
91049115
},
91059116
"video/vc2": {
91069117
"sources": [
9118+
"http://tools.ietf.org/rfc/rfc8450.txt",
91079119
"http://www.iana.org/assignments/media-types/video/vc2"
91089120
]
91099121
},

0 commit comments

Comments
 (0)