↧
How can I add X-Frame-Options selectively using Apache?
I am planning to set X-Frame-Options SAMEORIGIN in my server’s httpd.conf as part of improving the defenses against click jacking. I understand this will add the X-Frame-Options header to all pages....
View ArticleDisabling X-FRAME-OPTION: SAMEORIGIN HTTP Response Header on...
I need to frame a page being served by SharePoint 2010’s xlsviewer.aspx but this page is setting the HTTP response header X-FRAME-OPTION to SAMEORIGIN, so IE8 refuses to render the page in a frame on...
View Article