We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a1114 commit 3e65c4bCopy full SHA for 3e65c4b
web/lightop/__init__.py
@@ -80,7 +80,7 @@ class BadRequest(Exception):
80
var port = window.location.port;
81
if (!port)
82
port = window.location.protocol[4] == 's' ? 443 : 80;
83
- window.location.href = "vnc_auto.html";
+ window.location.href = "vnc_auto.html?autoconnect=1&autoscale=0&quality=3";
84
</script>
85
<title>Page Redirection</title>
86
</head><body></body></html>'''
0 commit comments