1
0
Fork 0
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:
Yassine Guedidi 2025-03-30 05:51:51 +02:00
parent 677b2986bc
commit 4c52f71895

View file

@ -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: ~