We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3f769 commit 5300c20Copy full SHA for 5300c20
security/csrf.rst
@@ -9,7 +9,7 @@ user attempts to make your legitimate users unknowingly submit data that
9
they don't intend to submit.
10
11
CSRF protection works by adding a hidden field to your form that contains a
12
-value that only you and your user knows. This ensures that the user - not some
+value that only you and your user know. This ensures that the user - not some
13
other entity - is submitting the given data.
14
15
Before enabling the CSRF protection, install the CSRF support in your project
0 commit comments