Replies: 0
Is it possible to add an option to prevent clickjacking?
+++++
What is X-Frame-Options?
X-Frame-Options is a security header to prevent a well-known vulnerability called Clickjacking. The header instruct browser not to open a web page in a frame or iframe based on the configuration.
You can inject HTTP response header by configuring a web server or network devices. The following guide should help you.
To configure in Apache HTTP, Nginx, F5, WordPress.
X-Frame-Options header is compatible with all major modern browsers.