
· Hakan Çelik · Security · 1 dk
What is a Clickjacking Attack?
This type of attack occurs when a malicious site tricks a user into clicking on a hidden element of another site that has been loaded into a hidden frame or iframe.
Category
3 posts

This type of attack occurs when a malicious site tricks a user into clicking on a hidden element of another site that has been loaded into a hidden frame or iframe.

To configure Apache to send the X-Frame-Options header to all pages, add the following to your site's configuration:

While researching this vulnerability, I found that it can also be blocked with a few lines of JavaScript code — though that approach is not considered reliable.