mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 21:46:44 +00:00
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
Block a user