Skip to content

Commit

Permalink
Fixed CSRF broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmussi authored and nbaars committed Mar 6, 2020
1 parent 3b050a8 commit c4c28f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ See the following for more information on CSRF protections:

https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet (Prevention/Defense)

https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF) (Attack)
https://owasp.org/www-community/attacks/csrf (Attack)

https://tomcat.apache.org/tomcat-7.0-doc/config/filter.html#CSRF_Prevention_Filter / https://tomcat.apache.org/tomcat-8.0-doc/config/filter.html#CSRF_Prevention_Filter (Tomcat)

https://docs.spring.io/spring-security/site/docs/current/reference/html/csrf.html
https://docs.spring.io/spring-security/site/docs/current/reference/html5/#csrf

0 comments on commit c4c28f5

Please sign in to comment.