summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/test_URIs.js
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-15 08:09:17 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-15 08:09:17 +0200
commitf138ec95d9d2c9faba019e52467beeed2a73b4f5 (patch)
treeb7e48dbe0baaae42a3a059343fcb277424c482ba /netwerk/test/unit/test_URIs.js
parentae14556114dcae29f679db7c15f0bc9b707bb89a (diff)
downloadUXP-f138ec95d9d2c9faba019e52467beeed2a73b4f5.tar
UXP-f138ec95d9d2c9faba019e52467beeed2a73b4f5.tar.gz
UXP-f138ec95d9d2c9faba019e52467beeed2a73b4f5.tar.lz
UXP-f138ec95d9d2c9faba019e52467beeed2a73b4f5.tar.xz
UXP-f138ec95d9d2c9faba019e52467beeed2a73b4f5.zip
moebius#131: URL parser - stop preserving empty passwords
https://github.com/MoonchildProductions/moebius/issues/131
Diffstat (limited to 'netwerk/test/unit/test_URIs.js')
-rw-r--r--netwerk/test/unit/test_URIs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/netwerk/test/unit/test_URIs.js b/netwerk/test/unit/test_URIs.js
index 5bc7fe432..1cad7768f 100644
--- a/netwerk/test/unit/test_URIs.js
+++ b/netwerk/test/unit/test_URIs.js
@@ -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: "",