From b111487757dbcd6f6daf7f4e0e28de6c4311b1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Tue, 8 Nov 2022 23:48:56 +0100 Subject: [PATCH] Add (inline) favicon (#186) Adding a data URI favicon avoids having the browser send an extra HTTP request for `/favicon.ico` - which is met with HTTP 404 anyway. --- src/ustreamer/data/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ustreamer/data/index.html b/src/ustreamer/data/index.html index fc700f8..542a695 100644 --- a/src/ustreamer/data/index.html +++ b/src/ustreamer/data/index.html @@ -3,6 +3,7 @@ + uStreamer