set security options on cookies (#2825)
This commit is contained in:
@@ -12,6 +12,9 @@ framework:
|
|||||||
|
|
||||||
session:
|
session:
|
||||||
handler_id: App\Security\SessionHandler
|
handler_id: App\Security\SessionHandler
|
||||||
|
cookie_secure: auto
|
||||||
|
cookie_httponly: true
|
||||||
|
cookie_samesite: lax
|
||||||
|
|
||||||
#esi: ~
|
#esi: ~
|
||||||
#fragments: ~
|
#fragments: ~
|
||||||
|
|||||||
Reference in New Issue
Block a user