如何消除带有网络钓鱼过滤器的 SSL 下 iframe 页面上的安全不安全警告?

发布于 2024-07-14 06:38:59 字数 160 浏览 5 评论 0原文

我有一个 SSL 下的页面,其中的 iframe 通过 HTTP 刷新 prgama 每 20 秒刷新一次。 如果我使用 IE7 浏览网站并启用网络钓鱼过滤器,我会不定期收到安全-非安全内容警告,如果禁用网络钓鱼过滤器,警告就会停止。 有人知道我可以做什么来摆脱警告,即使启用了网络钓鱼过滤器也是如此?

I have a page under SSL with an iframe that refreshes itself every 20 seconds through an HTTP refresh prgama. If I browse the site with IE7 and phishing filter enabled I receive secure-nonsecure content warnings in irregular intervals which cease if phishing filter is disabled. Does anybody have an idea what I can do in order to get rid of the warnings even if phishing filter is enabled?

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

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

发布评论

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

评论(2

ぺ禁宫浮华殁 2024-07-21 06:38:59

您应该确保 iframe url 使用 ssl(https)。

我不确定 IE 中的网络钓鱼过滤器是如何工作的,但我会确保所有 iframe 也来自同一域。

我假设您在 iframe 中获取的内容不是来自您自己的代码。

实现这两者的一种方法是设置一个简单的网络“代理”,即服务器中仅转发来自其他网站的内容的地址。
但这会使您的服务器流量增加两倍于您今天访问者消耗的流量。 但是,假设所有访问者的数据都相同,则通过缓存数据可以将其减少一半。

You should make sure the iframe url is using ssl(https).

I'm not sure how the phishing filter in IE works but I would make sure all iframes also comes from the same domain.

I assume that the content you are getting in the iframe is not from your own code.

One way to do both would be to setup a simple web "proxy", an address in your server that only forwards contents from the other website.
This would though increase your server traffic by twice the amount that you visitor today is consuming. However this could be reduced to half by caching the data assuming it is the same for all your visitors.

画▽骨i 2024-07-21 06:38:59

这是 IE7 中的浏览器设置,您无法通过代码启用/禁用它。 您必须修复此问题,以便用户一开始就不会收到该消息。

That's a browser setting in IE7 which you wouldn't be able to enable/disable from your code. It's something that you'll have to fix so the user doesn't get the message in the first place.

This may help you.

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