From 173836d548115a45c7bd63669f8e62b370ab32bd Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 2 May 2019 21:00:59 +0200 Subject: [PATCH] Add an empty favicon There are multiple calls to the favicon on the preview.ideditor.com system in one session: > GET http://preview.ideditor.com/favicon.ico 403 (Forbidden) According to https://stackoverflow.com/questions/1321878/how-to-prevent-favicon-ico-requests#comment50777781_13416784 this should sho an empty favicon which will prevent the browser to try loading the missing icon. --- dist/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.html b/dist/index.html index 0246a2cf5..34b444c20 100644 --- a/dist/index.html +++ b/dist/index.html @@ -4,6 +4,7 @@ iD +