Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit ebb5173

Browse files
committed
bug #879 csrf_protection is now under framework.form instead of framework (BenoitLeveque)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #879). Discussion ---------- csrf_protection is now under framework.form instead of framework Unrecognized option "csrf_protection" under "framework" was triggered when installing master version of this repository Commits ------- 0daa8bc csrf_protection is now under framework.form instead of framework
2 parents 605196a + 0daa8bc commit ebb5173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ framework:
1515
router:
1616
resource: "%kernel.root_dir%/config/routing.yml"
1717
strict_requirements: ~
18-
form: ~
19-
csrf_protection: ~
18+
form:
19+
csrf_protection: ~
2020
validation: { enable_annotations: true }
2121
#serializer: { enable_annotations: true }
2222
templating:

0 commit comments

Comments
 (0)