Changes between Initial Version and Version 1 of Ticket #27958, comment 2
- Timestamp:
- Mar 19, 2017, 2:34:04 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27958, comment 2
initial v1 6 6 > If True, client-side JavaScript is not able to access the CSRF cookie. This can help prevent malicious JavaScript from bypassing CSRF protection. 7 7 8 But `{{ csrf_token }}` are static in pages that're already opened previously.8 But `{{ csrf_token }}` are static in pages(and ajax javascripts) that're already opened previously. 9 9 10 10 {{{