Skip to content

Commit d8c3046

Browse files
committed
Add m3u8 and ts mime types.
1 parent 9042057 commit d8c3046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utopia/static/mime_types.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Static
2222
"xspf" => "application/xspf+xml",
2323
},
2424
:media => [
25-
:xiph, "mp3", "mp4", "wav", "aiff", "aac", "webm", "mov", "avi", "wmv", "mpg"
25+
:xiph, "mp3", "mp4", "wav", "aiff", "aac", "webm", "mov", "avi", "wmv", "mpg", "m3u8", "ts"
2626
],
2727
:text => [
2828
"html", "css", "js", ["map", "application/json"], "txt", "rtf", "xml", "pdf"

0 commit comments

Comments
 (0)