From d7df8bf555a149b8139d133f02a4f10ec048c510 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 5 May 2014 23:37:27 -0400 Subject: [PATCH] Updated CSRF FAQ Missed value="_csrf" field. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf7a08d92a..b9efba4e32 100644 --- a/README.md +++ b/README.md @@ -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