From 88782c4f21a8eea621496ee07b31d747a286c5e6 Mon Sep 17 00:00:00 2001 From: Janika Neuberger Date: Sun, 5 Jul 2026 11:19:53 +0200 Subject: [PATCH 1/4] feat: Add documentation for DisableLocalPolicies policy --- .../policies/DisableLocalPolicies.mdx | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/content/docs/reference/policies/DisableLocalPolicies.mdx diff --git a/src/content/docs/reference/policies/DisableLocalPolicies.mdx b/src/content/docs/reference/policies/DisableLocalPolicies.mdx new file mode 100644 index 0000000..b945199 --- /dev/null +++ b/src/content/docs/reference/policies/DisableLocalPolicies.mdx @@ -0,0 +1,21 @@ +--- +title: "DisableLocalPolicies" +description: "Disable all local policy sources (policies.json, Windows GPO and macOS plist)." +category: "Policy engine" +--- + +Disable reading policies from local policy sources. + +> [!NOTE] +> Currently, this is only implemented in Firefox Enterprise. + + +**Compatibility:** Firefox Enterprise 155.0.0\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** N/A + +> [!NOTE] +> The policy cannot be applied by policies.json, Windows GPO or macOS plist. + + + From 69460d3ffddb0c94709a0a2f3fd928acd8c94069 Mon Sep 17 00:00:00 2001 From: Janika Neuberger Date: Sun, 5 Jul 2026 11:32:18 +0200 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf7614..c328f94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ ## Unreleased +### fx-155.0.0 + +#### Added + +- `DisableLocalPolicies` policy: Disable all local policy sources (policies.json, Windows GPO and macOS plist). [#216](https://github.com/mozilla/enterprise-admin-reference/pull/216) + ### fx-151.0.0 #### Added From 22e40fca190470ffe79ee12decee989eb2546203 Mon Sep 17 00:00:00 2001 From: Janika Neuberger Date: Mon, 20 Jul 2026 14:03:56 +0200 Subject: [PATCH 3/4] Add changelog entry under Unreleased --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c328f94..d0d3d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ ## Unreleased -### fx-155.0.0 - #### Added - `DisableLocalPolicies` policy: Disable all local policy sources (policies.json, Windows GPO and macOS plist). [#216](https://github.com/mozilla/enterprise-admin-reference/pull/216) From 4966b7c3c4242795afd8ce4374a8614f07bb6279 Mon Sep 17 00:00:00 2001 From: Janika Neuberger Date: Thu, 23 Jul 2026 12:13:24 +0200 Subject: [PATCH 4/4] Switch category to Miscellaneous --- src/content/docs/reference/policies/DisableLocalPolicies.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/reference/policies/DisableLocalPolicies.mdx b/src/content/docs/reference/policies/DisableLocalPolicies.mdx index b945199..dcd8479 100644 --- a/src/content/docs/reference/policies/DisableLocalPolicies.mdx +++ b/src/content/docs/reference/policies/DisableLocalPolicies.mdx @@ -1,7 +1,7 @@ --- title: "DisableLocalPolicies" description: "Disable all local policy sources (policies.json, Windows GPO and macOS plist)." -category: "Policy engine" +category: "Miscellaneous" --- Disable reading policies from local policy sources.