Skip to content

Commit

Permalink
Merge pull request #741 from kobotoolbox/740-update-supported-media-t…
Browse files Browse the repository at this point in the history
…ypes

Update supported media types
  • Loading branch information
noliveleger authored Jun 23, 2021
2 parents 740df02 + 3987dca commit 4c5cfda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion onadata/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,13 @@ def skip_suspicious_operations(record):
'audio/mpeg',
'audio/ogg',
'audio/wav',
'audio/x-wav',
'audio/webm',
'audio/x-m4a',
'text/csv',
'application/xml',
'application/zip'
'application/zip',
'application/x-zip-compressed'
]

DEFAULT_VALIDATION_STATUSES = [
Expand Down

0 comments on commit 4c5cfda

Please sign in to comment.