From: Derek Date: Sun, 20 May 2018 15:34:38 +0000 (-0600) Subject: Add Linux directory information; cleanup code X-Git-Tag: v1.2~39^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/b829249590956c2c6e1965345035bb1e637afea9?hp=a8af2c6ca1bf4939adead522c255bc580ed6f58d Add Linux directory information; cleanup code --- diff --git a/README.md b/README.md index 9d358f7..3be6f35 100644 --- 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.