]> git.proxmox.com Git - mirror_novnc.git/commit - vnc_lite.html
Cleanup non-essential options from vnc_lite
authorSamuel Mannehed <samuel@cendio.se>
Thu, 16 Aug 2018 09:15:45 +0000 (11:15 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Tue, 28 Aug 2018 08:41:52 +0000 (10:41 +0200)
commit51f9f0098d306bbc67cc8e02ae547921b6f6585c
tree3a12a8489e9bb823081552c97524b2c50ae7dbf2
parent8c2866df3619e49d629b5f98c20d27a7c72d102a
Cleanup non-essential options from vnc_lite

This is supposed to be a simple example, it shouldn't have this many
options. This commit removes the following options:
 * logging - the default level 'warn' is good enough
 * title - a weird thing to set from the query string anyway
 * token - not used by most setups
 * encrypt - looking at the URL is good enough
 * repeaterID - not used by most setups
 * shared - uncommon setting
 * resize - not supported by most servers

Note that the removal of 'encrypt' allows us to remove logic for
establishing a default port. The default port for wss is 443 and for ws
it's 80 anyway.
vnc_lite.html