novnc: empty path by default, QEMU 2.9 no longer accepts websocket connections that have a path populated (e.g. websockify)

This commit is contained in:
Eric Schultz
2017-05-06 09:19:07 -05:00
parent 3471bf0f36
commit 4332950b75
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ var UI;
UI.initSetting('resize', 'scale'); // LT: default was 'off' before
UI.initSetting('shared', true);
UI.initSetting('view_only', false);
UI.initSetting('path', 'websockify');
UI.initSetting('path', '');
UI.initSetting('repeaterID', '');
UI.initSetting('token', '');
+1 -1
View File
@@ -164,7 +164,7 @@
<li><label><input id="noVNC_shared" type="checkbox" checked> Shared Mode</label></li>
<li><label><input id="noVNC_view_only" type="checkbox"> View Only</label></li>
<hr>
<li><input id="noVNC_path" type="input" value="websockify"> Path</li>
<li><input id="noVNC_path" type="input" value=""> Path</li>
<li><label>
<select id="noVNC_resize" name="vncResize">
<option value="off">None</option>