[symfony/framework-bundle] Remove "csrf_protection" line as its enabled by default (#1336)

This commit is contained in:
Nicolas Grekas
2024-09-02 11:01:57 +02:00
committed by GitHub
parent 3a9800337e
commit c26ec2b27d
2 changed files with 0 additions and 2 deletions
@@ -1,7 +1,6 @@
# see https://symfony.com/doc/current/reference/configuration/framework.html
framework:
secret: '%env(APP_SECRET)%'
#csrf_protection: true
annotations: false
http_method_override: false
handle_all_throwables: true
@@ -1,7 +1,6 @@
# see https://symfony.com/doc/current/reference/configuration/framework.html
framework:
secret: '%env(APP_SECRET)%'
#csrf_protection: true
# Note that the session will be started ONLY if you read or write from it.
session: true