Sandboxed iFrames in Gutenberg (V2) #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
V2 forms fail to load when the iframe sandbox="allow-scripts" property is set (as is true in the Gutenberg editor. V1 forms load fine, the issue is likely a reverence to the top window, which is blocked by the sandbox, causing the script to fail.