mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-381: Add definitions for "disable-copy" and "disable-paste" connection parameters.
This commit is contained in:
@@ -147,6 +147,22 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "clipboard",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "disable-copy",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-paste",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "device-redirection",
|
||||
"fields" : [
|
||||
|
@@ -67,6 +67,22 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "clipboard",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "disable-copy",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-paste",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "session",
|
||||
"fields" : [
|
||||
@@ -80,6 +96,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "behavior",
|
||||
"fields" : [
|
||||
|
@@ -71,6 +71,22 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "clipboard",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "disable-copy",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-paste",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "behavior",
|
||||
"fields" : [
|
||||
|
@@ -59,6 +59,16 @@
|
||||
"name" : "clipboard-encoding",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "ISO8859-1", "UTF-8", "UTF-16", "CP1252" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-copy",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-paste",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user