HttpUtils.pm: add video/mp4 to mimetype. Forum #73214

git-svn-id: https://svn.fhem.de/fhem/trunk@14525 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2017-06-16 08:52:13 +00:00
parent c009c2a1c6
commit 0fc556e51a

View File

@@ -9,6 +9,7 @@ use MIME::Base64;
use Digest::MD5 qw(md5_hex);
use vars qw($SSL_ERROR);
# Note: video does not work for every browser (Forum #73214)
my %ext2MIMEType= qw{
bmp image/bmp
css text/css
@@ -17,6 +18,7 @@ my %ext2MIMEType= qw{
ico image/x-icon
jpg image/jpeg
js text/javascript
mp4 video/mp4
pdf application/pdf
png image/png
svg image/svg+xml