Iframe Embed Checker
Check whether your site can be embedded in the LaunchBuff matchup viewer. If it can't, you'll see the exact blocking header and a fix for your platform.
What this tool checks
Two HTTP response headers control whether a browser allows your site to be embedded in an iframe.
X-Frame-OptionsDENYSAMEORIGIN
An older header that controls iframe permissions. DENY blocks all embedding. SAMEORIGIN only allows embedding from the same origin. Set it to ALLOWALL or remove it to allow external embedding.
Content-Security-Policy: frame-ancestors'none'missing launchbuff.com
The modern replacement for X-Frame-Options. 'none' blocks all embedding. If the directive exists but doesn't include launchbuff.com or *, embedding from LaunchBuff is blocked. Add https://launchbuff.com to the list.