Skip to content

Commit 8dcb107

Browse files
committed
Update migration document
1 parent d8506d5 commit 8dcb107

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/migration/migration8.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
all form-POST requests. To disable this feature, set the `CsrfProtectionEnabled` property on the
1919
`GraphQLMiddlewareOptions` class to `false`. You may also configure the headers list by modifying
2020
the `CsrfProtectionHeaders` property on the same class. See the readme for more details.
21+
- Form POST requests are disabled by default; to enable them, set the `ReadFormOnPost` setting
22+
to `true`.
2123

2224
## Other changes
2325

0 commit comments

Comments
 (0)