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