Skip to content

Commit

Permalink
app: whitelist HEIF and WebP (#812, close #811)
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Sep 12, 2023
1 parent a4175ad commit f7f4c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ class Application extends App implements IBootstrap
'image/png',
'image/jpeg',
'image/heic',
'image/heif',
'image/webp',
'image/tiff',
'image/gif',
'image/bmp',
Expand Down

0 comments on commit f7f4c12

Please sign in to comment.