X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/03b75b9022bc8ce1d95c1805fecc8b2c58891bfe..fa6d850ac4095fa88da4538311b4432c1d500d9b:/README.md?ds=inline diff --git a/README.md b/README.md index d744abf..e6dbcbc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -Policies can either be specified using the GPO templates or by putting a file called policies.json in the distribution directory. +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/Contents/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: ``` { @@ -7,8 +8,26 @@ The content of the JSON file should look like this: } } ``` -Policies are documented below. +Policies are documented below. + + +**Note**: though comments are used in this readme file for documentation, comments are not valid in actual JSON files. Remove all comments before attempting to deploy. + +Some of the policies are only available on the ESR for security reasons. These policies are marked ESR only. +### Authentication (ESR only) +This policy is for configuring sites that support integrated authentication. See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information. +``` +{ + "policies": { + "Authentication": { + "SPNEGO": ["mydomain.com", "https://myotherdomain.com"], + "Delegated": ["mydomain.com", "https://myotherdomain.com"], + "NTLM": ["mydomain.com", "https://myotherdomain.com"] + } + } +} +``` ### BlockAboutAddons This policy removes access to about:addons. ``` @@ -44,25 +63,52 @@ This policy removes access to about:support. "BlockAboutSupport": true } ``` -### BlockSetDesktopBackground +### DisableSetDesktopBackground This policy removes the "Set As Desktop Background..." menuitem when right clicking on an image. ``` { "policies": { - "BlockAboutSupport": true + "DisableSetDesktopBackground": true + } +} +``` +### Certificates +If this Windows only policy is set to true, Firefox reads certificates from the Windows certificate store. +``` +{ + "policies": { + "Certificates": { + "ImportEnterpriseRoots": [true|false] + } + } +} +``` +### Cookies +This policy controls various settings related to cookies. +``` +{ + "policies": { + "Cookies": { + "Allow": ["http://example.org/"], /* Domains where cookies are always allowed */ + "Block": ["http://example.edu/"], /* Domains where cookies are always blocked */ + "Default": [true|false], /* This sets the default value for "Accept cookies from websites" */ + "AcceptThirdParty": ["always", "never", "from-visited"], /* This sets the default value for "Accept third-party cookies" */ + "ExpireAtSessionEnd": [true|false], /* This determines when cookies expire */ + "Locked": [true|false] /* If this is true, cookies preferences can't be changed */ + } } } ``` -### CreateMasterPassword -This policy removes the master password functionality. +### DisableMasterPasswordCreation +If this policy is set to true, the master password functionality is removed. ``` { "policies": { - "CreateMasterPassword": false + "DisableMasterPasswordCreation": [true|false] } } ``` -### DisableAppUpdate +### DisableAppUpdate (ESR only) This policy turns off application updates. ``` { @@ -90,7 +136,7 @@ This policy removes access to all developer tools. } ``` ### DisableFeedbackCommands -This policy disables the menus for reporting sites (Submit Feedback, Report Deceptive Site) +This policy disables the menus for reporting sites (Submit Feedback, Report Deceptive Site). ``` { "policies": { @@ -99,7 +145,7 @@ This policy disables the menus for reporting sites (Submit Feedback, Report Dece } ``` ### DisableFirefoxScreenshots -This policy removes access to Firefox Screenshots +This policy removes access to Firefox Screenshots. ``` { "policies": { @@ -108,7 +154,7 @@ This policy removes access to Firefox Screenshots } ``` ### DisableFirefoxAccounts -This policy disables Sync +This policy disables Sync. ``` { "policies": { @@ -117,16 +163,25 @@ This policy disables Sync } ``` ### DisableFirefoxStudies -This policy disables Firefox studies (Shield) +This policy disables Firefox studies (Shield). ``` { "policies": { - "DisableFirefoxAccounts": true + "DisableFirefoxStudies": true + } +} +``` +### DisableForgetButton +This policy disables the "Forget" button. +``` +{ + "policies": { + "DisableForgetButton": true } } ``` ### DisableFormHistory -This policy turns off the browser.formfill.enable preferences +This policy turns off the browser.formfill.enable preferences. ``` { "policies": { @@ -135,7 +190,7 @@ This policy turns off the browser.formfill.enable preferences } ``` ### DisablePocket -This policy turns off Pocket +This policy turns off Pocket. ``` { "policies": { @@ -144,7 +199,7 @@ This policy turns off Pocket } ``` ### DisablePrivateBrowsing -This policy removes access to private browsing +This policy removes access to private browsing. ``` { "policies": { @@ -152,8 +207,26 @@ This policy removes access to private browsing } } ``` +### DisableProfileImport +This policy disables the "Import data from another browser" option in the bookmarks window. +``` +{ + "policies": { + "DisableProfileImport": true + } +} +``` +### DisableProfileRefresh +This policy disables the Refresh Firefox button on about:support and support.mozilla.org. +``` +{ + "policies": { + "DisableProfileRefresh": true + } +} +``` ### DisableSafeMode -This policy disables safe mode on Windows only +This policy disables safe mode on Windows only. ``` { "policies": { @@ -161,17 +234,40 @@ This policy disables safe mode on Windows only } } ``` -### DisableSysAddonUpdate +### DisableSecurityBypass +This policy prevents the user from bypassing security in certain cases. +``` +{ + "policies": { + "DisableSecurityBypass": { + "InvalidCertificate": [true|false], /* Prevents adding an exception when an invalid certificate is shown */ + "SafeBrowsing": [true|false] /* Prevents selecting "ignore the risk" and visiting a harmful site anyway */ + } + } +} +``` +### DisableSystemAddonUpdate (ESR only) This policy prevents system add-ons from being updated or installed. ``` { "policies": { - "DisableSysAddonUpdate": true + "DisableSystemAddonUpdate": true + } +} +``` +### DisableTelemetry (ESR only) +This policy prevents the upload of telemetry data. + +Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours. +``` +{ + "policies": { + "DisableTelemetry": true } } ``` ### DisplayBookmarksToolbar -This policy turns on the bookmarks toolbar by default. A user can still turn it off and it will stay off. +This policy turns on the bookmarks toolbar by default. A user can still turn it off, and it will stay off. ``` { "policies": { @@ -180,7 +276,7 @@ This policy turns on the bookmarks toolbar by default. A user can still turn it } ``` ### DisplayMenuBar -This policy turns on the menubar by default. A user can still turn it off and it will stay off. +This policy turns on the menubar by default. A user can still turn it off, and it will stay off. ``` { "policies": { @@ -200,7 +296,7 @@ This policy stops Firefox from checking if it is the default browser at startup. ### EnableTrackingProtection This policy affects tracking protection. -If this policy is not configured, tracking protection is not enabled by default in the browser but it is enabled by default in private browsing and the user can change it. +If this policy is not configured, tracking protection is not enabled by default in the browser, but it is enabled by default in private browsing and the user can change it. If Value is set to false, tracking protection is disabled and locked in both the browser and private browsing. @@ -212,9 +308,24 @@ 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 installation, uninstallation and locking of extensions. Locked extensions cannot be disabled or uninstalled. +For Install, you specify a list of URLs or paths. +For Uninstall and Locked, you specify extension IDs. +``` +{ + "policies": { + "Extensions": { + "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"] + "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. +This policy prevents the default bookmarks or the Smart Bookmarks (Most Visited, Recent Tags) from being created. Note: this policy is only effective if used before the first run of the profile. ``` { "policies": { @@ -222,16 +333,16 @@ Don't create the default bookmarks or the Smart Bookmarks (Most Visited, Recent } } ``` -### RememberPasswords -This policy sets the signon.rememberSignons preference. It can either be enabled or disabled. +### OfferToSaveLogins +This policy sets the signon.rememberSignons preference. It determines whether or not Firefox offers to save passwords. It can either be enabled or disabled. ``` { "policies": { - "RememberPasswords": true + "OfferToSaveLogins": true } } ``` -### Homepage +### Homepage (ESR only) This policy sets the default homepage value. It can also be used to lock the homepage and add additional homepages. ``` { @@ -245,56 +356,67 @@ This policy sets the default homepage value. It can also be used to lock the hom } } ``` -### Popups -This policy sets domains for which popups are allowed +### PopupBlocking +This policy sets domains for which pop-up windows are allowed. It also sets the default pop-up policy. ``` { "policies": { - "Popups": { + "PopupBlocking": { "Allow": ["http://example.org/", - "http://example.edu/"] + "http://example.edu/"], + "Default": [true|false], /* If this is set to false, pop-up window are enabled by default. */ + "Locked": [true|false] } } } ``` -### InstallAddons -This policy sets domains that can install extensions +### InstallAddonsPermission +This policy sets domains that can install extensions, as well as the default behavior. ``` { "policies": { - "InstallAddons": { + "InstallAddonsPermission": { "Allow": ["http://example.org/", - "http://example.edu/"] + "http://example.edu/"], + "Default": [true|false] /* If this is set to false, add-ons cannot be installed by the user */ } } } ``` -### Cookies -This policy sets domains that can set or not set cookies. +### FlashPlugin +This policy sets the behavior of Flash on the specified domains, as well as the default behavior. ``` { "policies": { - "Cookies": { - "Allow": ["http://example.org/"], - "Block": ["http://example.edu/"] + "FlashPlugin": { + "Allow": ["http://example.org/"], /* Sites on the allow list do not override Flash being completely disabled */ + "Block": ["http://example.edu/"], + "Default": [true|false], /* If this is set to true, flash is always enabled. If it is set to false, Flash is never enabled */ + "Locked": [true|false] } } } ``` -### FlashPlugin -This policy sets domains that can use or not use Flash +### OverrideFirstRunPage (ESR only) +This policy allows you to override the first run page. If you leave the URL blank, the first run page will not be displayed. ``` { "policies": { - "FlashPlugin": { - "Allow": ["http://example.org/"], - "Block": ["http://example.edu/"] - } + "OverrideFirstRunPage": "http://example.org" + } +} +``` +### OverridePostUpdatePage (ESR only) +This policy allows you to override the upgrade page. If you leave the URL blank, the upgrade page will not be displayed. +``` +{ + "policies": { + "OverridePostUpdatePage": "http://example.org" } } ``` ### Bookmarks -This policy allows you to specify bookmarks. You can have any number of bookmarks although only ten are specified in the ADMX file. +This policy allows you to specify bookmarks. You can have any number of bookmarks, although only ten are specified in the ADMX file. Placement can be specified as either toolbar or menu. If a folder is specified, it is automatically created and bookmarks with the same folder name are grouped together. @@ -302,12 +424,13 @@ same folder name are grouped together. { "policies": { "Bookmarks": [ - {"Title": "Example", - "URL": "http://example.org", - "Favicon": "http://example.com/favicon.ico", - "Placement": ["toolbar", "menu"], - "Folder": "FolderName" - } + { + "Title": "Example", + "URL": "http://example.org", + "Favicon": "http://example.com/favicon.ico", + "Placement": ["toolbar", "menu"], + "Folder": "FolderName" + } ] } } @@ -317,19 +440,74 @@ This policy allows you to specify proxy settings. These settings correspond to t To specify ports, append them to the hostnames with a colon (:). If Locked is set to true, the values can't be changed by the user. ``` { - "Proxy": { - "Mode": ["none", "system", "manual", "autoDetect", "autoConfig"] - "Locked": [true, false] - "HTTPProxy": "hostname", - "UseHTTPProxyForAllProtocols": [true, false] - "SSLProxy": "hostname", - "FTPProxy": "hostname", - "SOCKSProxy": "hostname", - "SOCKSVersion": [4, 5], - "Passthrough": "List of passthrough addresses/domains", - "AutoConfigURL": "URL_TO_AUTOCONFIG", - "AutoLogin": [true, false], - "UseProxyForDNS": [true, false] + "policies": { + "Proxy": { + "Mode": ["none", "system", "manual", "autoDetect", "autoConfig"], + "Locked": [true, false], + "HTTPProxy": "hostname", + "UseHTTPProxyForAllProtocols": [true, false], + "SSLProxy": "hostname", + "FTPProxy": "hostname", + "SOCKSProxy": "hostname", + "SOCKSVersion": [4, 5], + "Passthrough": "List of passthrough addresses/domains", + "AutoConfigURL": "URL_TO_AUTOCONFIG", + "AutoLogin": [true, false], + "UseProxyForDNS": [true, false] + } + } +} +``` +### SanitizeOnShutdown +If this policy is set to true, all data is cleared when Firefox is closed. This includes Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data. +``` +{ + "policies": { + "SanitizeOnShutdown": [true|false] + } +} +``` +### SearchBar (ESR only) +This policy can be used to determine if the search bar is separate or combined with the URL bar. +``` +{ + "policies": { + "SearchBar": ["unified", "separate"] + } +} +``` +### WebsiteFilter (ESR only) +This policy blocks websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. The arrays are limited to 1000 entries each. +``` +{ + "policies": { + "WebsiteFilter": { + "Block": [""], + "Exceptions": ["http://example.org/*"] + } + } +} +``` +### Search Engines (ESR only) +This policy allows you to add new search engines, as well as set the default and prevent the install of search engines from web pages. Only Name and URLTemplate is required. +``` +{ + "policies": { + "SearchEngines": { + "Add": [ + { + "Name": "", + "URLTemplate": "URL including {searchTerms} to substitute for the terms", + "Method": ["GET", "POST"], + "IconURL": "URL to icon", + "Alias": "Alias that can be used to access the engine", + "Description": "Description", + "SuggestURLTemplate": "URL for suggestions using {searchTerms}" + } + ], + "Default": "Name of engine", + "PreventInstalls": [true|false] + } } } ```