Updated CSRF FAQ

Missed value="_csrf" field.
This commit is contained in:
Sahat Yalkabov
2014-05-05 23:37:27 -04:00
parent c0f72cc59d
commit d7df8bf555

View File

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