是否可以使用 iframe 跟踪来自第 3 方的 IP 或流量
我有一个网站,我想知道是否可以使用某种类型的编码进行跟踪,以查看是否有人将我的网站放入 iframe 中并将其显示在他们的网站上?我已经检查了 cpanel 中的日志,没有任何内容,但是当我访问另一个网站时,显然他们正在对我的网站进行 iframe。我知道 JavaScript 可以让它从 iframe 中弹出,但对于我的网站我不能使用它。再次感谢。
i have a website and i'm wondering if it is possible to track with some type of coding to see if someone is placing my website into an iframe and displaying it on their site? i have checked my log in the cpanel and nothing is there but when i go to this other website clearly they are iframing my site. I am aware of JavaScript to make it pop out of the iframe but for my site i cant use this. thanks again.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以阅读 Wikipedia 上有关 Framekiller 的文章。您将了解如何检测您的网站是否已嵌入 iframe,以及如何应对它的解决方案:Framekiller 杀手
You can read the article on Wikipedia about Framekiller. You'll learn how you can detect that your site has been embedded in an iframe but also that there are solutions to counter it: Framekiller Killer
是的,这是可能的,通过在页面中添加一些 js 代码,如下所示:
Yes, that is possible, by add some js code into your page like this: