Merge pull request #19433 from netchampfaris/allow-video-files

This commit is contained in:
Faris Ansari 2022-12-29 16:09:10 +05:30 committed by GitHub
commit faae4e7a86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,8 @@ ALLOWED_MIMETYPES = (
"application/vnd.oasis.opendocument.text",
"application/vnd.oasis.opendocument.spreadsheet",
"text/plain",
"video/quicktime",
"video/mp4",
)