Tomo Wang commited on
Commit
084e17b
·
1 Parent(s): bfb7010

doc: note for iframe

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -10,4 +10,9 @@ app_port: 5678
10
  short_description: n8n hosting using huggingface
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
10
  short_description: n8n hosting using huggingface
11
  ---
12
 
13
+ Huggingface Space for n8n using docker.
14
+
15
+ n8n use [helmet](https://github.com/helmetjs/helmet) for security headers.
16
+ In production mode, it will set `X-Frame-Options` to `sameorigin`, which causes
17
+ the n8n site to be blocked by the iframe in the Huggingface Space
18
+ (code <https://github.com/n8n-io/n8n/blob/master/packages/cli/src/server.ts#L401-L402>).