2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

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 0159e8ae45
commit ca1495ed10

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