this post was submitted on 09 Dec 2023
39 points (95.3% liked)
Firefox
18550 readers
23 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have two firefox mobile browsers: beta and nightly. In Nightly this redirects to https://heise.de/ while in Beta, it opens google search: http://[2a02:2e0:3fe:1001:302::]
This might have something to do with different proxy settings on both.
No, it has to do with UI element where you type addresses and searches (input box). It's a very old bug, you can find issues on GitHub, Bugzilla etc.
Input box is supposed to understand whether what you type is an address, and if not, it is being treated as a search query. To understand if it's an address, it uses Regular Expressions. Their regular expression is wrong, so it can find IPv4 address, but can't find IPv6. As simple as that.
There were some pull requests to fix that, but guys at Mozilla said that those pull requests lead to performance regressions and rejected that.
I know all of this because I could not use IPv6 addresses too and hadbl to look for the issue and find workarounds.
The latest PR was accepted in November, so IPv6 literals work in v122 alpha.
What version is nightly? Its aplarently being fixed in v122.
122.0a1 (Build #2015990183), 416b0de9fa+ GV: 122.0a1-20231206213012 AS: 122.20231206050313
Stable is v120, Beta is v121, Nightly is v122. Seeing as both the issue tracker and this user are reporting it working in Nightly (v122) you could use that version or wait until it trickles down.
I can wait for it to trickle down. The bookmark workaround works so i can deal with that