Revert "Merge pull request #39 from wwitzel3/issue-7260"

This reverts commit 6cd0592781, reversing
changes made to 943a40eb40.
This commit is contained in:
Wayne Witzel III
2017-07-27 11:32:09 -04:00
parent c3f2a8a140
commit 5d167cafa2
3 changed files with 21 additions and 20 deletions

View File

@@ -189,9 +189,6 @@ JOB_EVENT_MAX_QUEUE_SIZE = 10000
# Disallow sending session cookies over insecure connections
SESSION_COOKIE_SECURE = True
# Do not allow non-browser clients to read the CSRF cookie.
CSRF_COOKIE_HTTPONLY = True
# Disallow sending csrf cookies over insecure connections
CSRF_COOKIE_SECURE = True