1
0
mirror of https://github.com/fcwu/docker-ubuntu-vnc-desktop synced 2026-08-05 16:12:41 +02:00

feat: upgrade noVNC

This commit is contained in:
Doro Wu
2017-02-25 12:55:24 +08:00
parent 394c340688
commit 0c04c5ec3b
489 changed files with 18241 additions and 54521 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ HTML_REDIRECT = '''<html><head>
var port = window.location.port;
if (!port)
port = window.location.protocol[4] == 's' ? 443 : 80;
window.location.href = "vnc_auto.html?autoconnect=1&autoscale=0&quality=3";
window.location.href = "vnc.html?autoconnect=1&autoscale=0&quality=3";
</script>
<title>Page Redirection</title>
</head><body></body></html>'''