File tree 4 files changed +3
-1
lines changed
4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
### HEAD
2
2
3
+ * Compress WebVTT files (` .vtt ` ).
3
4
* Reintroduce the ` filename extension ` to ` content type ` mappings for ` ico `
4
5
and ` svg ` ([ #28 ] ( https://github.com/h5bp/server-configs-apache/issues/28 ) ).
5
6
Original file line number Diff line number Diff line change @@ -524,6 +524,7 @@ AddDefaultCharset utf-8
524
524
text/css \
525
525
text/html \
526
526
text/plain \
527
+ text/vtt \
527
528
text/x-component \
528
529
text/xml
529
530
</IfModule >
Original file line number Diff line number Diff line change @@ -513,6 +513,7 @@ AddDefaultCharset utf-8
513
513
text/css \
514
514
text/html \
515
515
text/plain \
516
+ text/vtt \
516
517
text/x-component \
517
518
text/xml
518
519
</IfModule >
Original file line number Diff line number Diff line change @@ -399,7 +399,6 @@ var tests = [
399
399
400
400
'test.vtt' : {
401
401
headers : generateHeaders ( {
402
- 'content-encoding' : undefined ,
403
402
'content-type' : 'text/vtt; charset=utf-8'
404
403
} )
405
404
} ,
You can’t perform that action at this time.
0 commit comments