mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-18 00:45:51 +00:00
Enable clipboard from and to client by default
This commit is contained in:
parent
4a4c53d292
commit
9a49e96a7f
1 changed files with 2 additions and 2 deletions
|
|
@ -74,11 +74,11 @@ data_loss_prevention:
|
|||
- image/png
|
||||
# Add to docs: Cut buffers and CLIPBOARD selection.
|
||||
server_to_client:
|
||||
enabled: false
|
||||
enabled: true
|
||||
size: unlimited
|
||||
primary_clipboard_enabled: false
|
||||
client_to_server:
|
||||
enabled: false
|
||||
enabled: true
|
||||
size: unlimited
|
||||
keyboard:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue