5
0
mirror of git://git.proxmox.com/git/pve-http-server.git synced 2025-01-05 09:17:55 +03:00
Go to file
Dominik Csapak c03f5d7319 fix external linking when cookie was acquired via HTML formatter
currently we set the SameSite attribute to `Strict` which prevents
linking from external sites with the cookies set.
(For a detailed explanation of this see [0])

so with the same rationale as in [0], set the cookie SameSite attribute
to 'Lax', which is very similar behavior as 'Strict' but allows linking
from external resources[1].

0: https://lore.proxmox.com/pve-devel/20241007150251.3295598-1-d.csapak@proxmox.com/
1: https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#SameSite_attribute

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2024-10-15 15:31:18 +02:00
debian bump version to 5.1.2 2024-10-04 14:03:00 +02:00
src fix external linking when cookie was acquired via HTML formatter 2024-10-15 15:31:18 +02:00
.gitignore fixup no newline at end of .gitignore 2018-05-25 16:42:05 +02:00
Makefile fixup! buildsys: add sbuild target for convenience 2023-05-17 07:31:38 +02:00