I'm wondering with all the restrictions that the function of the previewer als portal to custom functionality will be. I was testing some external tooling to embed via the previewer.
<iframe data-testid="previewer__setting-url" src="https://******/boards/1364237053117597402" sandbox="allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox" class="tsf-emotion-97u7f4"></iframe>
Appareantly somethings are allowed, whilst others are not.
Blocked form submission to '' because the form's frame is sandboxed and the 'allow-forms' permission is not set.
Is there an overview of what will work in a previewer and what not? I know I can test everything and find out, but wouldn't it be easier to share your thoughts on restrictions and allowed functions?
Anyway, why are form submissions blocked? And can I unblock them?