diff options
author | Andrey Andreev <narf@devilix.net> | 2014-08-18 11:19:01 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-08-18 11:19:01 +0200 |
commit | 3783be66dd29cc079dffc91d6e74f880e56f1f84 (patch) | |
tree | bfa5d226b046c6862f484a913ac11572b258a12b /user_guide_src/source/changelog.rst | |
parent | 22ce276f4f696d69c11ee1d7c8b8acee67a97b09 (diff) | |
parent | 8ef828129c559705447dd66a597071de5ae564a9 (diff) |
Merge pull request #3176 from caseyh/develop
CSRF whitelist supports regex
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 2ed2275ac..2d523e932 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -507,7 +507,7 @@ Release Date: Not Released - Added method ``strip_image_tags()``. - Added ``$config['csrf_regeneration']``, which makes token regeneration optional. - - Added ``$config['csrf_exclude_uris']``, which allows you list URIs which will not have the CSRF validation methods run. + - Added ``$config['csrf_exclude_uris']``, which allows you list URIs which will not have the CSRF validation methods run. Optionally allows regex. - Modified method ``sanitize_filename()`` to read a public ``$filename_bad_chars`` property for getting the invalid characters list. - Return status code of 403 instead of a 500 if CSRF protection is enabled but a token is missing from a request. |