Skip to content

Commit

Permalink
Add security middleware.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBradbury committed May 17, 2018
1 parent 585950b commit 15ded10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geokey/core/settings/base.py
Expand Up @@ -69,6 +69,7 @@
# see: https://docs.djangoproject.com/en/1.8/ref/settings/#std:setting-MIDDLEWARE_CLASSES
# Learn about Middleware: https://docs.djangoproject.com/en/1.8/topics/http/middleware/
MIDDLEWARE_CLASSES = (
'django.middleware.security.SecurityMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
Expand Down

0 comments on commit 15ded10

Please sign in to comment.