Skip to content

Commit

Permalink
minor #1188 Disable HTTP method override (javiereguiluz)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Feb 17, 2021
2 parents 2699c88 + 47eb3d9 commit ed27f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/framework.yaml
Expand Up @@ -2,7 +2,7 @@
framework:
secret: '%env(APP_SECRET)%'
csrf_protection: true
http_method_override: true
http_method_override: false

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

0 comments on commit ed27f44

Please sign in to comment.