Change some DLP defaults
This commit is contained in:
@@ -149,15 +149,15 @@ rfb::IntParameter rfb::Server::webpVideoQuality
|
|||||||
rfb::IntParameter rfb::Server::DLP_ClipSendMax
|
rfb::IntParameter rfb::Server::DLP_ClipSendMax
|
||||||
("DLP_ClipSendMax",
|
("DLP_ClipSendMax",
|
||||||
"Limit clipboard bytes to send to clients in one transaction",
|
"Limit clipboard bytes to send to clients in one transaction",
|
||||||
10000, 0, INT_MAX);
|
0, 0, INT_MAX);
|
||||||
rfb::IntParameter rfb::Server::DLP_ClipAcceptMax
|
rfb::IntParameter rfb::Server::DLP_ClipAcceptMax
|
||||||
("DLP_ClipAcceptMax",
|
("DLP_ClipAcceptMax",
|
||||||
"Limit clipboard bytes to receive from clients in one transaction",
|
"Limit clipboard bytes to receive from clients in one transaction",
|
||||||
10000, 0, INT_MAX);
|
0, 0, INT_MAX);
|
||||||
rfb::IntParameter rfb::Server::DLP_ClipDelay
|
rfb::IntParameter rfb::Server::DLP_ClipDelay
|
||||||
("DLP_ClipDelay",
|
("DLP_ClipDelay",
|
||||||
"This many milliseconds must pass between clipboard actions",
|
"This many milliseconds must pass between clipboard actions",
|
||||||
1000, 0, INT_MAX);
|
0, 0, INT_MAX);
|
||||||
rfb::IntParameter rfb::Server::DLP_KeyRateLimit
|
rfb::IntParameter rfb::Server::DLP_KeyRateLimit
|
||||||
("DLP_KeyRateLimit",
|
("DLP_KeyRateLimit",
|
||||||
"Reject keyboard presses over this many per second",
|
"Reject keyboard presses over this many per second",
|
||||||
@@ -174,7 +174,7 @@ rfb::StringParameter rfb::Server::DLP_Region
|
|||||||
rfb::StringParameter rfb::Server::DLP_Clip_Types
|
rfb::StringParameter rfb::Server::DLP_Clip_Types
|
||||||
("DLP_ClipTypes",
|
("DLP_ClipTypes",
|
||||||
"Allowed binary clipboard mimetypes",
|
"Allowed binary clipboard mimetypes",
|
||||||
"chromium/x-web-custom-data,text/html,image/png");
|
"text/html,image/png");
|
||||||
|
|
||||||
rfb::BoolParameter rfb::Server::DLP_RegionAllowClick
|
rfb::BoolParameter rfb::Server::DLP_RegionAllowClick
|
||||||
("DLP_RegionAllowClick",
|
("DLP_RegionAllowClick",
|
||||||
|
|||||||
Reference in New Issue
Block a user