Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It seems to ignore IP adresses #24

Open
radusun opened this issue Jul 18, 2019 · 3 comments
Open

It seems to ignore IP adresses #24

radusun opened this issue Jul 18, 2019 · 3 comments

Comments

@radusun
Copy link

radusun commented Jul 18, 2019

If I type (or paste in) an IP address, (e.g. ###.###.###.###) it defaults to http whereas I would expect to default it to https.

Can you check?
Thanks!

@Rob--W
Copy link
Owner

Rob--W commented Jul 18, 2019

This is intentional behavior. It is not possible to obtain a widely accepted SSL certificate for IP addresses, so most connections to a IP address over https would almost always fail.

@pschonmann
Copy link

Why not to choose what user want ?

@Rob--W
Copy link
Owner

Rob--W commented Apr 9, 2020

Because of limitations in the extension API, I am not actually able to see whether you have entered just an IP or actually an IP with http:// in front of it in the url bar. The extension does some smart guessing and will redirect navigations that are not initiated by web pages (urlbar, history, bookmarks, etc.), and because most sites support https, this works nicely.

However, IP addresses rarely have certificates, so redirecting these URLs often result in a worse user experience. Due to the uncertainty and the low likelihood of success, I choose to intentionally ignore IP addresses.

I'm willing to consider adding an option to redirect IP addresses, but I'm not sure if it is of much use.
@pschonmann Is this request of the category "it would be nice if XXX" (implyfing that you wouldn't use the feature) or "I really want XXX" (meaning that you do have an actual use case)?

PS. This extension can more easily be implemented as a built-in part of Firefox, and there are signals that a request for it may be viable, so I opened a feature request at https://bugzilla.mozilla.org/show_bug.cgi?id=1628831

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants