]> git.proxmox.com Git - mirror_novnc.git/commit
Add support for URL fragment parameters
authoryatru <44513142+yatru@users.noreply.github.com>
Tue, 31 Aug 2021 14:04:56 +0000 (16:04 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Wed, 1 Sep 2021 12:49:37 +0000 (14:49 +0200)
commitf796b05e42cfac7044cca9603e59f258605228f3
tree62447642bfa95629ff9ee1a05c9136afe4dfcbbe
parent0a8ced2cfeadd4dc58cb573010f9993834694b38
Add support for URL fragment parameters

Passing parameters as part of the fragment could be considered
benifical from a security or privacy standpoint when compared to query
string parameters. The URL fragment parameters are not sent to the
server.
app/webutil.js
vnc_lite.html