Allow thumbnails with `.jpe` extension (#11408)

Fix 5ce582448e

Closes #11407
Authored by: bashonly
pull/11323/head
bashonly 2 months ago committed by GitHub
parent f93c16395c
commit 5bc5fb2835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5165,6 +5165,7 @@ class _UnsafeExtensionError(Exception):
'ico',
'image',
'jng',
'jpe',
'jpeg',
'jxl',
'svg',

Loading…
Cancel
Save