You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware that a past PR made extension whitelists case-insensitive. However, when the whitelist includes a Regexp, the whitelisting is not case-insensitive for the set of extensions the Regexp aims at. For example, [ /jpe?g/, 'png' ] does not accept the extension 'JPG', but will accept the extension 'PNG'.
The text was updated successfully, but these errors were encountered:
I'm aware that a past PR made extension whitelists case-insensitive. However, when the whitelist includes a Regexp, the whitelisting is not case-insensitive for the set of extensions the Regexp aims at. For example,
[ /jpe?g/, 'png' ]
does not accept the extension'JPG'
, but will accept the extension'PNG'
.The text was updated successfully, but these errors were encountered: