fix: relax cookie security for staging environment
This commit is contained in:
@@ -10,7 +10,8 @@ framework:
|
||||
session:
|
||||
handler_id: null
|
||||
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
|
||||
#fragments: true
|
||||
|
||||
Reference in New Issue
Block a user