提交 31b0ab0c 编写于 作者: B Ben Darnell

Fix typo in docs

上级 3dc7ebad
......@@ -435,7 +435,7 @@ include the application setting `xsrf_cookies`:
], **settings)
If `xsrf_cookies` is set, the Tornado web application will set the `_xsrf`
cookie for all users and reject all `POST` requests hat do not contain a
cookie for all users and reject all `POST` requests that do not contain a
correct `_xsrf` value. If you turn this setting on, you need to instrument
all forms that submit via `POST` to contain this field. You can do this with
the special function `xsrf_form_html()`, available in all templates:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册