Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings: remove CSRF_COOKIE_HTTPONLY setting #20

Merged
merged 1 commit into from
Sep 8, 2016

Conversation

rjw57
Copy link
Member

@rjw57 rjw57 commented Sep 8, 2016

Setting CSRF_COOKIE_HTTPONLY breaks the Django REST framework HTML forms UI
since it uses Javascript to query the CSRF token.

Setting CSRF_COOKIE_HTTPONLY breaks the Django REST framework HTML forms UI
since it uses Javascript to query the CSRF token.
@rjw57
Copy link
Member Author

rjw57 commented Sep 8, 2016

Found by @S-Stephen

@coveralls
Copy link

coveralls commented Sep 8, 2016

Coverage Status

Coverage decreased (-0.02%) to 85.138% when pulling d8585a9 on rjw57:remove-csrf-http-only into 968f22f on cuedpc:master.

@rjw57
Copy link
Member Author

rjw57 commented Sep 8, 2016

Merging despite coveralls check. Tweaked coveralls check to be slightly more forgiving in future :).

@rjw57 rjw57 merged commit 48e6417 into cuedpc:master Sep 8, 2016
S-Stephen added a commit that referenced this pull request Oct 13, 2016
settings: remove CSRF_COOKIE_HTTPONLY setting (#20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants