Skip to content

Commit

Permalink
Allow jpeg icons (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Sep 14, 2023
1 parent 9e92980 commit 9a7182f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobsf/MobSF/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
ALLOWED_EXTENSIONS = {
'.txt': 'text/plain',
'.png': 'image/png',
'.jpg': 'image/jpeg',
'.svg': 'image/svg+xml',
'.webp': 'image/webp',
'.zip': 'application/zip',
Expand Down

0 comments on commit 9a7182f

Please sign in to comment.