noVNC/core
Kyle Russell 1a50f6809f rfb: Allow port to be optionally appended to URI
Supports server configurations that might prefer wss:// connections
on the default port, then proxies them through the web server to the
VNC server.

This proxy configuration is helpful on servers using self-signed
certificates.  Accessing the https://host/vnc_auto.html page and
adding an exception for that host is sufficient to also satisfy the
wss://host/ request, unlike requests to wss://host:port/ which
may require an extra certificate exception.
2016-11-24 06:14:31 -06:00
..
input Merge pull request #689 from ossman/keysym 2016-11-10 09:36:43 +01:00
base64.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
des.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
display.js Don't allow more than one pending update 2016-10-24 14:42:45 +02:00
inflator.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
inflator.mod.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00
rfb.js rfb: Allow port to be optionally appended to URI 2016-11-24 06:14:31 -06:00
util.js Also translate HTML elements 2016-11-19 13:23:00 +01:00
websock.js Enable noVNC to become Browserifiable 2016-09-16 15:49:51 -04:00