From: Michael Kaply Date: Mon, 9 Apr 2018 15:03:20 +0000 (-0500) Subject: SanitizeOnShutdown policy X-Git-Tag: 0.9~13^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/2ec02ee649c02648e2ae20ec813e7c118510219e?ds=inline SanitizeOnShutdown policy --- diff --git a/README.md b/README.md index 4ca48a0..4cc4496 100644 --- a/README.md +++ b/README.md @@ -392,7 +392,7 @@ This policy allowed you to override the upgrade page page. If you leave the URL ``` { "policies": { - "OverridePostUpdatePagep": "http://example.org" + "OverridePostUpdatePage": "http://example.org" } } ``` @@ -436,3 +436,12 @@ To specify ports, append them to the hostnames with a colon (:). If Locked is se } } ``` +### SanitizeOnShutdown +If this policy is set to true, all data is cleared when Firefox is closed. This includes Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data. +``` +{ + "policies": { + "SanitizeOnShutdown": [true|false] + } +} +``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 7e962f8..42113ab 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -175,6 +175,10 @@ If this policy is disabled or not configured the first run page is displayed.If this policy is enabled, you can specify a URL to be displayed after Firefox is updated. If you leave the URL blank, no upgrade page will be shown. If this policy is disabled or not configured the upgrade is displayed. + Clear all data when browser is closed + If this policy is enabled, all data is cleared when Firefox is closed. This includes Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data. + +If this policy is disabled or not configured, data is not cleared when the browser is closed. Bookmark 1 Bookmark 2 Bookmark 3 diff --git a/windows/firefox.admx b/windows/firefox.admx index 07862d3..f8589c6 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -558,6 +558,16 @@ + + + + + + + + + +