mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +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:
parent
0159e8ae45
commit
ca1495ed10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user