我最终试图将 Google Hangouts 加载到 iframe 中,但似乎 Google 阻止了任何将其内容加载到框架中的尝试,大概是出于安全原因。
例如运行:
<iframe src="http://google.com"></iframe>
什么都不显示,但在 Firefox Web 开发人员输出中给出以下消息:
Load denied by X-Frame-Options: https://www.google.co.za/ does not permit cross-origin framing.
有什么办法可以克服这个吗?