Closed
Bug 1181081
Opened 10 years ago
Closed 5 years ago
urifixup service should correct "http//" or "https//" or "http;//" etc. to insert/replace the colon
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
People
(Reporter: Gijs, Assigned: daisuke)
References
Details
Attachments
(1 file)
Spinning this off from bug 1180460, it is surprising to me that with protocol typo fixup enabled, https//foo gets corrected to http://https//foo.
Reading the code, it makes sense that this happens, but we can + ideally should do better. :-)
| Assignee | ||
Updated•5 years ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Iteration: --- → 84.2 - Nov 2 - Nov 15
Points: --- → 2
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8636b9a39525
Fix up typos for string that user would have intented as protocol. r=mak
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•