Windows 7 自定义搜索提供程序的安全问题
我为 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
How to prevent this security restriction?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须添加 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