diff --git a/common/rfb/ServerCore.cxx b/common/rfb/ServerCore.cxx index af3ce3e..8e63115 100644 --- a/common/rfb/ServerCore.cxx +++ b/common/rfb/ServerCore.cxx @@ -172,7 +172,7 @@ rfb::StringParameter rfb::Server::DLP_Region "Black out anything outside this region", ""); rfb::StringParameter rfb::Server::DLP_Clip_Types -("DLP_Clip_Types", +("DLP_ClipTypes", "Allowed binary clipboard mimetypes", "chromium/x-web-custom-data,text/html,image/png"); diff --git a/unix/xserver/hw/vnc/Xvnc.man b/unix/xserver/hw/vnc/Xvnc.man index 23007e3..772a707 100644 --- a/unix/xserver/hw/vnc/Xvnc.man +++ b/unix/xserver/hw/vnc/Xvnc.man @@ -308,7 +308,7 @@ Limit clipboard bytes to receive from clients in one transaction. Default 10,000 This many milliseconds must pass between clipboard actions. Default 1000. . .TP -.B \-DLP_Clip_types \fIa,b\fP +.B \-DLP_ClipTypes \fIa,b\fP Allowed binary clipboard mimetypes, separated by commas. Default chromium/x-web-custom-data,text/html,image/png .