Skip to content

Commit ed27f44

Browse files
committed
minor #1188 Disable HTTP method override (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Disable HTTP method override We don't need this since the changes introduced in #427 and this goes in sync with the official Symfony recipe: symfony/recipes#892 Commits ------- 47eb3d9 Disable HTTP method override
2 parents 2699c88 + 47eb3d9 commit ed27f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/packages/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
framework:
33
secret: '%env(APP_SECRET)%'
44
csrf_protection: true
5-
http_method_override: true
5+
http_method_override: false
66

77
# Enables session support. Note that the session will ONLY be started if you read or write from it.
88
# Remove or comment this section to explicitly disable session support.

0 commit comments

Comments
 (0)