From 5b25afb0b7f12c1ac2c10d4071cb6c34539634cf Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 18 Jun 2014 12:44:46 +0200 Subject: [PATCH] vncwebsocket: do not proxy connection --- PVE/API2/Qemu.pm | 1 - 1 file changed, 1 deletion(-) 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' ]], },