Skip to content

Commit 06cafc2

Browse files
committed
add note about csrf http only setting
1 parent 726455d commit 06cafc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ Setting Configurations ``settings.py``
9797
Please register application in https://api.imgur.com/oauth2/addclient
9898
to get ``IMGUR_CLIENT_ID`` and ``IMGUR_API_KEY``.
9999

100+
Check this setting is not set else csrf will not be sent over ajax calls
101+
::
102+
CSRF_COOKIE_HTTPONLY = False
103+
100104
::
101105

102106
# Global draceditor settings

0 commit comments

Comments
 (0)