Windows 7 自定义搜索提供程序的安全问题

发布于 2024-08-19 07:25:57 字数 433 浏览 4 评论 0原文

我为 Windows 7 构建了一个搜索提供程序,在 localhost 上运行。 (使用 .osdx 文件和 RSS 网站) 返回的 RSS 中的元素包含本地文件路径。

示例: c:\windows\win.ini

问题是搜索结果窗口中显示的文件带有以下消息:

由于您的互联网安全设置,此项目被阻止

此项目因您的互联网安全设置而被阻止

如何防止这种安全限制?

I built a search provider for Windows 7, running on localhost. (using .osdx file and RSS web site)
the element in the returned RSS contains local file path.

example: <link>c:\windows\win.ini</link>

The problem is that the files shown in the search result window with the following message:

This item was blocked because of your Internet security settings

This item was blocked because of your Internet security settings

How to prevent this security restriction?

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

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

发布评论

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

评论(1

夏の忆 2024-08-26 07:25:57

您必须添加 Intranet 区域并修改其安全设置才能允许此内容。
http://support.microsoft.com/kb/174360 -- 安全区域注册表设置

you have to add the intranet zone and modify its security settings to allow this content.
http://support.microsoft.com/kb/174360 -- security zone registry settings

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