From 4a6132874f57b8ff463ee9117cd48ad9a6a15904 Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Tue, 19 Jul 2016 13:43:28 -0700 Subject: [PATCH] encodeURIComponent of the protocol signature --- interface/resources/qml/AddressBarDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/AddressBarDialog.qml b/interface/resources/qml/AddressBarDialog.qml index 0c9e5c9dbc..792410c59d 100644 --- a/interface/resources/qml/AddressBarDialog.qml +++ b/interface/resources/qml/AddressBarDialog.qml @@ -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', ];