Closed bobslee closed 1 year ago
Possibility to redirect the (parent) window upon submit of an embedded public form.
The redirect occurs if the <iframe/> has set:
<iframe/>
?embed
sandbox
sandbox="allow-same-origin allow-scripts allow-top-navigation"
Possibility to redirect the (parent) window upon submit of an embedded public form.
The redirect occurs if the
<iframe/>
has set:?embed
(any value allowed).sandbox
attribute with values (AFAIK):sandbox="allow-same-origin allow-scripts allow-top-navigation"