Remove 512x512 icon
It is not a launcher icon, but rather used for display on Google Play. As such it is not needed and removing it mitigates the issue of some buggy browsers downloading each and every listed icon.
This commit is contained in:
1
vnc.html
1
vnc.html
@@ -37,7 +37,6 @@
|
||||
<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">
|
||||
<link rel="icon" sizes="512x512" type="image/png" href="app/images/icons/novnc-512x512.png">
|
||||
<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">
|
||||
|
||||
Reference in New Issue
Block a user