mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-28 22:21:35 +01:00
new icon path
This commit is contained in:
parent
fb3a7733a3
commit
d63c89bae7
@ -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) { }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user