fix: relax cookie security for staging environment
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user