Commit graph

6 commits

Author SHA1 Message Date
ssi91
8ec4ccd694 fix getCookie function 2020-01-26 17:06:29 +07:00
adi
533d0bbcbf Many small updates to version 3.0 2019-12-26 20:24:46 +01:00
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
Pouria Hadjibagheri
f2036f6993 Small clean up.
Added variables for element, editor, and preview during initialisation.
2017-07-07 10:53:42 +01:00
Sebastiaan ten Pas
50c730b9a4 Add data-markdownx-init check to typescript file 2017-07-07 11:46:15 +02:00
adi
21d17a3e63 Moving static source files outside package 2017-05-04 16:37:52 +02:00