mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
hostname fix
This commit is contained in:
@@ -151,7 +151,7 @@ export class UtilsService implements UtilsServiceAbstraction {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (uriString.indexOf('://') === -1) {
|
if (uriString.indexOf('://') === -1 && uriString.indexOf('.') > -1) {
|
||||||
uriString = 'http://' + uriString;
|
uriString = 'http://' + uriString;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user