Browse Source

Merge pull request #2213 from zoghal/2.x-fixme

add mkv mime file type
Mark Story 12 years ago
parent
commit
1f3b4838fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/Cake/Network/CakeResponse.php

+ 1 - 0
lib/Cake/Network/CakeResponse.php

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