Skip to content

Commit

Permalink
Add JPEG2000 mime type to default whitelist
Browse files Browse the repository at this point in the history
(we have .jp2 in extensions)
  • Loading branch information
zerocrates committed Oct 25, 2019
1 parent dcd8f38 commit 41f8f4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/src/Form/SettingForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class SettingForm extends Form
// image/*
'image/bmp',
'image/gif',
'image/jp2',
'image/jpeg',
'image/pjpeg',
'image/png',
Expand Down

0 comments on commit 41f8f4b

Please sign in to comment.