From acfc7b820429b7ce2a0a7d41c735388a5529ed6a Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 23 Sep 2025 16:33:35 +0200 Subject: Bump libweb commit f7864cb7d49a8ca5bddf8d1f68b71ecd5ed85adc Author: Xavier Del Campo Romero Date: Tue Sep 23 16:28:44 2025 +0200 http.c: Always set SameSite=Strict to cookies This cookie attribute allows to mitigate CSRF attacks, while not requiring the server to store additional data. [1] [1]: https://owasp.org/www-community/SameSite --- libweb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libweb') diff --git a/libweb b/libweb index 5d47b2d..f7864cb 160000 --- a/libweb +++ b/libweb @@ -1 +1 @@ -Subproject commit 5d47b2d12caba33793a078d2eafae6ae3d2ad921 +Subproject commit f7864cb7d49a8ca5bddf8d1f68b71ecd5ed85adc -- cgit v1.2.3