From 42463da1668a73d9fe0668aa0bc78005c63c795d Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 25 Jan 2018 15:19:12 +0100 Subject: [PATCH] Temporarily disable SVG favicon Firefox currently has a bug where it prefers the SVG icon over a more exact size. This results in a poorly rendered, downscaled icon. So disable the SVG icon until this has been fixed. Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1419039 --- vnc.html | 2 ++ vnc_lite.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/vnc.html b/vnc.html index 9c945ef..701714c 100644 --- a/vnc.html +++ b/vnc.html @@ -37,7 +37,9 @@ + diff --git a/vnc_lite.html b/vnc_lite.html index e00f96e..4a96d44 100644 --- a/vnc_lite.html +++ b/vnc_lite.html @@ -36,7 +36,9 @@ + -- 2.39.2