]> git.p6c8.net - policy-templates.git/commitdiff
update default value for Content Analysis AllowUrlRegexList
authorGreg Stoll <gstoll@mozilla.com>
Thu, 6 Jun 2024 15:30:15 +0000 (10:30 -0500)
committerGreg Stoll <gstoll@mozilla.com>
Thu, 6 Jun 2024 15:30:15 +0000 (10:30 -0500)
docs/index.md

index 3d219433015db8936bd5e9de36c0ae11263ed056..3e5e982d96f745a04ae02d72ce828fdb95b24a67 100644 (file)
@@ -1127,7 +1127,7 @@ Configure Firefox to use an agent for Data Loss Prevention (DLP) that is compati
 
 `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 `DefaultResult` 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 `DefaultResult` is set to 1 or 2. The default is 30.
 
-`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 the empty string.
+`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:.*", meaning that any pages that start with "about:" will be exempt from DLP.
 
 `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.
 
 
 `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.
 

patrick-canterino.de