Clickjacking mitigation
Stops fake clicks on hidden content.
(How ScanGov measures tasklist priorities.)
Clickjacking is a malicious attack where users are tricked into clicking on links or user interface elements on a site that appears to be a trusted and familiar site. This is typically accomplished by embedding part or all of the trusted site into the malicious site using an <iframe>.
The X-Frame-Options (XFO) header and the frame-ancestors directive in the Content-Security-Policy (CSP) header can mitigate clickjacking attacks by controlling how a site can be embedded within an $lt;iframe>.
As a user, I want to safely click buttons and links so I'm not tricked into doing something I didn't mean to.
(ScanGov messaging when a site fails a standard)
Page is not protected from possible clickjacking by containing frames.