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 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
69 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
70 | **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates..
71 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
72 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
73 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
74 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
75 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
76 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
77 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
78 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
79 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
80 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
81 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
82 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
83 | **[`Preferences`](#preferences)** | Set and lock preferences.
84 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
85 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
86 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
87 | **[`Proxy`](#proxy)** | Configure proxy settings.
88 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
89 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
90 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
91 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
92 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
93 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
94 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
95 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
96 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
97 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
98 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
99 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
100 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
101 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
102 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
103 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
104 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
105 | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
109 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 Enable or disable **automatic** application update.
115 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
117 If set to false, application updates are downloaded but the user can choose when to install the update.
119 If you have disabled updates via `DisableAppUpdate`, this policy has no effect.
121 **Compatibility:** Firefox 75, Firefox ESR 68.7\
122 **CCK2 Equivalent:** N/A\
123 **Preferences Affected:** `app.update.auto`
127 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
129 #### Windows (Intune)
132 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
136 <enabled/> or <disabled/>
141 <key>AppAutoUpdate</key>
149 "AppAutoUpdate": true | false
153 ### AllowedDomainsForApps
155 Define domains allowed to access Google Workspace.
157 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
159 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.
161 **Compatibility:** Firefox 89, Firefox ESR 78.11\
162 **CCK2 Equivalent:** N/A\
163 **Preferences Affected:** N/A
167 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
169 #### Windows (Intune)
172 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
177 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
182 <key>AllowedDomainsForApps</key>
183 <string>managedfirefox.com,example.com</string>
190 "AllowedDomainsForApps": "managedfirefox.com,example.com"
196 Change the URL for application update if you are providing Firefox updates from a custom update server.
198 **Compatibility:** Firefox 62, Firefox ESR 60.2\
199 **CCK2 Equivalent:** N/A\
200 **Preferences Affected:** `app.update.url`
204 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
206 #### Windows (Intune)
209 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
214 <data id="AppUpdateURL" value="https://yoursite.com"/>
219 <key>AppUpdateURL</key>
220 <string>https://yoursite.com</string>
227 "AppUpdateURL": "https://yoursite.com"
233 Configure sites that support integrated authentication.
235 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.
237 `PrivateBrowsing` enables integrated authentication in private browsing.
239 **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)\
240 **CCK2 Equivalent:** N/A\
241 **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`
245 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
246 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
247 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
248 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
249 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
250 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
251 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
252 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
253 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
254 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
255 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
256 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
258 #### Windows (Intune)
261 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
266 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
270 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
275 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
279 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
284 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
288 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
293 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
294 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
302 <enabled/> or <disabled/>
306 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
310 <enabled/> or <disabled/>
315 <key>Authentication</key>
319 <string>mydomain.com</string>
320 <string>https://myotherdomain.com</string>
324 <string>mydomain.com</string>
325 <string>https://myotherdomain.com</string>
329 <string>mydomain.com</string>
330 <string>https://myotherdomain.com</string>
332 <key>AllowNonFQDN</key>
339 <key>AllowProxies</key>
348 <key>PrivateBrowsing</key>
358 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
359 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
360 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
362 "SPNEGO": true | false,
366 "SPNEGO": true | false,
369 "Locked": true | false,
370 "PrivateBrowsing": true | false
375 ### AutoLaunchProtocolsFromOrigins
376 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.
378 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.
404 **Compatibility:** Firefox 90, Firefox ESR 78.12\
405 **CCK2 Equivalent:** N/A\
406 **Preferences Affected:** N/A
409 Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ) =
413 "protocol": "zoommtg",
415 "https://somesite.zoom.us"
420 #### Windows (Intune)
423 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutoLaunchProtocolsFromOrigins
428 <data id="JSON" value='
431 "protocol": "zoommtg",
433 "https://somesite.zoom.us"
441 <key>AutoLaunchProtocolsFromOrigins</key>
445 <string>zoommtg</string>
446 <key>allowed_origins</key>
448 <string>https://somesite.zoom.us</string>
458 "AutoLaunchProtocolsFromOrigins": [{
459 "protocol": "zoommtg",
461 "https://somesite.zoom.us"
467 ### BackgroundAppUpdate
469 Enable or disable **automatic** application update **in the background**, when the application is not running.
471 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.
473 If set to false, the application will not try to install updates when the application is not running.
475 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppAutoUpdate`, this policy has no effect.
477 **Compatibility:** Firefox 90 (Windows only)\
478 **CCK2 Equivalent:** N/A\
479 **Preferences Affected:** `app.update.background.enabled`
483 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
485 #### Windows (Intune)
488 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
492 <enabled/> or <disabled/>
497 <key>BackgroundAppUpdate</key>
505 "BackgroundAppUpdate": true | false
511 Block access to the Add-ons Manager (about:addons).
513 **Compatibility:** Firefox 60, Firefox ESR 60\
514 **CCK2 Equivalent:** `disableAddonsManager`\
515 **Preferences Affected:** N/A
519 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
521 #### Windows (Intune)
524 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
528 <enabled/> or <disabled/>
533 <key>BlockAboutAddons</key>
541 "BlockAboutAddons": true | false
547 Block access to about:config.
549 **Compatibility:** Firefox 60, Firefox ESR 60\
550 **CCK2 Equivalent:** `disableAboutConfig`\
551 **Preferences Affected:** N/A
555 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
557 #### Windows (Intune)
560 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
564 <enabled/> or <disabled/>
569 <key>BlockAboutConfig</key>
577 "BlockAboutConfig": true | false
581 ### BlockAboutProfiles
583 Block access to About Profiles (about:profiles).
585 **Compatibility:** Firefox 60, Firefox ESR 60\
586 **CCK2 Equivalent:** `disableAboutProfiles`\
587 **Preferences Affected:** N/A
591 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
593 #### Windows (Intune)
596 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
600 <enabled/> or <disabled/>
605 <key>BlockAboutProfiles</key>
613 "BlockAboutProfiles": true | false
617 ### BlockAboutSupport
619 Block access to Troubleshooting Information (about:support).
621 **Compatibility:** Firefox 60, Firefox ESR 60\
622 **CCK2 Equivalent:** `disableAboutSupport`\
623 **Preferences Affected:** N/A
627 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
629 #### Windows (Intune)
632 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
636 <enabled/> or <disabled/>
641 <key>BlockAboutSupport</key>
649 "BlockAboutSupport": true | false
655 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
657 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.
659 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.
661 **Compatibility:** Firefox 60, Firefox ESR 60\
662 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
663 **Preferences Affected:** N/A
667 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
668 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
669 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
670 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
671 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
673 Software\Policies\Mozilla\Firefox\Bookmarks (REG_MULTI_SZ) =
679 #### Windows (Intune)
682 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
687 <data id="BookmarkTitle" value="Example"/>
688 <data id="BookmarkURL" value="https://example.com"/>
689 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
690 <data id="BookmarkPlacement" value="toolbar | menu"/>
691 <data id="BookmarkFolder" value="FolderName"/>
695 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Bookmarks
700 <data id="JSON" value='[]'/>
709 <string>Example</string>
711 <string>https://example.com</string>
713 <string>https://example.com/favicon.ico</string>
715 <string>toolbar | menu</string>
717 <string>FolderName</string>
729 "URL": "https://example.com",
730 "Favicon": "https://example.com/favicon.ico",
731 "Placement": "toolbar" | "menu",
732 "Folder": "FolderName"
739 Enable or disable the detection of captive portals.
741 **Compatibility:** Firefox 67, Firefox ESR 60.7\
742 **CCK2 Equivalent:** N/A\
743 **Preferences Affected:** `network.captive-portal-service.enabled`
747 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
749 #### Windows (Intune)
752 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
756 <enabled/> or <disabled/>
761 <key>CaptivePortal</key>
769 "CaptivePortal": true | false
775 ### Certificates | ImportEnterpriseRoots
777 Trust certificates that have been added to the operating system certificate store by a user or administrator.
779 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
781 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
783 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
784 **CCK2 Equivalent:** N/A\
785 **Preferences Affected:** `security.enterprise_roots.enabled`
789 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
791 #### Windows (Intune)
794 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
798 <enabled/> or <disabled/>
803 <key>Certificates</key>
805 <key>ImportEnterpriseRoots</key>
815 "ImportEnterpriseRoots": true | false
820 ### Certificates | Install
822 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
825 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
826 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
828 - /Library/Application Support/Mozilla/Certificates
829 - ~/Library/Application Support/Mozilla/Certificates
831 - /usr/lib/mozilla/certificates
832 - /usr/lib64/mozilla/certificates
833 - ~/.mozilla/certificates
835 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.
837 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.
839 Certificates are installed using the trust string `CT,CT,`.
841 Binary (DER) and ASCII (PEM) certificates are both supported.
843 **Compatibility:** Firefox 64, Firefox ESR 64\
844 **CCK2 Equivalent:** `certs.ca`\
845 **Preferences Affected:** N/A
849 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
850 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
852 #### Windows (Intune)
855 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
860 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
865 <key>Certificates</key>
869 <string>cert1.der</string>
870 <string>/Users/username/cert2.pem</string>
880 "Install": ["cert1.der", "/home/username/cert2.pem"]
886 Configure cookie preferences.
888 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
890 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
892 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
894 `Behavior` sets the default behavior for cookies based on the values below.
896 `BehaviorPrivateBrowsing` sets the default behavior for cookies in private browsing based on the values below.
898 | Value | Description
900 | accept | Accept all cookies
901 | reject-foreign | Reject third party cookies
902 | reject | Reject all cookies
903 | limit-foreign | Reject third party cookies for sites you haven't visited
904 | reject-tracker | Reject cookies for known trackers (default)
905 | reject-tracker-and-partition-foreign | Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection) (default for private browsing)
907 `Default` (Deprecated) determines whether cookies are accepted at all.
909 `AcceptThirdParty` (Deprecated) determines how third-party cookies are handled.
911 `ExpireAtSessionEnd` determines when cookies expire.
913 `RejectTracker` (Deprecated) only rejects cookies for trackers.
915 `Locked` prevents the user from changing cookie preferences.
917 **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)\
918 **CCK2 Equivalent:** N/A\
919 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
923 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
924 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
925 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
926 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
927 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
928 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
929 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
930 Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
931 Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
932 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
934 #### Windows (Intune)
937 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
942 <data id="Cookies_Allow" value="1https://example.com"/>
946 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
951 <data id="Cookies_Allow" value="1https://example.edu"/>
955 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
960 <data id="Cookies_Block" value="1https://example.org"/>
964 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
968 <enabled/> or <disabled/>
972 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
977 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
981 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
985 <enabled/> or <disabled/>
989 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
993 <enabled/> or <disabled/>
997 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
1001 <enabled/> or <disabled/>
1005 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Behavior
1010 <data id="Cookies_Behavior" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1014 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_BehaviorPrivateBrowsing
1019 <data id="Cookies_BehaviorPrivateBrowsing" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1028 <string>http://example.com</string>
1030 <key>AllowSession</key>
1032 <string>http://example.edu</string>
1036 <string>http://example.org</string>
1040 <key>AcceptThirdParty</key>
1041 <string>always | never | from-visited</string>
1042 <key>ExpireAtSessionEnd</key>
1044 <key>RejectTracker</key>
1049 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1050 <key>BehaviorPrivateBrowsing</key>
1051 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1060 "Allow": ["http://example.org/"],
1061 "AllowSession": ["http://example.edu/"],
1062 "Block": ["http://example.edu/"],
1063 "Default": true | false,
1064 "AcceptThirdParty": "always" | "never" | "from-visited",
1065 "ExpireAtSessionEnd": true | false,
1066 "RejectTracker": true | false,
1067 "Locked": true | false,
1068 "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1069 "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1074 ### DisableSetDesktopBackground
1075 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
1077 **Compatibility:** Firefox 60, Firefox ESR 60\
1078 **CCK2 Equivalent:** `removeSetDesktopBackground`\
1079 **Preferences Affected:** N/A
1083 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
1085 #### Windows (Intune)
1088 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
1092 <enabled/> or <disabled/>
1097 <key>DisableSetDesktopBackground</key>
1105 "DisableSetDesktopBackground": true | false
1109 ### DisableMasterPasswordCreation
1110 Remove the master password functionality.
1112 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
1114 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
1116 **Compatibility:** Firefox 60, Firefox ESR 60\
1117 **CCK2 Equivalent:** `noMasterPassword`\
1118 **Preferences Affected:** N/A
1122 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
1124 #### Windows (Intune)
1127 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
1131 <enabled/> or <disabled/>
1136 <key>DisableMasterPasswordCreation</key>
1144 "DisableMasterPasswordCreation": true | false
1148 ### DefaultDownloadDirectory
1149 Set the default download directory.
1151 You can use ${home} for the native home directory.
1153 **Compatibility:** Firefox 68, Firefox ESR 68\
1154 **CCK2 Equivalent:** N/A\
1155 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1159 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1161 #### Windows (Intune)
1164 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1169 <data id="Preferences_String" value="${home}\Downloads"/>
1174 <key>DefaultDownloadDirectory</key>
1175 <string>${home}/Downloads</string>
1178 #### policies.json (macOS and Linux)
1182 "DefaultDownloadDirectory": "${home}/Downloads"
1185 #### policies.json (Windows)
1189 "DefaultDownloadDirectory": "${home}\\Downloads"
1192 ### DisableAppUpdate
1193 Turn off application updates within Firefox.
1195 **Compatibility:** Firefox 60, Firefox ESR 60\
1196 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1197 **Preferences Affected:** N/A
1201 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1203 #### Windows (Intune)
1206 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1210 <enabled/> or <disabled/>
1215 <key>DisableAppUpdate</key>
1223 "DisableAppUpdate": true | false
1227 ### DisableBuiltinPDFViewer
1228 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1230 **Compatibility:** Firefox 60, Firefox ESR 60\
1231 **CCK2 Equivalent:** `disablePDFjs`\
1232 **Preferences Affected:** `pdfjs.disabled`
1236 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1238 #### Windows (Intune)
1241 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1245 <enabled/> or <disabled/>
1250 <key>DisableBuiltinPDFViewer</key>
1258 "DisableBuiltinPDFViewer": true | false
1263 Disable specific cryptographic ciphers.
1265 **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`
1270 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.
1273 **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)\
1274 **CCK2 Equivalent:** N/A\
1275 **Preferences Affected:** N/A
1279 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1280 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1281 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1282 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1283 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1284 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1285 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1286 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1287 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
1288 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1289 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
1291 #### Windows (Intune)
1294 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1295 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1296 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1297 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1299 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1300 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
1301 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
1302 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
1303 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
1304 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
1308 <enabled/> or <disabled/>
1313 <key>DisabledCiphers</key>
1315 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1317 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1319 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1321 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1323 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1325 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1327 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1329 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1331 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1333 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1335 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1344 "DisabledCiphers": {
1345 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1346 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1347 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1348 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1349 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1350 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1351 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1352 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1353 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false,
1354 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false,
1355 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1360 ### DisableDefaultBrowserAgent
1361 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1363 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).
1365 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1366 **CCK2 Equivalent:** N/A\
1367 **Preferences Affected:** N/A
1371 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1373 #### Windows (Intune)
1376 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1380 <enabled/> or <disabled/>
1386 "DisableDefaultBrowserAgent": true | false
1390 ### DisableDeveloperTools
1391 Remove access to all developer tools.
1393 **Compatibility:** Firefox 60, Firefox ESR 60\
1394 **CCK2 Equivalent:** `removeDeveloperTools`\
1395 **Preferences Affected:** `devtools.policy.disabled`
1399 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1401 #### Windows (Intune)
1404 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1408 <enabled/> or <disabled/>
1413 <key>DisableDeveloperTools</key>
1421 "DisableDeveloperTools": true | false
1425 ### DisableFeedbackCommands
1426 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1428 **Compatibility:** Firefox 60, Firefox ESR 60\
1429 **CCK2 Equivalent:** N/A\
1430 **Preferences Affected:** N/A
1434 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1436 #### Windows (Intune)
1439 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1443 <enabled/> or <disabled/>
1448 <key>DisableFeedbackCommands</key>
1456 "DisableFeedbackCommands": true | false
1460 ### DisableFirefoxAccounts
1461 Disable Firefox Accounts integration (Sync).
1463 **Compatibility:** Firefox 60, Firefox ESR 60\
1464 **CCK2 Equivalent:** `disableSync`\
1465 **Preferences Affected:** `identity.fxaccounts.enabled`
1469 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1471 #### Windows (Intune)
1474 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1478 <enabled/> or <disabled/>
1483 <key>DisableFirefoxAccounts</key>
1491 "DisableFirefoxAccounts": true | false
1495 ### DisableFirefoxScreenshots
1496 Remove access to Firefox Screenshots.
1498 **Compatibility:** Firefox 60, Firefox ESR 60\
1499 **CCK2 Equivalent:** N/A\
1500 **Preferences Affected:** `extensions.screenshots.disabled`
1504 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1506 #### Windows (Intune)
1509 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1513 <enabled/> or <disabled/>
1518 <key>DisableFirefoxScreenshots</key>
1526 "DisableFirefoxScreenshots": true | false
1530 ### DisableFirefoxStudies
1531 Disable Firefox studies (Shield).
1533 **Compatibility:** Firefox 60, Firefox ESR 60\
1534 **CCK2 Equivalent:** N/A\
1535 **Preferences Affected:** N/A
1539 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1541 #### Windows (Intune)
1544 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1548 <enabled/> or <disabled/>
1553 <key>DisableFirefoxStudies</key>
1561 "DisableFirefoxStudies": true | false
1565 ### DisableForgetButton
1566 Disable the "Forget" button.
1568 **Compatibility:** Firefox 60, Firefox ESR 60\
1569 **CCK2 Equivalent:** `disableForget`\
1570 **Preferences Affected:** N/A
1574 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1576 #### Windows (Intune)
1579 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1583 <enabled/> or <disabled/>
1588 <key>DisableForgetButton</key>
1596 "DisableForgetButton": true | false
1600 ### DisableFormHistory
1601 Turn off saving information on web forms and the search bar.
1603 **Compatibility:** Firefox 60, Firefox ESR 60\
1604 **CCK2 Equivalent:** `disableFormFill`\
1605 **Preferences Affected:** `browser.formfill.enable`
1609 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1611 #### Windows (Intune)
1614 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1618 <enabled/> or <disabled/>
1623 <key>DisableFormHistory</key>
1631 "DisableFormHistory": true | false
1635 ### DisablePasswordReveal
1636 Do not allow passwords to be shown in saved logins
1638 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1639 **CCK2 Equivalent:** N/A
1640 **Preferences Affected:** N/A
1644 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1646 #### Windows (Intune)
1649 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1653 <enabled/> or <disabled/>
1658 <key>DisablePasswordReveal</key>
1666 "DisablePasswordReveal": true | false
1671 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1673 **Compatibility:** Firefox 60, Firefox ESR 60\
1674 **CCK2 Equivalent:** `disablePocket`\
1675 **Preferences Affected:** `extensions.pocket.enabled`
1679 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1681 #### Windows (Intune)
1684 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1688 <enabled/> or <disabled/>
1693 <key>DisablePocket</key>
1701 "DisablePocket": true | false
1705 ### DisablePrivateBrowsing
1706 Remove access to private browsing.
1708 **Compatibility:** Firefox 60, Firefox ESR 60\
1709 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1710 **Preferences Affected:** N/A
1714 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1716 #### Windows (Intune)
1719 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1723 <enabled/> or <disabled/>
1728 <key>DisablePrivateBrowsing</key>
1736 "DisablePrivateBrowsing": true | false
1740 ### DisableProfileImport
1741 Disables the "Import data from another browser" option in the bookmarks window.
1743 **Compatibility:** Firefox 60, Firefox ESR 60\
1744 **CCK2 Equivalent:** N/A\
1745 **Preferences Affected:** N/A
1749 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1751 #### Windows (Intune)
1754 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1758 <enabled/> or <disabled/>
1763 <key>DisableProfileImport</key>
1771 "DisableProfileImport": true | false
1775 ### DisableProfileRefresh
1776 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.
1778 **Compatibility:** Firefox 60, Firefox ESR 60\
1779 **CCK2 Equivalent:** `disableResetFirefox`\
1780 **Preferences Affected:** `browser.disableResetPrompt`
1784 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1786 #### Windows (Intune)
1789 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1793 <enabled/> or <disabled/>
1798 <key>DisableProfileRefresh</key>
1806 "DisableProfileRefresh": true | false
1811 Disable safe mode within the browser.
1813 On Windows, this disables safe mode via the command line as well.
1815 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1816 **CCK2 Equivalent:** `disableSafeMode`\
1817 **Preferences Affected:** N/A
1821 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1823 #### Windows (Intune)
1826 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1830 <enabled/> or <disabled/>
1835 <key>DisableSafeMode</key>
1843 "DisableSafeMode": true | false
1847 ### DisableSecurityBypass
1848 Prevent the user from bypassing security in certain cases.
1850 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1852 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1854 **Compatibility:** Firefox 60, Firefox ESR 60\
1855 **CCK2 Equivalent:** N/A\
1856 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
1860 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1861 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1863 #### Windows (Intune)
1866 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1870 <enabled/> or <disabled/>
1874 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1878 <enabled/> or <disabled/>
1884 <key>DisableSecurityBypass</key>
1886 <key>InvalidCertificate</key>
1888 <key>SafeBrowsing</key>
1897 "DisableSecurityBypass": {
1898 "InvalidCertificate": true | false,
1899 "SafeBrowsing": true | false
1904 ### DisableSystemAddonUpdate
1905 Prevent system add-ons from being installed or update.
1907 **Compatibility:** Firefox 60, Firefox ESR 60\
1908 **CCK2 Equivalent:** N/A\
1909 **Preferences Affected:** N/A
1913 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1915 #### Windows (Intune)
1918 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1922 <enabled/> or <disabled/>
1927 <key>DisableSystemAddonUpdate</key>
1935 "DisableSystemAddonUpdate": true | false
1939 ### DisableTelemetry
1940 Prevent the upload of telemetry data.
1942 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
1944 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1946 **Compatibility:** Firefox 60, Firefox ESR 60\
1947 **CCK2 Equivalent:** `disableTelemetry`\
1948 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
1952 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1954 #### Windows (Intune)
1957 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1961 <enabled/> or <disabled/>
1966 <key>DisableTelemetry</key>
1974 "DisableTelemetry": true | false
1978 ### DisplayBookmarksToolbar
1979 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1981 **Compatibility:** Firefox 60, Firefox ESR 60\
1982 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1983 **Preferences Affected:** N/A
1987 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1989 #### Windows (Intune)
1992 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1996 <enabled/> or <disabled/>
2001 <key>DisplayBookmarksToolbar</key>
2009 "DisplayBookmarksToolbar": true | false
2014 Set the state of the menubar.
2016 `always` means the menubar is shown and cannot be hidden.
2018 `never` means the menubar is hidden and cannot be shown.
2020 `default-on` means the menubar is on by default but can be hidden.
2022 `default-off` means the menubar is off by default but can be shown.
2024 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
2025 **CCK2 Equivalent:** `displayMenuBar`\
2026 **Preferences Affected:** N/A
2030 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
2032 #### Windows (Intune)
2035 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2040 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2045 <key>DisplayMenuBar</key>
2046 <string>always | never | default-on | default-off</string>
2053 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2057 ### DisplayMenuBar (Deprecated)
2058 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
2060 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
2061 **CCK2 Equivalent:** `displayMenuBar`\
2062 **Preferences Affected:** N/A
2066 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
2071 <key>DisplayMenuBar</key>
2079 "DisplayMenuBar": true | false
2084 Configure DNS over HTTPS.
2086 `Enabled` determines whether DNS over HTTPS is enabled
2088 `ProviderURL` is a URL to another provider.
2090 `Locked` prevents the user from changing DNS over HTTPS preferences.
2092 `ExcludedDomains` excludes domains from DNS over HTTPS.
2094 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
2095 **CCK2 Equivalent:** N/A\
2096 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2100 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2101 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2102 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2103 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2105 #### Windows (Intune)
2108 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2112 <enabled/> or <disabled/>
2116 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2121 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2125 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2129 <enabled/> or <disabled/>
2133 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2138 <data id="List" value="1example.com"/>
2143 <key>DNSOverHTTPS</key>
2147 <key>ProviderURL</key>
2148 <string>URL_TO_ALTERNATE_PROVIDER</string>
2151 <key>ExcludedDomains</key>
2153 <string>example.com</string>
2163 "Enabled": true | false,
2164 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2165 "Locked": true | false,
2166 "ExcludedDomains": ["example.com"]
2171 ### DontCheckDefaultBrowser
2172 Don't check if Firefox is the default browser at startup.
2174 **Compatibility:** Firefox 60, Firefox ESR 60\
2175 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2176 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2180 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2182 #### Windows (Intune)
2185 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2189 <enabled/> or <disabled/>
2194 <key>DontCheckDefaultBrowser</key>
2202 "DontCheckDefaultBrowser": true | false
2206 ### DownloadDirectory
2207 Set and lock the download directory.
2209 You can use ${home} for the native home directory.
2211 **Compatibility:** Firefox 68, Firefox ESR 68\
2212 **CCK2 Equivalent:** N/A\
2213 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2217 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2219 #### Windows (Intune)
2222 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2227 <data id="Preferences_String" value="${home}\Downloads"/>
2232 <key>DownloadDirectory</key>
2233 <string>${home}/Downloads</string>
2236 #### policies.json (macOS and Linux)
2240 "DownloadDirectory": "${home}/Downloads"
2243 #### policies.json (Windows)
2247 "DownloadDirectory": "${home}\\Downloads"
2250 ### EnableTrackingProtection
2251 Configure tracking protection.
2253 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.
2255 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2257 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.
2259 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2261 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2263 `Exceptions` are origins for which tracking protection is not enabled.
2265 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2266 **CCK2 Equivalent:** N/A\
2267 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2271 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2272 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2273 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2274 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2275 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2277 #### Windows (Intune)
2280 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2284 <enabled/> or <disabled/>
2288 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2292 <enabled/> or <disabled/>
2296 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2300 <enabled/> or <disabled/>
2304 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2308 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2312 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2316 <enabled/> or <disabled/>
2321 <key>EnableTrackingProtection</key>
2327 <key>Cryptomining</key>
2329 <key>Fingerprinting</key>
2331 <key>Exceptions</key>
2333 <string>https://example.com</string>
2342 "EnableTrackingProtection": {
2343 "Value": true | false,
2344 "Locked": true | false,
2345 "Cryptomining": true | false,
2346 "Fingerprinting": true | false,
2347 "Exceptions": ["https://example.com"]
2352 ### EncryptedMediaExtensions
2353 Enable or disable Encrypted Media Extensions and optionally lock it.
2355 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2357 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.
2359 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2360 **CCK2 Equivalent:** N/A\
2361 **Preferences Affected:** `media.eme.enabled`
2365 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2366 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2368 #### Windows (Intune)
2371 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2372 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2376 <enabled/>or <disabled/>
2381 <key>EncryptedMediaExtensions</key>
2394 "EncryptedMediaExtensions": {
2395 "Enabled": true | false,
2396 "Locked": true | false
2401 ### EnterprisePoliciesEnabled
2402 Enable policy support on macOS.
2404 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2405 **CCK2 Equivalent:** N/A\
2406 **Preferences Affected:** N/A
2411 <key>EnterprisePoliciesEnabled</key>
2416 Control the installation, uninstallation and locking of extensions.
2418 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.
2420 `Install` is a list of URLs or native paths for extensions to be installed.
2422 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2424 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2426 **Compatibility:** Firefox 60, Firefox ESR 60\
2427 **CCK2 Equivalent:** `addons`\
2428 **Preferences Affected:** N/A
2432 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2433 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2434 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2435 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2437 #### Windows (Intune)
2440 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2445 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2449 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2454 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2458 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2463 <data id="Extensions" value="1addon_id@mozilla.org"/>
2468 <key>Extensions</key>
2472 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2473 <string>//path/to/xpi</string>
2475 <key>Uninstall</key>
2477 <string>bad_addon_id@mozilla.org</string>
2481 <string>addon_id@mozilla.org</string>
2491 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2492 "Uninstall": ["bad_addon_id@mozilla.org"],
2493 "Locked": ["addon_id@mozilla.org"]
2498 ### ExtensionSettings
2499 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.
2501 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.
2503 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).
2505 The configuration for each extension is another dictionary that can contain the fields documented below.
2507 | Name | Description |
2509 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2510 | `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.
2511 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2512 | `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.
2513 | `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.
2514 | `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.
2515 | `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.
2516 | `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.
2517 | `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.
2518 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2519 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2521 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2522 **CCK2 Equivalent:** N/A\
2523 **Preferences Affected:** N/A
2526 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2530 "blocked_install_message": "Custom error message.",
2531 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2532 "installation_mode": "blocked",
2533 "allowed_types": ["extension"]
2535 "uBlock0@raymondhill.net": {
2536 "installation_mode": "force_installed",
2537 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2539 "https-everywhere@eff.org": {
2540 "installation_mode": "allowed"
2544 #### Windows (Intune)
2547 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2552 <data id="ExtensionSettings" value='
2555 "blocked_install_message": "Custom error message.",
2556 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2557 "installation_mode": "blocked",
2558 "allowed_types": ["extension"]
2560 "uBlock0@raymondhill.net": {
2561 "installation_mode": "force_installed",
2562 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2564 "https-everywhere@eff.org": {
2565 "installation_mode": "allowed"
2572 <key>ExtensionSettings</key>
2576 <key>blocked_install_message</key>
2577 <string>Custom error message.</string>
2578 <key>install_sources</key>
2580 <string>about:addons</string>
2581 <string>https://addons.mozilla.org/</string>
2583 <key>installation_mode</key>
2584 <string>blocked</string>
2585 <key>allowed_types</key>
2587 <string>extension</string>
2590 <key>uBlock0@raymondhill.net</key>
2592 <key>installation_mode</key>
2593 <string>force_installed</string>
2594 <key>install_url</key>
2595 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2597 <key>https-everywhere@eff.org</key>
2599 <key>installation_mode</key>
2600 <string>allowed</string>
2609 "ExtensionSettings": {
2611 "blocked_install_message": "Custom error message.",
2612 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2613 "installation_mode": "blocked",
2614 "allowed_types": ["extension"]
2616 "uBlock0@raymondhill.net": {
2617 "installation_mode": "force_installed",
2618 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2620 "https-everywhere@eff.org": {
2621 "installation_mode": "allowed"
2628 Control extension updates.
2630 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2631 **CCK2 Equivalent:** N/A\
2632 **Preferences Affected:** `extensions.update.enabled`
2636 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2638 #### Windows (Intune)
2641 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2645 <enabled/> or <disabled/>
2650 <key>ExtensionUpdate</key>
2658 "ExtensionUpdate": true | false
2663 Customize the Firefox Home page.
2665 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4)
2666 **CCK2 Equivalent:** N/A\
2667 **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`
2671 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2672 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2673 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
2674 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2675 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2676 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
2677 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2678 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2680 #### Windows (Intune)
2683 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2688 <data id="FirefoxHome_Search" value="true | false"/>
2689 <data id="FirefoxHome_TopSites" value="true | false"/>
2690 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
2691 <data id="FirefoxHome_Highlights" value="true | false"/>
2692 <data id="FirefoxHome_Pocket" value="true | false"/>
2693 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
2694 <data id="FirefoxHome_Snippets" value="true | false"/>
2695 <data id="FirefoxHome_Locked" value="true | false"/>
2700 <key>FirefoxHome</key>
2706 <key>SponsoredTopSites</key>
2708 <key>Highlights</key>
2712 <key>SponsoredPocket</key>
2726 "Search": true | false,
2727 "TopSites": true | false,
2728 "SponsoredTopSites": true | false,
2729 "Highlights": true | false,
2730 "Pocket": true | false,
2731 "SponsoredPocket": true | false,
2732 "Snippets": true | false,
2733 "Locked": true | false
2738 ### FlashPlugin (Deprecated)
2739 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2741 `Allow` is a list of origins where Flash are allowed.
2743 `Block` is a list of origins where Flash is not allowed.
2745 `Default` determines whether or not Flash is allowed by default.
2747 `Locked` prevents the user from changing Flash preferences.
2749 **Compatibility:** Firefox 60, Firefox ESR 60\
2750 **CCK2 Equivalent:** `permissions.plugin`\
2751 **Preferences Affected:** `plugin.state.flash`
2755 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2756 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2757 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2758 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2760 #### Windows (Intune)
2763 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2768 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2772 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2776 <enabled/> or <disabled/>
2780 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2784 <enabled/> or <disabled/>
2789 <key>FlashPlugin</key>
2793 <string>http://example.org</string>
2797 <string>http://example.edu</string>
2811 "Allow": ["http://example.org/"],
2812 "Block": ["http://example.edu/"],
2813 "Default": true | false,
2814 "Locked": true | false
2820 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2822 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2824 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.
2826 | Name | Description |
2828 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2829 | `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.
2830 | `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.
2831 | `name` | The display name of the handler (might not be used).
2832 | `path`| The native path to the executable to be used.
2833 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2835 **Compatibility:** Firefox 78, Firefox ESR 78\
2836 **CCK2 Equivalent:** N/A\
2837 **Preferences Affected:** N/A
2840 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
2844 "application/msword": {
2845 "action": "useSystemDefault",
2851 "action": "useHelperApp",
2852 "ask": true | false,
2855 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2861 "action": "useHelperApp",
2862 "ask": true | false,
2864 "name": "Adobe Acrobat",
2865 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2871 #### Windows (Intune)
2874 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2879 <data id="Handlers" value='
2882 "application/msword": {
2883 "action": "useSystemDefault",
2889 "action": "useHelperApp",
2890 "ask": true | false,
2893 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2899 "action": "useHelperApp",
2900 "ask": true | false,
2902 "name": "Adobe Acrobat",
2903 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2915 <key>mimeTypes</key>
2917 <key>application/msword</key>
2920 <string>useSystemDefault</string>
2930 <string>useHelperApp</string>
2937 <string>Gmail</string>
2938 <key>uriTemplate</key>
2939 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2944 <key>extensions</key>
2949 <string>useHelperApp</string>
2956 <string>Adobe Acrobat</string>
2958 <string>/System/Applications/Preview.app</string>
2972 "application/msword": {
2973 "action": "useSystemDefault",
2979 "action": "useHelperApp",
2980 "ask": true | false,
2983 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2989 "action": "useHelperApp",
2990 "ask": true | false,
2992 "name": "Adobe Acrobat",
2993 "path": "/usr/bin/acroread"
3001 ### HardwareAcceleration
3002 Control hardware acceleration.
3004 **Compatibility:** Firefox 60, Firefox ESR 60\
3005 **CCK2 Equivalent:** N/A\
3006 **Preferences Affected:** `layers.acceleration.disabled`
3010 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3012 #### Windows (Intune)
3015 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3019 <enabled/> or <disabled/>
3024 <key>HardwareAcceleration</key>
3032 "HardwareAcceleration": true | false
3037 Configure the default homepage and how Firefox starts.
3039 `URL` is the default homepage.
3041 `Locked` prevents the user from changing homepage preferences.
3043 `Additional` allows for more than one homepage.
3045 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3047 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.
3049 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3050 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3051 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3055 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3056 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3057 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3058 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3059 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3061 #### Windows (Intune)
3064 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3070 <data id="HomepageURL" value="https://example.com"/>
3071 <data id="HomepageLocked" value="true | false"/>
3075 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3081 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
3085 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3091 <data id="StartPage" value="none | homepage | previous-session"/>
3099 <string>http://example.com</string>
3102 <key>Additional</key>
3104 <string>http://example.org</string>
3105 <string>http://example.edu</string>
3107 <key>StartPage</key>
3108 <string>none | homepage | previous-session | homepage-locked</string>
3117 "URL": "http://example.com/",
3118 "Locked": true | false,
3119 "Additional": ["http://example.org/",
3120 "http://example.edu/"],
3121 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3126 ### InstallAddonsPermission
3127 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.
3129 `Allow` is a list of origins where extension installs are allowed.
3131 `Default` determines whether or not extension installs are allowed by default.
3133 **Compatibility:** Firefox 60, Firefox ESR 60\
3134 **CCK2 Equivalent:** `permissions.install`\
3135 **Preferences Affected:** `xpinstall.enabled`
3139 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3140 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3141 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3143 #### Windows (Intune)
3146 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3151 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3155 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3164 <key>InstallAddonsPermission</key>
3168 <string>http://example.org</string>
3169 <string>http://example.edu</string>
3180 "InstallAddonsPermission": {
3181 "Allow": ["http://example.org/",
3182 "http://example.edu/"],
3183 "Default": true | false
3189 Disable the feature enforcing a separate profile for each installation.
3191 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.
3193 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3195 This policy only work on Windows via GPO (not policies.json).
3197 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3198 **CCK2 Equivalent:** N/A\
3199 **Preferences Affected:** N/A
3203 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3205 #### Windows (Intune)
3208 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3212 <enabled/> or <disabled/>
3215 Enable linking to local files by origin.
3217 **Compatibility:** Firefox 68, Firefox ESR 68\
3218 **CCK2 Equivalent:** N/A\
3219 **Preferences Affected:** `capability.policy.localfilelinks.*`
3223 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3224 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3226 #### Windows (Intune)
3229 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3234 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3239 <key>LocalFileLinks</key>
3241 <string>http://example.org</string>
3242 <string>http://example.edu</string>
3250 "LocalFileLinks": ["http://example.org/",
3251 "http://example.edu/"]
3255 ### ManagedBookmarks
3256 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3258 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3260 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:
3264 "id": "BookmarkType",
3268 "$ref": "BookmarkType"
3287 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3288 **CCK2 Equivalent:** N/A\
3289 **Preferences Affected:** N/A
3292 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3296 "toplevel_name": "My managed bookmarks folder"
3299 "url": "example.com",
3303 "name": "Mozilla links",
3306 "url": "https://mozilla.org",
3307 "name": "Mozilla.org"
3310 "url": "https://support.mozilla.org/",
3317 #### Windows (Intune)
3320 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3325 <data id="JSON" value='
3328 "toplevel_name": "My managed bookmarks folder"
3331 "url": "example.com",
3335 "name": "Mozilla links",
3338 "url": "https://mozilla.org",
3339 "name": "Mozilla.org"
3342 "url": "https://support.mozilla.org/",
3352 <key>ManagedBookmarks</key>
3355 <key>toplevel_name</key>
3356 <string>My managed bookmarks folder</string>
3359 <string>example.com</string>
3361 <string>Example</string>
3365 <string>Mozilla links</string>
3370 <string>https://mozilla.org</string>
3372 <string>Mozilla</string>
3376 <string>https://support.mozilla.org/</string>
3378 <string>SUMO</string>
3389 "ManagedBookmarks": [
3391 "toplevel_name": "My managed bookmarks folder"
3394 "url": "example.com",
3398 "name": "Mozilla links",
3401 "url": "https://mozilla.org",
3402 "name": "Mozilla.org"
3405 "url": "https://support.mozilla.org/",
3414 ### ManualAppUpdateOnly
3416 Switch to manual updates only.
3418 If this policy is enabled:
3419 1. The user will never be prompted to install updates
3420 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.
3421 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3423 This policy is primarily intended for advanced end users, not for enterprises.
3425 **Compatibility:** Firefox 87\
3426 **CCK2 Equivalent:** N/A\
3427 **Preferences Affected:** N/A
3433 "ManualAppUpdateOnly": true | false
3437 ### NetworkPrediction
3438 Enable or disable network prediction (DNS prefetching).
3440 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3441 **CCK2 Equivalent:** N/A\
3442 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
3446 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3448 #### Windows (Intune)
3451 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3455 <enabled/> or <disabled/>
3460 <key>NetworkPrediction</key>
3468 "NetworkPrediction": true | false
3472 Enable or disable the New Tab page.
3474 **Compatibility:** Firefox 68, Firefox ESR 68\
3475 **CCK2 Equivalent:** N/A\
3476 **Preferences Affected:** `browser.newtabpage.enabled`
3480 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3482 #### Windows (Intune)
3485 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3489 <enabled/> or <disabled/>
3494 <key>NewTabPage</key>
3502 "NewTabPage": true | false
3505 ### NoDefaultBookmarks
3506 Disable the creation of default bookmarks.
3508 This policy is only effective if the user profile has not been created yet.
3510 **Compatibility:** Firefox 60, Firefox ESR 60\
3511 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3512 **Preferences Affected:** N/A
3516 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3518 #### Windows (Intune)
3521 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3525 <enabled/> or <disabled/>
3530 <key>NoDefaultBookmarks</key>
3538 "NoDefaultBookmarks": true | false
3542 ### OfferToSaveLogins
3543 Control whether or not Firefox offers to save passwords.
3545 **Compatibility:** Firefox 60, Firefox ESR 60\
3546 **CCK2 Equivalent:** `dontRememberPasswords`\
3547 **Preferences Affected:** `signon.rememberSignons`
3551 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3553 #### Windows (Intune)
3556 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3560 <enabled/> or <disabled/>
3565 <key>OfferToSaveLogins</key>
3573 "OfferToSaveLogins": true | false
3577 ### OfferToSaveLoginsDefault
3578 Sets the default value of signon.rememberSignons without locking it.
3580 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3581 **CCK2 Equivalent:** `dontRememberPasswords`\
3582 **Preferences Affected:** `signon.rememberSignons`
3586 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3588 #### Windows (Intune)
3591 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3595 <enabled/> or <disabled/>
3600 <key>OfferToSaveLoginsDefault</key>
3608 "OfferToSaveLoginsDefault": true | false
3612 ### OverrideFirstRunPage
3613 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
3615 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
3617 **Compatibility:** Firefox 60, Firefox ESR 60\
3618 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3619 **Preferences Affected:** `startup.homepage_welcome_url`
3623 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3625 #### Windows (Intune)
3628 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3633 <data id="OverridePage" value="https://example.com"/>
3638 <key>OverrideFirstRunPage</key>
3639 <string>http://example.org</string>
3646 "OverrideFirstRunPage": "http://example.org"
3650 ### OverridePostUpdatePage
3651 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
3653 **Compatibility:** Firefox 60, Firefox ESR 60\
3654 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3655 **Preferences Affected:** `startup.homepage_override_url`
3659 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3661 #### Windows (Intune)
3664 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3669 <data id="OverridePage" value="https://example.com"/>
3674 <key>OverridePostUpdatePage</key>
3675 <string>http://example.org</string>
3682 "OverridePostUpdatePage": "http://example.org"
3686 ### PasswordManagerEnabled
3687 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3689 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3690 **CCK2 Equivalent:** N/A\
3691 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3695 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3697 #### Windows (Intune)
3700 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3704 <enabled/> or <disabled/>
3709 <key>PasswordManagerEnabled</key>
3717 "PasswordManagerEnabled": true | false
3722 Disable or configure PDF.js, the built-in PDF viewer.
3724 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3726 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3728 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.
3730 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3731 **CCK2 Equivalent:** N/A\
3732 **Preferences Affected:** `pdfjs.diabled`, `pdfjs.enablePermissions`
3736 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3737 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3739 #### Windows (Intune)
3742 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3743 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3747 <enabled/>or <disabled/>
3756 <key>EnablePermissions</key>
3766 "Enabled": true | false,
3767 "EnablePermissions": true | false
3773 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.
3775 `Allow` is a list of origins where the feature is allowed.
3777 `Block` is a list of origins where the feature is not allowed.
3779 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3781 `Locked` prevents the user from changing preferences for the feature.
3783 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3785 **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)\
3786 **CCK2 Equivalent:** N/A\
3787 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
3791 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3792 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3793 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3794 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3795 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3796 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3797 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3798 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3799 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3800 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3801 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3802 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3803 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3804 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3805 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3806 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3807 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3808 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3809 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3810 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3811 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3812 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
3813 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
3814 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
3815 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
3817 #### Windows (Intune)
3820 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3824 <enabled/> or <disabled/>
3828 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3832 <enabled/> or <disabled/>
3836 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3841 <data id="Permissions" value="1https://example.org"/>
3845 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3849 <enabled/> or <disabled/>
3853 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3857 <enabled/> or <disabled/>
3861 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3866 <data id="Permissions" value="1https://example.org"/>
3870 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3875 <data id="Permissions" value="1https://example.edu"/>
3879 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3884 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3888 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3892 <enabled/> or <disabled/>
3896 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
3901 <data id="Permissions" value="1https://example.org"/>
3905 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
3910 <data id="Permissions" value="1https://example.edu"/>
3914 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
3918 <enabled/> or <disabled/>
3922 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
3926 <enabled/> or <disabled/>
3931 <key>Permissions</key>
3937 <string>https://example.org</string>
3938 <string>https://example.org:1234</string>
3942 <string>https://example.edu</string>
3944 <key>BlockNewRequests</key>
3949 <key>Microphone</key>
3953 <string>https://example.org</string>
3957 <string>https://example.edu</string>
3959 <key>BlockNewRequests</key>
3968 <string>https://example.org</string>
3972 <string>https://example.edu</string>
3974 <key>BlockNewRequests</key>
3979 <key>Notifications</key>
3983 <string>https://example.org</string>
3987 <string>https://example.edu</string>
3989 <key>BlockNewRequests</key>
3998 <string>https://example.org</string>
4002 <string>https://example.edu</string>
4005 <string>allow-audio-video | block-audio | block-audio-video</string>
4018 "Allow": ["https://example.org","https://example.org:1234"],
4019 "Block": ["https://example.edu"],
4020 "BlockNewRequests": true | false,
4021 "Locked": true | false
4024 "Allow": ["https://example.org"],
4025 "Block": ["https://example.edu"],
4026 "BlockNewRequests": true | false,
4027 "Locked": true | false
4030 "Allow": ["https://example.org"],
4031 "Block": ["https://example.edu"],
4032 "BlockNewRequests": true | false,
4033 "Locked": true | false
4036 "Allow": ["https://example.org"],
4037 "Block": ["https://example.edu"],
4038 "BlockNewRequests": true | false,
4039 "Locked": true | false
4042 "Allow": ["https://example.org"],
4043 "Block": ["https://example.edu"],
4044 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
4045 "Locked": true | false
4051 ### PictureInPicture
4053 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
4055 **Compatibility:** Firefox 78, Firefox ESR 78\
4056 **CCK2 Equivalent:** N/A\
4057 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
4061 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
4062 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
4065 #### Windows (Intune)
4068 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
4069 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
4073 <enabled/> or <disabled/>
4078 <key>PictureInPicture</key>
4091 "PictureInPicture": {
4092 "Enabled": true | false,
4093 "Locked": true | false
4099 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
4101 `Allow` is a list of origins where popup-windows are allowed.
4103 `Default` determines whether or not pop-up windows are allowed by default.
4105 `Locked` prevents the user from changing pop-up preferences.
4107 **Compatibility:** Firefox 60, Firefox ESR 60\
4108 **CCK2 Equivalent:** `permissions.popup`\
4109 **Preferences Affected:** `dom.disable_open_during_load`
4113 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
4114 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
4115 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
4116 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4118 #### Windows (Intune)
4121 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4126 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4130 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4134 <enabled/> or <disabled/>
4138 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4142 <enabled/> or <disabled/>
4147 <key>PopupBlocking</key>
4151 <string>http://example.org</string>
4152 <string>http://example.edu</string>
4166 "Allow": ["http://example.org/",
4167 "http://example.edu/"],
4168 "Default": true | false,
4169 "Locked": true | false
4175 Set and lock preferences.
4177 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
4179 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.
4181 Preferences that start with the following prefixes are supported:
4184 app.update.* (Firefox 86, Firefox 78.8)
4186 datareporting.policy.
4189 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4190 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4194 keyword.enabled (Firefox 95, Firefox ESR 91.4)
4199 pdfjs. (Firefox 84, Firefox ESR 78.6)
4202 signon. (Firefox 83, Firefox ESR 78.5)
4203 spellchecker. (Firefox 84, Firefox ESR 78.6)
4204 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
4208 as well as the following security preferences:
4209 | Preference | Type | Default
4211 | security.default_personal_cert | string | Ask Every Time
4212 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4213 | security.insecure_connection_text.enabled | bool | false
4214 | If set to true, adds the words "Not Secure" for insecure sites.
4215 | security.insecure_connection_text.pbmode.enabled | bool | false
4216 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4217 | security.insecure_field_warning.contextual.enabled | bool | true
4218 | If set to false, remove the warning for inscure login fields.
4219 | security.mixed_content.block_active_content | boolean | true
4220 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4221 | security.osclientcerts.autoload | boolean | false
4222 | If true, client certificates are loaded from the operating system certificate store.
4223 | security.ssl.errorReporting.enabled | boolean | true
4224 | If false, SSL errors cannot be sent to Mozilla.
4225 | security.tls.enable_0rtt_data | boolean | true
4226 | If false, TLS early data is turned off (Firefox 93, Firefox 91.2, Firefox 78.15).
4227 | security.tls.hello_downgrade_check | boolean | true
4228 | If false, the TLS 1.3 downgrade check is disabled.
4229 | security.tls.version.enable-deprecated | boolean | false
4230 | If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8).
4231 | security.warn_submit_secure_to_insecure | boolean | true
4232 | If false, no warning is shown when submitting s form from https to http.
4235 Using the preference as the key, set the `Value` to the corresponding preference value.
4237 `Status` can be "default", "locked", "user" or "clear"
4239 Default preferences can be modified by the user.
4241 If a value is locked, it is also set as the default.
4243 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```.
4245 User preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4247 See the examples below for more detail.
4249 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4252 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4253 **CCK2 Equivalent:** `preferences`\
4254 **Preferences Affected:** Many
4257 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4260 "accessibility.force_disabled": {
4264 "browser.cache.disk.parent_directory": {
4265 "Value": "SOME_NATIVE_PATH",
4268 "browser.tabs.warnOnClose": {
4274 #### Windows (Intune)
4277 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4282 <data id="JSON" value='
4284 "accessibility.force_disabled": {
4288 "browser.cache.disk.parent_directory": {
4289 "Value": "SOME_NATIVE_PATH",
4292 "browser.tabs.warnOnClose": {
4301 <key>Preferences</key>
4303 <key>accessibility.force_disabled</key>
4306 <integer>1</integer>
4308 <string>default</string>
4310 <key>browser.cache.disk.parent_directory</key>
4313 <string>SOME_NATIVE_PATH</string>
4315 <string>user</string>
4317 <key>browser.tabs.warnOnClose</key>
4322 <string>locked</string>
4332 "accessibility.force_disabled": {
4336 "browser.cache.disk.parent_directory": {
4337 "Value": "SOME_NATIVE_PATH",
4340 "browser.tabs.warnOnClose": {
4348 ### Preferences (Deprecated)
4349 Set and lock certain preferences.
4351 **Compatibility:** See below\
4352 **CCK2 Equivalent:** `preferences`\
4353 **Preferences Affected:** See below
4355 | Preference | Type | Compatibility | Default
4356 | --- | --- | --- | ---
4357 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
4358 | If set to 1, platform accessibility is disabled.
4359 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
4360 | If false, Firefox doesn't automatically install update.
4361 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
4362 | If true, bookmarks are exported on shutdown.
4363 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
4364 | If set, the name of the file where bookmarks are exported and imported.
4365 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
4366 | If true, bookmarks are restored to their defaults.
4367 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
4368 | If false, don't store cache on the hard drive.
4369 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
4370 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4371 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
4372 | If true, single words are sent to DNS, not directly to search.
4373 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
4374 | 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.
4375 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
4376 | If true, bookmarks are always imported on startup.
4377 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4378 | If false, phishing protection is not enabled (Not recommended)
4379 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4380 | If false, malware protection is not enabled (Not recommended)
4381 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
4382 | If false, updates for search engines are not checked.
4383 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
4384 | If true, a notification isn't shown if startup is slow.
4385 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
4386 | If false, there is no warning when the browser is closed.
4387 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
4388 | If true, tab previews are shown in the Windows taskbar.
4389 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
4390 | If false, bookmarks aren't suggested when typing in the URL bar.
4391 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
4392 | If false, history isn't suggested when typing in the URL bar.
4393 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
4394 | If false, open tabs aren't suggested when typing in the URL bar.
4395 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
4396 | If true, don't show the privacy policy tab on first run.
4397 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
4398 | If false, web page can close windows.
4399 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
4400 | If false, web pages can focus and activate windows.
4401 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
4402 | If true, web pages can't move or resize windows.
4403 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4404 | If false, web pages can't override context menus.
4405 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
4406 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4407 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
4408 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4409 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
4410 | If false, XMLDocument.load is not available.
4411 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
4412 | If false, XMLDocument.async is not available.
4413 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4414 | If false, the extensions blocklist is not used (Not recommended)
4415 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
4416 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4417 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4418 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4419 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4420 | If false, the geolocation API is disabled. | Language dependent
4421 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
4422 | If set, preferred language for web pages.
4423 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
4424 | If false, Encrypted Media Extensions are not enabled.
4425 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4426 | If false, the OpenH264 plugin is not downloaded.
4427 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4428 | If false, the Widevine plugin is not downloaded.
4429 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4430 | If false, WebRTC is disabled
4431 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4432 | If set, a list of domains for which mDNS hostname obfuscation is
4434 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4435 | If set, a list of domains for which mDNS hostname obfuscation is
4437 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4438 | If true, IPv6 DNS lokoups are disabled.
4439 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4440 | If true, display the punycode version of internationalized domain names.
4441 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4442 | If false, history is not enabled.
4443 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4444 | If false, print settings are not saved between jobs.
4445 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4446 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4447 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4448 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4449 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4450 | If true, client certificates are loaded from the operating system certificate store.
4451 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4452 | If false, SSL errors cannot be sent to Mozilla.
4453 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4454 | If false, the TLS 1.3 downgrade check is disabled.
4455 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4456 | If false, the Alt key doesn't show the menubar on Windows.
4457 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4458 | If set, overrides the GTK theme for widgets.
4461 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4462 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4464 #### Windows (Intune)
4465 OMA-URI: (periods are replaced by underscores)
4467 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4471 <enabled/> or <disabled/>
4473 OMA-URI: (periods are replaced by underscores)
4475 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4480 <data id="Preferences_String" value="string_value"/>
4485 <key>Preferences</key>
4487 <key>boolean_preference_name</key>
4489 <key>string_preference_name</key>
4490 <string>string_value</string>
4499 "boolean_preference_name": true | false,
4500 "string_preference_name": "string_value"
4506 Require or prevent using a primary (formerly master) password.
4508 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.
4510 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
4512 **Compatibility:** Firefox 79, Firefox ESR 78.1\
4513 **CCK2 Equivalent:** `noMasterPassword`\
4514 **Preferences Affected:** N/A
4518 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
4520 #### Windows (Intune)
4523 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
4527 <enabled/> or <disabled/>
4532 <key>PrimaryPassword</key>
4540 "PrimaryPassword": true | false
4544 ### PromptForDownloadLocation
4545 Ask where to save each file before downloading.
4547 **Compatibility:** Firefox 68, Firefox ESR 68\
4548 **CCK2 Equivalent:** N/A\
4549 **Preferences Affected:** `browser.download.useDownloadDir`
4553 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4555 #### Windows (Intune)
4558 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4562 <enabled/> or <disabled/>
4567 <key>PromptForDownloadLocation</key>
4575 "PromptForDownloadLocation": true | false
4580 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
4581 To specify ports, append them to the hostnames with a colon (:).
4583 `Mode` is the proxy method being used.
4585 `Locked` is whether or not proxy settings can be changed.
4587 `HTTPProxy` is the HTTP proxy server.
4589 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
4591 `SSLProxy` is the SSL proxy server.
4593 `FTPProxy` is the FTP proxy server.
4595 `SOCKSProxy` is the SOCKS proxy server
4597 `SOCKSVersion` is the SOCKS version (4 or 5)
4599 `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.
4601 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
4603 `AutoLogin` means do not prompt for authentication if password is saved.
4605 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
4607 **Compatibility:** Firefox 60, Firefox ESR 60\
4608 **CCK2 Equivalent:** `networkProxy*`\
4609 **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`
4613 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
4614 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
4615 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
4616 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
4617 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
4618 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
4619 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
4620 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
4621 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
4622 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
4623 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
4624 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
4626 #### Windows (Intune)
4629 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
4634 <data id="ProxyLocked" value="true | false"/>
4635 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
4636 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
4637 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
4638 <data id="SSLProxy" value="https://sslproxy.example.com"/>
4639 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
4640 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
4641 <data id="SOCKSVersion" value="4 | 5"/>
4642 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
4643 <data id="Passthrough" value="<local>"/>
4644 <data id="AutoLogin" value="true | false"/>
4645 <data id="UseProxyForDNS" value="true | false"/>
4653 <string>none | system | manual | autoDetect | autoConfig</string>
4656 <key>HTTPProxy</key>
4657 <string>https://httpproxy.example.com</string>
4658 <key>UseHTTPProxyForAllProtocols</key>
4661 <string>https://sslproxy.example.com</string>
4663 <string>https://ftpproxy.example.com</string>
4664 <key>SOCKSProxy</key>
4665 <string>https://socksproxy.example.com</string>
4666 <key>SOCKSVersion</key>
4667 <string>4 | 5</string>
4668 <key>Passthrough</key>
4669 <string><local>></string>
4670 <key>AutoConfigURL</key>
4671 <string>URL_TO_AUTOCONFIG</string>
4672 <key>AutoLogin</key>
4674 <key>UseProxyForDNS</key>
4684 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
4685 "Locked": true | false,
4686 "HTTPProxy": "hostname",
4687 "UseHTTPProxyForAllProtocols": true | false,
4688 "SSLProxy": "hostname",
4689 "FTPProxy": "hostname",
4690 "SOCKSProxy": "hostname",
4691 "SOCKSVersion": 4 | 5,
4692 "Passthrough": "<local>",
4693 "AutoConfigURL": "URL_TO_AUTOCONFIG",
4694 "AutoLogin": true | false,
4695 "UseProxyForDNS": true | false
4700 ### RequestedLocales
4701 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
4703 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
4705 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
4706 **CCK2 Equivalent:** N/A\
4707 **Preferences Affected:** N/A
4710 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
4711 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
4715 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
4717 #### Windows (Intune)
4720 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
4725 <data id="Preferences_String" value="de,en-US"/>
4730 <key>RequestedLocales</key>
4733 <string>en-US</string>
4740 <key>RequestedLocales</key>
4741 <string>de,en-US</string>
4749 "RequestedLocales": ["de", "en-US"]
4757 "RequestedLocales": "de,en-US"
4761 <a name="SanitizeOnShutdown"></a>
4763 ### SanitizeOnShutdown (Selective)
4764 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
4766 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.
4768 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
4769 **CCK2 Equivalent:** N/A\
4770 **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`
4773 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4774 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4775 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4776 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4777 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4778 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4779 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4780 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4781 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4783 #### Windows (Intune)
4786 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
4790 <enabled/> or <disabled/>
4794 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
4798 <enabled/> or <disabled/>
4802 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
4806 <enabled/> or <disabled/>
4810 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
4814 <enabled/> or <disabled/>
4818 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
4822 <enabled/> or <disabled/>
4826 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
4830 <enabled/> or <disabled/>
4834 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
4838 <enabled/> or <disabled/>
4842 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
4846 <enabled/> or <disabled/>
4850 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4854 <enabled/> or <disabled/>
4859 <key>SanitizeOnShutdown</key>
4865 <key>Downloads</key>
4873 <key>SiteSettings</key>
4875 <key>OfflineApps</key>
4886 "SanitizeOnShutdown": {
4887 "Cache": true | false,
4888 "Cookies": true | false,
4889 "Downloads": true | false,
4890 "FormData": true | false,
4891 "History": true | false,
4892 "Sessions": true | false,
4893 "SiteSettings": true | false,
4894 "OfflineApps": true | false,
4895 "Locked": true | false
4900 ### SanitizeOnShutdown (All)
4901 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4903 **Compatibility:** Firefox 60, Firefox ESR 60\
4904 **CCK2 Equivalent:** N/A\
4905 **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`
4908 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4910 #### Windows (Intune)
4913 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4917 <enabled/> or <disabled/>
4922 <key>SanitizeOnShutdown</key>
4930 "SanitizeOnShutdown": true | false
4935 Set whether or not search bar is displayed.
4937 **Compatibility:** Firefox 60, Firefox ESR 60\
4938 **CCK2 Equivalent:** `showSearchBar`\
4939 **Preferences Affected:** N/A
4943 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
4946 #### Windows (Intune)
4949 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
4954 <data id="SearchBar" value="unified | separate"/>
4959 <key>SearchBar</key>
4960 <string>unified | separate</string>
4967 "SearchBar": "unified" | "separate"
4971 <a name="SearchEngines"></a>
4973 ### SearchEngines (This policy is only available on the ESR.)
4975 ### SearchEngines | Add
4977 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
4979 `Name` is the name of the search engine.
4981 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
4983 `Method` is either GET or POST
4985 `IconURL` is a URL for the icon to use.
4987 `Alias` is a keyword to use for the engine.
4989 `Description` is a description of the search engine.
4991 `PostData` is the POST data as name value pairs separated by &.
4993 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
4995 `Encoding` is the query charset for the engine. It defaults to UTF-8.
4997 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
4998 **CCK2 Equivalent:** `searchplugins`\
4999 **Preferences Affected:** N/A
5003 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
5004 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
5005 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
5006 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
5007 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
5008 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
5009 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
5010 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
5012 #### Windows (Intune)
5015 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
5020 <data id="SearchEngine_Name" value="Example1"/>
5021 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
5022 <data id="SearchEngine_Method" value="GET | POST"/>
5023 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
5024 <data id="SearchEngine_Alias" value="example"/>
5025 <data id="SearchEngine_Description" value="Example Description"/>
5026 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
5027 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
5032 <key>SearchEngines</key>
5038 <string>Example1</string>
5039 <key>URLTemplate</key>
5040 <string>https://www.example.org/q={searchTerms}</string>
5042 <string>GET | POST </string>
5044 <string>https://www.example.org/favicon.ico</string>
5046 <string>example</string>
5047 <key>Description</key>
5048 <string>Example Description</string>
5049 <key>SuggestURLTemplate</key>
5050 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5052 <string>name=value&q={searchTerms}</string>
5066 "URLTemplate": "https://www.example.org/q={searchTerms}",
5067 "Method": "GET" | "POST",
5068 "IconURL": "https://www.example.org/favicon.ico",
5070 "Description": "Description",
5071 "PostData": "name=value&q={searchTerms}",
5072 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5079 ### SearchEngines | Default
5081 Set the default search engine. This policy is only available on the ESR.
5083 **Compatibility:** Firefox ESR 60\
5084 **CCK2 Equivalent:** `defaultSearchEngine`\
5085 **Preferences Affected:** N/A
5089 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
5091 #### Windows (Intune)
5094 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
5099 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
5104 <key>SearchEngines</key>
5107 <string>NAME_OF_SEARCH_ENGINE</string>
5116 "Default": "NAME_OF_SEARCH_ENGINE"
5121 ### SearchEngines | PreventInstalls
5123 Prevent installing search engines from webpages.
5125 **Compatibility:** Firefox ESR 60\
5126 **CCK2 Equivalent:** `disableSearchEngineInstall`\
5127 **Preferences Affected:** N/A
5131 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
5133 #### Windows (Intune)
5136 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
5140 <enabled/> or <disabled/>
5145 <key>SearchEngines</key>
5147 <key>PreventInstalls</key>
5157 "PreventInstalls": true | false
5162 ### SearchEngines | Remove
5164 Hide built-in search engines. This policy is only available on the ESR.
5166 **Compatibility:** Firefox ESR 60.2\
5167 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
5168 **Preferences Affected:** N/A
5172 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
5174 #### Windows (Intune)
5177 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
5182 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
5187 <key>SearchEngines</key>
5191 <string>NAME_OF_SEARCH_ENGINE</string>
5201 "Remove": ["NAME_OF_SEARCH_ENGINE"]
5206 ### SearchSuggestEnabled
5208 Enable search suggestions.
5210 **Compatibility:** Firefox 68, Firefox ESR 68\
5211 **CCK2 Equivalent:** N/A\
5212 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
5216 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5218 #### Windows (Intune)
5221 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5225 <enabled/> or <disabled/>
5230 <key>SearchSuggestEnabled</key>
5238 "SearchSuggestEnabled": true | false
5244 Install PKCS #11 modules.
5246 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5247 **CCK2 Equivalent:** `certs.devices`\
5248 **Preferences Affected:** N/A
5252 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5254 #### Windows (Intune)
5257 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5262 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5267 <key>SecurityDevices</key>
5269 <key>NAME_OF_DEVICE</key>
5270 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5279 "SecurityDevices": {
5280 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5286 Show the home button on the toolbar.
5288 Future versions of Firefox will not show the home button by default.
5290 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5291 **CCK2 Equivalent:** N/A\
5292 **Preferences Affected:** N/A
5296 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5298 #### Windows (Intune)
5301 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ShowHomeButton
5305 <enabled/> or <disabled/>
5310 <key>ShowHomeButton</key>
5318 "ShowHomeButton": true | false
5324 Set and lock the maximum version of TLS.
5326 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5327 **CCK2 Equivalent:** N/A\
5328 **Preferences Affected:** `security.tls.version.max`
5332 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5334 #### Windows (Intune)
5337 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5342 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5347 <key>SSLVersionMax</key>
5348 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5356 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5362 Set and lock the minimum version of TLS.
5364 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5365 **CCK2 Equivalent:** N/A\
5366 **Preferences Affected:** `security.tls.version.min`
5370 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5372 #### Windows (Intune)
5375 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
5380 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5385 <key>SSLVersionMin</key>
5386 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5394 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5399 Add a menuitem to the help menu for specifying support information.
5401 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
5402 **CCK2 Equivalent:** helpMenu\
5403 **Preferences Affected:** N/A
5407 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
5408 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
5409 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
5411 #### Windows (Intune)
5414 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
5419 <data id="SupportMenuTitle" value="Support Menu"/>
5420 <data id="SupportMenuURL" value="http://example.com/support"/>
5421 <data id="SupportMenuAccessKey" value="S">
5426 <key>SupportMenu</key>
5429 <string>SupportMenu</string>
5431 <string>http://example.com/support</string>
5432 <key>AccessKey</key>
5442 "Title": "Support Menu",
5443 "URL": "http://example.com/support",
5451 Prevent Firefox from messaging the user in certain situations.
5453 `WhatsNew` Remove the "What's New" icon and menuitem.
5455 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
5457 `FeatureRecommendations` IF false, don't recommend browser features.
5459 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
5461 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
5463 **Compatibility:** Firefox 75, Firefox ESR 68.7\
5464 **CCK2 Equivalent:** N/A\
5465 **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`
5469 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
5470 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
5471 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
5472 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
5473 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
5475 #### Windows (Intune)
5478 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_WhatsNew
5479 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
5480 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
5481 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
5482 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
5486 <enabled/> or <disabled/>
5491 <key>UserMessaging</key>
5495 <key>ExtensionRecommendations</key>
5497 <key>FeatureRecommendations</key>
5499 <key>UrlbarInterventions</key>
5501 <key>SkipOnboarding</key>
5511 "WhatsNew": true | false,
5512 "ExtensionRecommendations": true | false,
5513 "FeatureRecommendations": true | false,
5514 "UrlbarInterventions": true | false
5515 "SkipOnboarding": true | false
5521 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.
5522 The arrays are limited to 1000 entries each.
5524 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
5526 For specific protocols, use `https://*/*` or `http://*/*`.
5528 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
5530 **Compatibility:** Firefox 60, Firefox ESR 60\
5531 **CCK2 Equivalent:** N/A\
5532 **Preferences Affected:** N/A
5536 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
5537 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
5539 #### Windows (Intune)
5542 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
5546 <enabled/> <data id="WebsiteFilter" value="1<all_urls>"/>
5550 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
5555 <data id="WebsiteFilter" value="1http://example.org/*"/>
5560 <key>WebsiteFilter</key>
5564 <string><all_urls></string>
5566 <key>Exceptions</key>
5568 <string>http://example.org/*</string>
5579 "Block": ["<all_urls>"],
5580 "Exceptions": ["http://example.org/*"]
5586 Allow Windows single sign-on for Microsoft, work, and school accounts.
5588 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
5590 **Compatibility:** Firefox 91\
5591 **CCK2 Equivalent:** N/A\
5592 **Preferences Affected:** `network.http.windows-sso.enabled`
5596 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
5598 #### Windows (Intune)
5601 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
5605 <enabled/> or <disabled/>
5611 "WindowsSSO": true | false