set X-Frame-Options to SAMEORIGIN by default, resolves #51
This commit is contained in:
parent
3567e20600
commit
647254d7f7
|
@ -114,6 +114,9 @@ Disallow: /
|
|||
'''.strip()
|
||||
|
||||
|
||||
X_FRAME_OPTIONS = 'SAMEORIGIN'
|
||||
|
||||
|
||||
HEALTHCHECK_FIREWALL = True
|
||||
HEALTHCHECK_ALLOWED_IPS = ('127.0.0.1',)
|
||||
|
||||
|
|
Loading…
Reference in New Issue