]> git.proxmox.com Git - mirror_novnc.git/commit - vnc.html
Add View Only mode setting.
authorJoel Martin <github@martintribe.org>
Thu, 1 Dec 2011 15:05:16 +0000 (09:05 -0600)
committerJoel Martin <github@martintribe.org>
Thu, 1 Dec 2011 15:05:16 +0000 (09:05 -0600)
commit06a9ef0c6cd90746210f62d72b6bf8f0dcab9491
tree06f7e243f3478812d6f2e6f6a6b21eb05e32bf00
parentc3a172b98c035ff5e0dc5208717ee4c30522afe2
Add View Only mode setting.

Resolve issue: https://github.com/kanaka/noVNC/pull/101

Based on proposal from @mightpenguin:
Matthew Balman <emperor@mightypenguin.org>

If view_only option is set then do not send mouse and keyboard events.
This is not a secure/enforced way to make a client view only. To
enforce view only at the server, most VNC servers support setting
a view only password.
include/rfb.js
include/ui.js
vnc.html
vnc_auto.html