1 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.
3 The content of the JSON file should look like this:
11 Policies are documented below. Note that even though comments are used in this file for documentation, comments are not allowed for JSON files.
13 This policy is for configuring sites that support integrated authentication. See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information.
18 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
19 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
20 "NTLM": ["mydomain.com", "https://myotherdomain.com"]
26 This policy removes access to about:addons.
30 "BlockAboutAddons": true
35 This policy removes access to about:config.
39 "BlockAboutConfig": true
43 ### BlockAboutProfiles
44 This policy removes access to about:profiles.
48 "BlockAboutProfiles": true
53 This policy removes access to about:support.
57 "BlockAboutSupport": true
60 ### DisableSetDesktopBackground
61 This policy removes the "Set As Desktop Background..." menuitem when right clicking on an image.
65 "DisableSetDesktopBackground": true
70 This is a Windows only policy that tells Firefox to read certificates from the Windows certificate store.
75 "ImportEnterpriseRoots": [true|false]
81 This policy controls various settings related to cookies.
86 "Allow": ["http://example.org/"], /* Domains where cookies are always allowed */
87 "Block": ["http://example.edu/"], /* Domains where cookies are always blocked */
88 "Default": [true|false], /* This sets the default value for "Accept cookies from websites" */
89 "AcceptThirdParty": ["always", "never", "from-visited"], /* This sets the default value for "Accept third-party cookies" */
90 "ExpireAtSessionEnd": [true|false], /* This determines when cookies expire */
91 "Locked": [true|false] /* If this is true, cookies preferences can't be changed */
96 ### DisableMasterPasswordCreation
97 This policy removes the master password functionality if set to true.
101 "DisableMasterPasswordCreation": [true|false]
106 This policy turns off application updates.
110 "DisableAppUpdate": true
114 ### DisableBuiltinPDFViewer
115 This policy disables the built in PDF viewer. PDF files are downloaded and sent externally.
119 "DisableBuiltinPDFViewer": true
123 ### DisableDeveloperTools
124 This policy removes access to all developer tools.
128 "DisableDeveloperTools": true
132 ### DisableFeedbackCommands
133 This policy disables the menus for reporting sites (Submit Feedback, Report Deceptive Site)
137 "DisableFeedbackCommands": true
141 ### DisableFirefoxScreenshots
142 This policy removes access to Firefox Screenshots
146 "DisableFirefoxScreenshots": true
150 ### DisableFirefoxAccounts
151 This policy disables Sync
155 "DisableFirefoxAccounts": true
159 ### DisableFirefoxStudies
160 This policy disables Firefox studies (Shield)
164 "DisableFirefoxAccounts": true
168 ### DisableForgetButton
169 This policy disables the "Forget" button
173 "DisableForgetButton": true
177 ### DisableFormHistory
178 This policy turns off the browser.formfill.enable preferences
182 "DisableFormHistory": true
187 This policy turns off Pocket
191 "DisablePocket": true
195 ### DisablePrivateBrowsing
196 This policy removes access to private browsing
200 "DisablePrivateBrowsing": true
204 ### DisableProfileImport
205 This policy disables the"Import data from another browser" option in the bookmarks window.
209 "DisableProfileImport": true
213 ### DisableProfileRefresh
214 This policy disables the Refresh Firefox button on about:support and support.mozilla.org.
218 "DisableProfileRefresh": true
223 This policy disables safe mode on Windows only
227 "DisableSafeMode": true
231 ### DisableSecurityBypass
232 This policy prevents the user from bypassign security in certain cases.
236 "DisableSecurityBypass": {
237 "InvalidCertificate": [true|false], /* Prevents adding an exception when an invalid certificate is shown */
238 "SafeBrowsing": [true|false] /* Prevents selecting "ignore the risk" and visiting a harmful site anyway */
243 ### DisableSystemAddonUpdate
244 This policy prevents system add-ons from being updated or installed.
248 "DisableSystemAddonUpdate": true
253 This policy prevents the upload of telemetry data.
255 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
259 "DisableTelemetry": true
263 ### DisplayBookmarksToolbar
264 This policy turns on the bookmarks toolbar by default. A user can still turn it off and it will stay off.
268 "DisplayBookmarksToolbar": true
273 This policy turns on the menubar by default. A user can still turn it off and it will stay off.
277 "DisplayMenuBar": true
281 ### DontCheckDefaultBrowser
282 This policy stops Firefox from checking if it is the default browser at startup.
286 "DontCheckDefaultBrowser": true
290 ### EnableTrackingProtection
291 This policy affects tracking protection.
293 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.
295 If Value is set to false, tracking protection is disabled and locked in both the browser and private browsing.
297 If Value is set to true, private browsing is enabled by default in both the browser and private browsing and you can choose set the Locked value if you want to prevent the user from changing it.
301 "EnableTrackingProtection": {
302 "Value": [true, false],
303 "Locked": [true, false]
307 This policy controls the install, uninstall and locking of extensions. Locked extensions cannot be disabled or uninstalled.
308 For Install, you can specify a list of URLs or paths.
309 For Uninstall and Locked, you specify extension IDs.
314 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"]
315 "Uninstall": ["addon_id@mozilla.org"],
316 "Locked": ["addon_id@mozilla.org"]
319 ### NoDefaultBookmarks
320 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.
324 "NoDefaultBookmarks": true
328 ### OfferToSaveLogins
329 This policy sets the signon.rememberSignons preference. It determines whether or not Firefox offers to save passwords. It can either be enabled or disabled.
333 "OfferToSaveLogins": true
338 This policy sets the default homepage value. It can also be used to lock the homepage and add additional homepages.
343 "URL": "http://example.com/",
345 "Additional": ["http://example.org/",
346 "http://example.edu/"]
352 This policy sets domains for which pop-up windows are allowed. It also set the default pop-up policy
357 "Allow": ["http://example.org/",
358 "http://example.edu/"],
359 "Default": [true|false], /* If this is set to false, pop-up window are enabled by default. */
360 "Locked": [true|false]
365 ### InstallAddonsPermission
366 This policy sets domains that can install extensions, as well as the default behavior.
370 "InstallAddonsPermission": {
371 "Allow": ["http://example.org/",
372 "http://example.edu/"]
373 "Default": [true|false], /* If this is set to false, add-ons cannot be installed by the user */
379 This policy sets the behavior of Flash on the specified domains, as well as the default behavior.
384 "Allow": ["http://example.org/"], /* Sites on the allow list do not override Flash being completely disabled */
385 "Block": ["http://example.edu/"],
386 "Default": [true|false], /* If this is set to true, flash is always enabled. If it is set to false, Flash is never enabled */
387 "Locked": [true|false]
392 ### OverrideFirstRunPage
393 This policy allowed you to override the first run page. If you leave the URL blank, the first run page will not be displayed.
397 "OverrideFirstRunPage": "http://example.org"
401 ### OverridePostUpdatePage
402 This policy allowed you to override the upgrade page page. If you leave the URL blank, the upgrade page will not be displayed.
406 "OverridePostUpdatePage": "http://example.org"
411 This policy allows you to specify bookmarks. You can have any number of bookmarks although only ten are specified in the ADMX file.
412 Placement can be specified as either toolbar or menu. If a folder is specified, it is automatically created and bookmarks with the
413 same folder name are grouped together.
421 "URL": "http://example.org",
422 "Favicon": "http://example.com/favicon.ico",
423 "Placement": ["toolbar", "menu"],
424 "Folder": "FolderName"
431 This policy allows you to specify proxy settings. These settings correspond to the connection settings in Firefox preferences.
432 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.
436 "Mode": ["none", "system", "manual", "autoDetect", "autoConfig"]
437 "Locked": [true, false]
438 "HTTPProxy": "hostname",
439 "UseHTTPProxyForAllProtocols": [true, false]
440 "SSLProxy": "hostname",
441 "FTPProxy": "hostname",
442 "SOCKSProxy": "hostname",
443 "SOCKSVersion": [4, 5],
444 "Passthrough": "List of passthrough addresses/domains",
445 "AutoConfigURL": "URL_TO_AUTOCONFIG",
446 "AutoLogin": [true, false],
447 "UseProxyForDNS": [true, false]
451 ### SanitizeOnShutdown
452 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.
456 "SanitizeOnShutdown": [true|false]
461 This policy can be used to determine if the search bar is separate or combined with the URL bar.
465 "SearchBar": ["unified", "separate"]
470 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 accesses are supported at the moment. The arrays are limited to 1000 entries each.
474 "Block": ["<all_urls>"],
475 "Exceptions": ["http://example.org/*"]
480 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.
488 "URLTemplate": "URL including {searchTerms} to substitute for the terms",
489 "Method": ["GET", "POST"],
490 "IconURL": "URL to icon",
491 "Alias": "Alias that can be used to access the engine",
492 "Description": "Description",
493 "SuggestURLTemplate": "URL for suggestions using {searchTerms}"
496 "Default": "Name of engine",
497 "PreventInstalls": [true|false]