Django - Security Best Practices
Given the following Django settings snippet:
What happens when a user accesses the site over HTTP?
SESSION_COOKIE_SECURE = True CSRF_COOKIE_SECURE = False
What happens when a user accesses the site over HTTP?
