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
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@

-->

## fx-151.0.0

### Added

- `DefaultSerialGuardSetting`: Control use of the Web Serial API. ([#125](https://github.com/mozilla/enterprise-admin-reference/pull/125))
- `XSLTEnabled`: Enable or disable support for the XSLTProcessor JavaScript API and the XSLT processing instruction. ([#128](https://github.com/mozilla/enterprise-admin-reference/pull/128))

## esr-153.0.0

### Added
Expand All @@ -55,6 +48,13 @@
- `VisualSearchEnabled`: Enable or disable visual search. ([#33](https://github.com/mozilla/enterprise-admin-reference/pull/33))
- `XSLTEnabled`: Enable or disable support for the XSLTProcessor JavaScript API and the XSLT processing instruction. ([#128](https://github.com/mozilla/enterprise-admin-reference/pull/128))

## fx-151.0.0

### Added

- `DefaultSerialGuardSetting`: Control use of the Web Serial API. ([#125](https://github.com/mozilla/enterprise-admin-reference/pull/125))
- `XSLTEnabled`: Enable or disable support for the XSLTProcessor JavaScript API and the XSLT processing instruction. ([#128](https://github.com/mozilla/enterprise-admin-reference/pull/128))

## fx-150.0.0

### Added
Expand Down
5 changes: 2 additions & 3 deletions src/content/docs/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,10 @@ Enterprise policies do not need to be bundled with the Firefox installer, but ca
For more information, see the [Configuring policies](/guides/policies-configuration/) guide.
Common policies include:

- [`DisableAppUpdate`](/reference/policies/disableappupdate/) - lock Firefox to a known version
- [`ExtensionSettings`](/reference/policies/extensionsettings/) - set per-extension rules to control installation, updates, and permissions.
- [`Homepage`](/reference/policies/homepage/) - set a company homepage
- [`Certificates`](/reference/policies/certificates/) - import or trust custom root CAs
- [`BlockAboutConfig`](/reference/policies/blockaboutconfig/) - prevent users from modifying advanced preferences
- [`Homepage`](/reference/policies/homepage/) - set a company homepage
- [`Extensions`](/reference/policies/extensions/) - force-install approved extensions
- [`Proxy`](/reference/policies/proxy/) - configure proxy settings or enforce a PAC file

For a list of available policies, see the [policy reference](/reference/policies/).
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/guides/policies-configuration.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configuring policies
description: A reference page in Firefox Enterprise support docs.
description: Apply Firefox enterprise policies using Group Policy, Intune, or a policies.json file on Windows, macOS, and Linux.
---

Firefox enterprise policies can be applied using Group Policy for Active Directory-joined devices, Intune for cloud-based device management, or by creating a file called `policies.json` and setting the contents of the JSON file.
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/reference/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following page lists reference documentation relevant for Firefox administra

## Policies

Policies (also called "enterprise policies" or "group policies") can be used to apply browser configuration to Firefox for enterprise use cases.
Policies (also called "enterprise policies") can be used to apply browser configuration to Firefox for enterprise use cases.
The policy reference contains documentation for each policy, its intended function, the settings you can adjust, examples of valid configurations, and any platform limitations that may apply.

<LinkCard title="Firefox policy reference" href="/reference/policies/" />
Expand Down
5 changes: 4 additions & 1 deletion src/content/docs/reference/policies/RelaunchRequired.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ category: "Device update settings"
Require Firefox to be relaunched within a given period and notify the user of the upcoming relaunch.
This policy takes effect when an update has been downloaded or staged and is ready to install.

**Compatibility:** Firefox 151\
## Compatibility

<PolicyCompat policy="RelaunchRequired" />

**CCK2 Equivalent:** N/A\
**Preferences Affected:** N/A

Expand Down