]> git.p6c8.net - policy-templates.git/commitdiff
Add Linux directory information; cleanup code
authorDerek <deezerdeezer@gmail.com>
Sun, 20 May 2018 15:34:38 +0000 (09:34 -0600)
committerGitHub <noreply@github.com>
Sun, 20 May 2018 15:34:38 +0000 (09:34 -0600)
README.md

index 9d358f7c0e62ed4ea620eb877a49efb4ce64fe5e..3be6f355bb4accac5d22b407ca47980d1425f104 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Policies can either be specified using the Group Policy templates or by creating a file called policies.json. On Windows, create a directory called distribution where the EXE is located and place the file there. On Mac, the file goes into Firefox.app/Content/Resources/distribution.
+Policies can either be specified using the Group Policy templates or by creating a file called policies.json. On Windows, create a directory called distribution where the EXE is located and place the file there. On Mac, the file goes into `Firefox.app/Content/Resources/distribution`.  On Linux, the file goes into `firefox/distribution`, where `firefox` is the installation directory for firefox, which varies by distribution.
 
 The content of the JSON file should look like this:
 ```
@@ -305,6 +305,7 @@ If Value is set to true, private browsing is enabled by default in both the brow
       "Value": [true, false],
       "Locked": [true, false]
     }
+}
 ```
 ### Extensions (ESR only)
 This policy controls the install, uninstall and locking of extensions. Locked extensions cannot be disabled or uninstalled.
@@ -318,6 +319,7 @@ For Uninstall and Locked, you specify extension IDs.
       "Uninstall": ["addon_id@mozilla.org"],
       "Locked":  ["addon_id@mozilla.org"]
     }
+}
 ```
 ### NoDefaultBookmarks
 Don't create the default bookmarks or the Smart Bookmarks (Most Visited, Recent Tags). Note: this policy is only effective if used before the first run of the profile.

patrick-canterino.de