-
Blocking websites
Is there a way to block websites from IE being able to view them? I have done the tools restricted sites thing but the webpage still shows up with links on it that will let you get to the other parts of the page. Can this be done inside of IE or does a 3rd party program have to be purchased to get this done?
scabs
-
what about just adding the website to the hosts file? like
www.whatever.com 127.0.0.1
here's a hosts file explanation and its uses:
http://www.mvps.org/winhelp2002/hosts.htm
It even has a hosts file people use to block adds and unwanted websites...
-
-
Just so you know this is not just for websites... adding something to the host file with an ip of 127.0.0.1 basically makes the server you specified unreachable. Some people use the hosts file to block access to MSN messenger or other IMs also...