mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-2002: Allow connection clipboard limits to be configured.
This commit is contained in:
@@ -67,6 +67,17 @@
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "clipboard",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "clipboard-buffer-size",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "262144", "1048576", "10485760" ]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"name" : "display",
|
||||
"fields" : [
|
||||
|
@@ -191,6 +191,11 @@
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "preserve", "unix", "windows" ]
|
||||
},
|
||||
{
|
||||
"name" : "clipboard-buffer-size",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "262144", "1048576", "10485760", "52428800" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-copy",
|
||||
"type" : "BOOLEAN",
|
||||
|
@@ -82,6 +82,11 @@
|
||||
{
|
||||
"name" : "clipboard",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "clipboard-buffer-size",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "262144", "1048576", "10485760" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-copy",
|
||||
"type" : "BOOLEAN",
|
||||
|
@@ -82,6 +82,11 @@
|
||||
{
|
||||
"name" : "clipboard",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "clipboard-buffer-size",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "262144", "1048576", "10485760" ]
|
||||
},
|
||||
{
|
||||
"name" : "disable-copy",
|
||||
"type" : "BOOLEAN",
|
||||
|
@@ -88,6 +88,11 @@
|
||||
{
|
||||
"name" : "clipboard",
|
||||
"fields" : [
|
||||
{
|
||||
"name" : "clipboard-buffer-size",
|
||||
"type" : "ENUM",
|
||||
"options" : [ "", "262144", "1048576", "10485760", "52428800" ]
|
||||
},
|
||||
{
|
||||
"name" : "clipboard-encoding",
|
||||
"type" : "ENUM",
|
||||
|
Reference in New Issue
Block a user