如何嵌入谷歌iframe?

发布于 2024-12-15 20:35:58 字数 206 浏览 1 评论 0原文

Google 似乎正在屏蔽使用 iframe 的网站。当然,我使用 google 及其商标并将其嵌入到 iframe 中。但由于某种原因它永远不起作用。

有人知道如何绕过它吗?

http://jsfiddle.net/EgurZ/

谢谢

Google seems to be blocking websites which use iframes. Of course I'm using google with its trademark and embedded it in an iframe. But for some reason it never works.

Anyone knows how to bypass it?

http://jsfiddle.net/EgurZ/

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ˉ厌 2024-12-22 20:35:58

您无法以任何方式在现代浏览器中绕过它,它们只是拒绝在 iframe 中显示发送 X-Frame-Options 标头带有 DENY (或 SAMEORIGIN 就已经足够了)。它甚至不归结为 javascript。

You cannot bypass it in modern browsers in any way, they simply refuse to display websites in iframe that send a X-Frame-Options header with DENY (or SAMEORIGIN is already enough). It doesn't even come down to javascript.

抱着落日 2024-12-22 20:35:58

您可以使用此链接代替 https://google.com/ ,效果非常好:

https://www.google.com/search?igu=1

包含特定字词您可以使用此链接:

https://www.google.com /search?igu=1&ei=&q=您的+WORD

iframe 应该如下所示:

<iframe src="https://www.google.com/search?igu=1"></iframe>

You can use this link instead of https://google.com/ , it works pretty good:

https://www.google.com/search?igu=1

With specific word you can use this link:

https://www.google.com/search?igu=1&ei=&q=YOUR+WORD

Than iframe should looks as this:

<iframe src="https://www.google.com/search?igu=1"></iframe>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文