From 2ca5c61b046cc153a0689a1cfe749aa3da301f06 Mon Sep 17 00:00:00 2001 From: slrslr <6596726+slrslr@users.noreply.github.com> Date: Sun, 26 Mar 2023 11:27:12 +0000 Subject: [PATCH] Prevent 404 requests to favicon.ico Prevents 404 favicon.ico server log lines and web browser requests --- sogs/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/sogs/templates/base.html b/sogs/templates/base.html index bcc92bf1..54b1d3c0 100644 --- a/sogs/templates/base.html +++ b/sogs/templates/base.html @@ -1,6 +1,7 @@