From b829249590956c2c6e1965345035bb1e637afea9 Mon Sep 17 00:00:00 2001 From: Derek Date: Sun, 20 May 2018 09:34:38 -0600 Subject: [PATCH 1/1] Add Linux directory information; cleanup code --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.34.1