Allow thumbnails with .jpe extension (#11408)

Fix 5ce582448e

Closes #11407
Authored by: bashonly
This commit is contained in:
bashonly 2024-10-29 23:25:46 +00:00 committed by GitHub
parent f93c16395c
commit 5bc5fb2835
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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