Closed jpvanhal closed 11 years ago
Added CSRF_COOKIE_HTTPONLY and CSRF_COOKIE_SECURE configuration parameters so that it is possible to set CSRF cookie's HTTPOnly and secure flags on.
CSRF_COOKIE_HTTPONLY
CSRF_COOKIE_SECURE
Thanks!
Thanks for merging! Can you release a new version that includes these commits?
0.1.21 should be on PyPI now.
Added
CSRF_COOKIE_HTTPONLY
andCSRF_COOKIE_SECURE
configuration parameters so that it is possible to set CSRF cookie's HTTPOnly and secure flags on.