Delayed / auto-fire payloadEMBEDDED

Auto-fire top-redirect, postMessage, form submit, and similar actions after a timer or URL parameter.

Behavior by sandbox policy
PolicyExpected result
No sandboxworks
sandbox="allow-scripts"partial
sandbox="" (strictest)blocked
Embed snippet

This snippet uses the dedicated embed page. Paste it into your own service and check rendering or blocking behavior.

<iframe src="https://xss-playground.com/embed/delayed-attack?lang=en" title="XSS Playground - Delayed / auto-fire payload" width="600" height="420" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe>

Run

Action
Delay (seconds)
// no logs

Auto-fire embed page

For real embed testing, add URL parameters so the action runs without user interaction. Example:

<iframe src="https://xss-playground.com/embed/delayed-attack?auto=top-redirect&delay=5" width="600" height="420"></iframe>

Explanation