Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vscode/project-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ globalprivacycontrol
http3_echconfig
httpproxy
identity.fxaccounts
importenterpriseroots
Intune
Jamf
jnlp
Expand All @@ -40,12 +41,16 @@ newtab
nonsponsored
OCSP
pbmode
preventinstalls
quicksuggest
sanitizeonshutdown
SCCM
searchengines
searchfox
searchplugins
security.certerror
security.osclientcerts
securitydevices
Shiki
signon
signon.autologin
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/reference/policies/Certificates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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)
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -81,3 +82,7 @@ Value (string):
}
}
```

## See also

- [Certificates: ImportEnterpriseRoots](/reference/policies/certificates--importenterpriseroots) policy
2 changes: 1 addition & 1 deletion src/content/docs/reference/policies/Cookies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
11 changes: 11 additions & 0 deletions src/content/docs/reference/policies/SanitizeOnShutdown.mdx
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -48,3 +49,7 @@ Value (string):
}
}
```

## See also

- [`SanitizeOnShutdown` (Selective)](/reference/policies/sanitizeonshutdown-selective) policy
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -165,3 +166,7 @@ Value (string):
}
}
```

## See also

- [`SanitizeOnShutdown` (All)](/reference/policies/sanitizeonshutdown-all) policy
8 changes: 4 additions & 4 deletions src/content/docs/reference/policies/SearchEngines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 5 additions & 0 deletions src/content/docs/reference/policies/SearchEngines_Add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "SearchEngines: Add"
description: "Add new search engines."
category: "Search"
slug: "reference/policies/searchengines--add"
---

Add new search engines.
Expand Down Expand Up @@ -112,3 +113,7 @@ Value (string):
}
}
```

## See also

- **[SearchEngines](/reference/policies/searchengines):** All search-related policies.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -54,3 +55,7 @@ Value (string):
}
}
```

## See also

- **[SearchEngines](/reference/policies/searchengines):** All search-related policies.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -53,3 +54,7 @@ Value (string):
}
}
```

## See also

- **[SearchEngines](/reference/policies/searchengines):** All search-related policies.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -56,3 +57,7 @@ Value (string):
}
}
```

## See also

- **[SearchEngines](/reference/policies/searchengines):** All search-related policies.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: "SecurityDevices (deprecated)"
description: "Install PKCS #11 modules."
category: "Security"
slug: "reference/policies/securitydevices--deprecated"
---

Install PKCS #11 modules.
Expand Down