Skip to content

Commit 1a0885a

Browse files
committed
Updated to support Revel release 0.18.0
1 parent eaa978f commit 1a0885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var (
2525

2626
// CSRFFilter implements the CSRF filter.
2727
var CSRFFilter = func(c *revel.Controller, fc []revel.Filter) {
28-
r := c.Request.Request
28+
r := c.Request
2929

3030
// [OWASP]; General Recommendation: Synchronizer Token Pattern:
3131
// CSRF tokens must be associated with the user's current session.

0 commit comments

Comments
 (0)