mirror of
https://github.com/bitwarden/server
synced 2025-12-31 07:33:43 +00: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