Skip to content

Commit fa5e4ef

Browse files
ubergesundheitdougwilson
authored andcommitted
Mark text/yaml as compressible
closes #237
1 parent 0d834ae commit fa5e4ef

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ unreleased
33

44
* Add extension `.mvt` to `application/vnd.mapbox-vector-tile`
55
* Add new upstream MIME types
6+
* Mark `text/yaml` as compressible
67

78
1.47.0 / 2021-04-01
89
===================

db.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8008,6 +8008,7 @@
80088008
"source": "iana"
80098009
},
80108010
"text/yaml": {
8011+
"compressible": true,
80118012
"extensions": ["yaml","yml"]
80128013
},
80138014
"video/1d-interleaved-parityfec": {

src/custom-types.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@
849849
"compressible": true
850850
},
851851
"text/yaml": {
852+
"compressible": true,
852853
"extensions": ["yaml","yml"]
853854
},
854855
"video/mp4": {

0 commit comments

Comments
 (0)