mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1332: Client-side parameters for certificate fingerprints and trust.
This commit is contained in:
@@ -45,6 +45,15 @@
|
||||
"name" : "ignore-cert",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "cert-tofu",
|
||||
"type" : "BOOLEAN",
|
||||
"options" : [ "true" ]
|
||||
},
|
||||
{
|
||||
"name" : "cert-fingerprints",
|
||||
"type" : "TEXT"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@@ -561,20 +561,22 @@
|
||||
|
||||
"PROTOCOL_RDP" : {
|
||||
|
||||
"FIELD_HEADER_CLIENT_NAME" : "Client name:",
|
||||
"FIELD_HEADER_COLOR_DEPTH" : "Color depth:",
|
||||
"FIELD_HEADER_CONSOLE" : "Administrator console:",
|
||||
"FIELD_HEADER_CONSOLE_AUDIO" : "Support audio in console:",
|
||||
"FIELD_HEADER_CREATE_DRIVE_PATH" : "Automatically create drive:",
|
||||
"FIELD_HEADER_CERT_TOFU" : "Trust host certificate on first use:",
|
||||
"FIELD_HEADER_CERT_FINGERPRINTS" : "Fingerprints of trusted host certificates:",
|
||||
"FIELD_HEADER_CLIENT_NAME" : "Client name:",
|
||||
"FIELD_HEADER_COLOR_DEPTH" : "Color depth:",
|
||||
"FIELD_HEADER_CONSOLE" : "Administrator console:",
|
||||
"FIELD_HEADER_CONSOLE_AUDIO" : "Support audio in console:",
|
||||
"FIELD_HEADER_CREATE_DRIVE_PATH" : "Automatically create drive:",
|
||||
"FIELD_HEADER_CREATE_RECORDING_PATH" : "Automatically create recording path:",
|
||||
"FIELD_HEADER_DISABLE_AUDIO" : "Disable audio:",
|
||||
"FIELD_HEADER_DISABLE_AUTH" : "Disable authentication:",
|
||||
"FIELD_HEADER_DISABLE_COPY" : "Disable copying from remote desktop:",
|
||||
"FIELD_HEADER_DISABLE_AUDIO" : "Disable audio:",
|
||||
"FIELD_HEADER_DISABLE_AUTH" : "Disable authentication:",
|
||||
"FIELD_HEADER_DISABLE_COPY" : "Disable copying from remote desktop:",
|
||||
"FIELD_HEADER_DISABLE_DOWNLOAD" : "Disable file download:",
|
||||
"FIELD_HEADER_DISABLE_PASTE" : "Disable pasting from client:",
|
||||
"FIELD_HEADER_DISABLE_PASTE" : "Disable pasting from client:",
|
||||
"FIELD_HEADER_DISABLE_UPLOAD" : "Disable file upload:",
|
||||
"FIELD_HEADER_DOMAIN" : "Domain:",
|
||||
"FIELD_HEADER_DPI" : "Resolution (DPI):",
|
||||
"FIELD_HEADER_DOMAIN" : "Domain:",
|
||||
"FIELD_HEADER_DPI" : "Resolution (DPI):",
|
||||
"FIELD_HEADER_DRIVE_NAME" : "Drive name:",
|
||||
"FIELD_HEADER_DRIVE_PATH" : "Drive path:",
|
||||
"FIELD_HEADER_ENABLE_AUDIO_INPUT" : "Enable audio input (microphone):",
|
||||
|
Reference in New Issue
Block a user