Set X-Frame-Options to DENY

This commit is contained in:
Raphael Michel
2016-02-19 14:35:30 +01:00
parent 46f06b43ec
commit ac8e13ff53

View File

@@ -188,6 +188,10 @@ try:
except ImportError:
pass
# Security settings
X_FRAME_OPTIONS = 'DENY'
# URL settings
ROOT_URLCONF = 'pretix.multidomain.maindomain_urlconf'
WSGI_APPLICATION = 'pretix.wsgi.application'