django-markdownx/static-src/markdownx/js
Darkaird e9605560f0 Handle csrf stored in sessions (#111)
* Handle csrf stored in sessions

This allow to use CSRF_USE_SESSIONS = True which store crsf token in session instead of cookies.tting CSRF_USE_SESSIONS = True.
It checks if csrf token found in cookies otherwise try to get csrf token in session.

* Remove useless line
2018-11-02 09:38:12 +01:00
..
markdownx.ts Small clean up. 2017-07-07 10:53:42 +01:00
tsconfig.json Moving static source files outside package 2017-05-04 16:37:52 +02:00
utils.ts Handle csrf stored in sessions (#111) 2018-11-02 09:38:12 +01:00