mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Merge pull request #194 from glyptodon/rdp-parameters
GUAC-1218: Provide "value" property for "BOOLEAN" parameters.
This commit is contained in:
@@ -69,12 +69,14 @@
|
||||
{
|
||||
"name" : "disable-auth",
|
||||
"title" : "Disable authentication",
|
||||
"type" : "BOOLEAN"
|
||||
"type" : "BOOLEAN",
|
||||
"value" : "true"
|
||||
},
|
||||
{
|
||||
"name" : "ignore-cert",
|
||||
"title" : "Ignore server certificate",
|
||||
"type" : "BOOLEAN"
|
||||
"type" : "BOOLEAN",
|
||||
"value" : "true"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user