1 Policies can be specified using the [Group Policy templates on Windows](https://github.com/mozilla/policy-templates/tree/master/windows), [Intune on Windows](https://support.mozilla.org/kb/managing-firefox-intune), [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 or you can specify system-wide policy by placing the file in `/etc/firefox/policies`.
3 | Policy Name | Description
5 | **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed.
6 | **[`AllowedDomainsForApps`](#alloweddomainsforapps)** | Define domains allowed to access Google Workspace.
7 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
8 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
9 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
10 | **[`AutoLaunchProtocolsFromOrigins`](#autolaunchprotocolsfromorigins)** | Define a list of external protocols that can be used from listed origins without prompting the user.
11 | **[`BackgroundAppUpdate`](#backgroundappupdate)** | Enable or disable the background updater (Windows only).
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 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
23 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
24 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
25 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
26 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
27 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
28 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
29 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
30 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
31 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
32 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
33 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
34 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
35 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
36 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
37 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
38 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
39 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
40 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
41 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
42 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
43 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update.
44 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
45 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
46 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
47 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
48 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
49 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
50 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
51 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
52 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
53 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
54 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
55 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
56 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
57 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
58 | **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
59 | **[`Handlers`](#handlers)** | Configure default application handlers.
60 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
61 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
62 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
63 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
64 | **[`LegacySameSiteCookieBehaviorEnabled`](#legacysamesitecookiebehaviorenabled)** | Enable default legacy SameSite cookie behavior setting.
65 | **[`LegacySameSiteCookieBehaviorEnabledForDomainList`](#legacysamesitecookiebehaviorenabledfordomainlist)** | Revert to legacy SameSite behavior for cookies on specified sites.
66 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
67 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
68 | **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates..
69 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
70 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
71 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
72 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
73 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
74 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
75 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
76 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
77 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
78 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
79 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
80 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
81 | **[`Preferences`](#preferences)** | Set and lock preferences.
82 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
83 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
84 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
85 | **[`Proxy`](#proxy)** | Configure proxy settings.
86 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
87 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
88 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
89 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
90 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
91 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
92 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
93 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
94 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
95 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
96 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
97 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
98 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
99 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
100 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
101 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
102 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
103 | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
107 Allow WebExtensions to configure policy. For more information, see [Adding policy support to your extension](https://extensionworkshop.com/documentation/enterprise/adding-policy-support-to-your-extension/).
109 ### AllowedDomainsForApps
111 Define domains allowed to access Google Workspace.
113 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
115 If this policy is enabled, users can only access Google Workspace using accounts from the specified domains. If you want to allow Gmail, you can add ```consumer_accounts``` to the list.
117 **Compatibility:** Firefox 89, Firefox ESR 78.11\
118 **CCK2 Equivalent:** N/A\
119 **Preferences Affected:** N/A
123 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
125 #### Windows (Intune)
128 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
133 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
138 <key>AllowedDomainsForApps</key>
139 <string>managedfirefox.com,example.com</string>
146 "AllowedDomainsForApps": "managedfirefox.com,example.com"
152 Enable or disable **automatic** application update.
154 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
156 If set to false, application updates are downloaded but the user can choose when to install the update.
158 If you have disabled updates via `DisableAppUpdate`, this policy has no effect.
160 **Compatibility:** Firefox 75, Firefox ESR 68.7\
161 **CCK2 Equivalent:** N/A\
162 **Preferences Affected:** `app.update.auto`
166 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
168 #### Windows (Intune)
171 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
175 <enabled/> or <disabled/>
180 <key>AppAutoUpdate</key>
188 "AppAutoUpdate": true | false
194 Change the URL for application update if you are providing Firefox updates from a custom update server.
196 **Compatibility:** Firefox 62, Firefox ESR 60.2\
197 **CCK2 Equivalent:** N/A\
198 **Preferences Affected:** `app.update.url`
202 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
204 #### Windows (Intune)
207 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
212 <data id="AppUpdateURL" value="https://yoursite.com"/>
217 <key>AppUpdateURL</key>
218 <string>https://yoursite.com</string>
225 "AppUpdateURL": "https://yoursite.com"
231 Configure sites that support integrated authentication.
233 See [Integrated authentication](https://htmlpreview.github.io/?https://github.com/mdn/archived-content/blob/main/files/en-us/mozilla/integrated_authentication/raw.html) for more information.
235 `PrivateBrowsing` enables integrated authentication in private browsing.
237 **Compatibility:** Firefox 60, Firefox ESR 60 (AllowNonFQDN added in 62/60.2, AllowProxies added in 70/68.2, Locked added in 71/68.3, PrivateBrowsing added in 77/68.9)\
238 **CCK2 Equivalent:** N/A\
239 **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`,`network.auth.private-browsing-sso`
243 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
244 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
245 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
246 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
247 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
248 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
249 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
250 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
251 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
252 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
253 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
254 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
256 #### Windows (Intune)
259 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
264 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
268 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
273 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
277 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
282 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
286 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
291 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
292 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
296 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
300 <enabled/> or <disabled/>
304 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
308 <enabled/> or <disabled/>
313 <key>Authentication</key>
317 <string>mydomain.com</string>
318 <string>https://myotherdomain.com</string>
322 <string>mydomain.com</string>
323 <string>https://myotherdomain.com</string>
327 <string>mydomain.com</string>
328 <string>https://myotherdomain.com</string>
330 <key>AllowNonFQDN</key>
337 <key>AllowProxies</key>
346 <key>PrivateBrowsing</key>
356 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
357 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
358 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
360 "SPNEGO": true | false,
364 "SPNEGO": true | false,
367 "Locked": true | false,
368 "PrivateBrowsing": true | false
373 ### AutoLaunchProtocolsFromOrigins
374 Define a list of external protocols that can be used from listed origins without prompting the user. The origin is the scheme plus the hostname.
376 The syntax of this policy is exactly the same as the [Chrome AutoLaunchProtocolsFromOrigins policy](https://cloud.google.com/docs/chrome-enterprise/policies/?policy=AutoLaunchProtocolsFromOrigins) except that you can only use valid origins (not just hostnames). This also means that you cannot specify an asterisk for all origins.
402 **Compatibility:** Firefox 90, Firefox ESR 78.12\
403 **CCK2 Equivalent:** N/A\
404 **Preferences Affected:** N/A
407 Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ) =
411 "protocol": "zoommtg",
413 "https://somesite.zoom.us"
418 #### Windows (Intune)
421 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutoLaunchProtocolsFromOrigins
426 <data id="JSON" value='
429 "protocol": "zoommtg",
431 "https://somesite.zoom.us"
439 <key>AutoLaunchProtocolsFromOrigins</key>
443 <string>zoommtg</string>
444 <key>allowed_origins</key>
446 <string>https://somesite.zoom.us</string>
456 "AutoLaunchProtocolsFromOrigins": [{
457 "protocol": "zoommtg",
459 "https://somesite.zoom.us"
465 ### BackgroundAppUpdate
467 Enable or disable **automatic** application update **in the background**, when the application is not running.
469 If set to true, application updates may be installed (without user approval) in the background, even when the application is not running. The operating system might still require approval.
471 If set to false, the application will not try to install updates when the application is not running.
473 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppAutoUpdate`, this policy has no effect.
475 **Compatibility:** Firefox 90 (Windows only)\
476 **CCK2 Equivalent:** N/A\
477 **Preferences Affected:** `app.update.background.enabled`
481 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
483 #### Windows (Intune)
486 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
490 <enabled/> or <disabled/>
495 <key>BackgroundAppUpdate</key>
503 "BackgroundAppUpdate": true | false
509 Block access to the Add-ons Manager (about:addons).
511 **Compatibility:** Firefox 60, Firefox ESR 60\
512 **CCK2 Equivalent:** `disableAddonsManager`\
513 **Preferences Affected:** N/A
517 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
519 #### Windows (Intune)
522 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
526 <enabled/> or <disabled/>
531 <key>BlockAboutAddons</key>
539 "BlockAboutAddons": true | false
545 Block access to about:config.
547 **Compatibility:** Firefox 60, Firefox ESR 60\
548 **CCK2 Equivalent:** `disableAboutConfig`\
549 **Preferences Affected:** N/A
553 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
555 #### Windows (Intune)
558 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
562 <enabled/> or <disabled/>
567 <key>BlockAboutConfig</key>
575 "BlockAboutConfig": true | false
579 ### BlockAboutProfiles
581 Block access to About Profiles (about:profiles).
583 **Compatibility:** Firefox 60, Firefox ESR 60\
584 **CCK2 Equivalent:** `disableAboutProfiles`\
585 **Preferences Affected:** N/A
589 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
591 #### Windows (Intune)
594 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
598 <enabled/> or <disabled/>
603 <key>BlockAboutProfiles</key>
611 "BlockAboutProfiles": true | false
615 ### BlockAboutSupport
617 Block access to Troubleshooting Information (about:support).
619 **Compatibility:** Firefox 60, Firefox ESR 60\
620 **CCK2 Equivalent:** `disableAboutSupport`\
621 **Preferences Affected:** N/A
625 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
627 #### Windows (Intune)
630 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
634 <enabled/> or <disabled/>
639 <key>BlockAboutSupport</key>
647 "BlockAboutSupport": true | false
653 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
655 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.
657 If you want to clear all bookmarks set with this policy, you can set the value to an empty array (```[]```). This can be on Windows via the new Bookmarks (JSON) policy available with GPO and Intune.
659 **Compatibility:** Firefox 60, Firefox ESR 60\
660 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
661 **Preferences Affected:** N/A
665 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
666 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
667 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
668 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
669 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
671 Software\Policies\Mozilla\Firefox\Bookmarks (REG_MULTI_SZ) =
677 #### Windows (Intune)
680 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
685 <data id="BookmarkTitle" value="Example"/>
686 <data id="BookmarkURL" value="https://example.com"/>
687 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
688 <data id="BookmarkPlacement" value="toolbar | menu"/>
689 <data id="BookmarkFolder" value="FolderName"/>
693 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Bookmarks
698 <data id="JSON" value='[]'/>
707 <string>Example</string>
709 <string>https://example.com</string>
711 <string>https://example.com/favicon.ico</string>
713 <string>toolbar | menu</string>
715 <string>FolderName</string>
727 "URL": "https://example.com",
728 "Favicon": "https://example.com/favicon.ico",
729 "Placement": "toolbar" | "menu",
730 "Folder": "FolderName"
737 Enable or disable the detection of captive portals.
739 **Compatibility:** Firefox 67, Firefox ESR 60.7\
740 **CCK2 Equivalent:** N/A\
741 **Preferences Affected:** `network.captive-portal-service.enabled`
745 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
747 #### Windows (Intune)
750 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
754 <enabled/> or <disabled/>
759 <key>CaptivePortal</key>
767 "CaptivePortal": true | false
773 ### Certificates | ImportEnterpriseRoots
775 Trust certificates that have been added to the operating system certificate store by a user or administrator.
777 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
779 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
781 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
782 **CCK2 Equivalent:** N/A\
783 **Preferences Affected:** `security.enterprise_roots.enabled`
787 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
789 #### Windows (Intune)
792 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
796 <enabled/> or <disabled/>
801 <key>Certificates</key>
803 <key>ImportEnterpriseRoots</key>
813 "ImportEnterpriseRoots": true | false
818 ### Certificates | Install
820 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
823 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
824 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
826 - /Library/Application Support/Mozilla/Certificates
827 - ~/Library/Application Support/Mozilla/Certificates
829 - /usr/lib/mozilla/certificates
830 - /usr/lib64/mozilla/certificates
831 - ~/.mozilla/certificates
833 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.
835 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.
837 Certificates are installed using the trust string `CT,CT,`.
839 Binary (DER) and ASCII (PEM) certificates are both supported.
841 **Compatibility:** Firefox 64, Firefox ESR 64\
842 **CCK2 Equivalent:** `certs.ca`\
843 **Preferences Affected:** N/A
847 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
848 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
850 #### Windows (Intune)
853 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
858 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
863 <key>Certificates</key>
867 <string>cert1.der</string>
868 <string>/Users/username/cert2.pem</string>
878 "Install": ["cert1.der", "/home/username/cert2.pem"]
884 Configure cookie preferences.
886 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
888 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
890 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
892 `Behavior` sets the default behavior for cookies based on the values below.
894 `BehaviorPrivateBrowsing` sets the default behavior for cookies in private browsing based on the values below.
896 | Value | Description
898 | accept | Accept all cookies
899 | reject-foreign | Reject third party cookies
900 | reject | Reject all cookies
901 | limit-foreign | Reject third party cookies for sites you haven't visited
902 | reject-tracker | Reject cookies for known trackers (default)
903 | reject-tracker-and-partition-foreign | Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection) (default for private browsing)
905 `Default` (Deprecated) determines whether cookies are accepted at all.
907 `AcceptThirdParty` (Deprecated) determines how third-party cookies are handled.
909 `ExpireAtSessionEnd` determines when cookies expire.
911 `RejectTracker` (Deprecated) only rejects cookies for trackers.
913 `Locked` prevents the user from changing cookie preferences.
915 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker added in Firefox 63, AllowSession added in Firefox 79/78.1, Behavior added in Firefox 95/91.4)\
916 **CCK2 Equivalent:** N/A\
917 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
921 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
922 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
923 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
924 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
925 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
926 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
927 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
928 Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
929 Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
930 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
932 #### Windows (Intune)
935 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
940 <data id="Cookies_Allow" value="1https://example.com"/>
944 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
949 <data id="Cookies_Allow" value="1https://example.edu"/>
953 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
958 <data id="Cookies_Block" value="1https://example.org"/>
962 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
966 <enabled/> or <disabled/>
970 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
975 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
979 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
983 <enabled/> or <disabled/>
987 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
991 <enabled/> or <disabled/>
995 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
999 <enabled/> or <disabled/>
1003 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Behavior
1008 <data id="Cookies_Behavior" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_BehaviorPrivateBrowsing
1017 <data id="Cookies_BehaviorPrivateBrowsing" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1026 <string>http://example.com</string>
1028 <key>AllowSession</key>
1030 <string>http://example.edu</string>
1034 <string>http://example.org</string>
1038 <key>AcceptThirdParty</key>
1039 <string>always | never | from-visited</string>
1040 <key>ExpireAtSessionEnd</key>
1042 <key>RejectTracker</key>
1047 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1048 <key>BehaviorPrivateBrowsing</key>
1049 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1058 "Allow": ["http://example.org/"],
1059 "AllowSession": ["http://example.edu/"],
1060 "Block": ["http://example.edu/"],
1061 "Default": true | false,
1062 "AcceptThirdParty": "always" | "never" | "from-visited",
1063 "ExpireAtSessionEnd": true | false,
1064 "RejectTracker": true | false,
1065 "Locked": true | false,
1066 "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1067 "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1072 ### DisableSetDesktopBackground
1073 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
1075 **Compatibility:** Firefox 60, Firefox ESR 60\
1076 **CCK2 Equivalent:** `removeSetDesktopBackground`\
1077 **Preferences Affected:** N/A
1081 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
1083 #### Windows (Intune)
1086 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
1090 <enabled/> or <disabled/>
1095 <key>DisableSetDesktopBackground</key>
1103 "DisableSetDesktopBackground": true | false
1107 ### DisableMasterPasswordCreation
1108 Remove the master password functionality.
1110 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
1112 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
1114 **Compatibility:** Firefox 60, Firefox ESR 60\
1115 **CCK2 Equivalent:** `noMasterPassword`\
1116 **Preferences Affected:** N/A
1120 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
1122 #### Windows (Intune)
1125 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
1129 <enabled/> or <disabled/>
1134 <key>DisableMasterPasswordCreation</key>
1142 "DisableMasterPasswordCreation": true | false
1146 ### DefaultDownloadDirectory
1147 Set the default download directory.
1149 You can use ${home} for the native home directory.
1151 **Compatibility:** Firefox 68, Firefox ESR 68\
1152 **CCK2 Equivalent:** N/A\
1153 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1157 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1159 #### Windows (Intune)
1162 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1167 <data id="Preferences_String" value="${home}\Downloads"/>
1172 <key>DefaultDownloadDirectory</key>
1173 <string>${home}/Downloads</string>
1176 #### policies.json (macOS and Linux)
1180 "DefaultDownloadDirectory": "${home}/Downloads"
1183 #### policies.json (Windows)
1187 "DefaultDownloadDirectory": "${home}\\Downloads"
1190 ### DisableAppUpdate
1191 Turn off application updates within Firefox.
1193 **Compatibility:** Firefox 60, Firefox ESR 60\
1194 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1195 **Preferences Affected:** N/A
1199 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1201 #### Windows (Intune)
1204 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1208 <enabled/> or <disabled/>
1213 <key>DisableAppUpdate</key>
1221 "DisableAppUpdate": true | false
1225 ### DisableBuiltinPDFViewer
1226 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1228 **Compatibility:** Firefox 60, Firefox ESR 60\
1229 **CCK2 Equivalent:** `disablePDFjs`\
1230 **Preferences Affected:** `pdfjs.disabled`
1234 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1236 #### Windows (Intune)
1239 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1243 <enabled/> or <disabled/>
1248 <key>DisableBuiltinPDFViewer</key>
1256 "DisableBuiltinPDFViewer": true | false
1261 Disable specific cryptographic ciphers.
1263 **Preferences Affected:** `security.ssl3.dhe_rsa_aes_128_sha`, `security.ssl3.dhe_rsa_aes_256_sha`, `security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_rsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_rsa_aes_128_sha`, `security.ssl3.ecdhe_rsa_aes_256_sha`, `security.ssl3.rsa_aes_128_gcm_sha256`, `security.ssl3.rsa_aes_128_sha`, `security.ssl3.rsa_aes_256_gcm_sha384`, `security.ssl3.rsa_aes_256_sha`, `security.ssl3.rsa_des_ede3_sha`
1268 This policy was updated in Firefox 78 to allow enabling ciphers as well. Setting the value to true disables the cipher, setting the value to false enables the cipher. Previously setting the value to true or false disabled the cipher.
1271 **Compatibility:** Firefox 76, Firefox ESR 68.8 (TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 were added in Firefox 78)\
1272 **CCK2 Equivalent:** N/A\
1273 **Preferences Affected:** N/A
1277 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1278 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1279 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1280 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1281 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1282 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1283 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1284 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1285 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
1286 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1287 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
1289 #### Windows (Intune)
1292 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1293 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1294 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1295 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1296 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1297 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
1299 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
1300 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
1301 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
1302 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
1306 <enabled/> or <disabled/>
1311 <key>DisabledCiphers</key>
1313 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1315 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1317 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1319 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1321 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1323 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1325 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1327 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1329 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1331 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1333 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1342 "DisabledCiphers": {
1343 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1344 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1345 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1346 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1347 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1348 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1349 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1350 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1351 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false,
1352 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false,
1353 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1358 ### DisableDefaultBrowserAgent
1359 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1361 The browser agent is a Windows-only scheduled task which runs in the background to collect and submit data about the browser that the user has set as their OS default. More information is available [here](https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html).
1363 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1364 **CCK2 Equivalent:** N/A\
1365 **Preferences Affected:** N/A
1369 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1371 #### Windows (Intune)
1374 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1378 <enabled/> or <disabled/>
1384 "DisableDefaultBrowserAgent": true | false
1388 ### DisableDeveloperTools
1389 Remove access to all developer tools.
1391 **Compatibility:** Firefox 60, Firefox ESR 60\
1392 **CCK2 Equivalent:** `removeDeveloperTools`\
1393 **Preferences Affected:** `devtools.policy.disabled`
1397 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1399 #### Windows (Intune)
1402 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1406 <enabled/> or <disabled/>
1411 <key>DisableDeveloperTools</key>
1419 "DisableDeveloperTools": true | false
1423 ### DisableFeedbackCommands
1424 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1426 **Compatibility:** Firefox 60, Firefox ESR 60\
1427 **CCK2 Equivalent:** N/A\
1428 **Preferences Affected:** N/A
1432 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1434 #### Windows (Intune)
1437 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1441 <enabled/> or <disabled/>
1446 <key>DisableFeedbackCommands</key>
1454 "DisableFeedbackCommands": true | false
1458 ### DisableFirefoxAccounts
1459 Disable Firefox Accounts integration (Sync).
1461 **Compatibility:** Firefox 60, Firefox ESR 60\
1462 **CCK2 Equivalent:** `disableSync`\
1463 **Preferences Affected:** `identity.fxaccounts.enabled`
1467 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1469 #### Windows (Intune)
1472 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1476 <enabled/> or <disabled/>
1481 <key>DisableFirefoxAccounts</key>
1489 "DisableFirefoxAccounts": true | false
1493 ### DisableFirefoxScreenshots
1494 Remove access to Firefox Screenshots.
1496 **Compatibility:** Firefox 60, Firefox ESR 60\
1497 **CCK2 Equivalent:** N/A\
1498 **Preferences Affected:** `extensions.screenshots.disabled`
1502 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1504 #### Windows (Intune)
1507 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1511 <enabled/> or <disabled/>
1516 <key>DisableFirefoxScreenshots</key>
1524 "DisableFirefoxScreenshots": true | false
1528 ### DisableFirefoxStudies
1529 Disable Firefox studies (Shield).
1531 **Compatibility:** Firefox 60, Firefox ESR 60\
1532 **CCK2 Equivalent:** N/A\
1533 **Preferences Affected:** N/A
1537 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1539 #### Windows (Intune)
1542 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1546 <enabled/> or <disabled/>
1551 <key>DisableFirefoxStudies</key>
1559 "DisableFirefoxStudies": true | false
1563 ### DisableForgetButton
1564 Disable the "Forget" button.
1566 **Compatibility:** Firefox 60, Firefox ESR 60\
1567 **CCK2 Equivalent:** `disableForget`\
1568 **Preferences Affected:** N/A
1572 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1574 #### Windows (Intune)
1577 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1581 <enabled/> or <disabled/>
1586 <key>DisableForgetButton</key>
1594 "DisableForgetButton": true | false
1598 ### DisableFormHistory
1599 Turn off saving information on web forms and the search bar.
1601 **Compatibility:** Firefox 60, Firefox ESR 60\
1602 **CCK2 Equivalent:** `disableFormFill`\
1603 **Preferences Affected:** `browser.formfill.enable`
1607 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1609 #### Windows (Intune)
1612 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1616 <enabled/> or <disabled/>
1621 <key>DisableFormHistory</key>
1629 "DisableFormHistory": true | false
1633 ### DisablePasswordReveal
1634 Do not allow passwords to be shown in saved logins
1636 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1637 **CCK2 Equivalent:** N/A
1638 **Preferences Affected:** N/A
1642 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1644 #### Windows (Intune)
1647 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1651 <enabled/> or <disabled/>
1656 <key>DisablePasswordReveal</key>
1664 "DisablePasswordReveal": true | false
1669 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1671 **Compatibility:** Firefox 60, Firefox ESR 60\
1672 **CCK2 Equivalent:** `disablePocket`\
1673 **Preferences Affected:** `extensions.pocket.enabled`
1677 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1679 #### Windows (Intune)
1682 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1686 <enabled/> or <disabled/>
1691 <key>DisablePocket</key>
1699 "DisablePocket": true | false
1703 ### DisablePrivateBrowsing
1704 Remove access to private browsing.
1706 **Compatibility:** Firefox 60, Firefox ESR 60\
1707 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1708 **Preferences Affected:** N/A
1712 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1714 #### Windows (Intune)
1717 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1721 <enabled/> or <disabled/>
1726 <key>DisablePrivateBrowsing</key>
1734 "DisablePrivateBrowsing": true | false
1738 ### DisableProfileImport
1739 Disables the "Import data from another browser" option in the bookmarks window.
1741 **Compatibility:** Firefox 60, Firefox ESR 60\
1742 **CCK2 Equivalent:** N/A\
1743 **Preferences Affected:** N/A
1747 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1749 #### Windows (Intune)
1752 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1756 <enabled/> or <disabled/>
1761 <key>DisableProfileImport</key>
1769 "DisableProfileImport": true | false
1773 ### DisableProfileRefresh
1774 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.
1776 **Compatibility:** Firefox 60, Firefox ESR 60\
1777 **CCK2 Equivalent:** `disableResetFirefox`\
1778 **Preferences Affected:** `browser.disableResetPrompt`
1782 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1784 #### Windows (Intune)
1787 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1791 <enabled/> or <disabled/>
1796 <key>DisableProfileRefresh</key>
1804 "DisableProfileRefresh": true | false
1809 Disable safe mode within the browser.
1811 On Windows, this disables safe mode via the command line as well.
1813 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1814 **CCK2 Equivalent:** `disableSafeMode`\
1815 **Preferences Affected:** N/A
1819 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1821 #### Windows (Intune)
1824 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1828 <enabled/> or <disabled/>
1833 <key>DisableSafeMode</key>
1841 "DisableSafeMode": true | false
1845 ### DisableSecurityBypass
1846 Prevent the user from bypassing security in certain cases.
1848 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1850 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1852 **Compatibility:** Firefox 60, Firefox ESR 60\
1853 **CCK2 Equivalent:** N/A\
1854 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
1858 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1859 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1861 #### Windows (Intune)
1864 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1868 <enabled/> or <disabled/>
1872 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1876 <enabled/> or <disabled/>
1882 <key>DisableSecurityBypass</key>
1884 <key>InvalidCertificate</key>
1886 <key>SafeBrowsing</key>
1895 "DisableSecurityBypass": {
1896 "InvalidCertificate": true | false,
1897 "SafeBrowsing": true | false
1902 ### DisableSystemAddonUpdate
1903 Prevent system add-ons from being installed or update.
1905 **Compatibility:** Firefox 60, Firefox ESR 60\
1906 **CCK2 Equivalent:** N/A\
1907 **Preferences Affected:** N/A
1911 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1913 #### Windows (Intune)
1916 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1920 <enabled/> or <disabled/>
1925 <key>DisableSystemAddonUpdate</key>
1933 "DisableSystemAddonUpdate": true | false
1937 ### DisableTelemetry
1938 Prevent the upload of telemetry data.
1940 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
1942 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1944 **Compatibility:** Firefox 60, Firefox ESR 60\
1945 **CCK2 Equivalent:** `disableTelemetry`\
1946 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
1950 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1952 #### Windows (Intune)
1955 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1959 <enabled/> or <disabled/>
1964 <key>DisableTelemetry</key>
1972 "DisableTelemetry": true | false
1976 ### DisplayBookmarksToolbar
1977 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1979 **Compatibility:** Firefox 60, Firefox ESR 60\
1980 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1981 **Preferences Affected:** N/A
1985 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1987 #### Windows (Intune)
1990 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1994 <enabled/> or <disabled/>
1999 <key>DisplayBookmarksToolbar</key>
2007 "DisplayBookmarksToolbar": true | false
2012 Set the state of the menubar.
2014 `always` means the menubar is shown and cannot be hidden.
2016 `never` means the menubar is hidden and cannot be shown.
2018 `default-on` means the menubar is on by default but can be hidden.
2020 `default-off` means the menubar is off by default but can be shown.
2022 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
2023 **CCK2 Equivalent:** `displayMenuBar`\
2024 **Preferences Affected:** N/A
2028 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
2030 #### Windows (Intune)
2033 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2038 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2043 <key>DisplayMenuBar</key>
2044 <string>always | never | default-on | default-off</string>
2051 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2055 ### DisplayMenuBar (Deprecated)
2056 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
2058 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
2059 **CCK2 Equivalent:** `displayMenuBar`\
2060 **Preferences Affected:** N/A
2064 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
2069 <key>DisplayMenuBar</key>
2077 "DisplayMenuBar": true | false
2082 Configure DNS over HTTPS.
2084 `Enabled` determines whether DNS over HTTPS is enabled
2086 `ProviderURL` is a URL to another provider.
2088 `Locked` prevents the user from changing DNS over HTTPS preferences.
2090 `ExcludedDomains` excludes domains from DNS over HTTPS.
2092 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
2093 **CCK2 Equivalent:** N/A\
2094 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2098 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2099 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2100 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2101 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2103 #### Windows (Intune)
2106 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2110 <enabled/> or <disabled/>
2114 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2119 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2123 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2127 <enabled/> or <disabled/>
2131 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2136 <data id="List" value="1example.com"/>
2141 <key>DNSOverHTTPS</key>
2145 <key>ProviderURL</key>
2146 <string>URL_TO_ALTERNATE_PROVIDER</string>
2149 <key>ExcludedDomains</key>
2151 <string>example.com</string>
2161 "Enabled": true | false,
2162 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2163 "Locked": true | false,
2164 "ExcludedDomains": ["example.com"]
2169 ### DontCheckDefaultBrowser
2170 Don't check if Firefox is the default browser at startup.
2172 **Compatibility:** Firefox 60, Firefox ESR 60\
2173 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2174 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2178 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2180 #### Windows (Intune)
2183 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2187 <enabled/> or <disabled/>
2192 <key>DontCheckDefaultBrowser</key>
2200 "DontCheckDefaultBrowser": true | false
2204 ### DownloadDirectory
2205 Set and lock the download directory.
2207 You can use ${home} for the native home directory.
2209 **Compatibility:** Firefox 68, Firefox ESR 68\
2210 **CCK2 Equivalent:** N/A\
2211 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2215 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2217 #### Windows (Intune)
2220 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2225 <data id="Preferences_String" value="${home}\Downloads"/>
2230 <key>DownloadDirectory</key>
2231 <string>${home}/Downloads</string>
2234 #### policies.json (macOS and Linux)
2238 "DownloadDirectory": "${home}/Downloads"
2241 #### policies.json (Windows)
2245 "DownloadDirectory": "${home}\\Downloads"
2248 ### EnableTrackingProtection
2249 Configure tracking protection.
2251 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.
2253 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2255 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.
2257 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2259 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2261 `Exceptions` are origins for which tracking protection is not enabled.
2263 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2264 **CCK2 Equivalent:** N/A\
2265 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2269 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2270 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2271 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2272 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2273 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2275 #### Windows (Intune)
2278 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2282 <enabled/> or <disabled/>
2286 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2290 <enabled/> or <disabled/>
2294 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2298 <enabled/> or <disabled/>
2302 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2306 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2310 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2314 <enabled/> or <disabled/>
2319 <key>EnableTrackingProtection</key>
2325 <key>Cryptomining</key>
2327 <key>Fingerprinting</key>
2329 <key>Exceptions</key>
2331 <string>https://example.com</string>
2340 "EnableTrackingProtection": {
2341 "Value": true | false,
2342 "Locked": true | false,
2343 "Cryptomining": true | false,
2344 "Fingerprinting": true | false,
2345 "Exceptions": ["https://example.com"]
2350 ### EncryptedMediaExtensions
2351 Enable or disable Encrypted Media Extensions and optionally lock it.
2353 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2355 If `Locked` is set to true and `Enabled` is set to false, Firefox will not download encrypted media extensions (like Widevine) or ask the user to install them.
2357 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2358 **CCK2 Equivalent:** N/A\
2359 **Preferences Affected:** `media.eme.enabled`
2363 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2364 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2366 #### Windows (Intune)
2369 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2370 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2374 <enabled/>or <disabled/>
2379 <key>EncryptedMediaExtensions</key>
2392 "EncryptedMediaExtensions": {
2393 "Enabled": true | false,
2394 "Locked": true | false
2399 ### EnterprisePoliciesEnabled
2400 Enable policy support on macOS.
2402 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2403 **CCK2 Equivalent:** N/A\
2404 **Preferences Affected:** N/A
2409 <key>EnterprisePoliciesEnabled</key>
2414 Control the installation, uninstallation and locking of extensions.
2416 While this policy is not technically deprecated, it is recommended that you use the **[`ExtensionSettings`](#extensionsettings)** policy. It has the same functionality and adds more. It does not support native paths, though, so you'll have to use file:/// URLs.
2418 `Install` is a list of URLs or native paths for extensions to be installed.
2420 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2422 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2424 **Compatibility:** Firefox 60, Firefox ESR 60\
2425 **CCK2 Equivalent:** `addons`\
2426 **Preferences Affected:** N/A
2430 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2431 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2432 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2433 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2435 #### Windows (Intune)
2438 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2443 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2447 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2452 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2456 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2461 <data id="Extensions" value="1addon_id@mozilla.org"/>
2466 <key>Extensions</key>
2470 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2471 <string>//path/to/xpi</string>
2473 <key>Uninstall</key>
2475 <string>bad_addon_id@mozilla.org</string>
2479 <string>addon_id@mozilla.org</string>
2489 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2490 "Uninstall": ["bad_addon_id@mozilla.org"],
2491 "Locked": ["addon_id@mozilla.org"]
2496 ### ExtensionSettings
2497 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.
2499 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.
2501 To obtain an extension ID, install the extension and go to about:support. You will see the ID in the Extensions section. I've also created an extension that makes it easy to find the ID of extensions on AMO. You can download it [here](https://github.com/mkaply/queryamoid/releases/tag/v0.1).
2503 The configuration for each extension is another dictionary that can contain the fields documented below.
2505 | Name | Description |
2507 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2508 | `allowed` | Allows the extension to be installed by the user. This is the default behavior. There is no need for an install_url; it will automatically be allowed based on the ID.
2509 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2510 | `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.
2511 | `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.
2512 | `install_url`| Maps to a URL indicating where Firefox can download a force_installed or normal_installed extension. If installing from the local file system, use a [```file:///``` URL](https://en.wikipedia.org/wiki/File_URI_scheme). 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. Languages packs are available from https://releases.mozilla.org/pub/firefox/releases/VERSION/PLATFORM/xpi/LANGUAGE.xpi. If you need to update the extension, you can change the name of the extension and it will be automatically updated. Extensions installed from file URLs will additional be updated when their internal version changes.
2513 | `install_sources` | A list of sources from which installing extensions is allowed. **This is unnecessary if you are only allowing the installation of certain extensions by ID.** 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.
2514 | `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", "locale" This setting can be used only for the default configuration.
2515 | `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. This setting can be used only for the default configuration.
2516 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2517 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2519 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2520 **CCK2 Equivalent:** N/A\
2521 **Preferences Affected:** N/A
2524 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2528 "blocked_install_message": "Custom error message.",
2529 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2530 "installation_mode": "blocked",
2531 "allowed_types": ["extension"]
2533 "uBlock0@raymondhill.net": {
2534 "installation_mode": "force_installed",
2535 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2537 "https-everywhere@eff.org": {
2538 "installation_mode": "allowed"
2542 #### Windows (Intune)
2545 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2550 <data id="ExtensionSettings" value='
2553 "blocked_install_message": "Custom error message.",
2554 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2555 "installation_mode": "blocked",
2556 "allowed_types": ["extension"]
2558 "uBlock0@raymondhill.net": {
2559 "installation_mode": "force_installed",
2560 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2562 "https-everywhere@eff.org": {
2563 "installation_mode": "allowed"
2570 <key>ExtensionSettings</key>
2574 <key>blocked_install_message</key>
2575 <string>Custom error message.</string>
2576 <key>install_sources</key>
2578 <string>about:addons</string>
2579 <string>https://addons.mozilla.org/</string>
2581 <key>installation_mode</key>
2582 <string>blocked</string>
2583 <key>allowed_types</key>
2585 <string>extension</string>
2588 <key>uBlock0@raymondhill.net</key>
2590 <key>installation_mode</key>
2591 <string>force_installed</string>
2592 <key>install_url</key>
2593 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2595 <key>https-everywhere@eff.org</key>
2597 <key>installation_mode</key>
2598 <string>allowed</string>
2607 "ExtensionSettings": {
2609 "blocked_install_message": "Custom error message.",
2610 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2611 "installation_mode": "blocked",
2612 "allowed_types": ["extension"]
2614 "uBlock0@raymondhill.net": {
2615 "installation_mode": "force_installed",
2616 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2618 "https-everywhere@eff.org": {
2619 "installation_mode": "allowed"
2626 Control extension updates.
2628 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2629 **CCK2 Equivalent:** N/A\
2630 **Preferences Affected:** `extensions.update.enabled`
2634 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2636 #### Windows (Intune)
2639 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2643 <enabled/> or <disabled/>
2648 <key>ExtensionUpdate</key>
2656 "ExtensionUpdate": true | false
2661 Customize the Firefox Home page.
2663 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4)
2664 **CCK2 Equivalent:** N/A\
2665 **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`, `browser.newtabpage.activity-stream.showSponsoredTopSites`, `browser.newtabpage.activity-stream.showSponsored`
2669 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2670 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2671 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
2672 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2673 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2674 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
2675 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2676 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2678 #### Windows (Intune)
2681 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2686 <data id="FirefoxHome_Search" value="true | false"/>
2687 <data id="FirefoxHome_TopSites" value="true | false"/>
2688 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
2689 <data id="FirefoxHome_Highlights" value="true | false"/>
2690 <data id="FirefoxHome_Pocket" value="true | false"/>
2691 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
2692 <data id="FirefoxHome_Snippets" value="true | false"/>
2693 <data id="FirefoxHome_Locked" value="true | false"/>
2698 <key>FirefoxHome</key>
2704 <key>SponsoredTopSites</key>
2706 <key>Highlights</key>
2710 <key>SponsoredPocket</key>
2724 "Search": true | false,
2725 "TopSites": true | false,
2726 "SponsoredTopSites": true | false,
2727 "Highlights": true | false,
2728 "Pocket": true | false,
2729 "SponsoredPocket": true | false,
2730 "Snippets": true | false,
2731 "Locked": true | false
2736 ### FlashPlugin (Deprecated)
2737 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2739 `Allow` is a list of origins where Flash are allowed.
2741 `Block` is a list of origins where Flash is not allowed.
2743 `Default` determines whether or not Flash is allowed by default.
2745 `Locked` prevents the user from changing Flash preferences.
2747 **Compatibility:** Firefox 60, Firefox ESR 60\
2748 **CCK2 Equivalent:** `permissions.plugin`\
2749 **Preferences Affected:** `plugin.state.flash`
2753 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2754 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2755 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2756 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2758 #### Windows (Intune)
2761 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2766 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2770 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2774 <enabled/> or <disabled/>
2778 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2782 <enabled/> or <disabled/>
2787 <key>FlashPlugin</key>
2791 <string>http://example.org</string>
2795 <string>http://example.edu</string>
2809 "Allow": ["http://example.org/"],
2810 "Block": ["http://example.edu/"],
2811 "Default": true | false,
2812 "Locked": true | false
2818 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2820 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2822 Within each handler type, you specify the given mimeType/extension/scheme as a key and use the following subkeys to describe how it is handled.
2824 | Name | Description |
2826 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2827 | `ask` | If `true`, the user is asked if what they want to do with the file. If `false`, the action is taken without user intervention.
2828 | `handlers` | An array of handlers with the first one being the default. If you don't want to have a default handler, use an empty object for the first handler. Choose between path or uriTemplate.
2829 | `name` | The display name of the handler (might not be used).
2830 | `path`| The native path to the executable to be used.
2831 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2833 **Compatibility:** Firefox 78, Firefox ESR 78\
2834 **CCK2 Equivalent:** N/A\
2835 **Preferences Affected:** N/A
2838 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
2842 "application/msword": {
2843 "action": "useSystemDefault",
2849 "action": "useHelperApp",
2850 "ask": true | false,
2853 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2859 "action": "useHelperApp",
2860 "ask": true | false,
2862 "name": "Adobe Acrobat",
2863 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2869 #### Windows (Intune)
2872 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2877 <data id="Handlers" value='
2880 "application/msword": {
2881 "action": "useSystemDefault",
2887 "action": "useHelperApp",
2888 "ask": true | false,
2891 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2897 "action": "useHelperApp",
2898 "ask": true | false,
2900 "name": "Adobe Acrobat",
2901 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2913 <key>mimeTypes</key>
2915 <key>application/msword</key>
2918 <string>useSystemDefault</string>
2928 <string>useHelperApp</string>
2935 <string>Gmail</string>
2936 <key>uriTemplate</key>
2937 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2942 <key>extensions</key>
2947 <string>useHelperApp</string>
2954 <string>Adobe Acrobat</string>
2956 <string>/System/Applications/Preview.app</string>
2970 "application/msword": {
2971 "action": "useSystemDefault",
2977 "action": "useHelperApp",
2978 "ask": true | false,
2981 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2987 "action": "useHelperApp",
2988 "ask": true | false,
2990 "name": "Adobe Acrobat",
2991 "path": "/usr/bin/acroread"
2999 ### HardwareAcceleration
3000 Control hardware acceleration.
3002 **Compatibility:** Firefox 60, Firefox ESR 60\
3003 **CCK2 Equivalent:** N/A\
3004 **Preferences Affected:** `layers.acceleration.disabled`
3008 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3010 #### Windows (Intune)
3013 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3017 <enabled/> or <disabled/>
3022 <key>HardwareAcceleration</key>
3030 "HardwareAcceleration": true | false
3035 Configure the default homepage and how Firefox starts.
3037 `URL` is the default homepage.
3039 `Locked` prevents the user from changing homepage preferences.
3041 `Additional` allows for more than one homepage.
3043 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3045 With Firefox 78, an additional option as added for `Startpage`, `homepage-locked`. If this is value is set for the Startpage, the user will always get the homepage at startup and cannot choose to restore their session.
3047 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3048 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3049 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3053 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3054 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3055 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3056 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3057 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3059 #### Windows (Intune)
3062 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3068 <data id="HomepageURL" value="https://example.com"/>
3069 <data id="HomepageLocked" value="true | false"/>
3073 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3079 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
3083 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3089 <data id="StartPage" value="none | homepage | previous-session"/>
3097 <string>http://example.com</string>
3100 <key>Additional</key>
3102 <string>http://example.org</string>
3103 <string>http://example.edu</string>
3105 <key>StartPage</key>
3106 <string>none | homepage | previous-session | homepage-locked</string>
3115 "URL": "http://example.com/",
3116 "Locked": true | false,
3117 "Additional": ["http://example.org/",
3118 "http://example.edu/"],
3119 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3124 ### InstallAddonsPermission
3125 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.
3127 `Allow` is a list of origins where extension installs are allowed.
3129 `Default` determines whether or not extension installs are allowed by default.
3131 **Compatibility:** Firefox 60, Firefox ESR 60\
3132 **CCK2 Equivalent:** `permissions.install`\
3133 **Preferences Affected:** `xpinstall.enabled`
3137 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3138 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3139 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3141 #### Windows (Intune)
3144 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3149 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3153 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3162 <key>InstallAddonsPermission</key>
3166 <string>http://example.org</string>
3167 <string>http://example.edu</string>
3178 "InstallAddonsPermission": {
3179 "Allow": ["http://example.org/",
3180 "http://example.edu/"],
3181 "Default": true | false
3187 Disable the feature enforcing a separate profile for each installation.
3189 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.
3191 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3193 This policy only work on Windows via GPO (not policies.json).
3195 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3196 **CCK2 Equivalent:** N/A\
3197 **Preferences Affected:** N/A
3201 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3203 #### Windows (Intune)
3206 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3210 <enabled/> or <disabled/>
3212 ### LegacySameSiteCookieBehaviorEnabled
3213 Enable default legacy SameSite cookie behavior setting.
3215 If this policy is set to true, it to revert all cookies to legacy SameSite behavior.
3217 **Compatibility:** Firefox 96\
3218 **CCK2 Equivalent:** N/A\
3219 **Preferences Affected:** N/A
3223 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = = 0x1 | 0x0
3225 #### Windows (Intune)
3228 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabled
3232 <enabled/> or <disabled/>
3237 <key>LegacySameSiteCookieBehaviorEnabled</key>
3245 "LegacySameSiteCookieBehaviorEnabled": true | false
3248 ### LegacySameSiteCookieBehaviorEnabledForDomainList
3249 Revert to legacy SameSite behavior for cookies on specified sites.
3251 If this policy is set to true, cookies set for domains in this list will revert to legacy SameSite behavior.
3253 **Compatibility:** Firefox 96\
3254 **CCK2 Equivalent:** N/A\
3255 **Preferences Affected:** N/A
3259 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\1 = "example.org"
3260 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\2 = "example.edu"
3262 #### Windows (Intune)
3265 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabledForDomainList
3270 <data id="LegacySameSiteCookieBehaviorEnabledForDomainList" value="1example.org2example.edu"/>
3275 <key>LegacySameSiteCookieBehaviorEnabledForDomainList</key>
3277 <string>example.org</string>
3278 <string>example.edu</string>
3286 "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org",
3292 Enable linking to local files by origin.
3294 **Compatibility:** Firefox 68, Firefox ESR 68\
3295 **CCK2 Equivalent:** N/A\
3296 **Preferences Affected:** `capability.policy.localfilelinks.*`
3300 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3301 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3303 #### Windows (Intune)
3306 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3311 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3316 <key>LocalFileLinks</key>
3318 <string>http://example.org</string>
3319 <string>http://example.edu</string>
3327 "LocalFileLinks": ["http://example.org/",
3328 "http://example.edu/"]
3332 ### ManagedBookmarks
3333 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3335 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3337 The syntax of this policy is exactly the same as the [Chrome ManagedBookmarks policy](https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ManagedBookmarks). The schema is:
3341 "id": "BookmarkType",
3345 "$ref": "BookmarkType"
3364 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3365 **CCK2 Equivalent:** N/A\
3366 **Preferences Affected:** N/A
3369 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3373 "toplevel_name": "My managed bookmarks folder"
3376 "url": "example.com",
3380 "name": "Mozilla links",
3383 "url": "https://mozilla.org",
3384 "name": "Mozilla.org"
3387 "url": "https://support.mozilla.org/",
3394 #### Windows (Intune)
3397 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3402 <data id="JSON" value='
3405 "toplevel_name": "My managed bookmarks folder"
3408 "url": "example.com",
3412 "name": "Mozilla links",
3415 "url": "https://mozilla.org",
3416 "name": "Mozilla.org"
3419 "url": "https://support.mozilla.org/",
3429 <key>ManagedBookmarks</key>
3432 <key>toplevel_name</key>
3433 <string>My managed bookmarks folder</string>
3436 <string>example.com</string>
3438 <string>Example</string>
3442 <string>Mozilla links</string>
3447 <string>https://mozilla.org</string>
3449 <string>Mozilla</string>
3453 <string>https://support.mozilla.org/</string>
3455 <string>SUMO</string>
3466 "ManagedBookmarks": [
3468 "toplevel_name": "My managed bookmarks folder"
3471 "url": "example.com",
3475 "name": "Mozilla links",
3478 "url": "https://mozilla.org",
3479 "name": "Mozilla.org"
3482 "url": "https://support.mozilla.org/",
3491 ### ManualAppUpdateOnly
3493 Switch to manual updates only.
3495 If this policy is enabled:
3496 1. The user will never be prompted to install updates
3497 2. Firefox will not check for updates in the background, though it will check automatically when an update UI is displayed (such as the one in the About dialog). This check will be used to show "Update to version X" in the UI, but will not automatically download the update or prompt the user to update in any other way.
3498 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3500 This policy is primarily intended for advanced end users, not for enterprises.
3502 **Compatibility:** Firefox 87\
3503 **CCK2 Equivalent:** N/A\
3504 **Preferences Affected:** N/A
3510 "ManualAppUpdateOnly": true | false
3514 ### NetworkPrediction
3515 Enable or disable network prediction (DNS prefetching).
3517 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3518 **CCK2 Equivalent:** N/A\
3519 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
3523 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3525 #### Windows (Intune)
3528 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3532 <enabled/> or <disabled/>
3537 <key>NetworkPrediction</key>
3545 "NetworkPrediction": true | false
3549 Enable or disable the New Tab page.
3551 **Compatibility:** Firefox 68, Firefox ESR 68\
3552 **CCK2 Equivalent:** N/A\
3553 **Preferences Affected:** `browser.newtabpage.enabled`
3557 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3559 #### Windows (Intune)
3562 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3566 <enabled/> or <disabled/>
3571 <key>NewTabPage</key>
3579 "NewTabPage": true | false
3582 ### NoDefaultBookmarks
3583 Disable the creation of default bookmarks.
3585 This policy is only effective if the user profile has not been created yet.
3587 **Compatibility:** Firefox 60, Firefox ESR 60\
3588 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3589 **Preferences Affected:** N/A
3593 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3595 #### Windows (Intune)
3598 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3602 <enabled/> or <disabled/>
3607 <key>NoDefaultBookmarks</key>
3615 "NoDefaultBookmarks": true | false
3619 ### OfferToSaveLogins
3620 Control whether or not Firefox offers to save passwords.
3622 **Compatibility:** Firefox 60, Firefox ESR 60\
3623 **CCK2 Equivalent:** `dontRememberPasswords`\
3624 **Preferences Affected:** `signon.rememberSignons`
3628 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3630 #### Windows (Intune)
3633 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3637 <enabled/> or <disabled/>
3642 <key>OfferToSaveLogins</key>
3650 "OfferToSaveLogins": true | false
3654 ### OfferToSaveLoginsDefault
3655 Sets the default value of signon.rememberSignons without locking it.
3657 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3658 **CCK2 Equivalent:** `dontRememberPasswords`\
3659 **Preferences Affected:** `signon.rememberSignons`
3663 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3665 #### Windows (Intune)
3668 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3672 <enabled/> or <disabled/>
3677 <key>OfferToSaveLoginsDefault</key>
3685 "OfferToSaveLoginsDefault": true | false
3689 ### OverrideFirstRunPage
3690 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
3692 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
3694 **Compatibility:** Firefox 60, Firefox ESR 60\
3695 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3696 **Preferences Affected:** `startup.homepage_welcome_url`
3700 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3702 #### Windows (Intune)
3705 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3710 <data id="OverridePage" value="https://example.com"/>
3715 <key>OverrideFirstRunPage</key>
3716 <string>http://example.org</string>
3723 "OverrideFirstRunPage": "http://example.org"
3727 ### OverridePostUpdatePage
3728 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
3730 **Compatibility:** Firefox 60, Firefox ESR 60\
3731 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3732 **Preferences Affected:** `startup.homepage_override_url`
3736 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3738 #### Windows (Intune)
3741 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3746 <data id="OverridePage" value="https://example.com"/>
3751 <key>OverridePostUpdatePage</key>
3752 <string>http://example.org</string>
3759 "OverridePostUpdatePage": "http://example.org"
3763 ### PasswordManagerEnabled
3764 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3766 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3767 **CCK2 Equivalent:** N/A\
3768 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3772 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3774 #### Windows (Intune)
3777 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3781 <enabled/> or <disabled/>
3786 <key>PasswordManagerEnabled</key>
3794 "PasswordManagerEnabled": true | false
3799 Disable or configure PDF.js, the built-in PDF viewer.
3801 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3803 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3805 Note: DisableBuiltinPDFViewer has not been deprecated. You can either continue to use it, or switch to using PDFjs->Enabled to disable the built-in PDF viewer. This new permission was added because we needed a place for PDFjs->EnabledPermissions.
3807 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3808 **CCK2 Equivalent:** N/A\
3809 **Preferences Affected:** `pdfjs.diabled`, `pdfjs.enablePermissions`
3813 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3814 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3816 #### Windows (Intune)
3819 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3820 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3824 <enabled/>or <disabled/>
3833 <key>EnablePermissions</key>
3843 "Enabled": true | false,
3844 "EnablePermissions": true | false
3850 Set permissions associated with camera, microphone, location, notifications, autoplay, and virtual reality. Because these are origins, not domains, entries with unique ports must be specified separately. This explicitly means that it is not possible to add wildcards. See examples below.
3852 `Allow` is a list of origins where the feature is allowed.
3854 `Block` is a list of origins where the feature is not allowed.
3856 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3858 `Locked` prevents the user from changing preferences for the feature.
3860 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3862 **Compatibility:** Firefox 62, Firefox ESR 60.2 (Autoplay added in Firefox 74, Firefox ESR 68.6, Autoplay Default/Locked added in Firefox 76, Firefox ESR 68.8, VirtualReality added in Firefox 80, Firefox ESR 78.2)\
3863 **CCK2 Equivalent:** N/A\
3864 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
3868 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3869 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3870 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3871 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3872 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3873 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3874 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3875 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3876 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3877 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3878 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3879 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3880 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3881 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3882 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3883 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3884 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3885 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3886 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3887 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3888 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3889 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
3890 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
3891 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
3892 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
3894 #### Windows (Intune)
3897 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3901 <enabled/> or <disabled/>
3905 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3909 <enabled/> or <disabled/>
3913 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3918 <data id="Permissions" value="1https://example.org"/>
3922 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3926 <enabled/> or <disabled/>
3930 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3934 <enabled/> or <disabled/>
3938 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3943 <data id="Permissions" value="1https://example.org"/>
3947 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3952 <data id="Permissions" value="1https://example.edu"/>
3956 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3961 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3965 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3969 <enabled/> or <disabled/>
3973 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
3978 <data id="Permissions" value="1https://example.org"/>
3982 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
3987 <data id="Permissions" value="1https://example.edu"/>
3991 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
3995 <enabled/> or <disabled/>
3999 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
4003 <enabled/> or <disabled/>
4008 <key>Permissions</key>
4014 <string>https://example.org</string>
4015 <string>https://example.org:1234</string>
4019 <string>https://example.edu</string>
4021 <key>BlockNewRequests</key>
4026 <key>Microphone</key>
4030 <string>https://example.org</string>
4034 <string>https://example.edu</string>
4036 <key>BlockNewRequests</key>
4045 <string>https://example.org</string>
4049 <string>https://example.edu</string>
4051 <key>BlockNewRequests</key>
4056 <key>Notifications</key>
4060 <string>https://example.org</string>
4064 <string>https://example.edu</string>
4066 <key>BlockNewRequests</key>
4075 <string>https://example.org</string>
4079 <string>https://example.edu</string>
4082 <string>allow-audio-video | block-audio | block-audio-video</string>
4095 "Allow": ["https://example.org","https://example.org:1234"],
4096 "Block": ["https://example.edu"],
4097 "BlockNewRequests": true | false,
4098 "Locked": true | false
4101 "Allow": ["https://example.org"],
4102 "Block": ["https://example.edu"],
4103 "BlockNewRequests": true | false,
4104 "Locked": true | false
4107 "Allow": ["https://example.org"],
4108 "Block": ["https://example.edu"],
4109 "BlockNewRequests": true | false,
4110 "Locked": true | false
4113 "Allow": ["https://example.org"],
4114 "Block": ["https://example.edu"],
4115 "BlockNewRequests": true | false,
4116 "Locked": true | false
4119 "Allow": ["https://example.org"],
4120 "Block": ["https://example.edu"],
4121 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
4122 "Locked": true | false
4128 ### PictureInPicture
4130 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
4132 **Compatibility:** Firefox 78, Firefox ESR 78\
4133 **CCK2 Equivalent:** N/A\
4134 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
4138 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
4139 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
4142 #### Windows (Intune)
4145 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
4146 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
4150 <enabled/> or <disabled/>
4155 <key>PictureInPicture</key>
4168 "PictureInPicture": {
4169 "Enabled": true | false,
4170 "Locked": true | false
4176 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
4178 `Allow` is a list of origins where popup-windows are allowed.
4180 `Default` determines whether or not pop-up windows are allowed by default.
4182 `Locked` prevents the user from changing pop-up preferences.
4184 **Compatibility:** Firefox 60, Firefox ESR 60\
4185 **CCK2 Equivalent:** `permissions.popup`\
4186 **Preferences Affected:** `dom.disable_open_during_load`
4190 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
4191 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
4192 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
4193 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4195 #### Windows (Intune)
4198 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4203 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4207 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4211 <enabled/> or <disabled/>
4215 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4219 <enabled/> or <disabled/>
4224 <key>PopupBlocking</key>
4228 <string>http://example.org</string>
4229 <string>http://example.edu</string>
4243 "Allow": ["http://example.org/",
4244 "http://example.edu/"],
4245 "Default": true | false,
4246 "Locked": true | false
4252 Set and lock preferences.
4254 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
4256 Previously you could only set and lock a subset of preferences. Starting with Firefox 81 and Firefox ESR 78.3 you can set many more preferences. You can also set default preferences, user preferences and you can clear preferences.
4258 Preferences that start with the following prefixes are supported:
4261 app.update.* (Firefox 86, Firefox 78.8)
4263 datareporting.policy.
4266 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4267 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4271 keyword.enabled (Firefox 95, Firefox ESR 91.4)
4276 pdfjs. (Firefox 84, Firefox ESR 78.6)
4279 signon. (Firefox 83, Firefox ESR 78.5)
4280 spellchecker. (Firefox 84, Firefox ESR 78.6)
4281 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
4285 as well as the following security preferences:
4286 | Preference | Type | Default
4288 | security.default_personal_cert | string | Ask Every Time
4289 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4290 | security.insecure_connection_text.enabled | bool | false
4291 | If set to true, adds the words "Not Secure" for insecure sites.
4292 | security.insecure_connection_text.pbmode.enabled | bool | false
4293 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4294 | security.insecure_field_warning.contextual.enabled | bool | true
4295 | If set to false, remove the warning for inscure login fields.
4296 | security.mixed_content.block_active_content | boolean | true
4297 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4298 | security.osclientcerts.autoload | boolean | false
4299 | If true, client certificates are loaded from the operating system certificate store.
4300 | security.ssl.errorReporting.enabled | boolean | true
4301 | If false, SSL errors cannot be sent to Mozilla.
4302 | security.tls.enable_0rtt_data | boolean | true
4303 | If false, TLS early data is turned off (Firefox 93, Firefox 91.2, Firefox 78.15).
4304 | security.tls.hello_downgrade_check | boolean | true
4305 | If false, the TLS 1.3 downgrade check is disabled.
4306 | security.tls.version.enable-deprecated | boolean | false
4307 | If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8).
4308 | security.warn_submit_secure_to_insecure | boolean | true
4309 | If false, no warning is shown when submitting a form from https to http.
4312 Using the preference as the key, set the `Value` to the corresponding preference value.
4314 `Status` can be "default", "locked", "user" or "clear"
4316 Default preferences can be modified by the user.
4318 If a value is locked, it is also set as the default.
4320 User preferences persist across invocations of Firefox. It is the equivalent of a user setting the preference. They are most useful when a preference is needed very early in startup so it can't be set as default by policy. An example of this is ```toolkit.legacyUserProfileCustomizations.stylesheets```.
4322 User preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4324 See the examples below for more detail.
4326 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4329 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4330 **CCK2 Equivalent:** `preferences`\
4331 **Preferences Affected:** Many
4334 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4337 "accessibility.force_disabled": {
4341 "browser.cache.disk.parent_directory": {
4342 "Value": "SOME_NATIVE_PATH",
4345 "browser.tabs.warnOnClose": {
4351 #### Windows (Intune)
4354 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4359 <data id="JSON" value='
4361 "accessibility.force_disabled": {
4365 "browser.cache.disk.parent_directory": {
4366 "Value": "SOME_NATIVE_PATH",
4369 "browser.tabs.warnOnClose": {
4378 <key>Preferences</key>
4380 <key>accessibility.force_disabled</key>
4383 <integer>1</integer>
4385 <string>default</string>
4387 <key>browser.cache.disk.parent_directory</key>
4390 <string>SOME_NATIVE_PATH</string>
4392 <string>user</string>
4394 <key>browser.tabs.warnOnClose</key>
4399 <string>locked</string>
4409 "accessibility.force_disabled": {
4413 "browser.cache.disk.parent_directory": {
4414 "Value": "SOME_NATIVE_PATH",
4417 "browser.tabs.warnOnClose": {
4425 ### Preferences (Deprecated)
4426 Set and lock certain preferences.
4428 **Compatibility:** See below\
4429 **CCK2 Equivalent:** `preferences`\
4430 **Preferences Affected:** See below
4432 | Preference | Type | Compatibility | Default
4433 | --- | --- | --- | ---
4434 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
4435 | If set to 1, platform accessibility is disabled.
4436 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
4437 | If false, Firefox doesn't automatically install update.
4438 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
4439 | If true, bookmarks are exported on shutdown.
4440 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
4441 | If set, the name of the file where bookmarks are exported and imported.
4442 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
4443 | If true, bookmarks are restored to their defaults.
4444 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
4445 | If false, don't store cache on the hard drive.
4446 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
4447 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4448 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
4449 | If true, single words are sent to DNS, not directly to search.
4450 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
4451 | If set, a list of URLs to use as the default top sites on the new tab page. Due to Firefox limitations, search sites can't be added. In addition, sites with the same name but different TLDs (example.org/example.com) will not display properly.
4452 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
4453 | If true, bookmarks are always imported on startup.
4454 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4455 | If false, phishing protection is not enabled (Not recommended)
4456 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4457 | If false, malware protection is not enabled (Not recommended)
4458 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
4459 | If false, updates for search engines are not checked.
4460 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
4461 | If true, a notification isn't shown if startup is slow.
4462 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
4463 | If false, there is no warning when the browser is closed.
4464 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
4465 | If true, tab previews are shown in the Windows taskbar.
4466 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
4467 | If false, bookmarks aren't suggested when typing in the URL bar.
4468 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
4469 | If false, history isn't suggested when typing in the URL bar.
4470 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
4471 | If false, open tabs aren't suggested when typing in the URL bar.
4472 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
4473 | If true, don't show the privacy policy tab on first run.
4474 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
4475 | If false, web page can close windows.
4476 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
4477 | If false, web pages can focus and activate windows.
4478 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
4479 | If true, web pages can't move or resize windows.
4480 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4481 | If false, web pages can't override context menus.
4482 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
4483 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4484 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
4485 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4486 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
4487 | If false, XMLDocument.load is not available.
4488 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
4489 | If false, XMLDocument.async is not available.
4490 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4491 | If false, the extensions blocklist is not used (Not recommended)
4492 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
4493 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4494 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4495 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4496 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4497 | If false, the geolocation API is disabled. | Language dependent
4498 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
4499 | If set, preferred language for web pages.
4500 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
4501 | If false, Encrypted Media Extensions are not enabled.
4502 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4503 | If false, the OpenH264 plugin is not downloaded.
4504 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4505 | If false, the Widevine plugin is not downloaded.
4506 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4507 | If false, WebRTC is disabled
4508 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4509 | If set, a list of domains for which mDNS hostname obfuscation is
4511 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4512 | If set, a list of domains for which mDNS hostname obfuscation is
4514 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4515 | If true, IPv6 DNS lokoups are disabled.
4516 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4517 | If true, display the punycode version of internationalized domain names.
4518 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4519 | If false, history is not enabled.
4520 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4521 | If false, print settings are not saved between jobs.
4522 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4523 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4524 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4525 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4526 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4527 | If true, client certificates are loaded from the operating system certificate store.
4528 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4529 | If false, SSL errors cannot be sent to Mozilla.
4530 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4531 | If false, the TLS 1.3 downgrade check is disabled.
4532 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4533 | If false, the Alt key doesn't show the menubar on Windows.
4534 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4535 | If set, overrides the GTK theme for widgets.
4538 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4539 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4541 #### Windows (Intune)
4542 OMA-URI: (periods are replaced by underscores)
4544 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4548 <enabled/> or <disabled/>
4550 OMA-URI: (periods are replaced by underscores)
4552 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4557 <data id="Preferences_String" value="string_value"/>
4562 <key>Preferences</key>
4564 <key>boolean_preference_name</key>
4566 <key>string_preference_name</key>
4567 <string>string_value</string>
4576 "boolean_preference_name": true | false,
4577 "string_preference_name": "string_value"
4583 Require or prevent using a primary (formerly master) password.
4585 If this value is true, a primary password is required. If this value is false, it works the same as if [`DisableMasterPasswordCreation`](#disablemasterpasswordcreation) was true and removes the primary password functionality.
4587 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
4589 **Compatibility:** Firefox 79, Firefox ESR 78.1\
4590 **CCK2 Equivalent:** `noMasterPassword`\
4591 **Preferences Affected:** N/A
4595 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
4597 #### Windows (Intune)
4600 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
4604 <enabled/> or <disabled/>
4609 <key>PrimaryPassword</key>
4617 "PrimaryPassword": true | false
4621 ### PromptForDownloadLocation
4622 Ask where to save each file before downloading.
4624 **Compatibility:** Firefox 68, Firefox ESR 68\
4625 **CCK2 Equivalent:** N/A\
4626 **Preferences Affected:** `browser.download.useDownloadDir`
4630 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4632 #### Windows (Intune)
4635 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4639 <enabled/> or <disabled/>
4644 <key>PromptForDownloadLocation</key>
4652 "PromptForDownloadLocation": true | false
4657 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
4658 To specify ports, append them to the hostnames with a colon (:).
4660 `Mode` is the proxy method being used.
4662 `Locked` is whether or not proxy settings can be changed.
4664 `HTTPProxy` is the HTTP proxy server.
4666 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
4668 `SSLProxy` is the SSL proxy server.
4670 `FTPProxy` is the FTP proxy server.
4672 `SOCKSProxy` is the SOCKS proxy server
4674 `SOCKSVersion` is the SOCKS version (4 or 5)
4676 `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.
4678 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
4680 `AutoLogin` means do not prompt for authentication if password is saved.
4682 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
4684 **Compatibility:** Firefox 60, Firefox ESR 60\
4685 **CCK2 Equivalent:** `networkProxy*`\
4686 **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`
4690 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
4691 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
4692 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
4693 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
4694 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
4695 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
4696 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
4697 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
4698 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
4699 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
4700 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
4701 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
4703 #### Windows (Intune)
4706 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
4711 <data id="ProxyLocked" value="true | false"/>
4712 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
4713 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
4714 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
4715 <data id="SSLProxy" value="https://sslproxy.example.com"/>
4716 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
4717 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
4718 <data id="SOCKSVersion" value="4 | 5"/>
4719 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
4720 <data id="Passthrough" value="<local>"/>
4721 <data id="AutoLogin" value="true | false"/>
4722 <data id="UseProxyForDNS" value="true | false"/>
4730 <string>none | system | manual | autoDetect | autoConfig</string>
4733 <key>HTTPProxy</key>
4734 <string>https://httpproxy.example.com</string>
4735 <key>UseHTTPProxyForAllProtocols</key>
4738 <string>https://sslproxy.example.com</string>
4740 <string>https://ftpproxy.example.com</string>
4741 <key>SOCKSProxy</key>
4742 <string>https://socksproxy.example.com</string>
4743 <key>SOCKSVersion</key>
4744 <string>4 | 5</string>
4745 <key>Passthrough</key>
4746 <string><local>></string>
4747 <key>AutoConfigURL</key>
4748 <string>URL_TO_AUTOCONFIG</string>
4749 <key>AutoLogin</key>
4751 <key>UseProxyForDNS</key>
4761 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
4762 "Locked": true | false,
4763 "HTTPProxy": "hostname",
4764 "UseHTTPProxyForAllProtocols": true | false,
4765 "SSLProxy": "hostname",
4766 "FTPProxy": "hostname",
4767 "SOCKSProxy": "hostname",
4768 "SOCKSVersion": 4 | 5,
4769 "Passthrough": "<local>",
4770 "AutoConfigURL": "URL_TO_AUTOCONFIG",
4771 "AutoLogin": true | false,
4772 "UseProxyForDNS": true | false
4777 ### RequestedLocales
4778 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
4780 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
4782 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
4783 **CCK2 Equivalent:** N/A\
4784 **Preferences Affected:** N/A
4787 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
4788 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
4792 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
4794 #### Windows (Intune)
4797 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
4802 <data id="Preferences_String" value="de,en-US"/>
4807 <key>RequestedLocales</key>
4810 <string>en-US</string>
4817 <key>RequestedLocales</key>
4818 <string>de,en-US</string>
4826 "RequestedLocales": ["de", "en-US"]
4834 "RequestedLocales": "de,en-US"
4838 <a name="SanitizeOnShutdown"></a>
4840 ### SanitizeOnShutdown (Selective)
4841 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
4843 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.
4845 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
4846 **CCK2 Equivalent:** N/A\
4847 **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`
4850 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4851 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4852 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4853 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4854 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4855 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4856 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4857 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4858 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4860 #### Windows (Intune)
4863 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
4867 <enabled/> or <disabled/>
4871 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
4875 <enabled/> or <disabled/>
4879 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
4883 <enabled/> or <disabled/>
4887 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
4891 <enabled/> or <disabled/>
4895 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
4899 <enabled/> or <disabled/>
4903 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
4907 <enabled/> or <disabled/>
4911 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
4915 <enabled/> or <disabled/>
4919 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
4923 <enabled/> or <disabled/>
4927 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4931 <enabled/> or <disabled/>
4936 <key>SanitizeOnShutdown</key>
4942 <key>Downloads</key>
4950 <key>SiteSettings</key>
4952 <key>OfflineApps</key>
4963 "SanitizeOnShutdown": {
4964 "Cache": true | false,
4965 "Cookies": true | false,
4966 "Downloads": true | false,
4967 "FormData": true | false,
4968 "History": true | false,
4969 "Sessions": true | false,
4970 "SiteSettings": true | false,
4971 "OfflineApps": true | false,
4972 "Locked": true | false
4977 ### SanitizeOnShutdown (All)
4978 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4980 **Compatibility:** Firefox 60, Firefox ESR 60\
4981 **CCK2 Equivalent:** N/A\
4982 **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`
4985 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4987 #### Windows (Intune)
4990 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4994 <enabled/> or <disabled/>
4999 <key>SanitizeOnShutdown</key>
5007 "SanitizeOnShutdown": true | false
5012 Set whether or not search bar is displayed.
5014 **Compatibility:** Firefox 60, Firefox ESR 60\
5015 **CCK2 Equivalent:** `showSearchBar`\
5016 **Preferences Affected:** N/A
5020 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
5023 #### Windows (Intune)
5026 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
5031 <data id="SearchBar" value="unified | separate"/>
5036 <key>SearchBar</key>
5037 <string>unified | separate</string>
5044 "SearchBar": "unified" | "separate"
5048 <a name="SearchEngines"></a>
5050 ### SearchEngines (This policy is only available on the ESR.)
5052 ### SearchEngines | Add
5054 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
5056 `Name` is the name of the search engine.
5058 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
5060 `Method` is either GET or POST
5062 `IconURL` is a URL for the icon to use.
5064 `Alias` is a keyword to use for the engine.
5066 `Description` is a description of the search engine.
5068 `PostData` is the POST data as name value pairs separated by &.
5070 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
5072 `Encoding` is the query charset for the engine. It defaults to UTF-8.
5074 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
5075 **CCK2 Equivalent:** `searchplugins`\
5076 **Preferences Affected:** N/A
5080 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
5081 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
5082 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
5083 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
5084 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
5085 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
5086 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
5087 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
5089 #### Windows (Intune)
5092 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
5097 <data id="SearchEngine_Name" value="Example1"/>
5098 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
5099 <data id="SearchEngine_Method" value="GET | POST"/>
5100 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
5101 <data id="SearchEngine_Alias" value="example"/>
5102 <data id="SearchEngine_Description" value="Example Description"/>
5103 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
5104 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
5109 <key>SearchEngines</key>
5115 <string>Example1</string>
5116 <key>URLTemplate</key>
5117 <string>https://www.example.org/q={searchTerms}</string>
5119 <string>GET | POST </string>
5121 <string>https://www.example.org/favicon.ico</string>
5123 <string>example</string>
5124 <key>Description</key>
5125 <string>Example Description</string>
5126 <key>SuggestURLTemplate</key>
5127 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5129 <string>name=value&q={searchTerms}</string>
5143 "URLTemplate": "https://www.example.org/q={searchTerms}",
5144 "Method": "GET" | "POST",
5145 "IconURL": "https://www.example.org/favicon.ico",
5147 "Description": "Description",
5148 "PostData": "name=value&q={searchTerms}",
5149 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5156 ### SearchEngines | Default
5158 Set the default search engine. This policy is only available on the ESR.
5160 **Compatibility:** Firefox ESR 60\
5161 **CCK2 Equivalent:** `defaultSearchEngine`\
5162 **Preferences Affected:** N/A
5166 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
5168 #### Windows (Intune)
5171 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
5176 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
5181 <key>SearchEngines</key>
5184 <string>NAME_OF_SEARCH_ENGINE</string>
5193 "Default": "NAME_OF_SEARCH_ENGINE"
5198 ### SearchEngines | PreventInstalls
5200 Prevent installing search engines from webpages.
5202 **Compatibility:** Firefox ESR 60\
5203 **CCK2 Equivalent:** `disableSearchEngineInstall`\
5204 **Preferences Affected:** N/A
5208 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
5210 #### Windows (Intune)
5213 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
5217 <enabled/> or <disabled/>
5222 <key>SearchEngines</key>
5224 <key>PreventInstalls</key>
5234 "PreventInstalls": true | false
5239 ### SearchEngines | Remove
5241 Hide built-in search engines. This policy is only available on the ESR.
5243 **Compatibility:** Firefox ESR 60.2\
5244 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
5245 **Preferences Affected:** N/A
5249 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
5251 #### Windows (Intune)
5254 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
5259 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
5264 <key>SearchEngines</key>
5268 <string>NAME_OF_SEARCH_ENGINE</string>
5278 "Remove": ["NAME_OF_SEARCH_ENGINE"]
5283 ### SearchSuggestEnabled
5285 Enable search suggestions.
5287 **Compatibility:** Firefox 68, Firefox ESR 68\
5288 **CCK2 Equivalent:** N/A\
5289 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
5293 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5295 #### Windows (Intune)
5298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5302 <enabled/> or <disabled/>
5307 <key>SearchSuggestEnabled</key>
5315 "SearchSuggestEnabled": true | false
5321 Install PKCS #11 modules.
5323 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5324 **CCK2 Equivalent:** `certs.devices`\
5325 **Preferences Affected:** N/A
5329 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5331 #### Windows (Intune)
5334 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5339 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5344 <key>SecurityDevices</key>
5346 <key>NAME_OF_DEVICE</key>
5347 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5356 "SecurityDevices": {
5357 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5363 Show the home button on the toolbar.
5365 Future versions of Firefox will not show the home button by default.
5367 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5368 **CCK2 Equivalent:** N/A\
5369 **Preferences Affected:** N/A
5373 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5375 #### Windows (Intune)
5378 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ShowHomeButton
5382 <enabled/> or <disabled/>
5387 <key>ShowHomeButton</key>
5395 "ShowHomeButton": true | false
5401 Set and lock the maximum version of TLS.
5403 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5404 **CCK2 Equivalent:** N/A\
5405 **Preferences Affected:** `security.tls.version.max`
5409 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5411 #### Windows (Intune)
5414 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5419 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5424 <key>SSLVersionMax</key>
5425 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5433 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5439 Set and lock the minimum version of TLS.
5441 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5442 **CCK2 Equivalent:** N/A\
5443 **Preferences Affected:** `security.tls.version.min`
5447 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5449 #### Windows (Intune)
5452 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
5457 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5462 <key>SSLVersionMin</key>
5463 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5471 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5476 Add a menuitem to the help menu for specifying support information.
5478 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
5479 **CCK2 Equivalent:** helpMenu\
5480 **Preferences Affected:** N/A
5484 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
5485 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
5486 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
5488 #### Windows (Intune)
5491 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
5496 <data id="SupportMenuTitle" value="Support Menu"/>
5497 <data id="SupportMenuURL" value="http://example.com/support"/>
5498 <data id="SupportMenuAccessKey" value="S">
5503 <key>SupportMenu</key>
5506 <string>SupportMenu</string>
5508 <string>http://example.com/support</string>
5509 <key>AccessKey</key>
5519 "Title": "Support Menu",
5520 "URL": "http://example.com/support",
5528 Prevent Firefox from messaging the user in certain situations.
5530 `WhatsNew` Remove the "What's New" icon and menuitem.
5532 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
5534 `FeatureRecommendations` If false, don't recommend browser features.
5536 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
5538 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
5540 **Compatibility:** Firefox 75, Firefox ESR 68.7\
5541 **CCK2 Equivalent:** N/A\
5542 **Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`, `browser.aboutwelcome.enabled`
5546 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
5547 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
5548 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
5549 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
5550 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
5552 #### Windows (Intune)
5555 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_WhatsNew
5556 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
5557 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
5558 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
5559 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
5563 <enabled/> or <disabled/>
5568 <key>UserMessaging</key>
5572 <key>ExtensionRecommendations</key>
5574 <key>FeatureRecommendations</key>
5576 <key>UrlbarInterventions</key>
5578 <key>SkipOnboarding</key>
5588 "WhatsNew": true | false,
5589 "ExtensionRecommendations": true | false,
5590 "FeatureRecommendations": true | false,
5591 "UrlbarInterventions": true | false
5592 "SkipOnboarding": true | false
5598 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.
5599 The arrays are limited to 1000 entries each.
5601 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
5603 For specific protocols, use `https://*/*` or `http://*/*`.
5605 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
5607 **Compatibility:** Firefox 60, Firefox ESR 60\
5608 **CCK2 Equivalent:** N/A\
5609 **Preferences Affected:** N/A
5613 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
5614 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
5616 #### Windows (Intune)
5619 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
5623 <enabled/> <data id="WebsiteFilter" value="1<all_urls>"/>
5627 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
5632 <data id="WebsiteFilter" value="1http://example.org/*"/>
5637 <key>WebsiteFilter</key>
5641 <string><all_urls></string>
5643 <key>Exceptions</key>
5645 <string>http://example.org/*</string>
5656 "Block": ["<all_urls>"],
5657 "Exceptions": ["http://example.org/*"]
5663 Allow Windows single sign-on for Microsoft, work, and school accounts.
5665 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
5667 **Compatibility:** Firefox 91\
5668 **CCK2 Equivalent:** N/A\
5669 **Preferences Affected:** `network.http.windows-sso.enabled`
5673 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
5675 #### Windows (Intune)
5678 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
5682 <enabled/> or <disabled/>
5688 "WindowsSSO": true | false