Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
# HTTP headers to prevent your page being iframed X-Frame-Options: SAMEORIGIN # Modern CSP equivalent (more flexible) Content-Security-Policy: frame-ancestors 'self' https://trusted.com # Deny all framing X-Frame-Options: DENY
Result
Open