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