mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Add SameSite=lax to session cookie
This commit is contained in:
parent
677b2986bc
commit
4c52f71895
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ framework:
|
|||
handler_id: session.handler.native_file
|
||||
save_path: "%kernel.project_dir%/var/sessions/%kernel.environment%"
|
||||
cookie_secure: auto
|
||||
cookie_samesite: lax
|
||||
fragments: ~
|
||||
http_method_override: true
|
||||
assets: ~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue