Bryan Fordham wrote:
on a more general note: Does anyone actually have an example of how javascript can compromise your anonymity? Not "it can obtain your IP"-type stuff, but actual code.
I have some examples here: http://www.ccsl.carleton.ca/~jamuir/mirror.phpI have yet to see an example of pure JavaScript code that can read an end-user's IP address. Any code I've seen returns either "localhost" or "127.0.0.1".
-James

