Skip to content

Commit

Permalink
Merge pull request #641 from kobotoolbox/more-audio-formats
Browse files Browse the repository at this point in the history
Added more supported audio media formats
  • Loading branch information
jnm authored Aug 3, 2020
2 parents 13e1cfe + b6791f0 commit cbaa4e2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions onadata/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,15 +496,21 @@ def skip_suspicious_operations(record):
'image/jpeg',
'image/png',
'image/svg+xml',
'audio/mpeg',
'video/3gpp',
'video/mp4',
'video/quicktime',
'video/ogg',
'video/webm',
'audio/aac',
'audio/aacp',
'audio/flac',
'audio/mp3',
'audio/mp4',
'audio/mpeg',
'audio/ogg',
'audio/wav',
'audio/webm',
'audio/x-m4a',
'audio/mp3',
'text/csv',
'application/zip'
]
Expand Down

0 comments on commit cbaa4e2

Please sign in to comment.