Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUACAMOLE-2002: Allow connection clipboard limits to be configured #1035

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eugen-keeper
Copy link

{
"name" : "clipboard-buffer-size",
"type" : "ENUM",
"options" : [ "262144", "1048576", "10485760" ]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should also be a "" option to permit the default value to be selected and represented (same for the other protocols).

@@ -826,6 +842,7 @@
"FIELD_HEADER_COLOR_SCHEME" : "Color scheme:",
"FIELD_HEADER_CREATE_RECORDING_PATH" : "Automatically create recording path:",
"FIELD_HEADER_CREATE_TYPESCRIPT_PATH" : "Automatically create typescript path:",
"FIELD_HEADER_CLIPBOARD_BUFFER_SIZE" : "Clipboard data size limit:",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please maintain established alphabetical ordering of the translation keys (same for other protocols).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants