mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 08:25:25 +00:00
Merge pull request #6924 from wallabag/fix/secure-cookie
Force secure cookie on HTTPS connection
This commit is contained in:
commit
62ab325ad4
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ framework:
|
|||
# handler_id set to null will use default session handler from php.ini
|
||||
handler_id: session.handler.native_file
|
||||
save_path: "%kernel.project_dir%/var/sessions/%kernel.environment%"
|
||||
cookie_secure: auto
|
||||
fragments: ~
|
||||
http_method_override: true
|
||||
assets: ~
|
||||
|
|
Loading…
Reference in a new issue