1 **These policies are in active development and so might contain changes that do not work with current versions of Firefox.**
3 **You should use the [officially released versions](https://github.com/mozilla/policy-templates/releases) if you are deploying changes.**
5 Policies can be specified using the [Group Policy templates on Windows](https://github.com/mozilla/policy-templates/tree/master/windows), [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`.
7 | Policy Name | Description
9 | **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed.
10 | **[`AllowedDomainsForApps`](#alloweddomainsforapps)** | Define domains allowed to access Google Workspace.
11 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
12 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
13 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
14 | **[`AutoLaunchProtocolsFromOrigins`](#autolaunchprotocolsfromorigins)** | Define a list of external protocols that can be used from listed origins without prompting the user.
15 | **[`BackgroundAppUpdate`](#backgroundappupdate)** | Enable or disable the background updater (Windows only).
16 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
17 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
18 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
19 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
20 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
21 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
22 | **[`Certificates`](#certificates)** |
23 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
24 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
25 | **[`Cookies`](#cookies)** | Configure cookie preferences.
26 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
27 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
28 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
29 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
30 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
31 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
32 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
33 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
34 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
35 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
36 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
37 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
38 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
39 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
40 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
41 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
42 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
43 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
44 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
45 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
46 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
47 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update.
48 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
49 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
50 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
51 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
52 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
53 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
54 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
55 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
56 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
57 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
58 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
59 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
60 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
61 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
62 | **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
63 | **[`Handlers`](#handlers)** | Configure default application handlers.
64 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
65 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
66 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
67 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
68 | **[`LegacySameSiteCookieBehaviorEnabled`](#legacysamesitecookiebehaviorenabled)** | Enable default legacy SameSite cookie behavior setting.
69 | **[`LegacySameSiteCookieBehaviorEnabledForDomainList`](#legacysamesitecookiebehaviorenabledfordomainlist)** | Revert to legacy SameSite behavior for cookies on specified sites.
70 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
71 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
72 | **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates..
73 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
74 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
75 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
76 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
77 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
78 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
79 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
80 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
81 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
82 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
83 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
84 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
85 | **[`Preferences`](#preferences)** | Set and lock preferences.
86 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
87 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
88 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
89 | **[`Proxy`](#proxy)** | Configure proxy settings.
90 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
91 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
92 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
93 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
94 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
95 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
96 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
97 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
98 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
99 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
100 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
101 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
102 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
103 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
104 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
105 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
106 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
107 | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
111 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/).
113 ### AllowedDomainsForApps
115 Define domains allowed to access Google Workspace.
117 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
119 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.
121 **Compatibility:** Firefox 89, Firefox ESR 78.11\
122 **CCK2 Equivalent:** N/A\
123 **Preferences Affected:** N/A
127 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
129 #### Windows (Intune)
132 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
137 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
142 <key>AllowedDomainsForApps</key>
143 <string>managedfirefox.com,example.com</string>
150 "AllowedDomainsForApps": "managedfirefox.com,example.com"
156 Enable or disable **automatic** application update.
158 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
160 If set to false, application updates are downloaded but the user can choose when to install the update.
162 If you have disabled updates via `DisableAppUpdate`, this policy has no effect.
164 **Compatibility:** Firefox 75, Firefox ESR 68.7\
165 **CCK2 Equivalent:** N/A\
166 **Preferences Affected:** `app.update.auto`
170 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
172 #### Windows (Intune)
175 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
179 <enabled/> or <disabled/>
184 <key>AppAutoUpdate</key>
192 "AppAutoUpdate": true | false
198 Change the URL for application update if you are providing Firefox updates from a custom update server.
200 **Compatibility:** Firefox 62, Firefox ESR 60.2\
201 **CCK2 Equivalent:** N/A\
202 **Preferences Affected:** `app.update.url`
206 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
208 #### Windows (Intune)
211 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
216 <data id="AppUpdateURL" value="https://yoursite.com"/>
221 <key>AppUpdateURL</key>
222 <string>https://yoursite.com</string>
229 "AppUpdateURL": "https://yoursite.com"
235 Configure sites that support integrated authentication.
237 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.
239 `PrivateBrowsing` enables integrated authentication in private browsing.
241 **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)\
242 **CCK2 Equivalent:** N/A\
243 **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`
247 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
248 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
249 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
250 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
251 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
252 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
253 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
254 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
255 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
256 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
257 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
258 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
260 #### Windows (Intune)
263 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
268 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
272 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
277 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
281 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
286 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
290 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
295 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
296 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
300 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
304 <enabled/> or <disabled/>
308 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
312 <enabled/> or <disabled/>
317 <key>Authentication</key>
321 <string>mydomain.com</string>
322 <string>https://myotherdomain.com</string>
326 <string>mydomain.com</string>
327 <string>https://myotherdomain.com</string>
331 <string>mydomain.com</string>
332 <string>https://myotherdomain.com</string>
334 <key>AllowNonFQDN</key>
341 <key>AllowProxies</key>
350 <key>PrivateBrowsing</key>
360 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
361 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
362 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
364 "SPNEGO": true | false,
368 "SPNEGO": true | false,
371 "Locked": true | false,
372 "PrivateBrowsing": true | false
377 ### AutoLaunchProtocolsFromOrigins
378 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.
380 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.
406 **Compatibility:** Firefox 90, Firefox ESR 78.12\
407 **CCK2 Equivalent:** N/A\
408 **Preferences Affected:** N/A
411 Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ) =
415 "protocol": "zoommtg",
417 "https://somesite.zoom.us"
422 #### Windows (Intune)
425 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutoLaunchProtocolsFromOrigins
430 <data id="JSON" value='
433 "protocol": "zoommtg",
435 "https://somesite.zoom.us"
443 <key>AutoLaunchProtocolsFromOrigins</key>
447 <string>zoommtg</string>
448 <key>allowed_origins</key>
450 <string>https://somesite.zoom.us</string>
460 "AutoLaunchProtocolsFromOrigins": [{
461 "protocol": "zoommtg",
463 "https://somesite.zoom.us"
469 ### BackgroundAppUpdate
471 Enable or disable **automatic** application update **in the background**, when the application is not running.
473 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.
475 If set to false, the application will not try to install updates when the application is not running.
477 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppAutoUpdate`, this policy has no effect.
479 **Compatibility:** Firefox 90 (Windows only)\
480 **CCK2 Equivalent:** N/A\
481 **Preferences Affected:** `app.update.background.enabled`
485 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
487 #### Windows (Intune)
490 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
494 <enabled/> or <disabled/>
499 <key>BackgroundAppUpdate</key>
507 "BackgroundAppUpdate": true | false
513 Block access to the Add-ons Manager (about:addons).
515 **Compatibility:** Firefox 60, Firefox ESR 60\
516 **CCK2 Equivalent:** `disableAddonsManager`\
517 **Preferences Affected:** N/A
521 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
523 #### Windows (Intune)
526 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
530 <enabled/> or <disabled/>
535 <key>BlockAboutAddons</key>
543 "BlockAboutAddons": true | false
549 Block access to about:config.
551 **Compatibility:** Firefox 60, Firefox ESR 60\
552 **CCK2 Equivalent:** `disableAboutConfig`\
553 **Preferences Affected:** N/A
557 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
559 #### Windows (Intune)
562 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
566 <enabled/> or <disabled/>
571 <key>BlockAboutConfig</key>
579 "BlockAboutConfig": true | false
583 ### BlockAboutProfiles
585 Block access to About Profiles (about:profiles).
587 **Compatibility:** Firefox 60, Firefox ESR 60\
588 **CCK2 Equivalent:** `disableAboutProfiles`\
589 **Preferences Affected:** N/A
593 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
595 #### Windows (Intune)
598 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
602 <enabled/> or <disabled/>
607 <key>BlockAboutProfiles</key>
615 "BlockAboutProfiles": true | false
619 ### BlockAboutSupport
621 Block access to Troubleshooting Information (about:support).
623 **Compatibility:** Firefox 60, Firefox ESR 60\
624 **CCK2 Equivalent:** `disableAboutSupport`\
625 **Preferences Affected:** N/A
629 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
631 #### Windows (Intune)
634 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
638 <enabled/> or <disabled/>
643 <key>BlockAboutSupport</key>
651 "BlockAboutSupport": true | false
657 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
659 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.
661 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.
663 **Compatibility:** Firefox 60, Firefox ESR 60\
664 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
665 **Preferences Affected:** N/A
669 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
670 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
671 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
672 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
673 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
675 Software\Policies\Mozilla\Firefox\Bookmarks (REG_MULTI_SZ) =
681 #### Windows (Intune)
684 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
689 <data id="BookmarkTitle" value="Example"/>
690 <data id="BookmarkURL" value="https://example.com"/>
691 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
692 <data id="BookmarkPlacement" value="toolbar | menu"/>
693 <data id="BookmarkFolder" value="FolderName"/>
697 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Bookmarks
702 <data id="JSON" value='[]'/>
711 <string>Example</string>
713 <string>https://example.com</string>
715 <string>https://example.com/favicon.ico</string>
717 <string>toolbar | menu</string>
719 <string>FolderName</string>
731 "URL": "https://example.com",
732 "Favicon": "https://example.com/favicon.ico",
733 "Placement": "toolbar" | "menu",
734 "Folder": "FolderName"
741 Enable or disable the detection of captive portals.
743 **Compatibility:** Firefox 67, Firefox ESR 60.7\
744 **CCK2 Equivalent:** N/A\
745 **Preferences Affected:** `network.captive-portal-service.enabled`
749 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
751 #### Windows (Intune)
754 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
758 <enabled/> or <disabled/>
763 <key>CaptivePortal</key>
771 "CaptivePortal": true | false
777 ### Certificates | ImportEnterpriseRoots
779 Trust certificates that have been added to the operating system certificate store by a user or administrator.
781 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
783 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
785 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
786 **CCK2 Equivalent:** N/A\
787 **Preferences Affected:** `security.enterprise_roots.enabled`
791 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
793 #### Windows (Intune)
796 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
800 <enabled/> or <disabled/>
805 <key>Certificates</key>
807 <key>ImportEnterpriseRoots</key>
817 "ImportEnterpriseRoots": true | false
822 ### Certificates | Install
824 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
827 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
828 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
830 - /Library/Application Support/Mozilla/Certificates
831 - ~/Library/Application Support/Mozilla/Certificates
833 - /usr/lib/mozilla/certificates
834 - /usr/lib64/mozilla/certificates
835 - ~/.mozilla/certificates
837 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.
839 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.
841 Certificates are installed using the trust string `CT,CT,`.
843 Binary (DER) and ASCII (PEM) certificates are both supported.
845 **Compatibility:** Firefox 64, Firefox ESR 64\
846 **CCK2 Equivalent:** `certs.ca`\
847 **Preferences Affected:** N/A
851 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
852 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
854 #### Windows (Intune)
857 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
862 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
867 <key>Certificates</key>
871 <string>cert1.der</string>
872 <string>/Users/username/cert2.pem</string>
882 "Install": ["cert1.der", "/home/username/cert2.pem"]
888 Configure cookie preferences.
890 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
892 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
894 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
896 `Behavior` sets the default behavior for cookies based on the values below.
898 `BehaviorPrivateBrowsing` sets the default behavior for cookies in private browsing based on the values below.
900 | Value | Description
902 | accept | Accept all cookies
903 | reject-foreign | Reject third party cookies
904 | reject | Reject all cookies
905 | limit-foreign | Reject third party cookies for sites you haven't visited
906 | reject-tracker | Reject cookies for known trackers (default)
907 | reject-tracker-and-partition-foreign | Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection) (default for private browsing)
909 `Default` (Deprecated) determines whether cookies are accepted at all.
911 `AcceptThirdParty` (Deprecated) determines how third-party cookies are handled.
913 `ExpireAtSessionEnd` determines when cookies expire.
915 `RejectTracker` (Deprecated) only rejects cookies for trackers.
917 `Locked` prevents the user from changing cookie preferences.
919 **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)\
920 **CCK2 Equivalent:** N/A\
921 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
925 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
926 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
927 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
928 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
929 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
930 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
931 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
932 Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
933 Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
934 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
936 #### Windows (Intune)
939 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
944 <data id="Cookies_Allow" value="1https://example.com"/>
948 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
953 <data id="Cookies_Allow" value="1https://example.edu"/>
957 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
962 <data id="Cookies_Block" value="1https://example.org"/>
966 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
970 <enabled/> or <disabled/>
974 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
979 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
983 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
987 <enabled/> or <disabled/>
991 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
995 <enabled/> or <disabled/>
999 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
1003 <enabled/> or <disabled/>
1007 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Behavior
1012 <data id="Cookies_Behavior" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1016 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_BehaviorPrivateBrowsing
1021 <data id="Cookies_BehaviorPrivateBrowsing" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1030 <string>http://example.com</string>
1032 <key>AllowSession</key>
1034 <string>http://example.edu</string>
1038 <string>http://example.org</string>
1042 <key>AcceptThirdParty</key>
1043 <string>always | never | from-visited</string>
1044 <key>ExpireAtSessionEnd</key>
1046 <key>RejectTracker</key>
1051 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1052 <key>BehaviorPrivateBrowsing</key>
1053 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1062 "Allow": ["http://example.org/"],
1063 "AllowSession": ["http://example.edu/"],
1064 "Block": ["http://example.edu/"],
1065 "Default": true | false,
1066 "AcceptThirdParty": "always" | "never" | "from-visited",
1067 "ExpireAtSessionEnd": true | false,
1068 "RejectTracker": true | false,
1069 "Locked": true | false,
1070 "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1071 "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1076 ### DisableSetDesktopBackground
1077 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
1079 **Compatibility:** Firefox 60, Firefox ESR 60\
1080 **CCK2 Equivalent:** `removeSetDesktopBackground`\
1081 **Preferences Affected:** N/A
1085 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
1087 #### Windows (Intune)
1090 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
1094 <enabled/> or <disabled/>
1099 <key>DisableSetDesktopBackground</key>
1107 "DisableSetDesktopBackground": true | false
1111 ### DisableMasterPasswordCreation
1112 Remove the master password functionality.
1114 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
1116 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
1118 **Compatibility:** Firefox 60, Firefox ESR 60\
1119 **CCK2 Equivalent:** `noMasterPassword`\
1120 **Preferences Affected:** N/A
1124 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
1126 #### Windows (Intune)
1129 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
1133 <enabled/> or <disabled/>
1138 <key>DisableMasterPasswordCreation</key>
1146 "DisableMasterPasswordCreation": true | false
1150 ### DefaultDownloadDirectory
1151 Set the default download directory.
1153 You can use ${home} for the native home directory.
1155 **Compatibility:** Firefox 68, Firefox ESR 68\
1156 **CCK2 Equivalent:** N/A\
1157 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1161 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1163 #### Windows (Intune)
1166 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1171 <data id="Preferences_String" value="${home}\Downloads"/>
1176 <key>DefaultDownloadDirectory</key>
1177 <string>${home}/Downloads</string>
1180 #### policies.json (macOS and Linux)
1184 "DefaultDownloadDirectory": "${home}/Downloads"
1187 #### policies.json (Windows)
1191 "DefaultDownloadDirectory": "${home}\\Downloads"
1194 ### DisableAppUpdate
1195 Turn off application updates within Firefox.
1197 **Compatibility:** Firefox 60, Firefox ESR 60\
1198 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1199 **Preferences Affected:** N/A
1203 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1205 #### Windows (Intune)
1208 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1212 <enabled/> or <disabled/>
1217 <key>DisableAppUpdate</key>
1225 "DisableAppUpdate": true | false
1229 ### DisableBuiltinPDFViewer
1230 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1232 **Compatibility:** Firefox 60, Firefox ESR 60\
1233 **CCK2 Equivalent:** `disablePDFjs`\
1234 **Preferences Affected:** `pdfjs.disabled`
1238 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1240 #### Windows (Intune)
1243 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1247 <enabled/> or <disabled/>
1252 <key>DisableBuiltinPDFViewer</key>
1260 "DisableBuiltinPDFViewer": true | false
1265 Disable specific cryptographic ciphers.
1267 **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`
1272 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.
1275 **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)\
1276 **CCK2 Equivalent:** N/A\
1277 **Preferences Affected:** N/A
1281 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1282 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1283 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1284 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1285 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1286 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1287 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1288 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1289 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
1290 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1291 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
1293 #### Windows (Intune)
1296 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1297 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1299 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1300 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1301 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1302 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
1303 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
1304 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
1305 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
1306 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
1310 <enabled/> or <disabled/>
1315 <key>DisabledCiphers</key>
1317 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1319 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1321 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1323 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1325 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1327 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1329 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1331 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1333 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1335 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1337 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1346 "DisabledCiphers": {
1347 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1348 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1349 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1350 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1351 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1352 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1353 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1354 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1355 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false,
1356 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false,
1357 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1362 ### DisableDefaultBrowserAgent
1363 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1365 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).
1367 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1368 **CCK2 Equivalent:** N/A\
1369 **Preferences Affected:** N/A
1373 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1375 #### Windows (Intune)
1378 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1382 <enabled/> or <disabled/>
1388 "DisableDefaultBrowserAgent": true | false
1392 ### DisableDeveloperTools
1393 Remove access to all developer tools.
1395 **Compatibility:** Firefox 60, Firefox ESR 60\
1396 **CCK2 Equivalent:** `removeDeveloperTools`\
1397 **Preferences Affected:** `devtools.policy.disabled`
1401 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1403 #### Windows (Intune)
1406 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1410 <enabled/> or <disabled/>
1415 <key>DisableDeveloperTools</key>
1423 "DisableDeveloperTools": true | false
1427 ### DisableFeedbackCommands
1428 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1430 **Compatibility:** Firefox 60, Firefox ESR 60\
1431 **CCK2 Equivalent:** N/A\
1432 **Preferences Affected:** N/A
1436 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1438 #### Windows (Intune)
1441 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1445 <enabled/> or <disabled/>
1450 <key>DisableFeedbackCommands</key>
1458 "DisableFeedbackCommands": true | false
1462 ### DisableFirefoxAccounts
1463 Disable Firefox Accounts integration (Sync).
1465 **Compatibility:** Firefox 60, Firefox ESR 60\
1466 **CCK2 Equivalent:** `disableSync`\
1467 **Preferences Affected:** `identity.fxaccounts.enabled`
1471 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1473 #### Windows (Intune)
1476 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1480 <enabled/> or <disabled/>
1485 <key>DisableFirefoxAccounts</key>
1493 "DisableFirefoxAccounts": true | false
1497 ### DisableFirefoxScreenshots
1498 Remove access to Firefox Screenshots.
1500 **Compatibility:** Firefox 60, Firefox ESR 60\
1501 **CCK2 Equivalent:** N/A\
1502 **Preferences Affected:** `extensions.screenshots.disabled`
1506 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1508 #### Windows (Intune)
1511 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1515 <enabled/> or <disabled/>
1520 <key>DisableFirefoxScreenshots</key>
1528 "DisableFirefoxScreenshots": true | false
1532 ### DisableFirefoxStudies
1533 Disable Firefox studies (Shield).
1535 **Compatibility:** Firefox 60, Firefox ESR 60\
1536 **CCK2 Equivalent:** N/A\
1537 **Preferences Affected:** N/A
1541 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1543 #### Windows (Intune)
1546 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1550 <enabled/> or <disabled/>
1555 <key>DisableFirefoxStudies</key>
1563 "DisableFirefoxStudies": true | false
1567 ### DisableForgetButton
1568 Disable the "Forget" button.
1570 **Compatibility:** Firefox 60, Firefox ESR 60\
1571 **CCK2 Equivalent:** `disableForget`\
1572 **Preferences Affected:** N/A
1576 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1578 #### Windows (Intune)
1581 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1585 <enabled/> or <disabled/>
1590 <key>DisableForgetButton</key>
1598 "DisableForgetButton": true | false
1602 ### DisableFormHistory
1603 Turn off saving information on web forms and the search bar.
1605 **Compatibility:** Firefox 60, Firefox ESR 60\
1606 **CCK2 Equivalent:** `disableFormFill`\
1607 **Preferences Affected:** `browser.formfill.enable`
1611 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1613 #### Windows (Intune)
1616 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1620 <enabled/> or <disabled/>
1625 <key>DisableFormHistory</key>
1633 "DisableFormHistory": true | false
1637 ### DisablePasswordReveal
1638 Do not allow passwords to be shown in saved logins
1640 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1641 **CCK2 Equivalent:** N/A
1642 **Preferences Affected:** N/A
1646 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1648 #### Windows (Intune)
1651 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1655 <enabled/> or <disabled/>
1660 <key>DisablePasswordReveal</key>
1668 "DisablePasswordReveal": true | false
1673 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1675 **Compatibility:** Firefox 60, Firefox ESR 60\
1676 **CCK2 Equivalent:** `disablePocket`\
1677 **Preferences Affected:** `extensions.pocket.enabled`
1681 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1683 #### Windows (Intune)
1686 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1690 <enabled/> or <disabled/>
1695 <key>DisablePocket</key>
1703 "DisablePocket": true | false
1707 ### DisablePrivateBrowsing
1708 Remove access to private browsing.
1710 **Compatibility:** Firefox 60, Firefox ESR 60\
1711 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1712 **Preferences Affected:** N/A
1716 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1718 #### Windows (Intune)
1721 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1725 <enabled/> or <disabled/>
1730 <key>DisablePrivateBrowsing</key>
1738 "DisablePrivateBrowsing": true | false
1742 ### DisableProfileImport
1743 Disables the "Import data from another browser" option in the bookmarks window.
1745 **Compatibility:** Firefox 60, Firefox ESR 60\
1746 **CCK2 Equivalent:** N/A\
1747 **Preferences Affected:** N/A
1751 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1753 #### Windows (Intune)
1756 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1760 <enabled/> or <disabled/>
1765 <key>DisableProfileImport</key>
1773 "DisableProfileImport": true | false
1777 ### DisableProfileRefresh
1778 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.
1780 **Compatibility:** Firefox 60, Firefox ESR 60\
1781 **CCK2 Equivalent:** `disableResetFirefox`\
1782 **Preferences Affected:** `browser.disableResetPrompt`
1786 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1788 #### Windows (Intune)
1791 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1795 <enabled/> or <disabled/>
1800 <key>DisableProfileRefresh</key>
1808 "DisableProfileRefresh": true | false
1813 Disable safe mode within the browser.
1815 On Windows, this disables safe mode via the command line as well.
1817 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1818 **CCK2 Equivalent:** `disableSafeMode`\
1819 **Preferences Affected:** N/A
1823 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1825 #### Windows (Intune)
1828 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1832 <enabled/> or <disabled/>
1837 <key>DisableSafeMode</key>
1845 "DisableSafeMode": true | false
1849 ### DisableSecurityBypass
1850 Prevent the user from bypassing security in certain cases.
1852 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1854 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1856 **Compatibility:** Firefox 60, Firefox ESR 60\
1857 **CCK2 Equivalent:** N/A\
1858 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
1862 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1863 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1865 #### Windows (Intune)
1868 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1872 <enabled/> or <disabled/>
1876 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1880 <enabled/> or <disabled/>
1886 <key>DisableSecurityBypass</key>
1888 <key>InvalidCertificate</key>
1890 <key>SafeBrowsing</key>
1899 "DisableSecurityBypass": {
1900 "InvalidCertificate": true | false,
1901 "SafeBrowsing": true | false
1906 ### DisableSystemAddonUpdate
1907 Prevent system add-ons from being installed or update.
1909 **Compatibility:** Firefox 60, Firefox ESR 60\
1910 **CCK2 Equivalent:** N/A\
1911 **Preferences Affected:** N/A
1915 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1917 #### Windows (Intune)
1920 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1924 <enabled/> or <disabled/>
1929 <key>DisableSystemAddonUpdate</key>
1937 "DisableSystemAddonUpdate": true | false
1941 ### DisableTelemetry
1942 Prevent the upload of telemetry data.
1944 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
1946 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1948 **Compatibility:** Firefox 60, Firefox ESR 60\
1949 **CCK2 Equivalent:** `disableTelemetry`\
1950 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
1954 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1956 #### Windows (Intune)
1959 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1963 <enabled/> or <disabled/>
1968 <key>DisableTelemetry</key>
1976 "DisableTelemetry": true | false
1980 ### DisplayBookmarksToolbar
1981 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1983 **Compatibility:** Firefox 60, Firefox ESR 60\
1984 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1985 **Preferences Affected:** N/A
1989 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1991 #### Windows (Intune)
1994 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1998 <enabled/> or <disabled/>
2003 <key>DisplayBookmarksToolbar</key>
2011 "DisplayBookmarksToolbar": true | false
2016 Set the state of the menubar.
2018 `always` means the menubar is shown and cannot be hidden.
2020 `never` means the menubar is hidden and cannot be shown.
2022 `default-on` means the menubar is on by default but can be hidden.
2024 `default-off` means the menubar is off by default but can be shown.
2026 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
2027 **CCK2 Equivalent:** `displayMenuBar`\
2028 **Preferences Affected:** N/A
2032 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
2034 #### Windows (Intune)
2037 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2042 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2047 <key>DisplayMenuBar</key>
2048 <string>always | never | default-on | default-off</string>
2055 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2059 ### DisplayMenuBar (Deprecated)
2060 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
2062 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
2063 **CCK2 Equivalent:** `displayMenuBar`\
2064 **Preferences Affected:** N/A
2068 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
2073 <key>DisplayMenuBar</key>
2081 "DisplayMenuBar": true | false
2086 Configure DNS over HTTPS.
2088 `Enabled` determines whether DNS over HTTPS is enabled
2090 `ProviderURL` is a URL to another provider.
2092 `Locked` prevents the user from changing DNS over HTTPS preferences.
2094 `ExcludedDomains` excludes domains from DNS over HTTPS.
2096 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
2097 **CCK2 Equivalent:** N/A\
2098 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2102 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2103 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2104 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2105 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2107 #### Windows (Intune)
2110 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2114 <enabled/> or <disabled/>
2118 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2123 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2127 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2131 <enabled/> or <disabled/>
2135 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2140 <data id="List" value="1example.com"/>
2145 <key>DNSOverHTTPS</key>
2149 <key>ProviderURL</key>
2150 <string>URL_TO_ALTERNATE_PROVIDER</string>
2153 <key>ExcludedDomains</key>
2155 <string>example.com</string>
2165 "Enabled": true | false,
2166 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2167 "Locked": true | false,
2168 "ExcludedDomains": ["example.com"]
2173 ### DontCheckDefaultBrowser
2174 Don't check if Firefox is the default browser at startup.
2176 **Compatibility:** Firefox 60, Firefox ESR 60\
2177 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2178 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2182 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2184 #### Windows (Intune)
2187 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2191 <enabled/> or <disabled/>
2196 <key>DontCheckDefaultBrowser</key>
2204 "DontCheckDefaultBrowser": true | false
2208 ### DownloadDirectory
2209 Set and lock the download directory.
2211 You can use ${home} for the native home directory.
2213 **Compatibility:** Firefox 68, Firefox ESR 68\
2214 **CCK2 Equivalent:** N/A\
2215 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2219 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2221 #### Windows (Intune)
2224 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2229 <data id="Preferences_String" value="${home}\Downloads"/>
2234 <key>DownloadDirectory</key>
2235 <string>${home}/Downloads</string>
2238 #### policies.json (macOS and Linux)
2242 "DownloadDirectory": "${home}/Downloads"
2245 #### policies.json (Windows)
2249 "DownloadDirectory": "${home}\\Downloads"
2252 ### EnableTrackingProtection
2253 Configure tracking protection.
2255 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.
2257 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2259 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.
2261 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2263 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2265 `Exceptions` are origins for which tracking protection is not enabled.
2267 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2268 **CCK2 Equivalent:** N/A\
2269 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2273 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2274 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2275 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2276 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2277 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2279 #### Windows (Intune)
2282 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2286 <enabled/> or <disabled/>
2290 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2294 <enabled/> or <disabled/>
2298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2302 <enabled/> or <disabled/>
2306 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2310 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2314 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2318 <enabled/> or <disabled/>
2323 <key>EnableTrackingProtection</key>
2329 <key>Cryptomining</key>
2331 <key>Fingerprinting</key>
2333 <key>Exceptions</key>
2335 <string>https://example.com</string>
2344 "EnableTrackingProtection": {
2345 "Value": true | false,
2346 "Locked": true | false,
2347 "Cryptomining": true | false,
2348 "Fingerprinting": true | false,
2349 "Exceptions": ["https://example.com"]
2354 ### EncryptedMediaExtensions
2355 Enable or disable Encrypted Media Extensions and optionally lock it.
2357 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2359 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.
2361 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2362 **CCK2 Equivalent:** N/A\
2363 **Preferences Affected:** `media.eme.enabled`
2367 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2368 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2370 #### Windows (Intune)
2373 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2374 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2378 <enabled/>or <disabled/>
2383 <key>EncryptedMediaExtensions</key>
2396 "EncryptedMediaExtensions": {
2397 "Enabled": true | false,
2398 "Locked": true | false
2403 ### EnterprisePoliciesEnabled
2404 Enable policy support on macOS.
2406 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2407 **CCK2 Equivalent:** N/A\
2408 **Preferences Affected:** N/A
2413 <key>EnterprisePoliciesEnabled</key>
2418 Control the installation, uninstallation and locking of extensions.
2420 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.
2422 `Install` is a list of URLs or native paths for extensions to be installed.
2424 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2426 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2428 **Compatibility:** Firefox 60, Firefox ESR 60\
2429 **CCK2 Equivalent:** `addons`\
2430 **Preferences Affected:** N/A
2434 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2435 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2436 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2437 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2439 #### Windows (Intune)
2442 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2447 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2451 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2456 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2460 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2465 <data id="Extensions" value="1addon_id@mozilla.org"/>
2470 <key>Extensions</key>
2474 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2475 <string>//path/to/xpi</string>
2477 <key>Uninstall</key>
2479 <string>bad_addon_id@mozilla.org</string>
2483 <string>addon_id@mozilla.org</string>
2493 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2494 "Uninstall": ["bad_addon_id@mozilla.org"],
2495 "Locked": ["addon_id@mozilla.org"]
2500 ### ExtensionSettings
2501 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.
2503 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.
2505 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).
2507 The configuration for each extension is another dictionary that can contain the fields documented below.
2509 | Name | Description |
2511 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2512 | `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.
2513 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2514 | `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.
2515 | `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.
2516 | `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.
2517 | `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.
2518 | `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.
2519 | `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.
2520 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2521 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2523 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2524 **CCK2 Equivalent:** N/A\
2525 **Preferences Affected:** N/A
2528 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2532 "blocked_install_message": "Custom error message.",
2533 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2534 "installation_mode": "blocked",
2535 "allowed_types": ["extension"]
2537 "uBlock0@raymondhill.net": {
2538 "installation_mode": "force_installed",
2539 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2541 "https-everywhere@eff.org": {
2542 "installation_mode": "allowed"
2546 #### Windows (Intune)
2549 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2554 <data id="ExtensionSettings" value='
2557 "blocked_install_message": "Custom error message.",
2558 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2559 "installation_mode": "blocked",
2560 "allowed_types": ["extension"]
2562 "uBlock0@raymondhill.net": {
2563 "installation_mode": "force_installed",
2564 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2566 "https-everywhere@eff.org": {
2567 "installation_mode": "allowed"
2574 <key>ExtensionSettings</key>
2578 <key>blocked_install_message</key>
2579 <string>Custom error message.</string>
2580 <key>install_sources</key>
2582 <string>about:addons</string>
2583 <string>https://addons.mozilla.org/</string>
2585 <key>installation_mode</key>
2586 <string>blocked</string>
2587 <key>allowed_types</key>
2589 <string>extension</string>
2592 <key>uBlock0@raymondhill.net</key>
2594 <key>installation_mode</key>
2595 <string>force_installed</string>
2596 <key>install_url</key>
2597 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2599 <key>https-everywhere@eff.org</key>
2601 <key>installation_mode</key>
2602 <string>allowed</string>
2611 "ExtensionSettings": {
2613 "blocked_install_message": "Custom error message.",
2614 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2615 "installation_mode": "blocked",
2616 "allowed_types": ["extension"]
2618 "uBlock0@raymondhill.net": {
2619 "installation_mode": "force_installed",
2620 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2622 "https-everywhere@eff.org": {
2623 "installation_mode": "allowed"
2630 Control extension updates.
2632 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2633 **CCK2 Equivalent:** N/A\
2634 **Preferences Affected:** `extensions.update.enabled`
2638 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2640 #### Windows (Intune)
2643 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2647 <enabled/> or <disabled/>
2652 <key>ExtensionUpdate</key>
2660 "ExtensionUpdate": true | false
2665 Customize the Firefox Home page.
2667 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4)
2668 **CCK2 Equivalent:** N/A\
2669 **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`
2673 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2674 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2675 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
2676 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2677 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2678 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
2679 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2680 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2682 #### Windows (Intune)
2685 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2690 <data id="FirefoxHome_Search" value="true | false"/>
2691 <data id="FirefoxHome_TopSites" value="true | false"/>
2692 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
2693 <data id="FirefoxHome_Highlights" value="true | false"/>
2694 <data id="FirefoxHome_Pocket" value="true | false"/>
2695 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
2696 <data id="FirefoxHome_Snippets" value="true | false"/>
2697 <data id="FirefoxHome_Locked" value="true | false"/>
2702 <key>FirefoxHome</key>
2708 <key>SponsoredTopSites</key>
2710 <key>Highlights</key>
2714 <key>SponsoredPocket</key>
2728 "Search": true | false,
2729 "TopSites": true | false,
2730 "SponsoredTopSites": true | false,
2731 "Highlights": true | false,
2732 "Pocket": true | false,
2733 "SponsoredPocket": true | false,
2734 "Snippets": true | false,
2735 "Locked": true | false
2740 ### FlashPlugin (Deprecated)
2741 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2743 `Allow` is a list of origins where Flash are allowed.
2745 `Block` is a list of origins where Flash is not allowed.
2747 `Default` determines whether or not Flash is allowed by default.
2749 `Locked` prevents the user from changing Flash preferences.
2751 **Compatibility:** Firefox 60, Firefox ESR 60\
2752 **CCK2 Equivalent:** `permissions.plugin`\
2753 **Preferences Affected:** `plugin.state.flash`
2757 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2758 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2759 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2760 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2762 #### Windows (Intune)
2765 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2770 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2774 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2778 <enabled/> or <disabled/>
2782 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2786 <enabled/> or <disabled/>
2791 <key>FlashPlugin</key>
2795 <string>http://example.org</string>
2799 <string>http://example.edu</string>
2813 "Allow": ["http://example.org/"],
2814 "Block": ["http://example.edu/"],
2815 "Default": true | false,
2816 "Locked": true | false
2822 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2824 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2826 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.
2828 | Name | Description |
2830 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2831 | `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.
2832 | `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.
2833 | `name` | The display name of the handler (might not be used).
2834 | `path`| The native path to the executable to be used.
2835 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2837 **Compatibility:** Firefox 78, Firefox ESR 78\
2838 **CCK2 Equivalent:** N/A\
2839 **Preferences Affected:** N/A
2842 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
2846 "application/msword": {
2847 "action": "useSystemDefault",
2853 "action": "useHelperApp",
2854 "ask": true | false,
2857 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2863 "action": "useHelperApp",
2864 "ask": true | false,
2866 "name": "Adobe Acrobat",
2867 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2873 #### Windows (Intune)
2876 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2881 <data id="Handlers" value='
2884 "application/msword": {
2885 "action": "useSystemDefault",
2891 "action": "useHelperApp",
2892 "ask": true | false,
2895 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2901 "action": "useHelperApp",
2902 "ask": true | false,
2904 "name": "Adobe Acrobat",
2905 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2917 <key>mimeTypes</key>
2919 <key>application/msword</key>
2922 <string>useSystemDefault</string>
2932 <string>useHelperApp</string>
2939 <string>Gmail</string>
2940 <key>uriTemplate</key>
2941 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2946 <key>extensions</key>
2951 <string>useHelperApp</string>
2958 <string>Adobe Acrobat</string>
2960 <string>/System/Applications/Preview.app</string>
2974 "application/msword": {
2975 "action": "useSystemDefault",
2981 "action": "useHelperApp",
2982 "ask": true | false,
2985 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2991 "action": "useHelperApp",
2992 "ask": true | false,
2994 "name": "Adobe Acrobat",
2995 "path": "/usr/bin/acroread"
3003 ### HardwareAcceleration
3004 Control hardware acceleration.
3006 **Compatibility:** Firefox 60, Firefox ESR 60\
3007 **CCK2 Equivalent:** N/A\
3008 **Preferences Affected:** `layers.acceleration.disabled`
3012 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3014 #### Windows (Intune)
3017 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3021 <enabled/> or <disabled/>
3026 <key>HardwareAcceleration</key>
3034 "HardwareAcceleration": true | false
3039 Configure the default homepage and how Firefox starts.
3041 `URL` is the default homepage.
3043 `Locked` prevents the user from changing homepage preferences.
3045 `Additional` allows for more than one homepage.
3047 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3049 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.
3051 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3052 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3053 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3057 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3058 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3059 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3060 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3061 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3063 #### Windows (Intune)
3066 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3072 <data id="HomepageURL" value="https://example.com"/>
3073 <data id="HomepageLocked" value="true | false"/>
3077 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3083 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
3087 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3093 <data id="StartPage" value="none | homepage | previous-session"/>
3101 <string>http://example.com</string>
3104 <key>Additional</key>
3106 <string>http://example.org</string>
3107 <string>http://example.edu</string>
3109 <key>StartPage</key>
3110 <string>none | homepage | previous-session | homepage-locked</string>
3119 "URL": "http://example.com/",
3120 "Locked": true | false,
3121 "Additional": ["http://example.org/",
3122 "http://example.edu/"],
3123 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3128 ### InstallAddonsPermission
3129 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.
3131 `Allow` is a list of origins where extension installs are allowed.
3133 `Default` determines whether or not extension installs are allowed by default.
3135 **Compatibility:** Firefox 60, Firefox ESR 60\
3136 **CCK2 Equivalent:** `permissions.install`\
3137 **Preferences Affected:** `xpinstall.enabled`
3141 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3142 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3143 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3145 #### Windows (Intune)
3148 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3153 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3157 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3166 <key>InstallAddonsPermission</key>
3170 <string>http://example.org</string>
3171 <string>http://example.edu</string>
3182 "InstallAddonsPermission": {
3183 "Allow": ["http://example.org/",
3184 "http://example.edu/"],
3185 "Default": true | false
3191 Disable the feature enforcing a separate profile for each installation.
3193 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.
3195 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3197 This policy only work on Windows via GPO (not policies.json).
3199 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3200 **CCK2 Equivalent:** N/A\
3201 **Preferences Affected:** N/A
3205 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3207 #### Windows (Intune)
3210 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3214 <enabled/> or <disabled/>
3216 ### LegacySameSiteCookieBehaviorEnabled
3217 Enable default legacy SameSite cookie behavior setting.
3219 If this policy is set to true, it reverts all cookies to legacy SameSite behavior which means that cookies that don't explicitly specify a ```SameSite``` attribute are treated as if they were ```SameSite=None```.
3221 **Compatibility:** Firefox 96\
3222 **CCK2 Equivalent:** N/A\
3223 **Preferences Affected:** `network.cookie.sameSite.laxByDefault`
3227 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = = 0x1 | 0x0
3229 #### Windows (Intune)
3232 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabled
3236 <enabled/> or <disabled/>
3241 <key>LegacySameSiteCookieBehaviorEnabled</key>
3249 "LegacySameSiteCookieBehaviorEnabled": true | false
3252 ### LegacySameSiteCookieBehaviorEnabledForDomainList
3253 Revert to legacy SameSite behavior for cookies on specified sites.
3255 If this policy is set to true, cookies set for domains in this list will revert to legacy SameSite behavior which means that cookies that don't explicitly specify a ```SameSite``` attribute are treated as if they were ```SameSite=None```.
3257 **Compatibility:** Firefox 96\
3258 **CCK2 Equivalent:** N/A\
3259 **Preferences Affected:** `network.cookie.sameSite.laxByDefault.disabledHosts`
3263 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\1 = "example.org"
3264 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\2 = "example.edu"
3266 #### Windows (Intune)
3269 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabledForDomainList
3274 <data id="LegacySameSiteCookieBehaviorEnabledForDomainList" value="1example.org2example.edu"/>
3279 <key>LegacySameSiteCookieBehaviorEnabledForDomainList</key>
3281 <string>example.org</string>
3282 <string>example.edu</string>
3290 "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org",
3296 Enable linking to local files by origin.
3298 **Compatibility:** Firefox 68, Firefox ESR 68\
3299 **CCK2 Equivalent:** N/A\
3300 **Preferences Affected:** `capability.policy.localfilelinks.*`
3304 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3305 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3307 #### Windows (Intune)
3310 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3315 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3320 <key>LocalFileLinks</key>
3322 <string>http://example.org</string>
3323 <string>http://example.edu</string>
3331 "LocalFileLinks": ["http://example.org/",
3332 "http://example.edu/"]
3336 ### ManagedBookmarks
3337 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3339 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3341 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:
3345 "id": "BookmarkType",
3349 "$ref": "BookmarkType"
3368 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3369 **CCK2 Equivalent:** N/A\
3370 **Preferences Affected:** N/A
3373 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3377 "toplevel_name": "My managed bookmarks folder"
3380 "url": "example.com",
3384 "name": "Mozilla links",
3387 "url": "https://mozilla.org",
3388 "name": "Mozilla.org"
3391 "url": "https://support.mozilla.org/",
3398 #### Windows (Intune)
3401 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3406 <data id="JSON" value='
3409 "toplevel_name": "My managed bookmarks folder"
3412 "url": "example.com",
3416 "name": "Mozilla links",
3419 "url": "https://mozilla.org",
3420 "name": "Mozilla.org"
3423 "url": "https://support.mozilla.org/",
3433 <key>ManagedBookmarks</key>
3436 <key>toplevel_name</key>
3437 <string>My managed bookmarks folder</string>
3440 <string>example.com</string>
3442 <string>Example</string>
3446 <string>Mozilla links</string>
3451 <string>https://mozilla.org</string>
3453 <string>Mozilla</string>
3457 <string>https://support.mozilla.org/</string>
3459 <string>SUMO</string>
3470 "ManagedBookmarks": [
3472 "toplevel_name": "My managed bookmarks folder"
3475 "url": "example.com",
3479 "name": "Mozilla links",
3482 "url": "https://mozilla.org",
3483 "name": "Mozilla.org"
3486 "url": "https://support.mozilla.org/",
3495 ### ManualAppUpdateOnly
3497 Switch to manual updates only.
3499 If this policy is enabled:
3500 1. The user will never be prompted to install updates
3501 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.
3502 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3504 This policy is primarily intended for advanced end users, not for enterprises.
3506 **Compatibility:** Firefox 87\
3507 **CCK2 Equivalent:** N/A\
3508 **Preferences Affected:** N/A
3514 "ManualAppUpdateOnly": true | false
3518 ### NetworkPrediction
3519 Enable or disable network prediction (DNS prefetching).
3521 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3522 **CCK2 Equivalent:** N/A\
3523 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
3527 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3529 #### Windows (Intune)
3532 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3536 <enabled/> or <disabled/>
3541 <key>NetworkPrediction</key>
3549 "NetworkPrediction": true | false
3553 Enable or disable the New Tab page.
3555 **Compatibility:** Firefox 68, Firefox ESR 68\
3556 **CCK2 Equivalent:** N/A\
3557 **Preferences Affected:** `browser.newtabpage.enabled`
3561 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3563 #### Windows (Intune)
3566 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3570 <enabled/> or <disabled/>
3575 <key>NewTabPage</key>
3583 "NewTabPage": true | false
3586 ### NoDefaultBookmarks
3587 Disable the creation of default bookmarks.
3589 This policy is only effective if the user profile has not been created yet.
3591 **Compatibility:** Firefox 60, Firefox ESR 60\
3592 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3593 **Preferences Affected:** N/A
3597 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3599 #### Windows (Intune)
3602 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3606 <enabled/> or <disabled/>
3611 <key>NoDefaultBookmarks</key>
3619 "NoDefaultBookmarks": true | false
3623 ### OfferToSaveLogins
3624 Control whether or not Firefox offers to save passwords.
3626 **Compatibility:** Firefox 60, Firefox ESR 60\
3627 **CCK2 Equivalent:** `dontRememberPasswords`\
3628 **Preferences Affected:** `signon.rememberSignons`
3632 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3634 #### Windows (Intune)
3637 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3641 <enabled/> or <disabled/>
3646 <key>OfferToSaveLogins</key>
3654 "OfferToSaveLogins": true | false
3658 ### OfferToSaveLoginsDefault
3659 Sets the default value of signon.rememberSignons without locking it.
3661 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3662 **CCK2 Equivalent:** `dontRememberPasswords`\
3663 **Preferences Affected:** `signon.rememberSignons`
3667 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3669 #### Windows (Intune)
3672 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3676 <enabled/> or <disabled/>
3681 <key>OfferToSaveLoginsDefault</key>
3689 "OfferToSaveLoginsDefault": true | false
3693 ### OverrideFirstRunPage
3694 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
3696 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
3698 **Compatibility:** Firefox 60, Firefox ESR 60\
3699 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3700 **Preferences Affected:** `startup.homepage_welcome_url`
3704 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3706 #### Windows (Intune)
3709 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3714 <data id="OverridePage" value="https://example.com"/>
3719 <key>OverrideFirstRunPage</key>
3720 <string>http://example.org</string>
3727 "OverrideFirstRunPage": "http://example.org"
3731 ### OverridePostUpdatePage
3732 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
3734 **Compatibility:** Firefox 60, Firefox ESR 60\
3735 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3736 **Preferences Affected:** `startup.homepage_override_url`
3740 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3742 #### Windows (Intune)
3745 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3750 <data id="OverridePage" value="https://example.com"/>
3755 <key>OverridePostUpdatePage</key>
3756 <string>http://example.org</string>
3763 "OverridePostUpdatePage": "http://example.org"
3767 ### PasswordManagerEnabled
3768 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3770 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3771 **CCK2 Equivalent:** N/A\
3772 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3776 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3778 #### Windows (Intune)
3781 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3785 <enabled/> or <disabled/>
3790 <key>PasswordManagerEnabled</key>
3798 "PasswordManagerEnabled": true | false
3803 Disable or configure PDF.js, the built-in PDF viewer.
3805 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3807 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3809 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.
3811 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3812 **CCK2 Equivalent:** N/A\
3813 **Preferences Affected:** `pdfjs.diabled`, `pdfjs.enablePermissions`
3817 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3818 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3820 #### Windows (Intune)
3823 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3824 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3828 <enabled/>or <disabled/>
3837 <key>EnablePermissions</key>
3847 "Enabled": true | false,
3848 "EnablePermissions": true | false
3854 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.
3856 `Allow` is a list of origins where the feature is allowed.
3858 `Block` is a list of origins where the feature is not allowed.
3860 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3862 `Locked` prevents the user from changing preferences for the feature.
3864 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3866 **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)\
3867 **CCK2 Equivalent:** N/A\
3868 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
3872 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3873 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3874 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3875 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3876 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3877 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3878 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3879 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3880 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3881 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3882 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3883 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3884 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3885 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3886 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3887 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3888 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3889 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3890 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3891 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3892 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3893 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
3894 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
3895 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
3896 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
3898 #### Windows (Intune)
3901 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3905 <enabled/> or <disabled/>
3909 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3913 <enabled/> or <disabled/>
3917 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3922 <data id="Permissions" value="1https://example.org"/>
3926 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3930 <enabled/> or <disabled/>
3934 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3938 <enabled/> or <disabled/>
3942 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3947 <data id="Permissions" value="1https://example.org"/>
3951 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3956 <data id="Permissions" value="1https://example.edu"/>
3960 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3965 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3969 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3973 <enabled/> or <disabled/>
3977 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
3982 <data id="Permissions" value="1https://example.org"/>
3986 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
3991 <data id="Permissions" value="1https://example.edu"/>
3995 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
3999 <enabled/> or <disabled/>
4003 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
4007 <enabled/> or <disabled/>
4012 <key>Permissions</key>
4018 <string>https://example.org</string>
4019 <string>https://example.org:1234</string>
4023 <string>https://example.edu</string>
4025 <key>BlockNewRequests</key>
4030 <key>Microphone</key>
4034 <string>https://example.org</string>
4038 <string>https://example.edu</string>
4040 <key>BlockNewRequests</key>
4049 <string>https://example.org</string>
4053 <string>https://example.edu</string>
4055 <key>BlockNewRequests</key>
4060 <key>Notifications</key>
4064 <string>https://example.org</string>
4068 <string>https://example.edu</string>
4070 <key>BlockNewRequests</key>
4079 <string>https://example.org</string>
4083 <string>https://example.edu</string>
4086 <string>allow-audio-video | block-audio | block-audio-video</string>
4099 "Allow": ["https://example.org","https://example.org:1234"],
4100 "Block": ["https://example.edu"],
4101 "BlockNewRequests": true | false,
4102 "Locked": true | false
4105 "Allow": ["https://example.org"],
4106 "Block": ["https://example.edu"],
4107 "BlockNewRequests": true | false,
4108 "Locked": true | false
4111 "Allow": ["https://example.org"],
4112 "Block": ["https://example.edu"],
4113 "BlockNewRequests": true | false,
4114 "Locked": true | false
4117 "Allow": ["https://example.org"],
4118 "Block": ["https://example.edu"],
4119 "BlockNewRequests": true | false,
4120 "Locked": true | false
4123 "Allow": ["https://example.org"],
4124 "Block": ["https://example.edu"],
4125 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
4126 "Locked": true | false
4132 ### PictureInPicture
4134 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
4136 **Compatibility:** Firefox 78, Firefox ESR 78\
4137 **CCK2 Equivalent:** N/A\
4138 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
4142 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
4143 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
4146 #### Windows (Intune)
4149 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
4150 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
4154 <enabled/> or <disabled/>
4159 <key>PictureInPicture</key>
4172 "PictureInPicture": {
4173 "Enabled": true | false,
4174 "Locked": true | false
4180 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
4182 `Allow` is a list of origins where popup-windows are allowed.
4184 `Default` determines whether or not pop-up windows are allowed by default.
4186 `Locked` prevents the user from changing pop-up preferences.
4188 **Compatibility:** Firefox 60, Firefox ESR 60\
4189 **CCK2 Equivalent:** `permissions.popup`\
4190 **Preferences Affected:** `dom.disable_open_during_load`
4194 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
4195 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
4196 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
4197 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4199 #### Windows (Intune)
4202 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4207 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4211 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4215 <enabled/> or <disabled/>
4219 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4223 <enabled/> or <disabled/>
4228 <key>PopupBlocking</key>
4232 <string>http://example.org</string>
4233 <string>http://example.edu</string>
4247 "Allow": ["http://example.org/",
4248 "http://example.edu/"],
4249 "Default": true | false,
4250 "Locked": true | false
4256 Set and lock preferences.
4258 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
4260 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.
4262 Preferences that start with the following prefixes are supported:
4265 app.update.* (Firefox 86, Firefox 78.8)
4267 datareporting.policy.
4270 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4271 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4275 keyword.enabled (Firefox 95, Firefox ESR 91.4)
4280 pdfjs. (Firefox 84, Firefox ESR 78.6)
4283 signon. (Firefox 83, Firefox ESR 78.5)
4284 spellchecker. (Firefox 84, Firefox ESR 78.6)
4285 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
4289 as well as the following security preferences:
4290 | Preference | Type | Default
4292 | security.default_personal_cert | string | Ask Every Time
4293 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4294 | security.insecure_connection_text.enabled | bool | false
4295 | If set to true, adds the words "Not Secure" for insecure sites.
4296 | security.insecure_connection_text.pbmode.enabled | bool | false
4297 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4298 | security.insecure_field_warning.contextual.enabled | bool | true
4299 | If set to false, remove the warning for inscure login fields.
4300 | security.mixed_content.block_active_content | boolean | true
4301 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4302 | security.osclientcerts.autoload | boolean | false
4303 | If true, client certificates are loaded from the operating system certificate store.
4304 | security.ssl.errorReporting.enabled | boolean | true
4305 | If false, SSL errors cannot be sent to Mozilla.
4306 | security.tls.enable_0rtt_data | boolean | true
4307 | If false, TLS early data is turned off (Firefox 93, Firefox 91.2, Firefox 78.15).
4308 | security.tls.hello_downgrade_check | boolean | true
4309 | If false, the TLS 1.3 downgrade check is disabled.
4310 | security.tls.version.enable-deprecated | boolean | false
4311 | If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8).
4312 | security.warn_submit_secure_to_insecure | boolean | true
4313 | If false, no warning is shown when submitting a form from https to http.
4316 Using the preference as the key, set the `Value` to the corresponding preference value.
4318 `Status` can be "default", "locked", "user" or "clear"
4320 Default preferences can be modified by the user.
4322 If a value is locked, it is also set as the default.
4324 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```.
4326 User preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4328 See the examples below for more detail.
4330 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4333 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4334 **CCK2 Equivalent:** `preferences`\
4335 **Preferences Affected:** Many
4338 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4341 "accessibility.force_disabled": {
4345 "browser.cache.disk.parent_directory": {
4346 "Value": "SOME_NATIVE_PATH",
4349 "browser.tabs.warnOnClose": {
4355 #### Windows (Intune)
4358 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4363 <data id="JSON" value='
4365 "accessibility.force_disabled": {
4369 "browser.cache.disk.parent_directory": {
4370 "Value": "SOME_NATIVE_PATH",
4373 "browser.tabs.warnOnClose": {
4382 <key>Preferences</key>
4384 <key>accessibility.force_disabled</key>
4387 <integer>1</integer>
4389 <string>default</string>
4391 <key>browser.cache.disk.parent_directory</key>
4394 <string>SOME_NATIVE_PATH</string>
4396 <string>user</string>
4398 <key>browser.tabs.warnOnClose</key>
4403 <string>locked</string>
4413 "accessibility.force_disabled": {
4417 "browser.cache.disk.parent_directory": {
4418 "Value": "SOME_NATIVE_PATH",
4421 "browser.tabs.warnOnClose": {
4429 ### Preferences (Deprecated)
4430 Set and lock certain preferences.
4432 **Compatibility:** See below\
4433 **CCK2 Equivalent:** `preferences`\
4434 **Preferences Affected:** See below
4436 | Preference | Type | Compatibility | Default
4437 | --- | --- | --- | ---
4438 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
4439 | If set to 1, platform accessibility is disabled.
4440 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
4441 | If false, Firefox doesn't automatically install update.
4442 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
4443 | If true, bookmarks are exported on shutdown.
4444 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
4445 | If set, the name of the file where bookmarks are exported and imported.
4446 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
4447 | If true, bookmarks are restored to their defaults.
4448 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
4449 | If false, don't store cache on the hard drive.
4450 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
4451 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4452 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
4453 | If true, single words are sent to DNS, not directly to search.
4454 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
4455 | 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.
4456 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
4457 | If true, bookmarks are always imported on startup.
4458 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4459 | If false, phishing protection is not enabled (Not recommended)
4460 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4461 | If false, malware protection is not enabled (Not recommended)
4462 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
4463 | If false, updates for search engines are not checked.
4464 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
4465 | If true, a notification isn't shown if startup is slow.
4466 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
4467 | If false, there is no warning when the browser is closed.
4468 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
4469 | If true, tab previews are shown in the Windows taskbar.
4470 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
4471 | If false, bookmarks aren't suggested when typing in the URL bar.
4472 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
4473 | If false, history isn't suggested when typing in the URL bar.
4474 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
4475 | If false, open tabs aren't suggested when typing in the URL bar.
4476 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
4477 | If true, don't show the privacy policy tab on first run.
4478 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
4479 | If false, web page can close windows.
4480 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
4481 | If false, web pages can focus and activate windows.
4482 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
4483 | If true, web pages can't move or resize windows.
4484 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4485 | If false, web pages can't override context menus.
4486 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
4487 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4488 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
4489 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4490 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
4491 | If false, XMLDocument.load is not available.
4492 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
4493 | If false, XMLDocument.async is not available.
4494 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4495 | If false, the extensions blocklist is not used (Not recommended)
4496 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
4497 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4498 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4499 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4500 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4501 | If false, the geolocation API is disabled. | Language dependent
4502 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
4503 | If set, preferred language for web pages.
4504 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
4505 | If false, Encrypted Media Extensions are not enabled.
4506 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4507 | If false, the OpenH264 plugin is not downloaded.
4508 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4509 | If false, the Widevine plugin is not downloaded.
4510 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4511 | If false, WebRTC is disabled
4512 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4513 | If set, a list of domains for which mDNS hostname obfuscation is
4515 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4516 | If set, a list of domains for which mDNS hostname obfuscation is
4518 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4519 | If true, IPv6 DNS lokoups are disabled.
4520 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4521 | If true, display the punycode version of internationalized domain names.
4522 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4523 | If false, history is not enabled.
4524 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4525 | If false, print settings are not saved between jobs.
4526 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4527 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4528 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4529 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4530 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4531 | If true, client certificates are loaded from the operating system certificate store.
4532 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4533 | If false, SSL errors cannot be sent to Mozilla.
4534 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4535 | If false, the TLS 1.3 downgrade check is disabled.
4536 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4537 | If false, the Alt key doesn't show the menubar on Windows.
4538 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4539 | If set, overrides the GTK theme for widgets.
4542 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4543 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4545 #### Windows (Intune)
4546 OMA-URI: (periods are replaced by underscores)
4548 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4552 <enabled/> or <disabled/>
4554 OMA-URI: (periods are replaced by underscores)
4556 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4561 <data id="Preferences_String" value="string_value"/>
4566 <key>Preferences</key>
4568 <key>boolean_preference_name</key>
4570 <key>string_preference_name</key>
4571 <string>string_value</string>
4580 "boolean_preference_name": true | false,
4581 "string_preference_name": "string_value"
4587 Require or prevent using a primary (formerly master) password.
4589 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.
4591 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
4593 **Compatibility:** Firefox 79, Firefox ESR 78.1\
4594 **CCK2 Equivalent:** `noMasterPassword`\
4595 **Preferences Affected:** N/A
4599 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
4601 #### Windows (Intune)
4604 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
4608 <enabled/> or <disabled/>
4613 <key>PrimaryPassword</key>
4621 "PrimaryPassword": true | false
4625 ### PromptForDownloadLocation
4626 Ask where to save each file before downloading.
4628 **Compatibility:** Firefox 68, Firefox ESR 68\
4629 **CCK2 Equivalent:** N/A\
4630 **Preferences Affected:** `browser.download.useDownloadDir`
4634 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4636 #### Windows (Intune)
4639 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4643 <enabled/> or <disabled/>
4648 <key>PromptForDownloadLocation</key>
4656 "PromptForDownloadLocation": true | false
4661 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
4662 To specify ports, append them to the hostnames with a colon (:).
4664 `Mode` is the proxy method being used.
4666 `Locked` is whether or not proxy settings can be changed.
4668 `HTTPProxy` is the HTTP proxy server.
4670 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
4672 `SSLProxy` is the SSL proxy server.
4674 `FTPProxy` is the FTP proxy server.
4676 `SOCKSProxy` is the SOCKS proxy server
4678 `SOCKSVersion` is the SOCKS version (4 or 5)
4680 `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.
4682 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
4684 `AutoLogin` means do not prompt for authentication if password is saved.
4686 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
4688 **Compatibility:** Firefox 60, Firefox ESR 60\
4689 **CCK2 Equivalent:** `networkProxy*`\
4690 **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`
4694 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
4695 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
4696 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
4697 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
4698 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
4699 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
4700 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
4701 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
4702 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
4703 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
4704 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
4705 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
4707 #### Windows (Intune)
4710 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
4715 <data id="ProxyLocked" value="true | false"/>
4716 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
4717 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
4718 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
4719 <data id="SSLProxy" value="https://sslproxy.example.com"/>
4720 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
4721 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
4722 <data id="SOCKSVersion" value="4 | 5"/>
4723 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
4724 <data id="Passthrough" value="<local>"/>
4725 <data id="AutoLogin" value="true | false"/>
4726 <data id="UseProxyForDNS" value="true | false"/>
4734 <string>none | system | manual | autoDetect | autoConfig</string>
4737 <key>HTTPProxy</key>
4738 <string>https://httpproxy.example.com</string>
4739 <key>UseHTTPProxyForAllProtocols</key>
4742 <string>https://sslproxy.example.com</string>
4744 <string>https://ftpproxy.example.com</string>
4745 <key>SOCKSProxy</key>
4746 <string>https://socksproxy.example.com</string>
4747 <key>SOCKSVersion</key>
4748 <string>4 | 5</string>
4749 <key>Passthrough</key>
4750 <string><local>></string>
4751 <key>AutoConfigURL</key>
4752 <string>URL_TO_AUTOCONFIG</string>
4753 <key>AutoLogin</key>
4755 <key>UseProxyForDNS</key>
4765 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
4766 "Locked": true | false,
4767 "HTTPProxy": "hostname",
4768 "UseHTTPProxyForAllProtocols": true | false,
4769 "SSLProxy": "hostname",
4770 "FTPProxy": "hostname",
4771 "SOCKSProxy": "hostname",
4772 "SOCKSVersion": 4 | 5,
4773 "Passthrough": "<local>",
4774 "AutoConfigURL": "URL_TO_AUTOCONFIG",
4775 "AutoLogin": true | false,
4776 "UseProxyForDNS": true | false
4781 ### RequestedLocales
4782 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
4784 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
4786 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
4787 **CCK2 Equivalent:** N/A\
4788 **Preferences Affected:** N/A
4791 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
4792 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
4796 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
4798 #### Windows (Intune)
4801 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
4806 <data id="Preferences_String" value="de,en-US"/>
4811 <key>RequestedLocales</key>
4814 <string>en-US</string>
4821 <key>RequestedLocales</key>
4822 <string>de,en-US</string>
4830 "RequestedLocales": ["de", "en-US"]
4838 "RequestedLocales": "de,en-US"
4842 <a name="SanitizeOnShutdown"></a>
4844 ### SanitizeOnShutdown (Selective)
4845 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
4847 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.
4849 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
4850 **CCK2 Equivalent:** N/A\
4851 **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`
4854 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4855 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4856 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4857 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4858 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4859 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4860 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4861 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4862 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4864 #### Windows (Intune)
4867 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
4871 <enabled/> or <disabled/>
4875 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
4879 <enabled/> or <disabled/>
4883 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
4887 <enabled/> or <disabled/>
4891 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
4895 <enabled/> or <disabled/>
4899 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
4903 <enabled/> or <disabled/>
4907 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
4911 <enabled/> or <disabled/>
4915 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
4919 <enabled/> or <disabled/>
4923 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
4927 <enabled/> or <disabled/>
4931 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4935 <enabled/> or <disabled/>
4940 <key>SanitizeOnShutdown</key>
4946 <key>Downloads</key>
4954 <key>SiteSettings</key>
4956 <key>OfflineApps</key>
4967 "SanitizeOnShutdown": {
4968 "Cache": true | false,
4969 "Cookies": true | false,
4970 "Downloads": true | false,
4971 "FormData": true | false,
4972 "History": true | false,
4973 "Sessions": true | false,
4974 "SiteSettings": true | false,
4975 "OfflineApps": true | false,
4976 "Locked": true | false
4981 ### SanitizeOnShutdown (All)
4982 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4984 **Compatibility:** Firefox 60, Firefox ESR 60\
4985 **CCK2 Equivalent:** N/A\
4986 **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`
4989 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4991 #### Windows (Intune)
4994 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4998 <enabled/> or <disabled/>
5003 <key>SanitizeOnShutdown</key>
5011 "SanitizeOnShutdown": true | false
5016 Set whether or not search bar is displayed.
5018 **Compatibility:** Firefox 60, Firefox ESR 60\
5019 **CCK2 Equivalent:** `showSearchBar`\
5020 **Preferences Affected:** N/A
5024 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
5027 #### Windows (Intune)
5030 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
5035 <data id="SearchBar" value="unified | separate"/>
5040 <key>SearchBar</key>
5041 <string>unified | separate</string>
5048 "SearchBar": "unified" | "separate"
5052 <a name="SearchEngines"></a>
5054 ### SearchEngines (This policy is only available on the ESR.)
5056 ### SearchEngines | Add
5058 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
5060 `Name` is the name of the search engine.
5062 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
5064 `Method` is either GET or POST
5066 `IconURL` is a URL for the icon to use.
5068 `Alias` is a keyword to use for the engine.
5070 `Description` is a description of the search engine.
5072 `PostData` is the POST data as name value pairs separated by &.
5074 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
5076 `Encoding` is the query charset for the engine. It defaults to UTF-8.
5078 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
5079 **CCK2 Equivalent:** `searchplugins`\
5080 **Preferences Affected:** N/A
5084 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
5085 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
5086 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
5087 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
5088 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
5089 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
5090 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
5091 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
5093 #### Windows (Intune)
5096 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
5101 <data id="SearchEngine_Name" value="Example1"/>
5102 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
5103 <data id="SearchEngine_Method" value="GET | POST"/>
5104 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
5105 <data id="SearchEngine_Alias" value="example"/>
5106 <data id="SearchEngine_Description" value="Example Description"/>
5107 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
5108 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
5113 <key>SearchEngines</key>
5119 <string>Example1</string>
5120 <key>URLTemplate</key>
5121 <string>https://www.example.org/q={searchTerms}</string>
5123 <string>GET | POST </string>
5125 <string>https://www.example.org/favicon.ico</string>
5127 <string>example</string>
5128 <key>Description</key>
5129 <string>Example Description</string>
5130 <key>SuggestURLTemplate</key>
5131 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5133 <string>name=value&q={searchTerms}</string>
5147 "URLTemplate": "https://www.example.org/q={searchTerms}",
5148 "Method": "GET" | "POST",
5149 "IconURL": "https://www.example.org/favicon.ico",
5151 "Description": "Description",
5152 "PostData": "name=value&q={searchTerms}",
5153 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5160 ### SearchEngines | Default
5162 Set the default search engine. This policy is only available on the ESR.
5164 **Compatibility:** Firefox ESR 60\
5165 **CCK2 Equivalent:** `defaultSearchEngine`\
5166 **Preferences Affected:** N/A
5170 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
5172 #### Windows (Intune)
5175 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
5180 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
5185 <key>SearchEngines</key>
5188 <string>NAME_OF_SEARCH_ENGINE</string>
5197 "Default": "NAME_OF_SEARCH_ENGINE"
5202 ### SearchEngines | PreventInstalls
5204 Prevent installing search engines from webpages.
5206 **Compatibility:** Firefox ESR 60\
5207 **CCK2 Equivalent:** `disableSearchEngineInstall`\
5208 **Preferences Affected:** N/A
5212 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
5214 #### Windows (Intune)
5217 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
5221 <enabled/> or <disabled/>
5226 <key>SearchEngines</key>
5228 <key>PreventInstalls</key>
5238 "PreventInstalls": true | false
5243 ### SearchEngines | Remove
5245 Hide built-in search engines. This policy is only available on the ESR.
5247 **Compatibility:** Firefox ESR 60.2\
5248 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
5249 **Preferences Affected:** N/A
5253 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
5255 #### Windows (Intune)
5258 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
5263 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
5268 <key>SearchEngines</key>
5272 <string>NAME_OF_SEARCH_ENGINE</string>
5282 "Remove": ["NAME_OF_SEARCH_ENGINE"]
5287 ### SearchSuggestEnabled
5289 Enable search suggestions.
5291 **Compatibility:** Firefox 68, Firefox ESR 68\
5292 **CCK2 Equivalent:** N/A\
5293 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
5297 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5299 #### Windows (Intune)
5302 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5306 <enabled/> or <disabled/>
5311 <key>SearchSuggestEnabled</key>
5319 "SearchSuggestEnabled": true | false
5325 Install PKCS #11 modules.
5327 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5328 **CCK2 Equivalent:** `certs.devices`\
5329 **Preferences Affected:** N/A
5333 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5335 #### Windows (Intune)
5338 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5343 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5348 <key>SecurityDevices</key>
5350 <key>NAME_OF_DEVICE</key>
5351 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5360 "SecurityDevices": {
5361 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5367 Show the home button on the toolbar.
5369 Future versions of Firefox will not show the home button by default.
5371 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5372 **CCK2 Equivalent:** N/A\
5373 **Preferences Affected:** N/A
5377 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5379 #### Windows (Intune)
5382 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ShowHomeButton
5386 <enabled/> or <disabled/>
5391 <key>ShowHomeButton</key>
5399 "ShowHomeButton": true | false
5405 Set and lock the maximum version of TLS.
5407 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5408 **CCK2 Equivalent:** N/A\
5409 **Preferences Affected:** `security.tls.version.max`
5413 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5415 #### Windows (Intune)
5418 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5423 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5428 <key>SSLVersionMax</key>
5429 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5437 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5443 Set and lock the minimum version of TLS.
5445 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5446 **CCK2 Equivalent:** N/A\
5447 **Preferences Affected:** `security.tls.version.min`
5451 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5453 #### Windows (Intune)
5456 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
5461 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5466 <key>SSLVersionMin</key>
5467 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5475 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5480 Add a menuitem to the help menu for specifying support information.
5482 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
5483 **CCK2 Equivalent:** helpMenu\
5484 **Preferences Affected:** N/A
5488 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
5489 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
5490 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
5492 #### Windows (Intune)
5495 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
5500 <data id="SupportMenuTitle" value="Support Menu"/>
5501 <data id="SupportMenuURL" value="http://example.com/support"/>
5502 <data id="SupportMenuAccessKey" value="S">
5507 <key>SupportMenu</key>
5510 <string>SupportMenu</string>
5512 <string>http://example.com/support</string>
5513 <key>AccessKey</key>
5523 "Title": "Support Menu",
5524 "URL": "http://example.com/support",
5532 Prevent Firefox from messaging the user in certain situations.
5534 `WhatsNew` Remove the "What's New" icon and menuitem.
5536 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
5538 `FeatureRecommendations` If false, don't recommend browser features.
5540 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
5542 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
5544 **Compatibility:** Firefox 75, Firefox ESR 68.7\
5545 **CCK2 Equivalent:** N/A\
5546 **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`
5550 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
5551 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
5552 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
5553 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
5554 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
5556 #### Windows (Intune)
5559 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_WhatsNew
5560 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
5561 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
5562 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
5563 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
5567 <enabled/> or <disabled/>
5572 <key>UserMessaging</key>
5576 <key>ExtensionRecommendations</key>
5578 <key>FeatureRecommendations</key>
5580 <key>UrlbarInterventions</key>
5582 <key>SkipOnboarding</key>
5592 "WhatsNew": true | false,
5593 "ExtensionRecommendations": true | false,
5594 "FeatureRecommendations": true | false,
5595 "UrlbarInterventions": true | false
5596 "SkipOnboarding": true | false
5602 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.
5603 The arrays are limited to 1000 entries each.
5605 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
5607 For specific protocols, use `https://*/*` or `http://*/*`.
5609 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
5611 **Compatibility:** Firefox 60, Firefox ESR 60\
5612 **CCK2 Equivalent:** N/A\
5613 **Preferences Affected:** N/A
5617 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
5618 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
5620 #### Windows (Intune)
5623 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
5627 <enabled/> <data id="WebsiteFilter" value="1<all_urls>"/>
5631 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
5636 <data id="WebsiteFilter" value="1http://example.org/*"/>
5641 <key>WebsiteFilter</key>
5645 <string><all_urls></string>
5647 <key>Exceptions</key>
5649 <string>http://example.org/*</string>
5660 "Block": ["<all_urls>"],
5661 "Exceptions": ["http://example.org/*"]
5667 Allow Windows single sign-on for Microsoft, work, and school accounts.
5669 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
5671 **Compatibility:** Firefox 91\
5672 **CCK2 Equivalent:** N/A\
5673 **Preferences Affected:** `network.http.windows-sso.enabled`
5677 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
5679 #### Windows (Intune)
5682 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
5686 <enabled/> or <disabled/>
5692 "WindowsSSO": true | false