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

时间:2017-12-28 13:29:18

标签: javascript html html5 iframe embedded-resource

我希望你过得愉快! 我正在尝试将新的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”。

1 个答案:

答案 0 :(得分:1)

正如在this帖子回答中所述,由于HTTP标头,您无法将此网站包含在iframe中:

X-Frame-Options: SAMEORIGIN