Skip to content

Commit bc19a58

Browse files
committed
Add new upstream MIME types
1 parent 4714806 commit bc19a58

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

db.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
"source": "apache",
9595
"extensions": ["aw"]
9696
},
97+
"application/at+jwt": {
98+
"source": "iana"
99+
},
97100
"application/atf": {
98101
"source": "iana"
99102
},
@@ -1650,6 +1653,9 @@
16501653
"application/tnauthlist": {
16511654
"source": "iana"
16521655
},
1656+
"application/token-introspection+jwt": {
1657+
"source": "iana"
1658+
},
16531659
"application/toml": {
16541660
"compressible": true,
16551661
"extensions": ["toml"]

src/iana-types.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@
133133
"http://www.iana.org/assignments/media-types/application/applefile"
134134
]
135135
},
136+
"application/at+jwt": {
137+
"sources": [
138+
"http://www.iana.org/assignments/media-types/application/at+jwt"
139+
]
140+
},
136141
"application/atf": {
137142
"sources": [
138143
"http://www.iana.org/assignments/media-types/application/ATF"
@@ -548,6 +553,7 @@
548553
},
549554
"application/dots+cbor": {
550555
"sources": [
556+
"http://tools.ietf.org/rfc/rfc9132.txt",
551557
"http://www.iana.org/assignments/media-types/application/dots+cbor"
552558
]
553559
},
@@ -1437,6 +1443,7 @@
14371443
},
14381444
"application/oauth-authz-req+jwt": {
14391445
"sources": [
1446+
"http://tools.ietf.org/rfc/rfc9101.txt",
14401447
"http://www.iana.org/assignments/media-types/application/oauth-authz-req+jwt"
14411448
]
14421449
},
@@ -2349,6 +2356,11 @@
23492356
"http://www.iana.org/assignments/media-types/application/tnauthlist"
23502357
]
23512358
},
2359+
"application/token-introspection+jwt": {
2360+
"sources": [
2361+
"http://www.iana.org/assignments/media-types/application/token-introspection+jwt"
2362+
]
2363+
},
23522364
"application/trickle-ice-sdpfrag": {
23532365
"sources": [
23542366
"http://tools.ietf.org/rfc/rfc8840.txt",
@@ -8249,7 +8261,8 @@
82498261
"audio/qcelp": {
82508262
"sources": [
82518263
"http://tools.ietf.org/rfc/rfc3555.txt",
8252-
"http://tools.ietf.org/rfc/rfc3625.txt"
8264+
"http://tools.ietf.org/rfc/rfc3625.txt",
8265+
"http://www.iana.org/assignments/media-types/audio/QCELP"
82538266
]
82548267
},
82558268
"audio/raptorfec": {
@@ -10038,6 +10051,7 @@
1003810051
},
1003910052
"video/ffv1": {
1004010053
"sources": [
10054+
"http://tools.ietf.org/rfc/rfc9043.txt",
1004110055
"http://www.iana.org/assignments/media-types/video/FFV1"
1004210056
]
1004310057
},

0 commit comments

Comments
 (0)