Selectively blocking internet access on windows, based on a pattern in the requested URL?

5

1

I need to block access by a certain Windows program to specific paths of a web site, but not to other paths on that site. Therefore I think using the hosts file won't be helpful for that.

Is there any way to block access to URLs matching a regular expression or even just those containing a specific substring?

Thanks!

Tahtah

Posted 2010-05-08T18:11:02.303

Reputation: 83

Answers

2

Privoxy can do this, set it as proxy of Internet Explorer (or your application if it allows you to).

Privoxy User Manual: The Path Pattern

Tamara Wijsman

Posted 2010-05-08T18:11:02.303

Reputation: 54 163