fix: autoconnect

This commit is contained in:
Doro Wu 2016-07-25 17:40:32 +08:00
parent 57a1114dd7
commit 3e65c4b05e

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";
window.location.href = "vnc_auto.html?autoconnect=1&autoscale=0&quality=3";
</script>
<title>Page Redirection</title>
</head><body></body></html>'''