From 47ed7178b1c89f9bff4f56b63e94cf1110f0aeba Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Thu, 6 Feb 2020 11:57:36 -0600 Subject: [PATCH] Initial checkin of new SanitizeOnShutdown policy --- windows/en-US/firefox.adml | 18 +++++++++ windows/firefox.admx | 83 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 67c0dad..afcdc2c 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -401,6 +401,24 @@ If this policy is disabled or not configured, the upgrade is displayed. If this policy is enabled, you can choose data to be cleared when Firefox is closed. If this policy is disabled or not configured, data is not cleared when the browser is closed. + Clear data when browser is closed + + Cache + Cache + Cookies + Cookies + Download History + Download History + Form & Search History + Form & Search History + Browsing History + Browsing History + Active Logins + Active Logins + Site Preferences + Site Preferences + Offline Website Data + Offline Website Data Blocked websites If this policy is enabled, you can specify match patterns that indicate sites to be blocked. The match patterns are documented at https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. There is a 1000 entry limit. diff --git a/windows/firefox.admx b/windows/firefox.admx index 020d259..a4936c2 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -75,6 +75,9 @@ + + + @@ -3081,5 +3084,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.34.1