mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2026-03-22 11:32:29 +01: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.