X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/1812128a484ee06579d2edafbfd4de990fa6e5a5..b829249590956c2c6e1965345035bb1e637afea9:/README.md?ds=inline diff --git a/README.md b/README.md index 6c26bd1..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: ``` @@ -164,7 +164,7 @@ This policy disables Firefox studies (Shield) ``` { "policies": { - "DisableFirefoxAccounts": true + "DisableFirefoxStudies": true } } ``` @@ -232,7 +232,7 @@ This policy disables safe mode on Windows only } ``` ### DisableSecurityBypass -This policy prevents the user from bypassign security in certain cases. +This policy prevents the user from bypassing security in certain cases. ``` { "policies": { @@ -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.