Skip to content

Commit

Permalink
Merge pull request #6924 from wallabag/fix/secure-cookie
Browse files Browse the repository at this point in the history
Force secure cookie on HTTPS connection
  • Loading branch information
j0k3r committed Sep 6, 2023
2 parents 8ac80e9 + c5d2102 commit 62ab325
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config/config.yml
Expand Up @@ -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: ~
Expand Down

0 comments on commit 62ab325

Please sign in to comment.