mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2026-09-27 13:01:44 +02:00
Treat "*" as a wildcard in accept mimetype values (e.g. "*") to avoid regex errors and accept valid file types as intended. Closes jquery-validation/jquery-validation#2487.