Skip to content

Commit

Permalink
Merge pull request #172 from cfpb/remove-csrf-middleware
Browse files Browse the repository at this point in the history
Remove CSRF middleware in settings
  • Loading branch information
willbarton authored Apr 8, 2021
2 parents 236eac8 + 1ac6fd0 commit 34fdfc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ccdb5_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
MIDDLEWARE = (
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.common.CommonMiddleware',
'django.middleware.csrf.CsrfViewMiddleware',
'django.contrib.auth.middleware.AuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
Expand Down

0 comments on commit 34fdfc3

Please sign in to comment.