]> git.p6c8.net - policy-templates.git/commitdiff
Cleanup ExtensionSettings
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 3 Sep 2019 18:37:48 +0000 (13:37 -0500)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Tue, 3 Sep 2019 18:37:48 +0000 (13:37 -0500)
README.md

index 83749114cdb1c0372ba657e83dc17a79c8e70fd4..2b66070fb0708aa72b1ad78ce5d66b83a78ac84e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ Policies can be specified using the Group Policy templates on Windows (https://g
 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
 | **[`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.
 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
@@ -1365,8 +1366,9 @@ The configuration for each extension is another dictionary that can contain the
 **Preferences Affected:** N/A
 
 #### Windows
-
-Software\Policies\Mozilla\Firefox\ExtensionSettings = '{"*": {"installation_mode": "blocked"}}`
+```
+Software\Policies\Mozilla\Firefox\ExtensionSettings = '{"*": {"installation_mode": "blocked"}}'
+```
 #### macOS
 ```
 <dict>

patrick-canterino.de