set X-Frame-Options to SAMEORIGIN by default, resolves #51

This commit is contained in:
meeb 2021-02-17 22:25:13 +11:00
parent 3567e20600
commit 647254d7f7
1 changed files with 3 additions and 0 deletions

View File

@ -114,6 +114,9 @@ Disallow: /
'''.strip()
X_FRAME_OPTIONS = 'SAMEORIGIN'
HEALTHCHECK_FIREWALL = True
HEALTHCHECK_ALLOWED_IPS = ('127.0.0.1',)