Commit 673118fb authored by Joel Martin's avatar Joel Martin

Encrypt default to 'false' in vnc_auto.html also.

parent b8bd88d0
......@@ -98,7 +98,7 @@ Connect parameters are provided in query string:
return;
}
rfb = new RFB({'encrypt': Util.getQueryVar('encrypt', true),
rfb = new RFB({'encrypt': Util.getQueryVar('encrypt', false),
'true_color': Util.getQueryVar('true_color', true),
'local_cursor': Util.getQueryVar('cursor', true),
'updateState': updateState});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment