diff --git a/.vscode/project-words.txt b/.vscode/project-words.txt index 7c77088..b9bb28e 100644 --- a/.vscode/project-words.txt +++ b/.vscode/project-words.txt @@ -26,6 +26,7 @@ globalprivacycontrol http3_echconfig httpproxy identity.fxaccounts +importenterpriseroots Intune Jamf jnlp @@ -40,12 +41,16 @@ newtab nonsponsored OCSP pbmode +preventinstalls quicksuggest +sanitizeonshutdown SCCM +searchengines searchfox searchplugins security.certerror security.osclientcerts +securitydevices Shiki signon signon.autologin diff --git a/src/content/docs/reference/policies/Certificates.mdx b/src/content/docs/reference/policies/Certificates.mdx index 75aa005..1d9d58e 100644 --- a/src/content/docs/reference/policies/Certificates.mdx +++ b/src/content/docs/reference/policies/Certificates.mdx @@ -6,5 +6,5 @@ category: "Certificate management" The following policies allow for configuring certificates in Firefox: -- **[Install](/reference/policies/certificates_install/):** Install certificates into the Firefox certificate store -- **[ImportEnterpriseRoots](/reference/policies/certificates_importenterpriseroots/):** Trust certificates that have been added to the operating system certificate store by a user or administrator. +- **[Install](/reference/policies/certificates--install/):** Install certificates into the Firefox certificate store +- **[ImportEnterpriseRoots](/reference/policies/certificates--importenterpriseroots/):** Trust certificates that have been added to the operating system certificate store by a user or administrator. diff --git a/src/content/docs/reference/policies/Certificates_ImportEnterpriseRoots.mdx b/src/content/docs/reference/policies/Certificates_ImportEnterpriseRoots.mdx index f105ab6..950036a 100644 --- a/src/content/docs/reference/policies/Certificates_ImportEnterpriseRoots.mdx +++ b/src/content/docs/reference/policies/Certificates_ImportEnterpriseRoots.mdx @@ -2,6 +2,7 @@ title: "Certificates: ImportEnterpriseRoots" description: "Trust certificates that have been added to the operating system certificate store by a user or administrator." category: "Certificate management" +slug: "reference/policies/certificates--importenterpriseroots" --- Trust certificates that have been added to the operating system certificate store by a user or administrator. @@ -59,4 +60,5 @@ Value (string): ## See also +- [Certificates: Install](/reference/policies/certificates--install) policy - [Set up Certificate Authorities (CAs) in Firefox](https://support.mozilla.org/kb/setting-certificate-authorities-firefox) on support.mozilla.org (SUMO) diff --git a/src/content/docs/reference/policies/Certificates_Install.mdx b/src/content/docs/reference/policies/Certificates_Install.mdx index 24174e8..11003e8 100644 --- a/src/content/docs/reference/policies/Certificates_Install.mdx +++ b/src/content/docs/reference/policies/Certificates_Install.mdx @@ -2,6 +2,7 @@ title: "Certificates: Install" description: "Install certificates into the Firefox certificate store." category: "Certificate management" +slug: "reference/policies/certificates--install" --- Install certificates into the Firefox certificate store. @@ -81,3 +82,7 @@ Value (string): } } ``` + +## See also + +- [Certificates: ImportEnterpriseRoots](/reference/policies/certificates--importenterpriseroots) policy diff --git a/src/content/docs/reference/policies/Cookies.mdx b/src/content/docs/reference/policies/Cookies.mdx index 13506a2..6a34afe 100644 --- a/src/content/docs/reference/policies/Cookies.mdx +++ b/src/content/docs/reference/policies/Cookies.mdx @@ -28,7 +28,7 @@ Configure cookie preferences. - `Default`: determines whether cookies are accepted at all. (_Deprecated_. Use `Behavior` instead) - `AcceptThirdParty` determines how third-party cookies are handled. (_Deprecated_. Use `Behavior` instead) - `RejectTracker` only rejects cookies for trackers. (_Deprecated_. Use `Behavior` instead) -- `ExpireAtSessionEnd` determines when cookies expire. (_Deprecated_. Use [`SanitizeOnShutdown`](/reference/policies/sanitizeonshutdown_selective_) instead) +- `ExpireAtSessionEnd` determines when cookies expire. (_Deprecated_. Use [`SanitizeOnShutdown`](/reference/policies/sanitizeonshutdown-selective) instead) ## Windows (GPO) diff --git a/src/content/docs/reference/policies/SanitizeOnShutdown.mdx b/src/content/docs/reference/policies/SanitizeOnShutdown.mdx new file mode 100644 index 0000000..2642dfb --- /dev/null +++ b/src/content/docs/reference/policies/SanitizeOnShutdown.mdx @@ -0,0 +1,11 @@ +--- +title: "SanitizeOnShutdown" +description: "Policies to sanitize data on shutdown" +category: "Local data storage" +--- + +There are two policies that allow for sanitizing (clearing) local data on shutdown in Firefox. +You may clear all data, or choose from one or more of Browsing & Download History, Cookies, Active Logins, Cache, Form History, Site Preferences, and Offline Website Data: + +- **[SanitizeOnShutdown (All)](/reference/policies/sanitizeonshutdown-all/):** Clear all local data on shutdown. +- **[SanitizeOnShutdown (Selective)](/reference/policies/sanitizeonshutdown-selective/):** Clear specific types of data on shutdown. diff --git a/src/content/docs/reference/policies/SanitizeOnShutdown_All_.mdx b/src/content/docs/reference/policies/SanitizeOnShutdown_All.mdx similarity index 89% rename from src/content/docs/reference/policies/SanitizeOnShutdown_All_.mdx rename to src/content/docs/reference/policies/SanitizeOnShutdown_All.mdx index 3911d2a..dec2b63 100644 --- a/src/content/docs/reference/policies/SanitizeOnShutdown_All_.mdx +++ b/src/content/docs/reference/policies/SanitizeOnShutdown_All.mdx @@ -2,6 +2,7 @@ title: "SanitizeOnShutdown (All)" description: "Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form History, Site Preferences and Offline Website Data." category: "Local data storage" +slug: "reference/policies/sanitizeonshutdown-all" --- Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form History, Site Preferences and Offline Website Data. @@ -48,3 +49,7 @@ Value (string): } } ``` + +## See also + +- [`SanitizeOnShutdown` (Selective)](/reference/policies/sanitizeonshutdown-selective) policy diff --git a/src/content/docs/reference/policies/SanitizeOnShutdown_Selective_.mdx b/src/content/docs/reference/policies/SanitizeOnShutdown_Selective.mdx similarity index 92% rename from src/content/docs/reference/policies/SanitizeOnShutdown_Selective_.mdx rename to src/content/docs/reference/policies/SanitizeOnShutdown_Selective.mdx index 6fe2289..1f6ab60 100644 --- a/src/content/docs/reference/policies/SanitizeOnShutdown_Selective_.mdx +++ b/src/content/docs/reference/policies/SanitizeOnShutdown_Selective.mdx @@ -1,10 +1,11 @@ --- title: "SanitizeOnShutdown (Selective)" -description: "Clear data on shutdown." +description: "Clear specified data on shutdown, such as History, Cookies, Logins, Cache, Form History, Site Preferences and Offline Website Data." category: "Local data storage" +slug: "reference/policies/sanitizeonshutdown-selective" --- -Clear data on shutdown. +Clear specified types of data on shutdown. > [!NOTE] Starting with Firefox 136, FormData and History have been separated again. @@ -165,3 +166,7 @@ Value (string): } } ``` + +## See also + +- [`SanitizeOnShutdown` (All)](/reference/policies/sanitizeonshutdown-all) policy diff --git a/src/content/docs/reference/policies/SearchEngines.mdx b/src/content/docs/reference/policies/SearchEngines.mdx index b08b4a3..acb1fc0 100644 --- a/src/content/docs/reference/policies/SearchEngines.mdx +++ b/src/content/docs/reference/policies/SearchEngines.mdx @@ -7,7 +7,7 @@ category: "Search" The following policies allow for configuring search engines in Firefox. As of Firefox 139, these policies are available in all Firefox release channels: -- **[Add](/reference/policies/searchengines_add/):** Add new search engines. -- **[Default](/reference/policies/searchengines_default/):** Set the default search engine. -- **[PreventInstalls](/reference/policies/searchengines_preventinstalls/):** Prevent installing search engines from webpages. -- **[Remove](/reference/policies/searchengines_remove/):** Hide built-in search engines. +- **[Add](/reference/policies/searchengines--add/):** Add new search engines. +- **[Default](/reference/policies/searchengines--default/):** Set the default search engine. +- **[PreventInstalls](/reference/policies/searchengines--preventinstalls/):** Prevent installing search engines from webpages. +- **[Remove](/reference/policies/searchengines--remove/):** Hide built-in search engines. diff --git a/src/content/docs/reference/policies/SearchEngines_Add.mdx b/src/content/docs/reference/policies/SearchEngines_Add.mdx index f6edc53..4785f28 100644 --- a/src/content/docs/reference/policies/SearchEngines_Add.mdx +++ b/src/content/docs/reference/policies/SearchEngines_Add.mdx @@ -2,6 +2,7 @@ title: "SearchEngines: Add" description: "Add new search engines." category: "Search" +slug: "reference/policies/searchengines--add" --- Add new search engines. @@ -112,3 +113,7 @@ Value (string): } } ``` + +## See also + +- **[SearchEngines](/reference/policies/searchengines):** All search-related policies. diff --git a/src/content/docs/reference/policies/SearchEngines_Default.mdx b/src/content/docs/reference/policies/SearchEngines_Default.mdx index 5d8caee..9da6c4d 100644 --- a/src/content/docs/reference/policies/SearchEngines_Default.mdx +++ b/src/content/docs/reference/policies/SearchEngines_Default.mdx @@ -2,6 +2,7 @@ title: "SearchEngines: Default" description: "Set the default search engine." category: "Search" +slug: "reference/policies/searchengines--default" --- Set the default search engine. @@ -54,3 +55,7 @@ Value (string): } } ``` + +## See also + +- **[SearchEngines](/reference/policies/searchengines):** All search-related policies. diff --git a/src/content/docs/reference/policies/SearchEngines_PreventInstalls.mdx b/src/content/docs/reference/policies/SearchEngines_PreventInstalls.mdx index 6befaa1..5a8fbb3 100644 --- a/src/content/docs/reference/policies/SearchEngines_PreventInstalls.mdx +++ b/src/content/docs/reference/policies/SearchEngines_PreventInstalls.mdx @@ -2,6 +2,7 @@ title: "SearchEngines: PreventInstalls" description: "Prevent installing search engines from webpages." category: "Search" +slug: "reference/policies/searchengines--preventinstalls" --- Prevent installing search engines from webpages. @@ -53,3 +54,7 @@ Value (string): } } ``` + +## See also + +- **[SearchEngines](/reference/policies/searchengines):** All search-related policies. diff --git a/src/content/docs/reference/policies/SearchEngines_Remove.mdx b/src/content/docs/reference/policies/SearchEngines_Remove.mdx index 0f49073..a9eaee4 100644 --- a/src/content/docs/reference/policies/SearchEngines_Remove.mdx +++ b/src/content/docs/reference/policies/SearchEngines_Remove.mdx @@ -2,6 +2,7 @@ title: "SearchEngines: Remove" description: "Hide built-in search engines." category: "Search" +slug: "reference/policies/searchengines--remove" --- Hide built-in search engines. @@ -56,3 +57,7 @@ Value (string): } } ``` + +## See also + +- **[SearchEngines](/reference/policies/searchengines):** All search-related policies. diff --git a/src/content/docs/reference/policies/SecurityDevices_Deprecated_.mdx b/src/content/docs/reference/policies/SecurityDevices_Deprecated.mdx similarity index 94% rename from src/content/docs/reference/policies/SecurityDevices_Deprecated_.mdx rename to src/content/docs/reference/policies/SecurityDevices_Deprecated.mdx index aa938fe..20f86c7 100644 --- a/src/content/docs/reference/policies/SecurityDevices_Deprecated_.mdx +++ b/src/content/docs/reference/policies/SecurityDevices_Deprecated.mdx @@ -2,6 +2,7 @@ title: "SecurityDevices (deprecated)" description: "Install PKCS #11 modules." category: "Security" +slug: "reference/policies/securitydevices--deprecated" --- Install PKCS #11 modules.