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.
当javascript尝试访问域与当前域不同的框架时,是否所有浏览器都通过生成异常(错误)来实现“同源策略”?
我在 IE、Firefox 和 Chrome 中看到了这一点,但是当我在 IE 中使用 Chrome Frame 插件浏览页面时,它只会发出警告并返回 null。我真的很好奇,用户可以通过设置警告或错误来定义浏览器对SOP的行为吗?浏览器处理跨域访问的方式有几种?
现在所有的浏览器都支持这个策略。支持中仅缺少旧版本。