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
{{ message }}
This repository has been archived by the owner on May 9, 2023. It is now read-only.
Describe the bug
Given the extension rule
ext:jpg,png
you're allowed to selectexample.apng
but notexample.PNG
.To Reproduce
Steps to reproduce the behavior:
validate: 'ext:jpg,png'
example.PNG
file with capital extensionExpected behavior
Regardless of capitalization of extension a file should be allow - and files not matching extension including dot (
.
) shouldn't.Screenshots
If applicable, add screenshots to help explain your problem.
Environment details (please complete the following information):
Additional context
It's a matter of correcting
statamic/core/Providers/ValidationServiceProvider.php:97
.The text was updated successfully, but these errors were encountered: