web.frame_protection_missingScammers can embed your site
Play this card on https://example.com. Everything a developer (or your AI agent) needs to fix and verify it — free. Fixing your own site is never paywalled.
web.frame_protection_missingPlay this card on https://example.com. Everything a developer (or your AI agent) needs to fix and verify it — free. Fixing your own site is never paywalled.
Demo public response headers include neither X-Frame-Options nor a frame-ancestors directive.
X-Frame-Options or CSP frame-ancestors reduces clickjacking and unwanted embedding risk.
Preview ingestion checks only sanitized headers on the submitted public target and does not crawl every route.
Send X-Frame-Options or a CSP frame-ancestors directive on public browser responses.
# in your server { } block
add_header X-Frame-Options "SAMEORIGIN" always;infoFor modern browsers you can instead use a CSP frame-ancestors directive; X-Frame-Options is the widest-supported option.
Sanitized response headers showing X-Frame-Options or CSP frame-ancestors on the public target.
Evidence needed: Sanitized response headers showing X-Frame-Options or CSP frame-ancestors on the public target.
Readiness mapping only — evidence relevant to these controls. Pazmo does not determine, certify, or guarantee compliance.