We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d834ae commit fa5e4efCopy full SHA for fa5e4ef
HISTORY.md
@@ -3,6 +3,7 @@ unreleased
3
4
* Add extension `.mvt` to `application/vnd.mapbox-vector-tile`
5
* Add new upstream MIME types
6
+ * Mark `text/yaml` as compressible
7
8
1.47.0 / 2021-04-01
9
===================
db.json
@@ -8008,6 +8008,7 @@
8008
"source": "iana"
8009
},
8010
"text/yaml": {
8011
+ "compressible": true,
8012
"extensions": ["yaml","yml"]
8013
8014
"video/1d-interleaved-parityfec": {
src/custom-types.json
@@ -849,6 +849,7 @@
849
"compressible": true
850
851
852
853
854
855
"video/mp4": {
0 commit comments