mirror of
https://github.com/overte-org/overte.git
synced 2025-07-03 00:29:19 +02:00
encodeURIComponent of the protocol signature
This commit is contained in:
parent
57955a2b56
commit
4a6132874f
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ Window {
|
||||||
// FIXME: really want places I'm allowed in, not just open ones.
|
// FIXME: really want places I'm allowed in, not just open ones.
|
||||||
'restriction=open', // Not by whitelist, etc. FIXME: If logged in, add hifi to the restriction options, in order to include places that require login.
|
'restriction=open', // Not by whitelist, etc. FIXME: If logged in, add hifi to the restriction options, in order to include places that require login.
|
||||||
// FIXME add maturity
|
// FIXME add maturity
|
||||||
'protocol=' + AddressManager.protocolVersion(),
|
'protocol=' + encodeURIComponent(AddressManager.protocolVersion()),
|
||||||
'sort_by=users',
|
'sort_by=users',
|
||||||
'sort_order=desc',
|
'sort_order=desc',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue