File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1698,7 +1698,7 @@ Also a per form token (also called a nonce) can be enabled for
16981698the tracker using the ``csrf_enforce_token`` option in
16991699config.ini. When enabled, roundup will validate a hidden form
17001700field called ``@csrf``. If the validation fails (or the token
1701- is used more than one ) the request is rejected. The ``@csrf``
1701+ is used more than once ) the request is rejected. The ``@csrf``
17021702input field is added automatically by calling the ``submit``
17031703function/path. It can also be added manually by calling
17041704anti_csrf_nonce() directly. For example:
@@ -1722,7 +1722,7 @@ on a valid header check against the roundup url and the presence
17221722of the ``X-REQUESTED-WITH`` header. Work to improve this is a
17231723future project after the 1.6 release.
17241724
1725- The enforcement levels an be modified in ``config.ini``. Refer to
1725+ The enforcement levels can be modified in ``config.ini``. Refer to
17261726that file for details.
17271727
17281728Special form variables
You can’t perform that action at this time.
0 commit comments