1 **These policies are in active development and so might contain changes that do not work with current versions of Firefox.**
3 **You should use the officially released versions (https://github.com/mozilla/policy-templates/releases) if you are deploying changes.**
5 Policies can be specified using the Group Policy templates on Windows (https://github.com/mozilla/policy-templates/tree/master/windows), configuration profiles on macOS (https://github.com/mozilla/policy-templates/tree/master/mac), 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.
7 | Policy Name | Description
9 | **[`AppAutoUpdate`](#AppAutoUpdate)** | Enable or disable automatic application update.
10 | **[`AppUpdateURL`](#AppUpdateURL)** | Change the URL for application update.
11 | **[`Authentication`](#Authentication)** | Configure sites that support integrated authentication.
12 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
13 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
14 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
15 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
16 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
17 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
18 | **[`Certificates`](#certificates)** |
19 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
20 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
21 | **[`Cookies`](#cookies)** | Configure cookie preferences.
22 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
23 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
24 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
25 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
26 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
27 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
28 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
29 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
30 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
31 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
32 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
33 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
34 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
35 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
36 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
37 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
38 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
39 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
40 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update.
41 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
42 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
43 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
44 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
45 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
46 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
47 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
48 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
49 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
50 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
51 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
52 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
53 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
54 | **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
55 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
56 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
57 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
58 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
59 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
60 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
61 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
62 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
63 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
64 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
65 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
66 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
67 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
68 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
69 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
70 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
71 | **[`Preferences`](#preferences)** | Set and lock some preferences.
72 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
73 | **[`Proxy`](#proxy)** | Configure proxy settings.
74 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
75 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
76 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
77 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
78 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
79 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
80 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
81 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
82 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
83 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
84 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
85 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
86 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
87 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
88 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
89 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
93 Enable or disable **automatic** application update.
95 If set to true, application updates are installed without user approval.
97 If set to false, application updates are downloaded but the user can choose when to install the update.
99 If you have disabled updates via DisableAppUpdate, this policy has no effect.
101 **Compatibility:** Firefox 75, Firefox ESR 68.7\
102 **CCK2 Equivalent:** N/A\
103 **Preferences Affected:** app.update.auto
107 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
112 <key>AppAutoUpdate</key>
120 "AppAutoUpdate": true | false
126 Change the URL for application update.
128 **Compatibility:** Firefox 62, Firefox ESR 60.2\
129 **CCK2 Equivalent:** N/A\
130 **Preferences Affected:** `app.update.url`
134 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
139 <key>AppUpdateURL</key>
140 <string>https://yoursite.com</string>
147 "AppUpdateURL": "https://yoursite.com"
153 Configure sites that support integrated authentication.
155 See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information.
157 **Compatibility:** Firefox 60, Firefox ESR 60 (AllowNonFQDN added in 62/60.2, AllowProxies added in 70/68.2, Locked added in 71/68.3)\
158 **CCK2 Equivalent:** N/A\
159 **Preferences Affected:** `network.negotiate-auth.trusted-uris`,`network.negotiate-auth.delegation-uris`,`network.automatic-ntlm-auth.trusted-uris`,`network.automatic-ntlm-auth.allow-non-fqdn`,`network.negotiate-auth.allow-non-fqdn`,`network.automatic-ntlm-auth.allow-proxies`,`network.negotiate-auth.allow-proxies`
163 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
164 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
165 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
166 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
167 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
168 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
169 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
170 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
171 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
172 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
173 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
178 <key>Authentication</key>
182 <string>mydomain.com</string>
183 <string>https://myotherdomain.com</string>
187 <string>mydomain.com</string>
188 <string>https://myotherdomain.com</string>
192 <string>mydomain.com</string>
193 <string>https://myotherdomain.com</string>
195 <key>AllowNonFQDN</key>
202 <key>AllowProxies</key>
219 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
220 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
221 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
223 "SPNEGO": true | false,
227 "SPNEGO": true | false,
230 "Locked": true | false
237 Block access to the Add-ons Manager (about:addons).
239 **Compatibility:** Firefox 60, Firefox ESR 60\
240 **CCK2 Equivalent:** `disableAddonsManager`\
241 **Preferences Affected:** N/A
245 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
250 <key>BlockAboutAddons</key>
258 "BlockAboutAddons": true | false
264 Block access to about:config.
266 **Compatibility:** Firefox 60, Firefox ESR 60\
267 **CCK2 Equivalent:** `disableAboutConfig`\
268 **Preferences Affected:** N/A
272 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
277 <key>BlockAboutConfig</key>
285 "BlockAboutConfig": true | false
289 ### BlockAboutProfiles
291 Block access to About Profiles (about:profiles).
293 **Compatibility:** Firefox 60, Firefox ESR 60\
294 **CCK2 Equivalent:** `disableAboutProfiles`\
295 **Preferences Affected:** N/A
299 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
304 <key>BlockAboutProfiles</key>
312 "BlockAboutProfiles": true | false
316 ### BlockAboutSupport
318 Block access to Troubleshooting Information (about:support).
320 **Compatibility:** Firefox 60, Firefox ESR 60\
321 **CCK2 Equivalent:** `disableAboutSupport`\
322 **Preferences Affected:** N/A
326 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
331 <key>BlockAboutSupport</key>
339 "BlockAboutSupport": true | false
345 Add bookmarks in either the bookmarks toolbar or menu. Only `Title` and `URL` are required. If `Placement` is not specified, the bookmark will be placed on the toolbar. If `Folder` is specified, it is automatically created and bookmarks with the same folder name are grouped together.
347 **Compatibility:** Firefox 60, Firefox ESR 60\
348 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
349 **Preferences Affected:** N/A
353 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
354 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
355 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
356 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
357 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
366 <string>Example</string>
368 <string>https://example.com</string>
370 <string>https://example.com/favicon.ico</string>
372 <string>toolbar | menu</string>
374 <string>FolderName</string>
386 "URL": "https://example.com",
387 "Favicon": "https://example.com/favicon.ico",
388 "Placement": "toolbar" | "menu",
389 "Folder": "FolderName"
396 Enable or disable the detection of captive portals.
398 **Compatibility:** Firefox 67, Firefox ESR 60.7\
399 **CCK2 Equivalent:** N/A\
400 **Preferences Affected:** `network.captive-portal-service.enabled`
404 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
409 <key>CaptivePortal</key>
417 "CaptivePortal": true | false
423 ### Certificates | ImportEnterpriseRoots
425 Trust certificates that have been added to the operating system certificate store by a user or administrator.
427 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
429 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
430 **CCK2 Equivalent:** N/A\
431 **Preferences Affected:** `security.enterprise_roots.enabled`
435 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
440 <key>Certificates</key>
442 <key>ImportEnterpriseRoots</key>
452 "ImportEnterpriseRoots": true | false
457 ### Certificates | Install
459 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
462 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
463 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
465 - /Library/Application Support/Mozilla/Certificates
466 - ~/Library/Application Support/Mozilla/Certificates
468 - /usr/lib/mozilla/certificates
469 - /usr/lib64/mozilla/certificates
470 - ~/.mozilla/certificates
472 Starting with Firefox 65, Firefox 60.5 ESR, a fully qualified path can be used, including UNC paths. You should use the native path style for your operating system. We do not support using %USERPROFILE% or other environment variables on Windows.
474 If you are specifying the path in the policies.json file on Windows, you need to escape your backslashes (`\\`) which means that for UNC paths, you need to escape both (`\\\\`). If you use group policy, you only need one backslash.
476 Certificates are installed using the trust string `CT,CT,`.
478 Binary (DER) and ASCII (PEM) certificates are both supported.
480 **Compatibility:** Firefox 64, Firefox ESR 64\
481 **CCK2 Equivalent:** `certs.ca`\
482 **Preferences Affected:** N/A
486 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
487 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
492 <key>Certificates</key>
496 <string>cert1.der</string>
497 <string>/Users/username/cert2.pem</string>
507 "Install": ["cert1.der", "/home/username/cert2.pem"]
513 Configure cookie preferences.
515 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
517 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
519 `Default` determines whether cookies are accepted at all.
521 `AcceptThirdParty` determines how third-party cookies are handled.
523 `ExpireAtSessionEnd` determines when cookies expire.
525 `RejectTracker` only rejects cookies for trackers.
527 `Locked` prevents the user from changing cookie preferences.
529 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker was added in Firefox 63)\
530 **CCK2 Equivalent:** N/A\
531 **Preferences Affected:** `network.cookie.cookieBehavior`,`network.cookie.lifetimePolicy`
535 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
536 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
537 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
538 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" |"from-visited"
539 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
540 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
541 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
550 <string>http://example.com</string>
554 <string>http://example.org</string>
558 <key>AcceptThirdParty</key>
559 <string>always | never | from-visited</string>
560 <key>ExpireAtSessionEnd</key>
562 <key>RejectTracker</key>
574 "Allow": ["http://example.org/"],
575 "Block": ["http://example.edu/"],
576 "Default": true | false,
577 "AcceptThirdParty": "always" | "never" | "from-visited",
578 "ExpireAtSessionEnd": true | false,
579 "RejectTracker": true | false,
580 "Locked": true | false
585 ### DisableSetDesktopBackground
586 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
588 **Compatibility:** Firefox 60, Firefox ESR 60\
589 **CCK2 Equivalent:** `removeSetDesktopBackground`\
590 **Preferences Affected:** N/A
594 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
600 <key>DisableSetDesktopBackground</key>
608 "DisableSetDesktopBackground": true | false
612 ### DisableMasterPasswordCreation
613 Remove the master password functionality.
615 **Compatibility:** Firefox 60, Firefox ESR 60\
616 **CCK2 Equivalent:** `noMasterPassword`\
617 **Preferences Affected:** N/A
621 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
627 <key>DisableMasterPasswordCreation</key>
635 "DisableMasterPasswordCreation": true | false
640 Turn off application updates.
642 **Compatibility:** Firefox 60, Firefox ESR 60\
643 **CCK2 Equivalent:** `disableFirefoxUpdates`\
644 **Preferences Affected:** N/A
648 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
653 <key>DisableAppUpdate</key>
661 "DisableAppUpdate": true | false
665 ### DisableBuiltinPDFViewer
666 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
668 **Compatibility:** Firefox 60, Firefox ESR 60\
669 **CCK2 Equivalent:** `disablePDFjs`\
670 **Preferences Affected:** `pdfjs.disabled`
674 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
680 <key>DisableBuiltinPDFViewer</key>
688 "DisableBuiltinPDFViewer": true | false
692 ### DisableDeveloperTools
693 Remove access to all developer tools.
695 **Compatibility:** Firefox 60, Firefox ESR 60\
696 **CCK2 Equivalent:** `removeDeveloperTools`\
697 **Preferences Affected:** `devtools.policy.disabled`
701 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
707 <key>DisableDeveloperTools</key>
715 "DisableDeveloperTools": true | false
719 ### DisableFeedbackCommands
720 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
722 **Compatibility:** Firefox 60, Firefox ESR 60\
723 **CCK2 Equivalent:** N/A\
724 **Preferences Affected:** N/A
728 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
733 <key>DisableFeedbackCommands</key>
741 "DisableFeedbackCommands": true | false
745 ### DisableFirefoxScreenshots
746 Remove access to Firefox Screenshots.
748 **Compatibility:** Firefox 60, Firefox ESR 60\
749 **CCK2 Equivalent:** N/A\
750 **Preferences Affected:** `extensions.screenshots.disabled`
754 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
759 <key>DisableFirefoxScreenshots</key>
767 "DisableFirefoxScreenshots": true | false
771 ### DisableFirefoxAccounts
772 Disable Firefox Accounts integration (Sync).
774 **Compatibility:** Firefox 60, Firefox ESR 60\
775 **CCK2 Equivalent:** `disableSync`\
776 **Preferences Affected:** `identity.fxaccounts.enabled`
780 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
785 <key>DisableFirefoxAccounts</key>
793 "DisableFirefoxAccounts": true | false
797 ### DisableFirefoxStudies
798 Disable Firefox studies (Shield).
800 **Compatibility:** Firefox 60, Firefox ESR 60\
801 **CCK2 Equivalent:** N/A\
802 **Preferences Affected:** N/A
806 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
811 <key>DisableFirefoxStudies</key>
819 "DisableFirefoxStudies": true | false
823 ### DisableForgetButton
824 Disable the "Forget" button.
826 **Compatibility:** Firefox 60, Firefox ESR 60\
827 **CCK2 Equivalent:** `disableForget`\
828 **Preferences Affected:** N/A
832 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
837 <key>DisableForgetButton</key>
845 "DisableForgetButton": true | false
849 ### DisableFormHistory
850 Turn off saving information on web forms and the search bar.
852 **Compatibility:** Firefox 60, Firefox ESR 60\
853 **CCK2 Equivalent:** `disableFormFill`\
854 **Preferences Affected:** ` browser.formfill.enable`
858 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
863 <key>DisableFormHistory</key>
871 "DisableFormHistory": true | false
875 ### DisablePasswordReveal
876 Do not allow passwords to be shown in saved logins
878 **Compatibility:** Firefox 71, Firefox ESR 68.3\
879 **CCK2 Equivalent:** N/A
880 **Preferences Affected:** N/A
884 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
890 <key>DisablePasswordReveal</key>
898 "DisablePasswordReveal": true | false
903 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
905 **Compatibility:** Firefox 60, Firefox ESR 60\
906 **CCK2 Equivalent:** `disablePocket`\
907 **Preferences Affected:** `extensions.pocket.enabled`
911 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
916 <key>DisablePocket</key>
924 "DisablePocket": true | false
928 ### DisablePrivateBrowsing
929 Remove access to private browsing.
931 **Compatibility:** Firefox 60, Firefox ESR 60\
932 **CCK2 Equivalent:** `disablePrivateBrowsing`\
933 **Preferences Affected:** N/A
937 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
942 <key>DisablePrivateBrowsing</key>
950 "DisablePrivateBrowsing": true | false
954 ### DisableProfileImport
955 Disables the "Import data from another browser" option in the bookmarks window.
957 **Compatibility:** Firefox 60, Firefox ESR 60\
958 **CCK2 Equivalent:** N/A\
959 **Preferences Affected:** N/A
963 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
968 <key>DisableProfileImport</key>
976 "DisableProfileImport": true | false
980 ### DisableProfileRefresh
981 Disable the Refresh Firefox button on about:support and support.mozilla.org, as well as the prompt that displays offering to refresh Firefox when you haven't used it in a while.
983 **Compatibility:** Firefox 60, Firefox ESR 60\
984 **CCK2 Equivalent:** `disableResetFirefox`\
985 **Preferences Affected:** `browser.disableResetPrompt`
989 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
994 <key>DisableProfileRefresh</key>
1002 "DisableProfileRefresh": true | false
1007 Disable safe mode within the browser.
1009 On Windows, this disables safe mode via the command line as well.
1011 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1012 **CCK2 Equivalent:** `disableSafeMode`\
1013 **Preferences Affected:** N/A
1017 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1022 <key>DisableSafeMode</key>
1030 "DisableSafeMode": true | false
1034 ### DisableSecurityBypass
1035 Prevent the user from bypassing security in certain cases.
1037 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1039 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1041 **Compatibility:** Firefox 60, Firefox ESR 60\
1042 **CCK2 Equivalent:** N/A\
1043 **Preferences Affected:** `security.certerror.hideAddException`,`browser.safebrowsing.allowOverride`
1047 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1048 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1053 <key>DisableSecurityBypass</key>
1055 <key>InvalidCertificate</key>
1057 <key><SafeBrowsing/key>
1066 "DisableSecurityBypass": {
1067 "InvalidCertificate": true false,
1068 "SafeBrowsing": true false
1073 ### DisableSystemAddonUpdate
1074 Prevent system add-ons from being installed or update.
1076 **Compatibility:** Firefox 60, Firefox ESR 60\
1077 **CCK2 Equivalent:** N/A\
1078 **Preferences Affected:** N/A
1081 ```Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1086 <key>DisableSystemAddonUpdate</key>
1094 "DisableSystemAddonUpdate": true | false
1098 ### DisableTelemetry
1099 Prevent the upload of telemetry data.
1101 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1103 **Compatibility:** Firefox 60, Firefox ESR 60\
1104 **CCK2 Equivalent:** `disableTelemetry`\
1105 **Preferences Affected:** `datareporting.healthreport.uploadEnabled,datareporting.policy.dataSubmissionEnabled`
1109 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1114 <key>DisableTelemetry</key>
1122 "DisableTelemetry": true | false
1126 ### DisplayBookmarksToolbar
1127 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1129 **Compatibility:** Firefox 60, Firefox ESR 60\
1130 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1131 **Preferences Affected:** N/A
1135 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1140 <key>DisplayBookmarksToolbar</key>
1148 "DisplayBookmarksToolbar": true | false
1152 ### DisplayMenuBar (Deprecated)
1153 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
1155 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
1156 **CCK2 Equivalent:** `displayMenuBar`\
1157 **Preferences Affected:** N/A
1161 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
1166 <key>DisplayMenuBar</key>
1174 "DisplayMenuBar": true | false
1179 Set the state of the menubar.
1181 `always` means the menubar is shown and cannot be hidden.
1183 `never` means the menubar is hidden and cannot be shown.
1185 `default-on` means the menubar is on by default but can be hidden.
1187 `default-off` means the menubar is off by default but can be shown.
1189 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
1190 **CCK2 Equivalent:** `displayMenuBar`\
1191 **Preferences Affected:** N/A
1195 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
1200 <key>DisplayMenuBar</key>
1201 <string>always | never | default-on | default-off</string>
1208 "DisplayMenuBar": "always", "never", "default-on", "default-off"
1213 Configure DNS over HTTPS.
1215 `Enabled` determines whether DNS over HTTPS is enabled
1217 `ProviderURL` is a URL to another provider.
1219 `Locked` prevents the user from changing DNS over HTTPS preferences.
1221 **Compatibility:** Firefox 63, Firefox ESR 68\
1222 **CCK2 Equivalent:** N/A\
1223 **Preferences Affected:** `network.trr.mode`,`network.trr.uri`
1227 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
1228 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
1229 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
1234 <key>DNSOverHTTPS</key>
1238 <key>ProviderURL</key>
1239 <string>URL_TO_ALTERNATE_PROVIDER</string>
1250 "Enabled": true | false,
1251 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
1252 "Locked": true | false
1257 ### DontCheckDefaultBrowser
1258 Don't check if Firefox is the default browser at startup.
1260 **Compatibility:** Firefox 60, Firefox ESR 60\
1261 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
1262 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
1266 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
1271 <key>DontCheckDefaultBrowser</key>
1279 "DontCheckDefaultBrowser": true | false
1283 ### DefaultDownloadDirectory
1284 Set the default download directory.
1286 You can use ${home} for the native home directory.
1288 **Compatibility:** Firefox 68, Firefox ESR 68\
1289 **CCK2 Equivalent:** N/A\
1290 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`
1294 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1299 <key>DefaultDownloadDirectory</key>
1300 <string>${home}/Downloads</string>
1303 #### policies.json (macOS and Linux)
1307 "DefaultDownloadDirectory": "${home}/Downloads"
1310 #### policies.json (Windows)
1314 "DefaultDownloadDirectory": "${home}\\Downloads"
1317 ### DownloadDirectory
1318 Set and lock the download directory.
1320 You can use ${home} for the native home directory.
1322 **Compatibility:** Firefox 68, Firefox ESR 68\
1323 **CCK2 Equivalent:** N/A\
1324 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`,`browser.download.useDownloadDir`
1328 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
1333 <key>DownloadDirectory</key>
1334 <string>${home}/Downloads</string>
1337 #### policies.json (macOS and Linux)
1341 "DownloadDirectory": "${home}/Downloads"
1344 #### policies.json (Windows)
1348 "DownloadDirectory": "${home}\\Downloads"
1351 ### EnableTrackingProtection
1352 Configure tracking protection.
1354 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.
1356 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
1358 If `Value` is set to true, tracking protection is enabled by default in both the regular browser and private browsing and the `Locked` value determines whether or not a user can change it.
1360 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
1362 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
1364 `Exceptions` are origins for which tracking protection is not enabled.
1366 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
1367 **CCK2 Equivalent:** N/A\
1368 **Preferences Affected:** `privacy.trackingprotection.enabled`,`privacy.trackingprotection.pbmode.enabled`,`privacy.trackingprotection.cryptomining.enabled`,`privacy.trackingprotection.fingerprinting.enabled`
1372 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
1373 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
1374 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
1375 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
1376 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
1381 <key>EnableTrackingProtection</key>
1387 <key><Cryptomining</key>
1389 <key><Fingerprinting</key>
1391 <key>Exceptions</key>
1393 <string>https://example.com</string>
1402 "EnableTrackingProtection": {
1403 "Value": [true, false],
1404 "Locked": [true, false],
1405 "Cryptomining": [true, false],
1406 "Fingerprinting": [true, false],
1407 "Exceptions": ["https://example.com"]
1411 ### EnterprisePoliciesEnabled
1412 Enable policy support on macOS.
1414 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
1415 **CCK2 Equivalent:** N/A\
1416 **Preferences Affected:** N/A
1421 <key>EnterprisePoliciesEnabled</key>
1426 Control the installation, uninstallation and locking of extensions.
1428 `Install` is a list of URLs or native paths for extensions to be installed.
1430 `Uninstall` is a list of extension IDs that should be uninstalled if found.
1432 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
1434 **Compatibility:** Firefox 60, Firefox ESR 60\
1435 **CCK2 Equivalent:** `addons`\
1436 **Preferences Affected:** N/A
1440 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
1441 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
1442 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
1443 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
1448 <key>Extensions</key>
1452 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
1453 <string>//path/to/xpi</string>
1455 <key>Uninstall</key>
1457 <string>bad_addon_id@mozilla.org</string>
1461 <string>addon_id@mozilla.org</string>
1471 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
1472 "Uninstall": ["bad_addon_id@mozilla.org"],
1473 "Locked": ["addon_id@mozilla.org"]
1478 ### ExtensionSettings
1479 Manage all aspects of extensions. This policy is based heavily on the [Chrome policy](https://dev.chromium.org/administrators/policy-list-3/extension-settings-full) of the same name.
1481 This policy maps an extension ID to its configuration. With an extension ID, the configuration will be applied to the specified extension only. A default configuration can be set for the special ID "*", which will apply to all extensions that don't have a custom configuration set in this policy.
1483 To obtain an extension ID, install the extension and go to about:support. You will see the ID in the Extensions section.
1485 The configuration for each extension is another dictionary that can contain the fields documented below.
1487 | Name | Description |
1489 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
1490 | `allowed` | Allows the extension to be installed by the user. This is the default behavior.
1491 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
1492 | `force_installed`| The extension is automatically installed and can't be removed by the user. This option is not valid for the default configuration and requires an install_url.
1493 | `normal_installed`| The extension is automatically installed but can be disabled by the user. This option is not valid for the default configuration and requires an install_url.
1494 | `install_url`| Maps to a URL indicating where Firefox can download a force_installed or normal_installed extension. If installing from the addons.mozilla.org, use the following URL (substituting SHORT_NAME from the URL on AMO), https://addons.mozilla.org/firefox/downloads/latest/SHORT_NAME/latest.xpi. If installing from the local file system, use a file:/// URL. Languages packs are available from https://releases.mozilla.org/pub/firefox/releases/VERSION/PLATFORM/xpi/LANGUAGE.xpi.
1495 | `install_sources` | Each item in this list is an extension-style match pattern. Users will be able to easily install items from any URL that matches an item in this list. Both the location of the *.xpi file and the page where the download is started from (i.e. the referrer) must be allowed by these patterns. This setting can be used only for the default configuration.
1496 | `allowed_types` | This setting whitelists the allowed types of extension/apps that can be installed in Firefox. The value is a list of strings, each of which should be one of the following: "extension", "theme", "dictionary", "langpack" This setting can be used only for the default configuration.
1497 | `blocked_install_message` | This maps to a string specifying the error message to display to users if they're blocked from installing an extension. This setting allows you to append text to the generic error message displayed when the extension is blocked. This could be be used to direct users to your help desk, explain why a particular extension is blocked, or something else.
1499 **Compatibility:** Firefox 69, Firefox ESR 68.1\
1500 **CCK2 Equivalent:** N/A\
1501 **Preferences Affected:** N/A
1505 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
1508 "blocked_install_message": "Custom error message.",
1509 "install_sources": ["https://addons.mozilla.org/"],
1510 "installation_mode": "blocked",
1511 "allowed_types": ["extension"]
1513 "uBlock0@raymondhill.net": {
1514 "installation_mode": "force_installed",
1515 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
1522 <key>ExtensionSettings</key>
1526 <key>blocked_install_message</key>
1527 <string>Custom error message.</string>
1528 <key>install_sources</key>
1530 <string>https://addons.mozilla.org/</string>
1532 <key>installation_mode</key>
1533 <string>blocked</string>
1534 <key>allowed_types</key>
1536 <string>extension</string>
1539 <key>uBlock0@raymondhill.net</key>
1541 <key>installation_mode</key>
1542 <string>force_installed</string>
1543 <key>install_url</key>
1544 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
1553 "ExtensionSettings": {
1555 "blocked_install_message": "Custom error message.",
1556 "install_sources": ["https://addons.mozilla.org/"],
1557 "installation_mode": "blocked",
1558 "allowed_types": ["extension"]
1560 "uBlock0@raymondhill.net": {
1561 "installation_mode": "force_installed",
1562 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
1569 Control extension updates.
1571 **Compatibility:** Firefox 67, Firefox ESR 60.7\
1572 **CCK2 Equivalent:** N/A\
1573 **Preferences Affected:** `extensions.update.enabled`
1577 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
1582 <key>ExtensionUpdate</key>
1590 "ExtensionUpdate": true | false
1595 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
1597 `Allow` is a list of origins where Flash are allowed.
1599 `Block` is a list of origins where Flash is not allowed.
1601 `Default` determines whether or not Flash is allowed by default.
1603 `Locked` prevents the user from changing Flash preferences.
1605 **Compatibility:** Firefox 60, Firefox ESR 60\
1606 **CCK2 Equivalent:** `permissions.plugin`\
1607 **Preferences Affected:** `plugin.state.flash`
1611 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
1612 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
1613 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
1614 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
1619 <key>FlashPlugin</key>
1623 <string>http://example.org</string>
1627 <string>http://example.edu</string>
1641 "Allow": ["http://example.org/"],
1642 "Block": ["http://example.edu/"],
1643 "Default": true | false,
1644 "Locked": true | false
1650 Customize the Firefox Home page.
1652 **Compatibility:** Firefox 68, Firefox ESR 68\
1653 **CCK2 Equivalent:** N/A\
1654 **Preferences Affected:** `browser.newtabpage.activity-stream.showSearch`,`browser.newtabpage.activity-stream.feeds.topsites`,`browser.newtabpage.activity-stream.feeds.section.highlights`,`browser.newtabpage.activity-stream.feeds.section.topstories`,`browser.newtabpage.activity-stream.feeds.snippets`
1658 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
1659 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
1660 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
1661 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
1662 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
1663 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
1668 <key>FirefoxHome</key>
1674 <key>Highlights</key>
1690 "Search": true | false,
1691 "TopSites": true | false,
1692 "Highlights": true | false,
1693 "Pocket": true | false,
1694 "Snippets": true | false,
1695 "Locked": true | false
1700 ### HardwareAcceleration
1701 Control hardware acceleration.
1703 **Compatibility:** Firefox 60, Firefox ESR 60\
1704 **CCK2 Equivalent:** N/A\
1705 **Preferences Affected:** `layers.acceleration.disabled`
1709 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
1714 <key>HardwareAcceleration</key>
1722 "HardwareAcceleration": true | false
1727 Configure the default homepage and how Firefox starts.
1729 `URL` is the default homepage.
1731 `Locked` prevents the user from changing homepage preferences.
1733 `Additional` allows for more than one homepage.
1735 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
1737 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4)\
1738 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
1739 **Preferences Affected:** `browser.startup.homepage`,`browser.startup.page`
1743 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
1744 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
1745 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
1746 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
1747 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session"
1755 <string>http://example.com</string>
1758 <key>Additional</key>
1760 <string>http://example.org</string>
1761 <string>http://example.edu</string>
1763 <key>StartPage</key>
1764 <string>none | homepage | previous-session</string>
1773 "URL": "http://example.com/",
1774 "Locked": true | false,
1775 "Additional": ["http://example.org/",
1776 "http://example.edu/"],
1777 "StartPage": "none" | "homepage" | "previous-session"
1782 ### InstallAddonsPermission
1783 Configure the default extension install policy as well as origins for extension installs are allowed. This policy does not override turning off all extension installs.
1785 `Allow` is a list of origins where extension installs are allowed.
1787 `Default` determines whether or not extension installs are allowed by default.
1789 **Compatibility:** Firefox 60, Firefox ESR 60\
1790 **CCK2 Equivalent:** `permissions.install`\
1791 **Preferences Affected:** `xpinstall.enabled`
1795 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
1796 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
1797 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
1802 <key>InstallAddonsPermission</key>
1806 <string>http://example.org</string>
1807 <string>http://example.edu</string>
1818 "InstallAddonsPermission": {
1819 "Allow": ["http://example.org/",
1820 "http://example.edu/"],
1821 "Default": true | false
1827 Disable the feature enforcing a separate profile for each installation.
1829 If this policy set to true, Firefox will not try to create different profiles for installations of Firefox in different directories. This is the equivalent of the MOZ_LEGACY_PROFILES environment variable.
1831 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
1833 This policy only work on Windows via GPO (not policies.json).
1835 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
1836 **CCK2 Equivalent:** N/A\
1837 **Preferences Affected:** N/A
1841 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
1844 Enable linking to local files by origin.
1846 **Compatibility:** Firefox 68, Firefox ESR 68\
1847 **CCK2 Equivalent:** N/A\
1848 **Preferences Affected:** `capability.policy.localfilelinks.*`
1852 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
1853 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
1858 <key>LocalFileLinks</key>
1860 <string>http://example.org</string>
1861 <string>http://example.edu</string>
1869 "LocalFileLinks": ["http://example.org/",
1870 "http://example.edu/"]
1874 ### NoDefaultBookmarks
1875 Disable the creation of default bookmarks.
1877 This policy is only effective if the user profile has not been created yet.
1879 **Compatibility:** Firefox 60, Firefox ESR 60\
1880 **CCK2 Equivalent:** `removeDefaultBookmarks`\
1881 **Preferences Affected:** N/A
1885 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
1890 <key>NoDefaultBookmarks</key>
1898 "NoDefaultBookmarks": true | false
1902 ### NetworkPrediction
1903 Enable or disable network prediction (DNS prefetching).
1905 **Compatibility:** Firefox 67, Firefox ESR 60.7\
1906 **CCK2 Equivalent:** N/A\
1907 **Preferences Affected:** `network.dns.disablePrefetch`,`network.dns.disablePrefetchFromHTTPS`
1911 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
1916 <key>NetworkPrediction</key>
1924 "NetworkPrediction": true | false
1928 Enable or disable the New Tab page.
1930 **Compatibility:** Firefox 68, Firefox ESR 68\
1931 **CCK2 Equivalent:** N/A\
1932 **Preferences Affected:** `browser.newtabpage.enabled`
1936 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
1941 <key>NewTabPage</key>
1949 "NewTabPage": true | false
1952 ### OfferToSaveLogins
1953 Control whether or not Firefox offers to save passwords.
1955 **Compatibility:** Firefox 60, Firefox ESR 60\
1956 **CCK2 Equivalent:** `dontRememberPasswords`\
1957 **Preferences Affected:** `signon.rememberSignons`
1961 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
1966 <key>OfferToSaveLogins</key>
1974 "OfferToSaveLogins": true | false
1978 ### OfferToSaveLoginsDefault
1979 Sets the default value of signon.rememberSignons without locking it.
1981 **Compatibility:** Firefox 70, Firefox ESR 60.2\
1982 **CCK2 Equivalent:** `dontRememberPasswords`\
1983 **Preferences Affected:** `signon.rememberSignons`
1987 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
1992 <key>OfferToSaveLoginsDefault</key>
2000 "OfferToSaveLoginsDefault": true | false
2004 ### OverrideFirstRunPage
2005 Override the first run page. If the value is blank, no first run page is displayed.
2007 **Compatibility:** Firefox 60, Firefox ESR 60\
2008 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
2009 **Preferences Affected:** `startup.homepage_welcome_url`
2013 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
2018 <key>OverrideFirstRunPage</key>
2019 <string>http://example.org</string>
2026 "OverrideFirstRunPage": "http://example.org"
2029 ### OverridePostUpdatePage
2030 Override the upgrade page. If the value is blank, no upgrade page is displayed.
2032 **Compatibility:** Firefox 60, Firefox ESR 60\
2033 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
2034 **Preferences Affected:** `startup.homepage_override_url`
2038 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
2043 <key>OverridePostUpdatePage</key>
2044 <string>http://example.org</string>
2051 "OverridePostUpdatePage": "http://example.org"
2054 ### PasswordManagerEnabled
2055 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
2057 **Compatibility:** Firefox 70, Firefox ESR 60.2\
2058 **CCK2 Equivalent:** N/A\
2059 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
2063 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
2068 <key>PasswordManagerEnabled</key>
2076 "PasswordManagerEnabled": true | false
2081 Set permissions associated with camera, microphone, location, notifications, and autoplay. Because these are origins, not domains, entries with unique ports must be specified separately. See examples below.
2083 `Allow` is a list of origins where the feature is allowed.
2085 `Block` is a list of origins where the feature is not allowed.
2087 `BlockNewRequests` determines whether or not new requests can be made for the feature.
2089 `Locked` prevents the user from changing preferences for the feature.
2091 **Compatibility:** Firefox 62, Firefox ESR 60.2 (Autoplay added in Firefox 74, Firefox ESR 68.6\
2092 **CCK2 Equivalent:** N/A\
2093 **Preferences Affected:** `permissions.default.camera`,`permissions.default.microphone`,`permissions.default.geo`,`permissions.default.desktop-notification`
2097 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
2098 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
2099 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
2100 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
2101 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
2102 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
2103 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
2104 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
2105 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
2106 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
2107 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
2108 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
2109 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
2110 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
2111 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
2112 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
2113 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
2114 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
2115 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
2120 <key>Permissions</key>
2126 <string>https://example.org</string>
2127 <string>https://example.org:1234</string>
2131 <string>https://example.edu</string>
2133 <key>BlockNewRequests</key>
2138 <key>Microphone</key>
2142 <string>https://example.org</string>
2146 <string>https://example.edu</string>
2148 <key>BlockNewRequests</key>
2157 <string>https://example.org</string>
2161 <string>https://example.edu</string>
2163 <key>BlockNewRequests</key>
2168 <key>Notifications</key>
2172 <string>https://example.org</string>
2176 <string>https://example.edu</string>
2178 <key>BlockNewRequests</key>
2187 <string>https://example.org</string>
2191 <string>https://example.edu</string>
2203 "Allow": ["https://example.org","https://example.org:1234"],
2204 "Block": ["https://example.edu"],
2205 "BlockNewRequests": true | false,
2206 "Locked": true | false
2209 "Allow": ["https://example.org"],
2210 "Block": ["https://example.edu"],
2211 "BlockNewRequests": true | false,
2212 "Locked": true | false
2215 "Allow": ["https://example.org"],
2216 "Block": ["https://example.edu"],
2217 "BlockNewRequests": true | false,
2218 "Locked": true | false
2221 "Allow": ["https://example.org"],
2222 "Block": ["https://example.edu"],
2223 "BlockNewRequests": true | false,
2224 "Locked": true | false
2227 "Allow": ["https://example.org"],
2228 "Block": ["https://example.edu"]
2235 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
2237 `Allow` is a list of origins where popup-windows are allowed.
2239 `Default` determines whether or not pop-up windows are allowed by default.
2241 `Locked` prevents the user from changing pop-up preferences.
2243 **Compatibility:** Firefox 60, Firefox ESR 60\
2244 **CCK2 Equivalent:** `permissions.popup`\
2245 **Preferences Affected:** `dom.disable_open_during_load`
2249 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
2250 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
2251 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
2252 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
2257 <key>PopupBlocking</key>
2261 <string>http://example.org</string>
2262 <string>http://example.edu</string>
2276 "Allow": ["http://example.org/",
2277 "http://example.edu/"],
2278 "Default": true | false,
2279 "Locked": true | false
2285 Set and lock certain preferences.
2287 **Compatibility:** See below\
2288 **CCK2 Equivalent:** `preferences`\
2289 **Preferences Affected:** See below
2291 | Preference | Type | Compatibility | Default
2292 | --- | --- | --- | ---
2293 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
2294 | If set to 1, platform accessibility is disabled.
2295 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
2296 | If false, Firefox doesn't automatically install update.
2297 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
2298 | If true, bookmarks are exported on shutdown.
2299 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
2300 | If set, the name of the file where bookmarks are exported and imported.
2301 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
2302 | If true, bookmarks are restored to their defaults.
2303 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
2304 | If false, don't store cache on the hard drive.
2305 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
2306 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
2307 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
2308 | If true, single words are sent to DNS, not directly to search.
2309 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
2310 | If set, a list of URLs to use as the default top sites on the new tab page.
2311 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
2312 | If true, bookmarks are always imported on startup.
2313 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
2314 | If false, phishing protection is not enabled (Not recommended)
2315 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
2316 | If false, malware protection is not enabled (Not recommended)
2317 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
2318 | If false, updates for search engines are not checked.
2319 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
2320 | If true, a notification isn't shown if startup is slow.
2321 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
2322 | If false, there is no warning when the browser is closed.
2323 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
2324 | If true, tab previews are shown in the Windows taskbar.
2325 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
2326 | If false, bookmarks aren't suggested when typing in the URL bar.
2327 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
2328 | If false, history isn't suggested when typing in the URL bar.
2329 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
2330 | If false, open tabs aren't suggested when typing in the URL bar.
2331 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
2332 | If true, don't show the privacy policy tab on first run.
2333 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
2334 | If false, web page can close windows.
2335 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
2336 | If false, web pages can focus and activate windows.
2337 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
2338 | If true, web pages can't move or resize windows.
2339 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
2340 | If false, web pages can't override context menus.
2341 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
2342 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
2343 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
2344 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
2345 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
2346 | If false, XMLDocument.load is not available.
2347 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
2348 | If false, XMLDocument.async is not available.
2349 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
2350 | If false, the extensions blocklist is not used (Not recommended)
2351 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
2352 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
2353 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
2354 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
2355 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
2356 | If false, the geolocation API is disabled. | Language dependent
2357 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
2358 | If set, preferred language for web pages.
2359 | media.eme.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
2360 | If false, Encrypted Media Extensions are not enabled.
2361 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
2362 | If false, the OpenH264 plugin is not downloaded.
2363 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
2364 | If false, the Widevine plugin is not downloaded.
2365 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
2366 | If false, WebRTC is disabled
2367 | media.peerconnection.ice.obfuscate_host_addresses.whitelist | string | Firefox 72, Firefox ESR 68.4 | N/A
2368 | If set, a list of domains for which mDNS hostname obfuscation is
2370 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
2371 | If true, IPv6 DNS lokoups are disabled.
2372 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
2373 | If true, display the punycode version of internationalized domain names.
2374 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
2375 | If false, history is not enabled.
2376 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
2377 | If false, print settings are not saved between jobs.
2378 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
2379 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
2380 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
2381 | If false, mixed active content (HTTP and HTTPS) is not blocked.
2382 | security.osclientcerts.autoload | boolean | Firefox 72, Firefox ESR 68.4 (Windows only) | false
2383 | If true, client certificates are loaded from the operating system certificate store.
2384 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
2385 | If false, SSL errors cannot be sent to Mozilla.
2386 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
2387 | If false, the TLS 1.3 downgrade check is disabled.
2388 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
2389 | If false, the Alt key doesn't show the menubar on Windows.
2390 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
2391 | If set, overrides the GTK theme for widgets.
2394 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
2395 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
2400 <key>Preferences</key>
2402 <key>boolean_preference_name</key>
2404 <key>string_preference_name</key>
2405 <string>string_value</string>
2414 "boolean_preference_name": true | false,
2415 "string_preference_name": "string_value"
2420 ### PromptForDownloadLocation
2421 Ask where to save each file before downloading.
2423 **Compatibility:** Firefox 68, Firefox ESR 68\
2424 **CCK2 Equivalent:** N/A\
2425 **Preferences Affected:** `browser.download.useDownloadDir`
2429 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
2434 <key>PromptForDownloadLocation</key>
2442 "PromptForDownloadLocation": true | false
2447 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
2448 To specify ports, append them to the hostnames with a colon (:).
2450 `Mode` is the proxy method being used.
2452 `Locked` is whether or not proxy settings can be changed.
2454 `HTTPProxy` is the HTTP proxy server.
2456 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
2458 `SSLProxy` is the SSL proxy server.
2460 `FTPProxy` is the FTP proxy server.
2462 `SOCKSProxy` is the SOCKS proxy server
2464 `SOCKSVersion` is the SOCKS version (4 or 5)
2466 `Passthrough` is list of hostnames or IP addresses that will not be proxied. Use `<local>` to bypass proxying for all hostnames which do not contain periods.
2468 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
2470 `AutoLogin` means do not prompt for authentication if password is saved.
2472 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
2474 **Compatibility:** Firefox 60, Firefox ESR 60\
2475 **CCK2 Equivalent:** `networkProxy*`\
2476 **Preferences Affected:** `network.proxy.type`,`network.proxy.autoconfig_url`,`network.proxy.socks_remote_dns`,`signon.autologin.proxy`,`network.proxy.socks_version`,`network.proxy.no_proxies_on`,`network.proxy.share_proxy_settings`,`network.proxy.http`,`network.proxy.http_port`,`network.proxy.ftp`,`network.proxy.ftp_port`,`network.proxy.ssl`,`network.proxy.ssl_port`,`network.proxy.socks`,`network.proxy.socks_port`
2480 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none", "system", "manual", "autoDetect", "autoConfig"
2481 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
2482 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
2483 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
2484 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
2485 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
2486 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
2487 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
2488 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
2489 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
2490 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
2491 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
2499 <string>none | system | manual | autoDetect | autoConfig</string>
2502 <key>HTTPProxy</key>
2503 <string>https://httpproxy.example.com</string>
2504 <key>UseHTTPProxyForAllProtocols</key>
2507 <string>https://sslproxy.example.com</string>
2509 <string>https://ftpproxy.example.com</string>
2510 <key>SOCKSProxy</key>
2511 <string>https://socksproxy.example.com</string>
2512 <key>SOCKSVersion</key>
2513 <string>4 | 5</string>
2514 <key>Passthrough</key>
2515 <string><local>></string>
2516 <key>AutoConfigURL</key>
2517 <string>URL_TO_AUTOCONFIG</string>
2518 <key>AutoLogin</key>
2520 <key>UseProxyForDNS</key>
2530 "Mode": "none", "system", "manual", "autoDetect", "autoConfig",
2531 "Locked": [true, false],
2532 "HTTPProxy": "hostname",
2533 "UseHTTPProxyForAllProtocols": [true, false],
2534 "SSLProxy": "hostname",
2535 "FTPProxy": "hostname",
2536 "SOCKSProxy": "hostname",
2537 "SOCKSVersion": 4 | 5
2538 "Passthrough": "<local>",
2539 "AutoConfigURL": "URL_TO_AUTOCONFIG",
2540 "AutoLogin": [true, false],
2541 "UseProxyForDNS": [true, false]
2546 ### RequestedLocales
2547 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
2549 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
2551 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
2552 **CCK2 Equivalent:** N/A\
2553 **Preferences Affected:** N/A
2556 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
2557 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
2561 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
2566 <key>RequestedLocales</key>
2569 <string>en-US</string>
2576 <key>RequestedLocales</key>
2577 <string>de,en-US</string>
2585 "RequestedLocales": ["de", "en-US"]
2593 "RequestedLocales": "de,en-US"
2597 ### SanitizeOnShutdown (Selective)
2598 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
2600 Previously, these values were always locked. Starting with Firefox 74 and Firefox ESR 68.6, you can use the `Locked` option to either keep the values unlocked (set it to false), or lock only the values you set (set it to true). If you want the old behavior of locking everything, do not set `Locked` at all.
2602 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
2603 **CCK2 Equivalent:** N/A\
2604 **Preferences Affected:** `privacy.sanitize.sanitizeOnShutdown`,`privacy.clearOnShutdown.cache`,`privacy.clearOnShutdown.cookies`,`privacy.clearOnShutdown.downloads`,`privacy.clearOnShutdown.formdata`,`privacy.clearOnShutdown.history`,`privacy.clearOnShutdown.sessions`,`privacy.clearOnShutdown.siteSettings`,`privacy.clearOnShutdown.offlineApps`
2607 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
2608 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
2609 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
2610 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
2611 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
2612 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
2613 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
2614 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
2615 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
2620 <key>SanitizeOnShutdown</key>
2626 <key>Downloads</key>
2634 <key>SiteSettings</key>
2636 <key>OfflineApps</key>
2647 "SanitizeOnShutdown": {
2648 "Cache": true | false,
2649 "Cookies": true | false,
2650 "Downloads": true | false,
2651 "FormData": true | false,
2652 "History": true | false,
2653 "Sessions": true | false,
2654 "SiteSettings": true | false,
2655 "OfflineApps": true | false,
2656 "Locked": true | false
2661 ### SanitizeOnShutdown (All)
2662 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
2664 **Compatibility:** Firefox 60, Firefox ESR 60\
2665 **CCK2 Equivalent:** N/A\
2666 **Preferences Affected:** `privacy.sanitize.sanitizeOnShutdown`,`privacy.clearOnShutdown.cache`,`privacy.clearOnShutdown.cookies`,`privacy.clearOnShutdown.downloads`,`privacy.clearOnShutdown.formdata`,`privacy.clearOnShutdown.history`,`privacy.clearOnShutdown.sessions`,`privacy.clearOnShutdown.siteSettings`,`privacy.clearOnShutdown.offlineApps`
2669 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
2674 <key>SanitizeOnShutdown</key>
2682 "SanitizeOnShutdown": true | false
2687 Set whether or not search bar is displayed.
2689 **Compatibility:** Firefox 60, Firefox ESR 60\
2690 **CCK2 Equivalent:** `showSearchBar`\
2691 **Preferences Affected:** N/A
2695 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
2700 <key>SearchBar</key>
2701 <string>unified | separate</string>
2709 "SearchBar": "unified" | "separate"
2718 ### SearchEngines (This policy is only available on the ESR.)
2720 ### SearchEngines | Default
2722 Set the default search engine. This policy is only available on the ESR.
2724 **Compatibility:** Firefox ESR 60\
2725 **CCK2 Equivalent:** `defaultSearchEngine`\
2726 **Preferences Affected:** N/A
2730 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
2735 <key>SearchEngines</key>
2738 <string>NAME_OF_SEARCH_ENGINE</string>
2747 "Default": "NAME_OF_SEARCH_ENGINE"
2752 ### SearchEngines | PreventInstalls
2754 Prevent installing search engines from webpages.
2756 **Compatibility:** Firefox ESR 60\
2757 **CCK2 Equivalent:** `disableSearchEngineInstall`\
2758 **Preferences Affected:** N/A
2762 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
2767 <key>SearchEngines</key>
2769 <key>PreventInstalls</key>
2779 "PreventInstalls": true | false
2784 ### SearchEngines | Remove
2786 Hide built-in search engines. This policy is only available on the ESR.
2788 **Compatibility:** Firefox ESR 60.2\
2789 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
2790 **Preferences Affected:** N/A
2794 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
2799 <key>SearchEngines</key>
2803 <string>NAME_OF_SEARCH_ENGINE</string>
2813 "Remove": ["NAME_OF_SEARCH_ENGINE"]
2818 ### SearchEngines | Add
2820 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
2822 `Name` is the name of the search engine.
2824 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
2826 `Method` is either GET or POST
2828 `IconURL` is a URL for the icon to use.
2830 `Alias` is a keyword to use for the engine.
2832 `Description` is a description of the search engine.
2834 `PostData` is the POST data as name value pairs separated by &.
2836 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
2838 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68)\
2839 **CCK2 Equivalent:** `searchplugins`\
2840 **Preferences Affected:** N/A
2844 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
2845 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
2846 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
2847 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
2848 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
2849 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
2850 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
2851 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
2857 <key>SearchEngines</key>
2863 <string>Example1</string>
2864 <key>URLTemplate</key>
2865 <string>https://www.example.org/q={searchTerms}</string>
2867 <string>GET | POST </string>
2869 <string>https://www.example.org/favicon.ico</string>
2871 <string>example</string>
2872 <key>Description</key>
2873 <string>Example Description</string>
2874 <key>SuggestURLTemplate</key>
2875 <string>https://www.example.org/suggestions/q={searchTerms}</string>
2877 <string>name=value&q={searchTerms}</string>
2891 "URLTemplate": "https://www.example.org/q={searchTerms}",
2892 "Method": "GET" | "POST",
2893 "IconURL": "https://www.example.org/favicon.ico",
2895 "Description": "Description",
2896 "PostData": "name=value&q={searchTerms}",
2897 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
2904 ### SearchSuggestEnabled
2906 Enable search suggestions.
2908 **Compatibility:** Firefox 68, Firefox ESR 68\
2909 **CCK2 Equivalent:** N/A\
2910 **Preferences Affected:** `browser.urlbar.suggest.searches`,`browser.search.suggest.enabled`
2914 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
2919 <key>SearchSuggestEnabled</key>
2927 "SearchSuggestEnabled": true | false
2933 Install PKCS #11 modules.
2935 **Compatibility:** Firefox 64, Firefox ESR 60.4\
2936 **CCK2 Equivalent:** `certs.devices`\
2937 **Preferences Affected:** N/A
2941 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
2946 <key>SecurityDevices</key>
2948 <key>NAME_OF_DEVICE</key>
2949 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
2958 "SecurityDevices": {
2959 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
2966 Set and lock the maximum version of TLS.
2968 **Compatibility:** Firefox 66, Firefox ESR 60.6\
2969 **CCK2 Equivalent:** N/A\
2970 **Preferences Affected:** `security.tls.version.max`
2974 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
2979 <key>SSLVersionMax</key>
2980 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
2988 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
2994 Set and lock the minimum version of TLS.
2996 **Compatibility:** Firefox 66, Firefox ESR 60.6\
2997 **CCK2 Equivalent:** N/A\
2998 **Preferences Affected:** `security.tls.version.min`
3002 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
3007 <key>SSLVersionMin</key>
3008 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
3016 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
3021 Add a menuitem to the help menu for specifying support information.
3023 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
3024 **CCK2 Equivalent:** helpMenu\
3025 **Preferences Affected:** N/A
3029 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
3030 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
3031 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
3036 <key>SupportMenu</key>
3039 <string>SupportMenu</string>
3041 <string>http://example.com/support</string>
3042 <key>AccessKey</key>
3052 "Title": "Support Menu",
3053 "URL": "http://example.com/support",
3061 Prevent installing search engines from webpages.
3063 `WhatsNew` Remove the "What's New" icon and menuitem. (Firefox 75 only)
3065 `ExtensionRecommendations` Don't recommend extensions.
3067 `FeatureRecommendations` Don't recommend browser features.
3069 `UrlbarInterventions` Don't offer Firefox specific suggestions in the URL bar. (Firefox 75 only)
3071 **Compatibility:** Firefox 75, Firefox ESR 68.7\
3072 **CCK2 Equivalent:** N/A\
3073 **Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
3077 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
3078 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
3079 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
3080 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
3085 <key>UserMessaging</key>
3089 <key>ExtensionRecommendations</key>
3091 <key>FeatureRecommendations</key>
3093 <key>UrlbarInterventions</key>
3103 "WhatsNew": true | false,
3104 "ExtensionRecommendations": true | false,
3105 "FeatureRecommendations": true | false,
3106 "UrlbarInterventions": true | false
3112 Block 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.
3114 **Compatibility:** Firefox 60, Firefox ESR 60\
3115 **CCK2 Equivalent:** N/A\
3116 **Preferences Affected:** N/A
3120 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
3121 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
3126 <key>WebsiteFilter</key>
3130 <string><all_urls></string>
3132 <key>Exceptions</key>
3134 <string>http://example.org/*</string>
3145 "Block": ["<all_urls>"],
3146 "Exceptions": ["http://example.org/*"]