From 76f7a64cb8121207a08d8e93b4d6d224663bd5bc Mon Sep 17 00:00:00 2001 From: Kendall Werts Date: Fri, 26 Jul 2019 08:50:22 -0500 Subject: [PATCH] fixed favicon url --- src/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/popup.js b/src/js/popup.js index 34f6054..8584b18 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -985,7 +985,7 @@ Logic.registerPanel(P_CONTAINER_EDIT, { const trElement = document.createElement("div"); /* As we don't have the full or correct path the best we can assume is the path is HTTPS and then replace with a broken icon later if it doesn't load. This is pending a better solution for favicons from web extensions */ - const assumedUrl = `https://${site.hostname}`; + const assumedUrl = `https://${site.hostname}/favicon.ico`; trElement.innerHTML = escaped`