Use a proxy auto-configuration script.
There is plenty of information on how to write them on the Internet.
Save this code to a text file and configure your browser to use it as
its proxy auto-configuration script:
function FindProxyForURL(url, host)
{
if (shExpMatch(host, "*.whathever.com"))
{
return "DIRECT";
}
else
{
return "PROXY 127.0.0.1:8080";
}
}
Use a Group policy to assign the PAC script to IE. You'll need to
modify the parameter on the "if (shExpMatch(host, "*.whathever.com"))"
line appropriately.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of [EMAIL PROTECTED]
Sent: Monday, April 09, 2007 10:04 AM
To: Rocky; [email protected]
Subject: Re: blocking thru IE
This might work for IE, I'm not sure what version(s) its in.
Open I.E. and click on tools
Click on Internet options
Click on the content tab
Click on enable
After clicking ok
You will then see a window like the one below asking for a password to
be setup. This will prevent someone from turning off this feature.
Click ok
Click on ok, you are done.
Add as many sites as you like. When someone tries to visit a site you
have blocked they will be presented with a blocked message and the
password dialogue box. As long as they don't know the password they
cannot get in.
-------------- Original message ----------------------
From: Rocky <[EMAIL PROTECTED]>
> Hey guys, is there a way to block everything on IE6 or Firefox 2.0 and
> just permit one website? i'm playing with IE content but i just can't
get
> it done.
>
> thanks a lot.
> rocky
Confidentiality Notice: This e-mail and any attached files transmitted may
contain confidential and privileged information and are intended solely for the
use of the individual or entity to which they are addressed. If you are not the
intended recipient or the person responsible for delivering the e-mail to the
intended recipient, be advised that you have received this e-mail and any
attached files in error and that any use, dissemination, forwarding, printing
or copying of this e-mail and /or any attached files is strictly prohibited. If
you have received this e-mail in error, please immediately notify the sender
and destroy the original message and any attached files.