Change favicon snatcher http to https
This commit is contained in:
parent
4538f6d915
commit
ab1a9b358a
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ class CoWebsiteManager {
|
|||
icon.style.display = "none";
|
||||
|
||||
const iconImage = document.createElement("img");
|
||||
iconImage.src = `http://www.google.com/s2/favicons?sz=64&domain_url=${iframe.src}`;
|
||||
iconImage.src = `https://www.google.com/s2/favicons?sz=64&domain_url=${iframe.src}`;
|
||||
const url = new URL(iframe.src);
|
||||
iconImage.alt = url.hostname;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue