Jeff Chan wrote:
I'd be a little concerned about the new DNS queries it would generate.
If load on the servers is a concern there are things that can be done:
* Cache lookups for the duration of the session * Only look up the main document URL, not src= URLs * Allow a URL whitelist... bookmarked URLs * Skip lookups for HTTP servers on the local subnet or on My Computer
etc.
Ideas welcome.