mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-09 07:00:51 +01:00
Merge branch 'bugfix/KASM-3180-enable-clipboard-in-config' into 'master'
Enable clipboard from and to client by default See merge request kasm-technologies/internal/KasmVNC!66
This commit is contained in:
commit
7a51039864
@ -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…
Reference in New Issue
Block a user