8.0.4 #226

Merged
wanhose merged 9 commits from v8.0.4 into main 2024-11-11 12:44:07 +00:00
Showing only changes of commit effe22da79 - Show all commits

View File

@ -401,6 +401,7 @@ function validateForm(params) {
}
try {
if (/\s/.test(url)) throw new Error();
new URL(url);
} catch {
errors = {