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 was archived by the owner on May 9, 2023. It is now read-only.
Describe the bug
Given the extension rule
ext:jpg,pngyou're allowed to selectexample.apngbut notexample.PNG.To Reproduce
Steps to reproduce the behavior:
validate: 'ext:jpg,png'example.PNGfile 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.