mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	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