|
|
|
|
|
by Digital-Citizen
3006 days ago
|
|
And it needlessly requires Javascript to do things other services don't need Javascript to do. That's not a good plan. One's IP address should be detectable to at least some degree with data from the packets making the request for the webpage. Some of this is remedied with what appears to be duplicative information further down the page. DNS Address detection is done better by https://dnsleaktest.com/. Geolocation detection is likely done by looking up what geolocation is paired with one's IP (and sometimes this data is wrong), so there's no real need for Javascript here either. It's not as if the requesting computer should supply this information, else it becomes even more easily spoofed. Some of this is remedied with what appears to be duplicative information further down the page. Torrent detection is also needlessly JS-driven, and done better at http://dev.cbcdn.com/ipmagnet/. There are also some grammar errors confusing singular and plural in the text at the bottom of the page. |
|