mirror of
https://github.com/bitwarden/web
synced 2025-12-14 15:23:14 +00:00
new icon path
This commit is contained in:
@@ -209,7 +209,7 @@ angular
|
|||||||
if (setImage && isWebsite) {
|
if (setImage && isWebsite) {
|
||||||
try {
|
try {
|
||||||
var url = new URL(hostnameUri);
|
var url = new URL(hostnameUri);
|
||||||
cipher.meta.image = 'https://icons.bitwarden.com?url=' + url.hostname;
|
cipher.meta.image = 'https://icons.bitwarden.com/' + url.hostname + '/icon.png';
|
||||||
}
|
}
|
||||||
catch (e) { }
|
catch (e) { }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user