fix: relax cookie security for staging environment

This commit is contained in:
Björn Fromme
2024-12-04 10:22:59 +01:00
parent b2c4952e3f
commit 22bdf6ab9e
+2 -1
View File
@@ -10,7 +10,8 @@ framework:
session: session:
handler_id: null handler_id: null
cookie_secure: auto cookie_secure: auto
cookie_samesite: lax # cookie_samesite: lax
cookie_samesite: none # this is to make login work in staging environment. to be removed when going live!
#esi: true #esi: true
#fragments: true #fragments: true