Is there a way on my Windows XP machine to blacklist certain HTTP URLS so that embedded web service calls won't trigger activity from my PC to those URLs?
feedback
|
migrated from serverfault.com Mar 11 '10 at 20:03
This question came from our site for system administrators and desktop support professionals.
|
Firewalls or packet filtering are often a good solution for things like this. One hack solution would be to specify entries for the hostnames directing to localhost in For example:
| |||||||
feedback
|
|
One standard way is to put entries in your hosts.txt file that redirect the offending domain names. Handy for blocking ads for instance. ie, in \windows\syste32\drivers\etc\hosts.txt 127.0.0.1 youclick2earn.com for extra credit, install apache locally and capture all URLs so you can display [ad] instead of a broken link. | |||
|
feedback
|