
Secure Nginx from Clickjacking with X-FRAME-OPTIONS
Add X-Frame-Options in HTTP header to secure NGINX from Clickjacking attack Clickjacking is a well-known web application vulnerabilities. In my last post, I talked about how to secure Apache Web Server, IBM HTTP Server & .htaccess and some of you asked about Nginx. So here you go… The X-Frame-Options in HTTP response header can be used to indicate…