]> git.proxmox.com Git - novnc-pve.git/commit
fix #5639: prevent browser from trying to save novnc password
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 27 Aug 2024 13:15:12 +0000 (15:15 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 6 Sep 2024 18:19:07 +0000 (20:19 +0200)
commit4c8791145676a8b3a4e667ed832303d91a76f569
treef47c363a715ac4aab34f6f14b1881a541106ca93
parenta9cfc0a5edca5de559f8a0d4520fe9c174433a09
fix #5639: prevent browser from trying to save novnc password

by not using the password input at all, but pass the password
to the connect function manually

this changes the first patch instead of adding another one, since
it only touches code from that.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
debian/patches/0001-add-PVE-specific-JS-code.patch
debian/patches/0002-add-custom-fbresize-event-on-rfb.patch
debian/patches/0003-change-scaling-when-toggling-fullscreen.patch
debian/patches/0006-change-source-directory-for-fetching-images-js-files.patch
debian/patches/0011-add-localCursor-setting-to-rfb.patch
debian/patches/0012-pass-custom-command-to-vnc.patch
debian/patches/0014-avoid-passing-deprecated-upgrade-parameter.patch
debian/patches/0015-create-own-class-for-hidden-buttons.patch
debian/patches/0016-hide-fullscreen-button-on-isFullscreen-get-variable.patch
debian/patches/0018-show-start-button-on-not-running-vm-ct.patch
debian/patches/0019-show-clipboard-button.patch