From cbc93b121fe9ff9e0bf40442fc1001a4e9d425d4 Mon Sep 17 00:00:00 2001 From: Greg Stoll Date: Tue, 7 May 2024 13:40:34 -0500 Subject: [PATCH] clarify ClientSignature behavior --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index abe829f..3d21943 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1131,7 +1131,7 @@ Configure Firefox to use an agent for Data Loss Prevention (DLP) that is compati `BypassForSameTabOperations` indicates whether Firefox will automatically allow DLP requests whose data comes from the same tab and frame - for example, if data is copied to the clipboard and then pasted on the same page. The default is false. -`ClientSignature` indicates the required signature of the DLP agent connected to the pipe. If this is a non-empty string and the DLP agent does not have a signature matching this value, Firefox will not connect to the pipe. The default is the empty string. +`ClientSignature` indicates the required signature of the DLP agent connected to the pipe. If this is a non-empty string and the DLP agent does not have a signature with a Subject Name that exactly matches this value, Firefox will not connect to the pipe. The default is the empty string. `DefaultResult` indicates the desired behavior for DLP requests if there is a problem connecting to the DLP agent. The default is 0. -- 2.34.1