GeekStrongs / firefox-showip

Automatically exported from code.google.com/p/firefox-showip
0 stars 0 forks source link

Issue a warning when IP doesn't correspond to the address #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
First, I would like to say thanks for this great extension. 

I'm not sure if you are taking requests, but here's a function that would
be interesting if implemented. I would like to be able to link an url and
an IP address so that when I'm browsing the website, the extension would
issue an alert if the IP address is not the one I inserted. Is this even
possible?

Original issue reported on code.google.com by pggar...@gmail.com on 2 May 2009 at 5:35

GoogleCodeExporter commented 8 years ago
Nice idea, and not extensively complicated.

Could no be available on all sites/addresses, rather chosen sites only.
Add an option to the status bar to 'verify this address', this creates a local 
lookup table of IP to url (would need the ability for multiple IPs to url).
Then alert if IP does not match listed URL.

Useful for banks and such.

Original comment by rich....@gmail.com on 14 Jul 2010 at 8:43

GoogleCodeExporter commented 8 years ago

Original comment by jan.ditt...@gmail.com on 5 Mar 2011 at 8:31

GoogleCodeExporter commented 8 years ago
A better way to get this done is DNSSEC.  Using a DNSSEC resolver, you know 
you're getting the right IP address.  Using the DNSSEC Validator plugin you can 
see if the site you are presently visiting has DNSSEC enabled and if the DNS/IP 
data is validated by the signatures in the zone.

Original comment by jason.ro...@gmail.com on 10 Jun 2011 at 7:18

GoogleCodeExporter commented 8 years ago
That's one of the big TODO items, to get DNSSEC status in showip. But currently 
time is very limited on my side.

Original comment by jan.ditt...@gmail.com on 11 Jun 2011 at 10:03