Cross Site Request Forgery

This commit is contained in:
David Condrey 2016-05-27 02:15:04 -07:00
parent eccc0ff99c
commit f1b21ce018
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,7 @@ Below are the link relations which are not recommended for use:
- [All About Favicons (And Touch Icons)](https://bitsofco.de/all-about-favicons-and-touch-icons/)
## Rails
## Cross Site Request Forgery
``` html
<!-- If you use the jquery-ujs library the content of these meta tags is automatically added (as a request header) to any ajax requests made. -->
@ -159,6 +159,7 @@ Below are the link relations which are not recommended for use:
```
- [CSRF Demystified](http://www.gnucitizen.org/blog/csrf-demystified/)
- [When to use CSRF Protection](http://docs.spring.io/spring-security/site/docs/current/reference/html/csrf.html)
## Social