We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe3008 commit 97b7f7eCopy full SHA for 97b7f7e
1 file changed
user_guide_src/source/libraries/security.rst
@@ -77,9 +77,9 @@ meta tag for you::
77
78
The order of checking the avability of the CSRF token is as follows:
79
80
-- ``$_POST`` array
81
-- Http header
82
-- ``php://input`` (JSON request) - bare in mind that this approach is the slowest one since we have to decode JSON and then encode it again
+1. ``$_POST`` array
+2. Http header
+3. ``php://input`` (JSON request) - bare in mind that this approach is the slowest one since we have to decode JSON and then encode it again
83
84
Tokens may be either regenerated on every submission (default) or
85
kept the same throughout the life of the CSRF cookie. The default
0 commit comments