mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-15 20:11:30 +01:00
new icon path
This commit is contained in:
parent
fb3a7733a3
commit
d63c89bae7
@ -209,7 +209,7 @@ angular
|
||||
if (setImage && isWebsite) {
|
||||
try {
|
||||
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) { }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user