Skip to content

Commit

Permalink
Add new upstream MIME types
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 17, 2023
1 parent 48e4115 commit a76e5a8
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
26 changes: 26 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -2036,6 +2036,14 @@
"application/vnd.3gpp.s1ap": {
"source": "iana"
},
"application/vnd.3gpp.seal-info+xml": {
"source": "iana",
"compressible": true
},
"application/vnd.3gpp.seal-location-info+xml": {
"source": "iana",
"compressible": true
},
"application/vnd.3gpp.sms": {
"source": "iana"
},
Expand All @@ -2059,6 +2067,10 @@
"source": "iana",
"compressible": true
},
"application/vnd.3gpp.vae-info+xml": {
"source": "iana",
"compressible": true
},
"application/vnd.3gpp2.bcmcsinfo+xml": {
"source": "iana",
"compressible": true
Expand Down Expand Up @@ -2838,6 +2850,10 @@
"application/vnd.efi.iso": {
"source": "iana"
},
"application/vnd.eln+zip": {
"source": "iana",
"compressible": false
},
"application/vnd.emclient.accessrequest+xml": {
"source": "iana",
"compressible": true
Expand Down Expand Up @@ -3261,6 +3277,10 @@
"source": "iana",
"compressible": true
},
"application/vnd.gpxsee.map+xml": {
"source": "iana",
"compressible": true
},
"application/vnd.grafeq": {
"source": "iana",
"extensions": ["gqf","gqs"]
Expand Down Expand Up @@ -3356,6 +3376,9 @@
"source": "iana",
"extensions": ["pclxl"]
},
"application/vnd.hsl": {
"source": "iana"
},
"application/vnd.httphone": {
"source": "iana"
},
Expand Down Expand Up @@ -5260,6 +5283,9 @@
"source": "iana",
"extensions": ["teacher"]
},
"application/vnd.smintio.portals.archive": {
"source": "iana"
},
"application/vnd.snesdev-page-table": {
"source": "iana"
},
Expand Down
35 changes: 35 additions & 0 deletions src/iana-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -2828,6 +2828,16 @@
"https://www.iana.org/assignments/media-types/application/vnd.3gpp.s1ap"
]
},
"application/vnd.3gpp.seal-info+xml": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.3gpp.seal-info+xml"
]
},
"application/vnd.3gpp.seal-location-info+xml": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.3gpp.seal-location-info+xml"
]
},
"application/vnd.3gpp.sms": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.3gpp.sms"
Expand Down Expand Up @@ -2858,6 +2868,11 @@
"https://www.iana.org/assignments/media-types/application/vnd.3gpp.ussd+xml"
]
},
"application/vnd.3gpp.vae-info+xml": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.3gpp.vae-info+xml"
]
},
"application/vnd.3gpp2.bcmcsinfo+xml": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.3gpp2.bcmcsinfo+xml"
Expand Down Expand Up @@ -3899,6 +3914,11 @@
"https://www.iana.org/assignments/media-types/application/vnd.efi.iso"
]
},
"application/vnd.eln+zip": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.eln+zip"
]
},
"application/vnd.emclient.accessrequest+xml": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.emclient.accessrequest+xml"
Expand Down Expand Up @@ -4432,6 +4452,11 @@
"https://www.iana.org/assignments/media-types/application/vnd.gov.sk.xmldatacontainer+xml"
]
},
"application/vnd.gpxsee.map+xml": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.gpxsee.map+xml"
]
},
"application/vnd.grafeq": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.grafeq"
Expand Down Expand Up @@ -4554,6 +4579,11 @@
"https://www.iana.org/assignments/media-types/application/vnd.hp-PCLXL"
]
},
"application/vnd.hsl": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.hsl"
]
},
"application/vnd.httphone": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.httphone"
Expand Down Expand Up @@ -7043,6 +7073,11 @@
"https://www.iana.org/assignments/media-types/application/vnd.smart.teacher"
]
},
"application/vnd.smintio.portals.archive": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.smintio.portals.archive"
]
},
"application/vnd.snesdev-page-table": {
"sources": [
"https://www.iana.org/assignments/media-types/application/vnd.snesdev-page-table"
Expand Down

0 comments on commit a76e5a8

Please sign in to comment.