-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
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. |
Why not to choose what user want ? |
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 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. 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 |
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!
The text was updated successfully, but these errors were encountered: