mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +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
|
|
@ -109,7 +109,7 @@ var gTests = [
|
|||
nsIURL: true, nsINestedURI: false },
|
||||
{ spec: "ftp://foo:@ftp.mozilla.org:100/pub/mozilla.org/README",
|
||||
scheme: "ftp",
|
||||
prePath: "ftp://foo:@ftp.mozilla.org:100",
|
||||
prePath: "ftp://foo@ftp.mozilla.org:100",
|
||||
port: 100,
|
||||
username: "foo",
|
||||
password: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue