I am working on an application in which users can embed their website in surrounding content by loading it into an iframe. This, obviously, depends on the fact that X-Frame-Options is not installed on the users website to work. I asked the client to create a reverse proxy server because they did not want to remove the X-Frame-Options header from their site for security problems.
I install a proxy server and everything works, but what is the X-Frame-Options header point, if its as simple as creating a proxy server to get around?
I understand that a header exists to prevent a click, but if someone can just make a proxy to bypass it ... does this really increase security?
I'm not from the world of enterprise solutions, can you help me understand the reasons why the IT department will be resistant to removing the header?
I noticed that google.com and facebook.com also set the title, so it can't be completely pointless?
thank
jschr source
share