1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

new icon path

This commit is contained in:
Kyle Spearrin 2017-10-12 10:22:35 -04:00
parent fb3a7733a3
commit d63c89bae7

View File

@ -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) { }
}