简体   繁体   English

Web浏览器不支持X-Frame-Options?

[英]Web browser that does not respect X-Frame-Options?

I am looking for a web browser that does not respect the X-Frame-Options header, so that I can show websites inside iframes that send "X-Frame-Options: SAMEORIGIN" headers. 我正在寻找一个不遵守X-Frame-Options标头的Web浏览器,以便可以在iframe中显示发送“ X-Frame-Options:SAMEORIGIN”标头的网站。

Thanks 谢谢

MDN has a compatibility table . MDN有一个兼容性表 It looks like support for SAMEORIGIN was added in Chrome 4.1.249.1042, Firefox 3.6.9 (1.9.2.9), IE 8.0, Opera 10.5, and Safari 4.0. 似乎已在Chrome 4.1.249.1042,Firefox 3.6.9(1.9.2.9),IE 8.0,Opera 10.5和Safari 4.0中添加了对SAMEORIGIN的支持。 Showing someone else's website in a iframe when they are sending X-Frame-Options: SAMEORIGIN headers doesn't sound very ethical though, supported by the browser or not. 当其他人发送X-Frame-Options时,在iframe中显示他们的网站:SAMEORIGIN标头听起来不太道德,无论是否受浏览器支持。 Also be aware that the iframe has the ability to redirect the parent page with JavaScript, or do other unpleasant things if it detect it is in a frame. 还应注意,iframe可以使用JavaScript重定向父页面,或者如果它检测到框架中的内容,则可以执行其他不愉快的事情。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么当iFrame src发送文件时,仅IE会检查X-Frame-Options标头? - Why does only IE check the X-Frame-Options Header when iFrame src sends a file? Internet Explorer X-Frame-Options ALLOW-FROM 在 IE 11 和 Edge 中不起作用 - Internet Explorer X-Frame-Options ALLOW-FROM not working in IE 11 and Edge IE 和 Chrome 的 Apache X-Frame-Options 冲突(只有一个有效!) - Apache X-Frame-Options conflict for IE and Chrome (only either one worked!) Microsoft Web浏览器Active X损坏 - Microsoft Web Browser Active X broken Windows Phone上的Mobile IE 10或11是否仍然兼容X-UA? - Does Mobile IE 10 or 11 on Windows Phone still respect X-UA-Compatible? 在web.config文件中添加“X-Content-Type-Options:nosniff”后,IE中未加载图标/图像 - Icons/images not loaded in IE after adding “X-Content-Type-Options: nosniff” in web.config file 隐藏框架以支持浏览器历史记录 - Hidden frame for Browser History support Web应用程序的浏览器问题 - Browser issues for web applications Windows窗体隐藏的Web浏览器控件不会将IE窗口置于前台 - Windows form hidden web browser control does not bring the IE window to foreground 在浏览器选项中不允许运行ActiveX对象 - Run ActiveX object without allowing it in browser options
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM