Updated recipe of framework bundle.

This commit is contained in:
Jan Böhmer 2020-07-04 23:44:15 +02:00
parent 96acf0d858
commit 7c876b4a9c
3 changed files with 18 additions and 7 deletions

View file

@ -1,6 +1,7 @@
# see https://symfony.com/doc/current/reference/configuration/framework.html
framework:
secret: '%env(APP_SECRET)%'
#csrf_protection: true
csrf_protection: true
#http_method_override: true
# Enables session support. Note that the session will ONLY be started if you read or write from it.