Skip to content

Commit

Permalink
include audio/x-wav and application/x-zip-compressed in supported…
Browse files Browse the repository at this point in the history
… types
  • Loading branch information
joshuaberetta committed Jun 22, 2021
1 parent 740df02 commit 3987dca
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 3987dca

Please sign in to comment.