add mkv mime file type

This commit is contained in:
Saleh Souzanchi 2013-10-28 00:14:38 +03:30
parent 81e6a56543
commit 1f13f86367

View file

@ -300,6 +300,7 @@ class CakeResponse {
'webapp' => 'application/x-web-app-manifest+json',
'vcf' => 'text/x-vcard',
'vtt' => 'text/vtt',
'mkv' => 'video/x-matroska',
);
/**