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

Commit 21564ce

Browse files
committed
Revert "bug #879 csrf_protection is now under framework.form instead of framework (BenoitLeveque)"
This reverts commit ebb5173, reversing changes made to 605196a.
1 parent ebb5173 commit 21564ce

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)