Merge 1098cb106b into 24231f1ae3
This commit is contained in:
commit
7583c86fb2
|
|
@ -187,7 +187,11 @@
|
|||
}
|
||||
|
||||
var password = WebUtil.getConfigVar('password', '');
|
||||
var path = WebUtil.getConfigVar('path', 'websockify');
|
||||
|
||||
var path = WebUtil.getConfigVar('path', null);
|
||||
if (!path) {
|
||||
path = WebUtil.readCookie('noVNC_setting_path', 'websockify');
|
||||
}
|
||||
|
||||
// If a token variable is passed in, set the parameter in a cookie.
|
||||
// This is used by nova-novncproxy.
|
||||
|
|
|
|||
Loading…
Reference in New Issue