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 Dec 19, 2020
1 parent 518d7d9 commit 0f144b3
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 6 deletions.
25 changes: 25 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,15 @@
"application/efi": {
"source": "iana"
},
"application/elm+json": {
"source": "iana",
"charset": "UTF-8",
"compressible": true
},
"application/elm+xml": {
"source": "iana",
"compressible": true
},
"application/emergencycalldata.cap+xml": {
"source": "iana",
"charset": "UTF-8",
Expand Down Expand Up @@ -666,6 +675,10 @@
"source": "iana",
"compressible": true
},
"application/jscalendar+json": {
"source": "iana",
"compressible": true
},
"application/json": {
"source": "iana",
"charset": "UTF-8",
Expand Down Expand Up @@ -7489,6 +7502,15 @@
"text/coffeescript": {
"extensions": ["coffee","litcoffee"]
},
"text/cql": {
"source": "iana"
},
"text/cql-expression": {
"source": "iana"
},
"text/cql-identifier": {
"source": "iana"
},
"text/css": {
"source": "iana",
"charset": "UTF-8",
Expand Down Expand Up @@ -7518,6 +7540,9 @@
"text/enriched": {
"source": "iana"
},
"text/fhirpath": {
"source": "iana"
},
"text/flexfec": {
"source": "iana"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apache-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -2604,7 +2604,7 @@
"audio/mpeg4-generic": {},
"audio/musepack": {},
"audio/ogg": {
"extensions": ["oga","ogg","spx"]
"extensions": ["oga","ogg","spx","opus"]
},
"audio/opus": {},
"audio/parityfec": {},
Expand Down
6 changes: 1 addition & 5 deletions src/custom-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -473,11 +473,7 @@
"compressible": false
},
"audio/ogg": {
"compressible": false,
"extensions": ["opus"],
"sources": [
"https://www.iana.org/assignments/media-types/audio/ogg"
]
"compressible": false
},
"audio/vnd.rn-realaudio": {
"compressible": false
Expand Down
39 changes: 39 additions & 0 deletions src/iana-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,13 @@
},
"application/alto-updatestreamcontrol+json": {
"sources": [
"http://tools.ietf.org/rfc/rfc8895.txt",
"http://www.iana.org/assignments/media-types/application/alto-updatestreamcontrol+json"
]
},
"application/alto-updatestreamparams+json": {
"sources": [
"http://tools.ietf.org/rfc/rfc8895.txt",
"http://www.iana.org/assignments/media-types/application/alto-updatestreamparams+json"
]
},
Expand Down Expand Up @@ -250,6 +252,7 @@
},
"application/cbor": {
"sources": [
"http://tools.ietf.org/rfc/rfc8949.txt",
"http://www.iana.org/assignments/media-types/application/cbor"
]
},
Expand Down Expand Up @@ -589,6 +592,17 @@
"http://www.iana.org/assignments/media-types/application/efi"
]
},
"application/elm+json": {
"charset": "UTF-8",
"sources": [
"http://www.iana.org/assignments/media-types/application/elm+json"
]
},
"application/elm+xml": {
"sources": [
"http://www.iana.org/assignments/media-types/application/elm+xml"
]
},
"application/emergencycalldata.cap+xml": {
"charset": "UTF-8",
"sources": [
Expand Down Expand Up @@ -944,6 +958,11 @@
"http://www.iana.org/assignments/media-types/application/jrd+json"
]
},
"application/jscalendar+json": {
"sources": [
"http://www.iana.org/assignments/media-types/application/jscalendar+json"
]
},
"application/json": {
"sources": [
"http://tools.ietf.org/rfc/rfc8259.txt",
Expand Down Expand Up @@ -9283,6 +9302,21 @@
"http://www.iana.org/assignments/media-types/text/calendar"
]
},
"text/cql": {
"sources": [
"http://www.iana.org/assignments/media-types/text/cql"
]
},
"text/cql-expression": {
"sources": [
"http://www.iana.org/assignments/media-types/text/cql-expression"
]
},
"text/cql-identifier": {
"sources": [
"http://www.iana.org/assignments/media-types/text/cql-identifier"
]
},
"text/css": {
"sources": [
"http://tools.ietf.org/rfc/rfc2318.txt",
Expand Down Expand Up @@ -9333,6 +9367,11 @@
"http://tools.ietf.org/rfc/rfc1896.txt"
]
},
"text/fhirpath": {
"sources": [
"http://www.iana.org/assignments/media-types/text/fhirpath"
]
},
"text/flexfec": {
"sources": [
"http://tools.ietf.org/rfc/rfc8627.txt",
Expand Down

0 comments on commit 0f144b3

Please sign in to comment.