]> git.proxmox.com Git - pve-apiclient.git/commit
lwp: set SameSite attr of auth cookie to 'strict'
authorMax Carrara <m.carrara@proxmox.com>
Wed, 15 Mar 2023 16:26:30 +0000 (17:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Jun 2023 15:15:56 +0000 (17:15 +0200)
commitb8721b4a8e3032b10e53339befedb7a22ea2fd7a
treec943b98ee75a44eb3bee9776023720ecc0168ca4
parent8a0c6cd03ec250d2f95c97aafe58d0f4a18e1bdf
lwp: set SameSite attr of auth cookie to 'strict'

This prohibits the cookie from being sent along in cross-site
sub-requests or when the user navigates to a different site.

Signed-off-by: Max Carrara <m.carrara@proxmox.com>
src/PVE/APIClient/LWP.pm