From fde8a70c01c7089f5a1802db87a63901f4484ac0 Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:31:46 -0400 Subject: [PATCH] Additional DLP policies --- windows/en-US/firefox.adml | 8 ++++++-- windows/firefox.admx | 7 +++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 67c9ac4..90c964e 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -1119,10 +1119,14 @@ If this policy is disabled or not configured, HTTPS-Only Mode is not enabled.If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS. If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled. + Agent Name + If this policy is enabled, you can specify the name of the DLP agent, used in dialogs and notifications about DLP operations. + +If this policy is disabled or not configured, the agent name "A DLP Agent" is used. Agent Timeout - If this policy is enabled, you can specify 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|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. + If this policy is enabled, you can specify 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. -If this policy is disabled or not configured, the DLP agent will always be consulted. +If this policy is disabled or not configured, the timeout is 30 seconds. Allow Url Regex List If this policy is enabled, you can specify 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|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. diff --git a/windows/firefox.admx b/windows/firefox.admx index 0823d55..9311483 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -4273,6 +4273,13 @@ + + + + + + + -- 2.43.0