mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-06-15 04:45:59 +00:00
cleanup previous patch
This commit is contained in:
parent
dc7573bf85
commit
63691fc66a
@ -315,9 +315,9 @@ sub remote_viewer_config {
|
|||||||
$cacert =~ s/\n/\\n/g;
|
$cacert =~ s/\n/\\n/g;
|
||||||
|
|
||||||
my $config = {
|
my $config = {
|
||||||
'secure-attention' => "Ctrl+Alt+Ins",
|
'secure-attention' => "Ctrl+Alt+Ins",
|
||||||
'toggle-fullscreen' => "Shift+F11",
|
'toggle-fullscreen' => "Shift+F11",
|
||||||
'release-cursor' => "Ctrl+Alt+R",
|
'release-cursor' => "Ctrl+Alt+R",
|
||||||
type => 'spice',
|
type => 'spice',
|
||||||
title => $title,
|
title => $title,
|
||||||
host => $proxyticket, # this break tls hostname verification, so we need to use 'host-subject'
|
host => $proxyticket, # this break tls hostname verification, so we need to use 'host-subject'
|
||||||
|
Loading…
Reference in New Issue
Block a user