From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Fri, 11 Apr 2025 19:53:39 +0000 (-0400) Subject: Cleanup sanitize text X-Git-Tag: v6.10~10 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/b0874abf5ca65526918ea6c42214df2783e3dca1?ds=sidebyside;hp=--cc Cleanup sanitize text --- b0874abf5ca65526918ea6c42214df2783e3dca1 diff --git a/docs/index.md b/docs/index.md index c79fc36..d0bb396 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6009,7 +6009,7 @@ or ### SanitizeOnShutdown (Selective) Clear data on shutdown. -Note: Starting with Firefox 128, History clears FormData and Downloads as well. +Note: Starting with Firefox 136, FormData and History have been separated again. `Cache` @@ -6017,7 +6017,7 @@ Note: Starting with Firefox 128, History clears FormData and Downloads as well. `Downloads` Download History (*Deprecated - part of History*) -`FormData` Form & Search History +`FormData` Form History `History` Browsing History, Download History @@ -6037,6 +6037,7 @@ Note: Starting with Firefox 128, History clears FormData and Downloads as well. ``` Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0 @@ -6061,6 +6062,14 @@ Value (string): ``` OMA-URI: ``` +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_FormData +``` +Value (string): +``` + or +``` +OMA-URI: +``` ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History ``` Value (string): @@ -6100,6 +6109,8 @@ Value (string): | Cookies | + FormData + | History | Sessions @@ -6118,6 +6129,7 @@ Value (string): "SanitizeOnShutdown": { "Cache": true | false, "Cookies": true | false, + "FormData": true | false, "History": true | false, "Sessions": true | false, "SiteSettings": true | false, @@ -6127,7 +6139,7 @@ Value (string): } ``` ### SanitizeOnShutdown (All) -Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data. +Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form History, Site Preferences and Offline Website Data. **Compatibility:** Firefox 60, Firefox ESR 60\ **CCK2 Equivalent:** N/A\