Update config/n8n_env.sh
Browse files- config/n8n_env.sh +1 -1
config/n8n_env.sh
CHANGED
|
@@ -8,4 +8,4 @@ export N8N_RUNNERS_ENABLED=false
|
|
| 8 |
export N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
| 9 |
export N8N_RUNNERS_ENABLED=true
|
| 10 |
#/** Whether to disable iframe sandboxing for webhooks */n8n@1.104.2
|
| 11 |
-
|
|
|
|
| 8 |
export N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
|
| 9 |
export N8N_RUNNERS_ENABLED=true
|
| 10 |
#/** Whether to disable iframe sandboxing for webhooks */n8n@1.104.2
|
| 11 |
+
export N8N_INSECURE_DISABLE_WEBHOOK_IFRAME_SANDBOX=false
|