<br><br><div><span class="gmail_quote">On 10/3/05, <b class="gmail_sendername">Grant M.</b> <<a href="mailto:gmongardi@napc.com">gmongardi@napc.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Josh ChaitinPollak wrote:<br>> How does this solution affect websites that require the doubleclick<br>> cookies or whatever to function properly? Some websites refuse to  work<br>> unless you have their ad provider's cookies.
<br><br>I suspect that you're correct in assuming the delay is caused by<br>refusing cookies. The fix that Rich has proposed re-directs any request<br>to the blocked domains to use the file specified as for DNS, which<br>
in-turn redirects those requests to localhost (which will likely return<br>a 404 error for most requests).<br><br>You can also do this by simply adding all of those domains to your<br>/etc/hosts, or on Windows, C:\Windows\system32\drivers\etc\hosts. The
<br>entries should look like:<br><a href="http://127.0.0.1">127.0.0.1</a>       <a href="http://ad.doubleclick.net">ad.doubleclick.net</a>  (the 'ad' machine name only)</blockquote><div><br>
There are a lot of 'Windows' resources out there (some good/ some bad?) that try this approach<br>
e.g. <a href="http://www.mvps.org/winhelp2002/hosts.htm">http://www.mvps.org/winhelp2002/hosts.htm</a>  <br>
<br>
Apparently the Windows-using webmasters and such get tired of the ad-nausea that IE can inflict.<br>
</div><br></div><br>