Releases: mebjas/CSRF-Protector-PHP
Releases · mebjas/CSRF-Protector-PHP
OWASP CSRF Protector V1.0.2
OWASP CSRF Protector 1.0.1
OWASP CSRF Protector php library
Changes:
- Support for AJAX request with
application/json
content type (JSON Payload). Token now transferred through request header in case of POST request (AJAX). Added support in server to handle such tokens. - The parameters
path
,domain
&secure
of setcookie method made configurable via config file. Developers can set them according to needs. In case of no special requirement they can use the default settings.
OWASP CSRF Protector php library
Minor bug fixes, a few enhancements and more support for IE.
Changes:
- Ability to override logging functionality by inheriting the library
- Option to add secure flag by config value change
- Support for multiple tabs
- [bug fix] form submission through
onchange
event or js based submission doesn't fail - [bug fix] Echoed form support CSRF Validation