mirror of
https://github.com/bitwarden/server.git
synced 2025-07-14 14:17:35 -05:00
&& fix
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user