diff --git a/Data-Loss-Prevention.md b/Data-Loss-Prevention.md index b938361..7d49240 100644 --- a/Data-Loss-Prevention.md +++ b/Data-Loss-Prevention.md @@ -45,6 +45,19 @@ Limit clipboard bytes to receive from clients in one transaction. Default 10,000 -DLP_ClipAcceptMax +### Clipboard Operation Delay +This many milliseconds must pass between clipboard actions. Default 1000. + +-DLP_ClipDelay + ## Keyboard Protections +### Keyboard Rate Limit +Reject keyboard presses over this many per second. Default 0 (disabled). + +-DLP_KeyRateLimit + ## DLP Logging +Log clipboard and keyboard actions. Info logs just clipboard direction and size, verbose logs keystrokes and clipboard content. + +-DLP_Log (off|info|verbose)