mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Fix mime types for .srt and .vtt.
This commit is contained in:
parent
ab217c5e7a
commit
2b65052534
@ -462,10 +462,12 @@ class Mimes
|
||||
'srt' => [
|
||||
'text/srt',
|
||||
'text/plain',
|
||||
'application/octet-stream',
|
||||
],
|
||||
'vtt' => [
|
||||
'text/vtt',
|
||||
'text/plain',
|
||||
'application/octet-stream',
|
||||
],
|
||||
'ico' => [
|
||||
'image/x-icon',
|
||||
|
Loading…
x
Reference in New Issue
Block a user