mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
also allow other video mime types, otherwise playback fails in e2ee room
This commit is contained in:
parent
9bc1d38d73
commit
c8265b2358
@ -55,6 +55,8 @@ const ALLOWED_BLOB_MIMETYPES = {
|
||||
'video/mp4': true,
|
||||
'video/webm': true,
|
||||
'video/ogg': true,
|
||||
'video/quicktime': true,
|
||||
'video/VP8': true,
|
||||
|
||||
'audio/mp4': true,
|
||||
'audio/webm': true,
|
||||
|
Loading…
Reference in New Issue
Block a user