title | displaytext | layout | tab | order | tags |
---|---|---|---|---|---|
php |
CSRF Protector PHP Library |
true |
1 |
php |
Its a standalone PHP library for mitigating Cross-Site Request Forgery (CSRF) vulnerabilities in web applications, which can be used with any existing web application or while developing a new one. More information available at Github wiki
CSRF Protection provide protection for:
- Normal HTML forms (POST/GET)
- Normal Get requests (Not enabled by default)
- Ajax Requests (XHR)
- Dynamically generated forms
CSRF Protector provides mitigation against Cross-Site Request Forgery a.k.a CSRF or XSRF.
To contribute to the code fork and send a pull to the GitHub Repository.
Version 1.0.1 Released!
All todos for CSRF Protector PHP are listed at todofy/mebjas/CSRF-Protector-PHP