Skip to content

Commit

Permalink
add mkv mime file type
Browse files Browse the repository at this point in the history
  • Loading branch information
zoghal committed Oct 27, 2013
1 parent 81e6a56 commit 1f13f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Network/CakeResponse.php
Expand Up @@ -300,6 +300,7 @@ class CakeResponse {
'webapp' => 'application/x-web-app-manifest+json',
'vcf' => 'text/x-vcard',
'vtt' => 'text/vtt',
'mkv' => 'video/x-matroska',
);

/**
Expand Down

0 comments on commit 1f13f86

Please sign in to comment.