mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
add mkv mime file type
This commit is contained in:
parent
81e6a56543
commit
1f13f86367
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ class CakeResponse {
|
|||
'webapp' => 'application/x-web-app-manifest+json',
|
||||
'vcf' => 'text/x-vcard',
|
||||
'vtt' => 'text/vtt',
|
||||
'mkv' => 'video/x-matroska',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue