mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
moebius#131: URL parser - stop preserving empty passwords
https://github.com/MoonchildProductions/moebius/issues/131
This commit is contained in:
parent
5622e56123
commit
de0621cc7e
4 changed files with 31 additions and 5 deletions
|
|
@ -74,7 +74,7 @@ var data = [
|
|||
},
|
||||
{
|
||||
wrong: 'user:@example.com:8080/this/is/a/test.html',
|
||||
fixed: 'http://user:@example.com:8080/this/is/a/test.html',
|
||||
fixed: 'http://user@example.com:8080/this/is/a/test.html',
|
||||
},
|
||||
{
|
||||
wrong: '//user:pass@example.com:8080/this/is/a/test.html',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue