mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 08:22:30 +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.
|
||||
'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
|
||||
'protocol=' + AddressManager.protocolVersion(),
|
||||
'protocol=' + encodeURIComponent(AddressManager.protocolVersion()),
|
||||
'sort_by=users',
|
||||
'sort_order=desc',
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue