Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
昨天我们发现了一个问题,即每当主页上的 iframe 被隐藏时,我们的一个网站就会崩溃,而且它只发生在 IE9 上。iFrame 包含一些简单的 html 和幻灯片,它是用 jquery 运行的。为什么这会导致 IE 崩溃而不是其他浏览器?
11 月 13 日,微软发布了 IE 的安全更新 (KB2761451) 来解决这个问题。如果 javascript 在隐藏的 iframe 中运行,Internet Explorer 将引发访问冲突。我怀疑这样做是为了关闭一些跨站点脚本漏洞,但我认为这不是预期的行为。
类似的答案
Microsoft 的 KB2761451 更新页面