From 0f144b31945d5dedbbed2fa4c9e16b47580bd242 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 19 Dec 2020 01:43:02 -0500 Subject: [PATCH] Add new upstream MIME types --- db.json | 25 +++++++++++++++++++++++++ src/apache-types.json | 2 +- src/custom-types.json | 6 +----- src/iana-types.json | 39 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 66 insertions(+), 6 deletions(-) diff --git a/db.json b/db.json index 9d22c00f..683e49c2 100644 --- a/db.json +++ b/db.json @@ -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", @@ -666,6 +675,10 @@ "source": "iana", "compressible": true }, + "application/jscalendar+json": { + "source": "iana", + "compressible": true + }, "application/json": { "source": "iana", "charset": "UTF-8", @@ -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", @@ -7518,6 +7540,9 @@ "text/enriched": { "source": "iana" }, + "text/fhirpath": { + "source": "iana" + }, "text/flexfec": { "source": "iana" }, diff --git a/src/apache-types.json b/src/apache-types.json index f01f03ce..bb8828da 100644 --- a/src/apache-types.json +++ b/src/apache-types.json @@ -2604,7 +2604,7 @@ "audio/mpeg4-generic": {}, "audio/musepack": {}, "audio/ogg": { - "extensions": ["oga","ogg","spx"] + "extensions": ["oga","ogg","spx","opus"] }, "audio/opus": {}, "audio/parityfec": {}, diff --git a/src/custom-types.json b/src/custom-types.json index 4573b0c5..872c492c 100644 --- a/src/custom-types.json +++ b/src/custom-types.json @@ -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 diff --git a/src/iana-types.json b/src/iana-types.json index 329f6428..9b2204b2 100644 --- a/src/iana-types.json +++ b/src/iana-types.json @@ -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" ] }, @@ -250,6 +252,7 @@ }, "application/cbor": { "sources": [ + "http://tools.ietf.org/rfc/rfc8949.txt", "http://www.iana.org/assignments/media-types/application/cbor" ] }, @@ -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": [ @@ -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", @@ -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", @@ -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",