diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 2f07ae57..7c87833f 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1370,7 +1370,6 @@ __PACKAGE__->register_method({ name => 'vncwebsocket', path => '{vmid}/vncwebsocket', method => 'GET', - proxyto => 'node', permissions => { check => ['perm', '/vms/{vmid}', [ 'VM.Console' ]], },