Skip to content

Commit 97b7f7e

Browse files
committed
User guide - numeric list
1 parent fbe3008 commit 97b7f7e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/libraries/security.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ meta tag for you::
7777

7878
The order of checking the avability of the CSRF token is as follows:
7979

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
80+
1. ``$_POST`` array
81+
2. Http header
82+
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
8383

8484
Tokens may be either regenerated on every submission (default) or
8585
kept the same throughout the life of the CSRF cookie. The default

0 commit comments

Comments
 (0)