“该帧被阻止,因为它包含一些不安全的内容。”在我的计算机上有效,在其他计算机上无效

发布于 2024-12-01 15:54:32 字数 158 浏览 0 评论 0原文

我创建了一个 iframe Facebook 应用程序以在我的 FB 页面上使用。我收到此错误“此框架被阻止,因为它包含一些不安全的内容。”我可以看到我的页面在我的主计算机上正确呈现,我将链接发送给朋友,但他们收到错误。我也在我家的另一台计算机上尝试并收到错误。是权限吗,是否与令牌有关,或者其他什么?

I created an iframe Facebook app for use on my FB page. I get this error "This frame was blocked because it contains some insecure content." I can see my page render correctly on my main computer, I sent the link to a friend, and they get an error. Also on another computer in my house I tried and got the error. Is it permissions, does it have to do with tokens, or something?

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

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

发布评论

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

评论(2

哆兒滾 2024-12-08 15:54:32

您的问题是某些 iFrame 只能在同一域上工作,以避免有人注入恶意代码(跨域也是 ajax 的常见问题..)

Your problem is that certain iFrames will only work on the same domain to avoid someone injecting malicious code (cross-domain is a common problem also with ajax..)

恋竹姑娘 2024-12-08 15:54:32

仅当您尝试使用 javascript 访问另一个域上的框架时,才会出现跨域 iframe 问题。

但这听起来像是一个不同的问题,您的页面上必须有一个图像或脚本正在访问不安全的资产。我使用 Safari 的“活动”窗口深入查找并查找您的页面可能引用的非安全项目。您很可能有一个外部脚本或样式表拉入不安全的资产。

Cross-domain iframe problems only occur if you attempt to use javascript to access a frame on another domain.

But this sounds like a different problem anyway, there must be an image or a script on your page that is accessing a non-secure asset. I use Safari's Activity window to drill down and find non-secure items that your page may be referring to. It's quite likely that you have an external script or stylesheet pulling in a non-secure asset.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文