Skip to content

Commit

Permalink
Enable SecurityMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkrzy committed Nov 7, 2019
1 parent 8c2cdf0 commit 19df5fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tock/tock/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.middleware.security.SecurityMiddleware',
'uaa_client.middleware.UaaRefreshMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
Expand Down

0 comments on commit 19df5fb

Please sign in to comment.