]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Temporarily disable SVG favicon
authorPierre Ossman <ossman@cendio.se>
Thu, 25 Jan 2018 14:19:12 +0000 (15:19 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 25 Jan 2018 14:19:12 +0000 (15:19 +0100)
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
vnc_lite.html

index 9c945efbb27cf145df33afacafaba7d02d06e9d5..701714cec30ff81f1e0b6499bea56cfcaf2bfd71 100644 (file)
--- a/vnc.html
+++ b/vnc.html
@@ -37,7 +37,9 @@
     <link rel="icon" sizes="144x144" type="image/png" href="app/images/icons/novnc-144x144.png">
     <link rel="icon" sizes="152x152" type="image/png" href="app/images/icons/novnc-152x152.png">
     <link rel="icon" sizes="192x192" type="image/png" href="app/images/icons/novnc-192x192.png">
+    <!-- Firefox currently mishandles SVG, see #1419039
     <link rel="icon" sizes="any" type="image/svg+xml" href="app/images/icons/novnc-icon.svg">
+    -->
     <!-- Repeated last so that legacy handling will pick this -->
     <link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
 
index e00f96e01ddf2b6679ea8381a668bc5ed2e56b9f..4a96d448fc4a58f042f94b2b2f43ef6da49c9aea 100644 (file)
@@ -36,7 +36,9 @@
     <link rel="icon" sizes="144x144" type="image/png" href="app/images/icons/novnc-144x144.png">
     <link rel="icon" sizes="152x152" type="image/png" href="app/images/icons/novnc-152x152.png">
     <link rel="icon" sizes="192x192" type="image/png" href="app/images/icons/novnc-192x192.png">
+    <!-- Firefox currently mishandles SVG, see #1419039
     <link rel="icon" sizes="any" type="image/svg+xml" href="app/images/icons/novnc-icon.svg">
+    -->
     <!-- Repeated last so that legacy handling will pick this -->
     <link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">