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