8.0.4 #226
@ -401,6 +401,7 @@ function validateForm(params) {
|
||||
}
|
||||
|
||||
try {
|
||||
if (/\s/.test(url)) throw new Error();
|
||||
new URL(url);
|
||||
} catch {
|
||||
errors = {
|
||||
|
Loading…
Reference in New Issue
Block a user