mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 01:26:39 +00:00
remove unused code
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
0532122747
commit
6a123049cc
@ -341,8 +341,6 @@ sub proxy_request {
|
||||
PVEClientIP => $clientip,
|
||||
};
|
||||
|
||||
my $cookie_name = 'PVEAuthCookie';
|
||||
|
||||
$headers->{'cookie'} = PVE::REST::create_auth_cookie($ticket) if $ticket;
|
||||
$headers->{'CSRFPreventionToken'} = $token if $token;
|
||||
$headers->{'Accept-Encoding'} = 'gzip' if $reqstate->{accept_gzip};
|
||||
|
Loading…
Reference in New Issue
Block a user