适用于 Windows 的最佳白名单 http 代理?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/752047/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 12:18:52  来源:igfitidea点击:

Best whitelist capable http proxy for Windows?

windowshttpproxywhitelist

提问by David I.

I would like to setup a http proxy on my work machine (no admin rights, WinXP) to only allow access to a whitelist of URLs. What would be the easiest solution? I prefer open-source software if possible.

我想在我的工作机器上设置一个 http 代理(没有管理员权限,WinXP)以只允许访问 URL 的白名单。什么是最简单的解决方案?如果可能,我更喜欢开源软件。

采纳答案by Cawflands

Why not use the Content Advisor in IE? You can provide a list of approved sites, anything else is blocked. Or do you want pass-through functionality like a true proxy?

为什么不在 IE 中使用 Content Advisor?您可以提供已批准站点的列表,其他任何站点都被阻止。或者你想要像真正的代理一样的传递功能?

回答by grieve

Squidseems to be the de facto proxy. This link describes how to set it up on a windows box: http://www.ausgamers.com/features/read/2638752

Squid似乎是事实上的代理。此链接描述了如何在 Windows 机器上进行设置:http: //www.ausgamers.com/features/read/2638752

回答by Cawflands

Content advisor will ask for authorization every time a javascript function is called. At least that's my experience right now, and that's how I landed here, after hours of googling.

每次调用 javascript 函数时,内容顾问都会请求授权。至少这是我现在的经验,这就是我在谷歌搜索后降落到这里的方式。

You are right, however, if the sites in the whitelist don't use javascript intensively and I would suggest that that option be tried first because (and I'm an IT person), it's FAAAAAAAAR easier to set up Content Advisor than a proxy server. Google "noaccess.rat" and you'll come accross articles that tell you how to set up IE using a white-list approach.

您是对的,但是,如果白名单中的站点没有大量使用 javascript,我建议先尝试该选项,因为(我是 IT 人员),FAAAAAAAAR 设置内容顾问比设置代理更容易服务器。谷歌“noaccess.rat”,你会看到一些文章,告诉你如何使用白名单方法设置 IE。

Having said this, however, you must be fully aware that Content Advisor can be easily disabled, even without knowing the password. One of my users did it in no time. You can find this in google as well.

但是,话虽如此,您必须充分意识到,即使不知道密码,也可以轻松禁用内容程序。我的一位用户很快就做到了。你也可以在谷歌上找到这个。

Alex

亚历克斯