I’m deploying n8n with Docker Compose and would like to integrate n8n with the Organizr application. But the n8n iframe is not enabled. How do I enable the iframe for n8n?
From what I’ve been able to determine, you can use
N8N_DISABLE_X_FRAME_OPTIONS=true
in your Docker Compose file.
Unfortunately this variable does not work. It had no influence on the activation of the iframe.