Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 5cefa5c

Browse files
committed
Remove clickjacking.XFrameOptionsMiddleware, since we now have
this protection in the nginx setup. Fixes #1434
1 parent 2c53034 commit 5cefa5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pycon/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def _(x):
219219
'django.middleware.locale.LocaleMiddleware',
220220
'django.middleware.http.ConditionalGetMiddleware',
221221
'django.middleware.common.CommonMiddleware',
222-
'django.middleware.clickjacking.XFrameOptionsMiddleware',
223222
'cms.middleware.user.CurrentUserMiddleware',
224223
'cms.middleware.page.CurrentPageMiddleware',
225224
'cms.middleware.toolbar.ToolbarMiddleware',

0 commit comments

Comments
 (0)