Updated CSRF FAQ

This commit is contained in:
Sahat Yalkabov
2014-04-28 12:28:48 -04:00
parent 6a0c6561e3
commit 2ec2360289

View File

@ -477,7 +477,7 @@ added in the [pull request #40](https://github.com/sahat/hackathon-starter/pull/
as part of CSRF protection. as part of CSRF protection.
``` ```
input(type='hidden', name='_csrf', value=_csrf) input(type='hidden', name='_csrf')
``` ```
**Note:** It is now possible to whitelist certain URLs. In other words you can **Note:** It is now possible to whitelist certain URLs. In other words you can