Web hook as a iframe in miro

I did workflow that generates html page.
It’s works nice in browser. But than I try to put it in miro as iframe, it’s doesn’t work because of header x-frame-options: SAMEORIGIN
I tried to set X-Frame-Options ALLOWALL in Respond to Webhook node, but SAMEORIGIN overwrites it.

How to fix it?