Set cookies SameSite value to Lax

This commit is contained in:
allegroai 2024-02-13 16:18:21 +02:00
parent ee8eb03698
commit 6a1fc04d1e

View File

@ -72,6 +72,7 @@
httponly: true # allow only http to access the cookies (no JS etc)
secure: false # not using HTTPS
domain: null # Limit to localhost is not supported
samesite: Lax
max_age: 99999999999
}