@ URL was broken since 1.3.7 doh!
This commit is contained in:
parent
1b0f53a88c
commit
ce5038cf08
10
src/batch.ts
10
src/batch.ts
@ -252,7 +252,15 @@ function checkURL(address: string): boolean
|
||||
{
|
||||
return true;
|
||||
}
|
||||
if (address.startsWith('http:\/\/'))
|
||||
if (address.startsWith('https:\/\/'))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
if (address.startsWith('@http:\/\/'))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
if (address.startsWith('@https:\/\/'))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user