Skip to content

Commit 3633d42

Browse files
committed
Update 2015-03-17-security.md
minor change
1 parent fcafc05 commit 3633d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-03-17-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ The authentication tests to see if the 'username' attribute is present in the se
8888
than call the regular route with `routeContext.next()` else redirect to the login page.
8989
I added `originalDestination` attribute because after authentication process I want to continue with the original destination (original url).
9090

91-
### Cross-Site Request Forgery (CSRF) Protection
91+
#### Cross-Site Request Forgery (CSRF) Protection
9292

9393
Pippo includes a simple CSRF handler which will automatically generate a CSRF token on GET requests, if there is no token in the current session, and verify that POST requests include the session's CSRF token.
9494

0 commit comments

Comments
 (0)