Skip to content

Commit

Permalink
Added more supported video formats for media (#640)
Browse files Browse the repository at this point in the history
* Added more accepted video formats
* Allow `video/webm` uploads

Co-authored-by: jnm <[email protected]>
  • Loading branch information
duvld and jnm authored Aug 3, 2020
1 parent 5b03e68 commit 13e1cfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions onadata/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ def skip_suspicious_operations(record):
'image/svg+xml',
'audio/mpeg',
'video/3gpp',
'video/mp4',
'video/quicktime',
'video/ogg',
'video/webm',
'audio/wav',
'audio/x-m4a',
'audio/mp3',
Expand Down

0 comments on commit 13e1cfe

Please sign in to comment.