mirror of
https://github.com/bitwarden/server.git
synced 2025-05-25 13:24:50 -05:00
&& fix
This commit is contained in:
parent
32c93f09a7
commit
f8c5bc1c39
@ -34,7 +34,7 @@ namespace Bit.Icons.Controllers
|
|||||||
return new BadRequestResult();
|
return new BadRequestResult();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!url.StartsWith("http://") || !url.StartsWith("https://"))
|
if(!url.StartsWith("http://") && !url.StartsWith("https://"))
|
||||||
{
|
{
|
||||||
url = "http://" + url;
|
url = "http://" + url;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user