Skip to content

Commit

Permalink
Set X-Frame-Options to DENY
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Feb 19, 2016
1 parent 46f06b4 commit ac8e13f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pretix/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@
except ImportError:
pass

# Security settings
X_FRAME_OPTIONS = 'DENY'

# URL settings
ROOT_URLCONF = 'pretix.multidomain.maindomain_urlconf'

WSGI_APPLICATION = 'pretix.wsgi.application'
Expand Down

0 comments on commit ac8e13f

Please sign in to comment.