File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
unreleased
2
2
==========
3
3
4
+ * Add extension ` .sql ` to ` application/sql `
4
5
* Add extensions ` .aac ` and ` .adts ` to ` audio/aac `
5
6
* Add extensions ` .js ` and ` .mjs ` to ` text/javascript `
6
7
* Add extensions from IANA for more MIME types
Original file line number Diff line number Diff line change 1637
1637
"compressible" : true
1638
1638
},
1639
1639
"application/sql" : {
1640
- "source" : " iana"
1640
+ "source" : " iana" ,
1641
+ "extensions" : [" sql" ]
1641
1642
},
1642
1643
"application/srgs" : {
1643
1644
"source" : " iana" ,
Original file line number Diff line number Diff line change 176
176
" https://www.iana.org/assignments/media-types/application/sieve"
177
177
]
178
178
},
179
+ "application/sql" : {
180
+ "extensions" : [" sql" ],
181
+ "sources" : [
182
+ " https://www.iana.org/assignments/media-types/application/sql"
183
+ ]
184
+ },
179
185
"application/tar" : {
180
186
"compressible" : true
181
187
},
You can’t perform that action at this time.
0 commit comments