mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
no need to set X-Frame-Options header
as already set by Nginx
This commit is contained in:
parent
cb6a18b1bf
commit
3f84b9e901
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ def set_index_page(app):
|
|||
res.status_code,
|
||||
)
|
||||
|
||||
res.headers["X-Frame-Options"] = "deny"
|
||||
return res
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue