Using webhook to receive record id, perform an action, then direct the user to an html page that auto-closes after 5 seconds of action being done, or they can click on a button to close the window.
That doesn’t work, and I assume it’s because of the iframe sandbox.
Looking for a way to revert that to how it was in previous n8n versions.
Although I think this should be a toggle in the respond to webhook node, or added to it’s options..
However, there’s a new environment variable to disable webhook response iframe sandboxing: N8N_INSECURE_DISABLE_WEBHOOK_IFRAME_SANDBOX
starting from this version