mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
Allow more image types
commit_hash:a7d8ea7e87c5c20bbbafaceb67e3a4ff58895e27
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
} = getContext<AppContext>(APP_CTX);
|
||||
|
||||
const FILE_FILTER = {
|
||||
image: 'image/png, image/jpeg',
|
||||
image: 'image/png, image/jpeg, image/webp, image/avif, image/svg+xml',
|
||||
gif: 'image/gif',
|
||||
lottie: 'text/json, application/json',
|
||||
video: 'video/mp4, video/mpeg, video/ogg, video/quicktime, video/webm'
|
||||
|
||||
Reference in New Issue
Block a user