mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Make CSRF cookie http only
This commit is contained in:
@@ -93,6 +93,7 @@ INSTALLED_APPS += [
|
||||
INSTALLED_APPS += ["ak", "users", "versions", "libraries", "mailing_list"]
|
||||
|
||||
AUTH_USER_MODEL = "users.User"
|
||||
CSRF_COOKIE_HTTPONLY = True
|
||||
|
||||
MIDDLEWARE = [
|
||||
"tracer.middleware.RequestID",
|
||||
|
||||
Reference in New Issue
Block a user