pmarks-net / ipvfoo

Display the current page's IP version and addresses
Apache License 2.0
555 stars 51 forks source link

Firefox Compatibility Bugs #32

Closed pmarks-net closed 1 year ago

pmarks-net commented 7 years ago

I'm creating this Issue to track problems that occur only when running IPvFoo on Firefox.

Gitoffthelawn commented 2 years ago

For those following this issue, a fork with updates has been released:

https://github.com/ondrejvrabel/ipvfoobar
https://addons.mozilla.org/firefox/addon/ipvfoobar/

It's possible that Firefox compatibility has been improved with this fork (I haven't had time to go through the source code and then try this fork).

tdulcet commented 2 years ago

It's possible that Firefox compatibility has been improved with this fork

That fork does not improve Firefox compatibility unfortunately, it just replaces the context menu with links directly in the popup.

I created a similar add-on called "Server Status" for Firefox only: https://github.com/tdulcet/Server-Status requests Like IPvFoo, it shows the IP address for all the requests on the page and supports both IPv4 and IPv6. However, it shows all the IP addresses used for each hostname, not just the last one, it highlights the suffix for the hostnames using Mozilla's Public Suffix List and it shows the location of each IP address using an IP geolocation database.

It also shows much more information for each hostname, including the number of connections, the days left until certificate expiration, the SSL/TLS version, the HSTS status and the HTTP status code(s). While it obviously is not able to fix those two Firefox bugs mentioned in this issue that have not yet been fixed, it was built specifically to support Firefox and is able to make use of several APIs and features not available in Chrome. As with IPvFoo, all the information is determined locally in your browser to respect your privacy.

It is currently available for download from AMO: https://addons.mozilla.org/firefox/addon/server-status/. Feedback is welcome.

Gitoffthelawn commented 2 years ago

Thanks Teal. That looks very promising.

pmarks-net commented 1 year ago

I think I fixed everything: