gpt4 book ai didi

javascript - 通过 iFrame 将新的 Google 网站嵌入其他网页

转载 作者:行者123 更新时间:2023-11-30 14:51:47 25 4
gpt4 key购买 nike

希望您今天过得愉快!我正在尝试将一个新的 Google 站点嵌入到另一个网页中。我正在尝试使用 iframe 来嵌入 Google 网站,但它不起作用。

代码行:

<iframe width="1280" height="720" src="https://sites.google.com/view/dm-viewer-samples" frameborder="0" scrolling="yes"></iframe>

控制台错误:

拒绝显示' https://accounts.google.com/ServiceLogin?passive=1209600&continue=https://sites.google.com/s/1qcUAedTDdwcpfVAuSclwMF0K0bM2o2Lq/edit?userId%3D0 ' 在框架中,因为它将 'X-Frame-Options' 设置为 'DENY'。

最佳答案

this 中所述发布答案,由于 HTTP header ,您不能将此站点包含到 iframe 中:

X-Frame-Options: SAMEORIGIN

关于javascript - 通过 iFrame 将新的 Google 网站嵌入其他网页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48008398/

25 4 0
文章推荐: c - ## 预处理器运算符和变量值
文章推荐: c# - 获取2个圆的交点
文章推荐: c - 在 C 宏中的字符串化之前进行标记串联
文章推荐: javascript - 追加