fix(browser-extension): issue #199
This commit is contained in:
parent
40b29fdd87
commit
effe22da79
@ -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