]> git.p6c8.net - policy-templates.git/commitdiff
update default ContentAnalysis AgentTimeout
authorGreg Stoll <gstoll@mozilla.com>
Mon, 24 Feb 2025 16:57:45 +0000 (10:57 -0600)
committerGreg Stoll <gstoll@mozilla.com>
Mon, 24 Feb 2025 16:57:45 +0000 (10:57 -0600)
done as a part of bug 1936020

docs/index.md

index d974fe402226f99c2a9a81a4997699a2a22a9a33..8d3c726348952df4f16f39ddb633336b4cdce11c 100644 (file)
@@ -1246,7 +1246,7 @@ Configure Firefox to use an agent for Data Loss Prevention (DLP) that is compati
 
 `AgentName` is the name of the DLP agent. This is used in dialogs and notifications about DLP operations. The default is "A DLP Agent".
 
-`AgentTimeout` is the timeout in number of seconds after a DLP request is sent to the agent. After this timeout, the request will be denied unless `TimeoutResult` is set to 1 or 2. The default is 30.
+`AgentTimeout` is the timeout in number of seconds after a DLP request is sent to the agent. After this timeout, the request will be denied unless `TimeoutResult` is set to 1 or 2. The default is 300.
 
 `AllowUrlRegexList` is a space-separated list of regular expressions that indicates URLs for which DLP operations will always be allowed without consulting the agent. The default is "^about:(?!blank&#124;srcdoc).*", meaning that any pages that start with "about:" will be exempt from DLP except for "about:blank" and "about:srcdoc", as these can be controlled by web content.
 

patrick-canterino.de