mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
add x-frame-options to netlify config
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
[build]
|
||||
command = "pip install _submodules/insiders && mkdocs build"
|
||||
publish = "site"
|
||||
[[headers]]
|
||||
for = "/*"
|
||||
[headers.values]
|
||||
X-Frame-Options = "DENY"
|
||||
|
||||
Reference in New Issue
Block a user