I created https://github.com/mozilla-mobile/firefox-android/pull/4090 five days ago, but it’s labeled “needs reviewer” and I’m not sure how to assign someone.
The PR fixes this bug, which has appeared a few times over the years:
I created https://github.com/mozilla-mobile/firefox-android/pull/4090 five days ago, but it’s labeled “needs reviewer” and I’m not sure how to assign someone.
The PR fixes this bug, which has appeared a few times over the years:
I’ve updated pull/4090’s description to better explain the history of the bug:
This pull request lets Firefox for Android accept IPv6 literals typed into the address bar.
For example: https://[2606:4700:4700::1111]/
The bug was originally reported as mozilla-mobile/fenix#4343, but @YoRyan’s mozilla-mobile/android-components#5546 was rejected because it grew a big slow regex.
The big regex no longer exists (yay!) leaving this 1-line
isURLLenient
regex as the final roadblock.