Skip to content
Open
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## Unreleased

#### 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)

#### Changed

- `CrashReportsSubmit` policy: Update policy structure to remove `ForceAutoSubmit` key in favor of `Enabled` key ([#222](https://github.com/mozilla/enterprise-admin-reference/pull/222))
Expand Down
21 changes: 21 additions & 0 deletions src/content/docs/reference/policies/DisableLocalPolicies.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "DisableLocalPolicies"
description: "Disable all local policy sources (policies.json, Windows GPO and macOS plist)."
category: "Miscellaneous"
---

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.