Fixed CSRF broken links.

This commit is contained in:
Tiago Mussi 2020-03-06 13:38:45 +01:00 committed by Nanne Baars
parent 3b050a856a
commit c4c28f544f

View File

@ -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)_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://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