popup / window.open spamEMBEDDED

Open new windows with window.open and inspect popup blocking, allow-popups, opener, and tabnabbing boundaries.

Behavior by sandbox policy
PolicyExpected result
No sandboxworks
sandbox="allow-scripts"blocked
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/popup-spam?lang=en" title="XSS Playground - popup / window.open spam" width="600" height="420" loading="lazy" referrerpolicy="strict-origin-when-cross-origin"></iframe>

Run

// no logs

Explanation