Confirms clickjacking protection is enabled via X-Frame-Options or the modern CSP frame-ancestors directive.
Lemwatch passes the check if the response sets X-Frame-Options: DENY|SAMEORIGIN OR a CSP with frame-ancestors.
Site details → Security → Headers.
X-Frame-Options: SAMEORIGIN at your web server.frame-ancestors 'self' to your CSP and drop X-Frame-Options.frame-ancestors — it supports multiple origins and modern browsers ignore XFO when both are set.
It covers iframe overlay attacks. UI-redress via popups needs additional mitigations.