X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/2527e79ce0a78f3a9dc94bf45f1175228b7bc358..e64508a9a8e7ca292c0d1a88ac2658fbad5e97be:/README.md
diff --git a/README.md b/README.md
index a0337a5..bc823ef 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,8 @@ Policies can be specified using the Group Policy templates on Windows (https://g
| **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
| **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
| **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
-| **[`Extensions` (Deprecated)](#extensions-deprecated)** | Control the installation, uninstallation and locking of extensions.
+| **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
+| **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
| **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
| **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
| **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
@@ -1256,7 +1257,21 @@ Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
}
}
```
-### Extensions (Deprecated)
+### EnterprisePoliciesEnabled
+Enable policy support on macOS.
+
+**Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** N/A
+
+#### macOS
+```
+
+ EnterprisePoliciesEnabled
+
+
+```
+### Extensions
Control the installation, uninstallation and locking of extensions.
`Install` is a list of URLs or native paths for extensions to be installed.
@@ -2052,7 +2067,7 @@ Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_v
#### macOS
```
- Preference
+ Preferences
boolean_preference_name
|
@@ -2065,7 +2080,7 @@ Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_v
```
{
"policies": {
- "Preference": {
+ "Preferences": {
"boolean_preference_name": true | false,
"string_preference_name": "string_value"
}