Skip to content

Commit 47eb3d9

Browse files
committed
Disable HTTP method override
1 parent bb3b183 commit 47eb3d9

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)