mirror of https://github.com/wallabag/wallabag.git
Force secure cookie on HTTPS connection
This commit is contained in:
parent
8ac80e934e
commit
c5d21025c4
|
@ -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 New Issue