Skip to content

Commit

Permalink
fix csp include in settings, as it will bracke with django-simple-csp…
Browse files Browse the repository at this point in the history
… 0.4
  • Loading branch information
Akasch committed Feb 6, 2024
1 parent 1e51ef8 commit 7e20fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitpoll/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.locale.LocaleMiddleware',
'django-simple-csp.middleware.csp.CSPMiddleware',
'django_simple_csp.middleware.csp.CSPMiddleware',
'pipeline.middleware.MinifyHTMLMiddleware',
]

Expand Down

0 comments on commit 7e20fc1

Please sign in to comment.