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 `Default` determines whether cookies are accepted at all.
896 `AcceptThirdParty` determines how third-party cookies are handled.
898 `ExpireAtSessionEnd` determines when cookies expire.
900 `RejectTracker` only rejects cookies for trackers.
902 `Locked` prevents the user from changing cookie preferences.
904 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker added in Firefox 63, AllowSession added in Firefox 79/78.1)\
905 **CCK2 Equivalent:** N/A\
906 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.lifetimePolicy`
910 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
911 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
912 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
913 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
914 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
915 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
916 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
917 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
919 #### Windows (Intune)
922 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
927 <data id="Cookies_Allow" value="1https://example.com"/>
931 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
936 <data id="Cookies_Allow" value="1https://example.edu"/>
940 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
945 <data id="Cookies_Block" value="1https://example.org"/>
949 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
953 <enabled/> or <disabled/>
957 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
962 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
966 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
970 <enabled/> or <disabled/>
974 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
978 <enabled/> or <disabled/>
982 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
986 <enabled/> or <disabled/>
995 <string>http://example.com</string>
997 <key>AllowSession</key>
999 <string>http://example.edu</string>
1003 <string>http://example.org</string>
1007 <key>AcceptThirdParty</key>
1008 <string>always | never | from-visited</string>
1009 <key>ExpireAtSessionEnd</key>
1011 <key>RejectTracker</key>
1023 "Allow": ["http://example.org/"],
1024 "AllowSession": ["http://example.edu/"],
1025 "Block": ["http://example.edu/"],
1026 "Default": true | false,
1027 "AcceptThirdParty": "always" | "never" | "from-visited",
1028 "ExpireAtSessionEnd": true | false,
1029 "RejectTracker": true | false,
1030 "Locked": true | false
1035 ### DisableSetDesktopBackground
1036 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
1038 **Compatibility:** Firefox 60, Firefox ESR 60\
1039 **CCK2 Equivalent:** `removeSetDesktopBackground`\
1040 **Preferences Affected:** N/A
1044 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
1046 #### Windows (Intune)
1049 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
1053 <enabled/> or <disabled/>
1058 <key>DisableSetDesktopBackground</key>
1066 "DisableSetDesktopBackground": true | false
1070 ### DisableMasterPasswordCreation
1071 Remove the master password functionality.
1073 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
1075 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
1077 **Compatibility:** Firefox 60, Firefox ESR 60\
1078 **CCK2 Equivalent:** `noMasterPassword`\
1079 **Preferences Affected:** N/A
1083 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
1085 #### Windows (Intune)
1088 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
1092 <enabled/> or <disabled/>
1097 <key>DisableMasterPasswordCreation</key>
1105 "DisableMasterPasswordCreation": true | false
1109 ### DefaultDownloadDirectory
1110 Set the default download directory.
1112 You can use ${home} for the native home directory.
1114 **Compatibility:** Firefox 68, Firefox ESR 68\
1115 **CCK2 Equivalent:** N/A\
1116 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1120 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1122 #### Windows (Intune)
1125 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1130 <data id="Preferences_String" value="${home}\Downloads"/>
1135 <key>DefaultDownloadDirectory</key>
1136 <string>${home}/Downloads</string>
1139 #### policies.json (macOS and Linux)
1143 "DefaultDownloadDirectory": "${home}/Downloads"
1146 #### policies.json (Windows)
1150 "DefaultDownloadDirectory": "${home}\\Downloads"
1153 ### DisableAppUpdate
1154 Turn off application updates within Firefox.
1156 **Compatibility:** Firefox 60, Firefox ESR 60\
1157 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1158 **Preferences Affected:** N/A
1162 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1164 #### Windows (Intune)
1167 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1171 <enabled/> or <disabled/>
1176 <key>DisableAppUpdate</key>
1184 "DisableAppUpdate": true | false
1188 ### DisableBuiltinPDFViewer
1189 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1191 **Compatibility:** Firefox 60, Firefox ESR 60\
1192 **CCK2 Equivalent:** `disablePDFjs`\
1193 **Preferences Affected:** `pdfjs.disabled`
1197 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1199 #### Windows (Intune)
1202 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1206 <enabled/> or <disabled/>
1211 <key>DisableBuiltinPDFViewer</key>
1219 "DisableBuiltinPDFViewer": true | false
1224 Disable specific cryptographic ciphers.
1226 **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`
1231 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.
1234 **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)\
1235 **CCK2 Equivalent:** N/A\
1236 **Preferences Affected:** N/A
1240 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1241 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1242 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1243 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1244 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1245 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1246 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1247 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1248 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
1249 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1250 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
1252 #### Windows (Intune)
1255 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1256 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1257 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1258 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1259 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1260 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1261 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
1262 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
1263 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
1264 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
1265 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
1269 <enabled/> or <disabled/>
1274 <key>DisabledCiphers</key>
1276 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1278 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1280 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1282 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1284 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1286 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1288 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1290 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1292 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1294 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1296 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1305 "DisabledCiphers": {
1306 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1307 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1308 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1309 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1310 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1311 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1312 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1313 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1314 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false,
1315 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false,
1316 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1321 ### DisableDefaultBrowserAgent
1322 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1324 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).
1326 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1327 **CCK2 Equivalent:** N/A\
1328 **Preferences Affected:** N/A
1332 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1334 #### Windows (Intune)
1337 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1341 <enabled/> or <disabled/>
1347 "DisableDefaultBrowserAgent": true | false
1351 ### DisableDeveloperTools
1352 Remove access to all developer tools.
1354 **Compatibility:** Firefox 60, Firefox ESR 60\
1355 **CCK2 Equivalent:** `removeDeveloperTools`\
1356 **Preferences Affected:** `devtools.policy.disabled`
1360 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1362 #### Windows (Intune)
1365 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1369 <enabled/> or <disabled/>
1374 <key>DisableDeveloperTools</key>
1382 "DisableDeveloperTools": true | false
1386 ### DisableFeedbackCommands
1387 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1389 **Compatibility:** Firefox 60, Firefox ESR 60\
1390 **CCK2 Equivalent:** N/A\
1391 **Preferences Affected:** N/A
1395 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1397 #### Windows (Intune)
1400 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1404 <enabled/> or <disabled/>
1409 <key>DisableFeedbackCommands</key>
1417 "DisableFeedbackCommands": true | false
1421 ### DisableFirefoxAccounts
1422 Disable Firefox Accounts integration (Sync).
1424 **Compatibility:** Firefox 60, Firefox ESR 60\
1425 **CCK2 Equivalent:** `disableSync`\
1426 **Preferences Affected:** `identity.fxaccounts.enabled`
1430 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1432 #### Windows (Intune)
1435 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1439 <enabled/> or <disabled/>
1444 <key>DisableFirefoxAccounts</key>
1452 "DisableFirefoxAccounts": true | false
1456 ### DisableFirefoxScreenshots
1457 Remove access to Firefox Screenshots.
1459 **Compatibility:** Firefox 60, Firefox ESR 60\
1460 **CCK2 Equivalent:** N/A\
1461 **Preferences Affected:** `extensions.screenshots.disabled`
1465 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1467 #### Windows (Intune)
1470 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1474 <enabled/> or <disabled/>
1479 <key>DisableFirefoxScreenshots</key>
1487 "DisableFirefoxScreenshots": true | false
1491 ### DisableFirefoxStudies
1492 Disable Firefox studies (Shield).
1494 **Compatibility:** Firefox 60, Firefox ESR 60\
1495 **CCK2 Equivalent:** N/A\
1496 **Preferences Affected:** N/A
1500 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1502 #### Windows (Intune)
1505 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1509 <enabled/> or <disabled/>
1514 <key>DisableFirefoxStudies</key>
1522 "DisableFirefoxStudies": true | false
1526 ### DisableForgetButton
1527 Disable the "Forget" button.
1529 **Compatibility:** Firefox 60, Firefox ESR 60\
1530 **CCK2 Equivalent:** `disableForget`\
1531 **Preferences Affected:** N/A
1535 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1537 #### Windows (Intune)
1540 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1544 <enabled/> or <disabled/>
1549 <key>DisableForgetButton</key>
1557 "DisableForgetButton": true | false
1561 ### DisableFormHistory
1562 Turn off saving information on web forms and the search bar.
1564 **Compatibility:** Firefox 60, Firefox ESR 60\
1565 **CCK2 Equivalent:** `disableFormFill`\
1566 **Preferences Affected:** `browser.formfill.enable`
1570 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1572 #### Windows (Intune)
1575 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1579 <enabled/> or <disabled/>
1584 <key>DisableFormHistory</key>
1592 "DisableFormHistory": true | false
1596 ### DisablePasswordReveal
1597 Do not allow passwords to be shown in saved logins
1599 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1600 **CCK2 Equivalent:** N/A
1601 **Preferences Affected:** N/A
1605 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1607 #### Windows (Intune)
1610 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1614 <enabled/> or <disabled/>
1619 <key>DisablePasswordReveal</key>
1627 "DisablePasswordReveal": true | false
1632 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1634 **Compatibility:** Firefox 60, Firefox ESR 60\
1635 **CCK2 Equivalent:** `disablePocket`\
1636 **Preferences Affected:** `extensions.pocket.enabled`
1640 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1642 #### Windows (Intune)
1645 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1649 <enabled/> or <disabled/>
1654 <key>DisablePocket</key>
1662 "DisablePocket": true | false
1666 ### DisablePrivateBrowsing
1667 Remove access to private browsing.
1669 **Compatibility:** Firefox 60, Firefox ESR 60\
1670 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1671 **Preferences Affected:** N/A
1675 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1677 #### Windows (Intune)
1680 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1684 <enabled/> or <disabled/>
1689 <key>DisablePrivateBrowsing</key>
1697 "DisablePrivateBrowsing": true | false
1701 ### DisableProfileImport
1702 Disables the "Import data from another browser" option in the bookmarks window.
1704 **Compatibility:** Firefox 60, Firefox ESR 60\
1705 **CCK2 Equivalent:** N/A\
1706 **Preferences Affected:** N/A
1710 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1712 #### Windows (Intune)
1715 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1719 <enabled/> or <disabled/>
1724 <key>DisableProfileImport</key>
1732 "DisableProfileImport": true | false
1736 ### DisableProfileRefresh
1737 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.
1739 **Compatibility:** Firefox 60, Firefox ESR 60\
1740 **CCK2 Equivalent:** `disableResetFirefox`\
1741 **Preferences Affected:** `browser.disableResetPrompt`
1745 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1747 #### Windows (Intune)
1750 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1754 <enabled/> or <disabled/>
1759 <key>DisableProfileRefresh</key>
1767 "DisableProfileRefresh": true | false
1772 Disable safe mode within the browser.
1774 On Windows, this disables safe mode via the command line as well.
1776 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1777 **CCK2 Equivalent:** `disableSafeMode`\
1778 **Preferences Affected:** N/A
1782 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1784 #### Windows (Intune)
1787 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1791 <enabled/> or <disabled/>
1796 <key>DisableSafeMode</key>
1804 "DisableSafeMode": true | false
1808 ### DisableSecurityBypass
1809 Prevent the user from bypassing security in certain cases.
1811 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1813 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1815 **Compatibility:** Firefox 60, Firefox ESR 60\
1816 **CCK2 Equivalent:** N/A\
1817 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
1821 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1822 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1824 #### Windows (Intune)
1827 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1831 <enabled/> or <disabled/>
1835 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1839 <enabled/> or <disabled/>
1845 <key>DisableSecurityBypass</key>
1847 <key>InvalidCertificate</key>
1849 <key>SafeBrowsing</key>
1858 "DisableSecurityBypass": {
1859 "InvalidCertificate": true | false,
1860 "SafeBrowsing": true | false
1865 ### DisableSystemAddonUpdate
1866 Prevent system add-ons from being installed or update.
1868 **Compatibility:** Firefox 60, Firefox ESR 60\
1869 **CCK2 Equivalent:** N/A\
1870 **Preferences Affected:** N/A
1874 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1876 #### Windows (Intune)
1879 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1883 <enabled/> or <disabled/>
1888 <key>DisableSystemAddonUpdate</key>
1896 "DisableSystemAddonUpdate": true | false
1900 ### DisableTelemetry
1901 Prevent the upload of telemetry data.
1903 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
1905 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1907 **Compatibility:** Firefox 60, Firefox ESR 60\
1908 **CCK2 Equivalent:** `disableTelemetry`\
1909 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
1913 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1915 #### Windows (Intune)
1918 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1922 <enabled/> or <disabled/>
1927 <key>DisableTelemetry</key>
1935 "DisableTelemetry": true | false
1939 ### DisplayBookmarksToolbar
1940 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1942 **Compatibility:** Firefox 60, Firefox ESR 60\
1943 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1944 **Preferences Affected:** N/A
1948 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1950 #### Windows (Intune)
1953 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1957 <enabled/> or <disabled/>
1962 <key>DisplayBookmarksToolbar</key>
1970 "DisplayBookmarksToolbar": true | false
1975 Set the state of the menubar.
1977 `always` means the menubar is shown and cannot be hidden.
1979 `never` means the menubar is hidden and cannot be shown.
1981 `default-on` means the menubar is on by default but can be hidden.
1983 `default-off` means the menubar is off by default but can be shown.
1985 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
1986 **CCK2 Equivalent:** `displayMenuBar`\
1987 **Preferences Affected:** N/A
1991 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
1993 #### Windows (Intune)
1996 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2001 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2006 <key>DisplayMenuBar</key>
2007 <string>always | never | default-on | default-off</string>
2014 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2018 ### DisplayMenuBar (Deprecated)
2019 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
2021 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
2022 **CCK2 Equivalent:** `displayMenuBar`\
2023 **Preferences Affected:** N/A
2027 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
2032 <key>DisplayMenuBar</key>
2040 "DisplayMenuBar": true | false
2045 Configure DNS over HTTPS.
2047 `Enabled` determines whether DNS over HTTPS is enabled
2049 `ProviderURL` is a URL to another provider.
2051 `Locked` prevents the user from changing DNS over HTTPS preferences.
2053 `ExcludedDomains` excludes domains from DNS over HTTPS.
2055 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
2056 **CCK2 Equivalent:** N/A\
2057 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2061 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2062 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2063 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2064 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2066 #### Windows (Intune)
2069 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2073 <enabled/> or <disabled/>
2077 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2082 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2086 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2090 <enabled/> or <disabled/>
2094 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2099 <data id="List" value="1example.com"/>
2104 <key>DNSOverHTTPS</key>
2108 <key>ProviderURL</key>
2109 <string>URL_TO_ALTERNATE_PROVIDER</string>
2112 <key>ExcludedDomains</key>
2114 <string>example.com</string>
2124 "Enabled": true | false,
2125 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2126 "Locked": true | false,
2127 "ExcludedDomains": ["example.com"]
2132 ### DontCheckDefaultBrowser
2133 Don't check if Firefox is the default browser at startup.
2135 **Compatibility:** Firefox 60, Firefox ESR 60\
2136 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2137 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2141 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2143 #### Windows (Intune)
2146 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2150 <enabled/> or <disabled/>
2155 <key>DontCheckDefaultBrowser</key>
2163 "DontCheckDefaultBrowser": true | false
2167 ### DownloadDirectory
2168 Set and lock the download directory.
2170 You can use ${home} for the native home directory.
2172 **Compatibility:** Firefox 68, Firefox ESR 68\
2173 **CCK2 Equivalent:** N/A\
2174 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2178 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2180 #### Windows (Intune)
2183 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2188 <data id="Preferences_String" value="${home}\Downloads"/>
2193 <key>DownloadDirectory</key>
2194 <string>${home}/Downloads</string>
2197 #### policies.json (macOS and Linux)
2201 "DownloadDirectory": "${home}/Downloads"
2204 #### policies.json (Windows)
2208 "DownloadDirectory": "${home}\\Downloads"
2211 ### EnableTrackingProtection
2212 Configure tracking protection.
2214 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.
2216 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2218 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.
2220 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2222 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2224 `Exceptions` are origins for which tracking protection is not enabled.
2226 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2227 **CCK2 Equivalent:** N/A\
2228 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2232 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2233 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2234 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2235 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2236 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2238 #### Windows (Intune)
2241 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2245 <enabled/> or <disabled/>
2249 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2253 <enabled/> or <disabled/>
2257 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2261 <enabled/> or <disabled/>
2265 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2269 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2273 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2277 <enabled/> or <disabled/>
2282 <key>EnableTrackingProtection</key>
2288 <key>Cryptomining</key>
2290 <key>Fingerprinting</key>
2292 <key>Exceptions</key>
2294 <string>https://example.com</string>
2303 "EnableTrackingProtection": {
2304 "Value": true | false,
2305 "Locked": true | false,
2306 "Cryptomining": true | false,
2307 "Fingerprinting": true | false,
2308 "Exceptions": ["https://example.com"]
2313 ### EncryptedMediaExtensions
2314 Enable or disable Encrypted Media Extensions and optionally lock it.
2316 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2318 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.
2320 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2321 **CCK2 Equivalent:** N/A\
2322 **Preferences Affected:** `media.eme.enabled`
2326 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2327 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2329 #### Windows (Intune)
2332 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2333 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2337 <enabled/>or <disabled/>
2342 <key>EncryptedMediaExtensions</key>
2355 "EncryptedMediaExtensions": {
2356 "Enabled": true | false,
2357 "Locked": true | false
2362 ### EnterprisePoliciesEnabled
2363 Enable policy support on macOS.
2365 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2366 **CCK2 Equivalent:** N/A\
2367 **Preferences Affected:** N/A
2372 <key>EnterprisePoliciesEnabled</key>
2377 Control the installation, uninstallation and locking of extensions.
2379 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.
2381 `Install` is a list of URLs or native paths for extensions to be installed.
2383 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2385 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2387 **Compatibility:** Firefox 60, Firefox ESR 60\
2388 **CCK2 Equivalent:** `addons`\
2389 **Preferences Affected:** N/A
2393 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2394 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2395 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2396 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2398 #### Windows (Intune)
2401 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2406 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2410 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2415 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2419 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2424 <data id="Extensions" value="1addon_id@mozilla.org"/>
2429 <key>Extensions</key>
2433 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2434 <string>//path/to/xpi</string>
2436 <key>Uninstall</key>
2438 <string>bad_addon_id@mozilla.org</string>
2442 <string>addon_id@mozilla.org</string>
2452 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2453 "Uninstall": ["bad_addon_id@mozilla.org"],
2454 "Locked": ["addon_id@mozilla.org"]
2459 ### ExtensionSettings
2460 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.
2462 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.
2464 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).
2466 The configuration for each extension is another dictionary that can contain the fields documented below.
2468 | Name | Description |
2470 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2471 | `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.
2472 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2473 | `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.
2474 | `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.
2475 | `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.
2476 | `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.
2477 | `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.
2478 | `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.
2479 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2480 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2482 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2483 **CCK2 Equivalent:** N/A\
2484 **Preferences Affected:** N/A
2487 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2491 "blocked_install_message": "Custom error message.",
2492 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2493 "installation_mode": "blocked",
2494 "allowed_types": ["extension"]
2496 "uBlock0@raymondhill.net": {
2497 "installation_mode": "force_installed",
2498 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2500 "https-everywhere@eff.org": {
2501 "installation_mode": "allowed"
2505 #### Windows (Intune)
2508 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2513 <data id="ExtensionSettings" value='
2516 "blocked_install_message": "Custom error message.",
2517 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2518 "installation_mode": "blocked",
2519 "allowed_types": ["extension"]
2521 "uBlock0@raymondhill.net": {
2522 "installation_mode": "force_installed",
2523 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2525 "https-everywhere@eff.org": {
2526 "installation_mode": "allowed"
2533 <key>ExtensionSettings</key>
2537 <key>blocked_install_message</key>
2538 <string>Custom error message.</string>
2539 <key>install_sources</key>
2541 <string>about:addons</string>
2542 <string>https://addons.mozilla.org/</string>
2544 <key>installation_mode</key>
2545 <string>blocked</string>
2546 <key>allowed_types</key>
2548 <string>extension</string>
2551 <key>uBlock0@raymondhill.net</key>
2553 <key>installation_mode</key>
2554 <string>force_installed</string>
2555 <key>install_url</key>
2556 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2558 <key>https-everywhere@eff.org</key>
2560 <key>installation_mode</key>
2561 <string>allowed</string>
2570 "ExtensionSettings": {
2572 "blocked_install_message": "Custom error message.",
2573 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2574 "installation_mode": "blocked",
2575 "allowed_types": ["extension"]
2577 "uBlock0@raymondhill.net": {
2578 "installation_mode": "force_installed",
2579 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2581 "https-everywhere@eff.org": {
2582 "installation_mode": "allowed"
2589 Control extension updates.
2591 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2592 **CCK2 Equivalent:** N/A\
2593 **Preferences Affected:** `extensions.update.enabled`
2597 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2599 #### Windows (Intune)
2602 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2606 <enabled/> or <disabled/>
2611 <key>ExtensionUpdate</key>
2619 "ExtensionUpdate": true | false
2624 Customize the Firefox Home page.
2626 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4)
2627 **CCK2 Equivalent:** N/A\
2628 **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`
2632 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2633 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2634 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
2635 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2636 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2637 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
2638 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2639 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2641 #### Windows (Intune)
2644 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2649 <data id="FirefoxHome_Search" value="true | false"/>
2650 <data id="FirefoxHome_TopSites" value="true | false"/>
2651 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
2652 <data id="FirefoxHome_Highlights" value="true | false"/>
2653 <data id="FirefoxHome_Pocket" value="true | false"/>
2654 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
2655 <data id="FirefoxHome_Snippets" value="true | false"/>
2656 <data id="FirefoxHome_Locked" value="true | false"/>
2661 <key>FirefoxHome</key>
2667 <key>SponsoredTopSites</key>
2669 <key>Highlights</key>
2673 <key>SponsoredPocket</key>
2687 "Search": true | false,
2688 "TopSites": true | false,
2689 "SponsoredTopSites": true | false,
2690 "Highlights": true | false,
2691 "Pocket": true | false,
2692 "SponsoredPocket": true | false,
2693 "Snippets": true | false,
2694 "Locked": true | false
2699 ### FlashPlugin (Deprecated)
2700 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2702 `Allow` is a list of origins where Flash are allowed.
2704 `Block` is a list of origins where Flash is not allowed.
2706 `Default` determines whether or not Flash is allowed by default.
2708 `Locked` prevents the user from changing Flash preferences.
2710 **Compatibility:** Firefox 60, Firefox ESR 60\
2711 **CCK2 Equivalent:** `permissions.plugin`\
2712 **Preferences Affected:** `plugin.state.flash`
2716 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2717 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2718 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2719 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2721 #### Windows (Intune)
2724 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2729 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2733 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2737 <enabled/> or <disabled/>
2741 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2745 <enabled/> or <disabled/>
2750 <key>FlashPlugin</key>
2754 <string>http://example.org</string>
2758 <string>http://example.edu</string>
2772 "Allow": ["http://example.org/"],
2773 "Block": ["http://example.edu/"],
2774 "Default": true | false,
2775 "Locked": true | false
2781 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2783 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2785 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.
2787 | Name | Description |
2789 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2790 | `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.
2791 | `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.
2792 | `name` | The display name of the handler (might not be used).
2793 | `path`| The native path to the executable to be used.
2794 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2796 **Compatibility:** Firefox 78, Firefox ESR 78\
2797 **CCK2 Equivalent:** N/A\
2798 **Preferences Affected:** N/A
2801 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
2805 "application/msword": {
2806 "action": "useSystemDefault",
2812 "action": "useHelperApp",
2813 "ask": true | false,
2816 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2822 "action": "useHelperApp",
2823 "ask": true | false,
2825 "name": "Adobe Acrobat",
2826 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2832 #### Windows (Intune)
2835 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2840 <data id="Handlers" value='
2843 "application/msword": {
2844 "action": "useSystemDefault",
2850 "action": "useHelperApp",
2851 "ask": true | false,
2854 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2860 "action": "useHelperApp",
2861 "ask": true | false,
2863 "name": "Adobe Acrobat",
2864 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2876 <key>mimeTypes</key>
2878 <key>application/msword</key>
2881 <string>useSystemDefault</string>
2891 <string>useHelperApp</string>
2898 <string>Gmail</string>
2899 <key>uriTemplate</key>
2900 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2905 <key>extensions</key>
2910 <string>useHelperApp</string>
2917 <string>Adobe Acrobat</string>
2919 <string>/System/Applications/Preview.app</string>
2933 "application/msword": {
2934 "action": "useSystemDefault",
2940 "action": "useHelperApp",
2941 "ask": true | false,
2944 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2950 "action": "useHelperApp",
2951 "ask": true | false,
2953 "name": "Adobe Acrobat",
2954 "path": "/usr/bin/acroread"
2962 ### HardwareAcceleration
2963 Control hardware acceleration.
2965 **Compatibility:** Firefox 60, Firefox ESR 60\
2966 **CCK2 Equivalent:** N/A\
2967 **Preferences Affected:** `layers.acceleration.disabled`
2971 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
2973 #### Windows (Intune)
2976 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
2980 <enabled/> or <disabled/>
2985 <key>HardwareAcceleration</key>
2993 "HardwareAcceleration": true | false
2998 Configure the default homepage and how Firefox starts.
3000 `URL` is the default homepage.
3002 `Locked` prevents the user from changing homepage preferences.
3004 `Additional` allows for more than one homepage.
3006 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3008 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.
3010 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3011 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3012 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3016 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3017 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3018 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3019 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3020 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3022 #### Windows (Intune)
3025 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3031 <data id="HomepageURL" value="https://example.com"/>
3032 <data id="HomepageLocked" value="true | false"/>
3036 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3042 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
3046 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3052 <data id="StartPage" value="none | homepage | previous-session"/>
3060 <string>http://example.com</string>
3063 <key>Additional</key>
3065 <string>http://example.org</string>
3066 <string>http://example.edu</string>
3068 <key>StartPage</key>
3069 <string>none | homepage | previous-session | homepage-locked</string>
3078 "URL": "http://example.com/",
3079 "Locked": true | false,
3080 "Additional": ["http://example.org/",
3081 "http://example.edu/"],
3082 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3087 ### InstallAddonsPermission
3088 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.
3090 `Allow` is a list of origins where extension installs are allowed.
3092 `Default` determines whether or not extension installs are allowed by default.
3094 **Compatibility:** Firefox 60, Firefox ESR 60\
3095 **CCK2 Equivalent:** `permissions.install`\
3096 **Preferences Affected:** `xpinstall.enabled`
3100 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3101 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3102 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3104 #### Windows (Intune)
3107 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3112 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3116 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3125 <key>InstallAddonsPermission</key>
3129 <string>http://example.org</string>
3130 <string>http://example.edu</string>
3141 "InstallAddonsPermission": {
3142 "Allow": ["http://example.org/",
3143 "http://example.edu/"],
3144 "Default": true | false
3150 Disable the feature enforcing a separate profile for each installation.
3152 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.
3154 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3156 This policy only work on Windows via GPO (not policies.json).
3158 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3159 **CCK2 Equivalent:** N/A\
3160 **Preferences Affected:** N/A
3164 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3166 #### Windows (Intune)
3169 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3173 <enabled/> or <disabled/>
3176 Enable linking to local files by origin.
3178 **Compatibility:** Firefox 68, Firefox ESR 68\
3179 **CCK2 Equivalent:** N/A\
3180 **Preferences Affected:** `capability.policy.localfilelinks.*`
3184 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3185 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3187 #### Windows (Intune)
3190 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3195 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3200 <key>LocalFileLinks</key>
3202 <string>http://example.org</string>
3203 <string>http://example.edu</string>
3211 "LocalFileLinks": ["http://example.org/",
3212 "http://example.edu/"]
3216 ### ManagedBookmarks
3217 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3219 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3221 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:
3225 "id": "BookmarkType",
3229 "$ref": "BookmarkType"
3248 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3249 **CCK2 Equivalent:** N/A\
3250 **Preferences Affected:** N/A
3253 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3257 "toplevel_name": "My managed bookmarks folder"
3260 "url": "example.com",
3264 "name": "Mozilla links",
3267 "url": "https://mozilla.org",
3268 "name": "Mozilla.org"
3271 "url": "https://support.mozilla.org/",
3278 #### Windows (Intune)
3281 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3286 <data id="JSON" value='
3289 "toplevel_name": "My managed bookmarks folder"
3292 "url": "example.com",
3296 "name": "Mozilla links",
3299 "url": "https://mozilla.org",
3300 "name": "Mozilla.org"
3303 "url": "https://support.mozilla.org/",
3313 <key>ManagedBookmarks</key>
3316 <key>toplevel_name</key>
3317 <string>My managed bookmarks folder</string>
3320 <string>example.com</string>
3322 <string>Example</string>
3326 <string>Mozilla links</string>
3331 <string>https://mozilla.org</string>
3333 <string>Mozilla</string>
3337 <string>https://support.mozilla.org/</string>
3339 <string>SUMO</string>
3350 "ManagedBookmarks": [
3352 "toplevel_name": "My managed bookmarks folder"
3355 "url": "example.com",
3359 "name": "Mozilla links",
3362 "url": "https://mozilla.org",
3363 "name": "Mozilla.org"
3366 "url": "https://support.mozilla.org/",
3375 ### ManualAppUpdateOnly
3377 Switch to manual updates only.
3379 If this policy is enabled:
3380 1. The user will never be prompted to install updates
3381 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.
3382 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3384 This policy is primarily intended for advanced end users, not for enterprises.
3386 **Compatibility:** Firefox 87\
3387 **CCK2 Equivalent:** N/A\
3388 **Preferences Affected:** N/A
3394 "ManualAppUpdateOnly": true | false
3398 ### NetworkPrediction
3399 Enable or disable network prediction (DNS prefetching).
3401 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3402 **CCK2 Equivalent:** N/A\
3403 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
3407 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3409 #### Windows (Intune)
3412 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3416 <enabled/> or <disabled/>
3421 <key>NetworkPrediction</key>
3429 "NetworkPrediction": true | false
3433 Enable or disable the New Tab page.
3435 **Compatibility:** Firefox 68, Firefox ESR 68\
3436 **CCK2 Equivalent:** N/A\
3437 **Preferences Affected:** `browser.newtabpage.enabled`
3441 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3443 #### Windows (Intune)
3446 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3450 <enabled/> or <disabled/>
3455 <key>NewTabPage</key>
3463 "NewTabPage": true | false
3466 ### NoDefaultBookmarks
3467 Disable the creation of default bookmarks.
3469 This policy is only effective if the user profile has not been created yet.
3471 **Compatibility:** Firefox 60, Firefox ESR 60\
3472 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3473 **Preferences Affected:** N/A
3477 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3479 #### Windows (Intune)
3482 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3486 <enabled/> or <disabled/>
3491 <key>NoDefaultBookmarks</key>
3499 "NoDefaultBookmarks": true | false
3503 ### OfferToSaveLogins
3504 Control whether or not Firefox offers to save passwords.
3506 **Compatibility:** Firefox 60, Firefox ESR 60\
3507 **CCK2 Equivalent:** `dontRememberPasswords`\
3508 **Preferences Affected:** `signon.rememberSignons`
3512 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3514 #### Windows (Intune)
3517 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3521 <enabled/> or <disabled/>
3526 <key>OfferToSaveLogins</key>
3534 "OfferToSaveLogins": true | false
3538 ### OfferToSaveLoginsDefault
3539 Sets the default value of signon.rememberSignons without locking it.
3541 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3542 **CCK2 Equivalent:** `dontRememberPasswords`\
3543 **Preferences Affected:** `signon.rememberSignons`
3547 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3549 #### Windows (Intune)
3552 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3556 <enabled/> or <disabled/>
3561 <key>OfferToSaveLoginsDefault</key>
3569 "OfferToSaveLoginsDefault": true | false
3573 ### OverrideFirstRunPage
3574 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
3576 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
3578 **Compatibility:** Firefox 60, Firefox ESR 60\
3579 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3580 **Preferences Affected:** `startup.homepage_welcome_url`
3584 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3586 #### Windows (Intune)
3589 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3594 <data id="OverridePage" value="https://example.com"/>
3599 <key>OverrideFirstRunPage</key>
3600 <string>http://example.org</string>
3607 "OverrideFirstRunPage": "http://example.org"
3611 ### OverridePostUpdatePage
3612 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
3614 **Compatibility:** Firefox 60, Firefox ESR 60\
3615 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3616 **Preferences Affected:** `startup.homepage_override_url`
3620 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3622 #### Windows (Intune)
3625 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3630 <data id="OverridePage" value="https://example.com"/>
3635 <key>OverridePostUpdatePage</key>
3636 <string>http://example.org</string>
3643 "OverridePostUpdatePage": "http://example.org"
3647 ### PasswordManagerEnabled
3648 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3650 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3651 **CCK2 Equivalent:** N/A\
3652 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3656 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3658 #### Windows (Intune)
3661 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3665 <enabled/> or <disabled/>
3670 <key>PasswordManagerEnabled</key>
3678 "PasswordManagerEnabled": true | false
3683 Disable or configure PDF.js, the built-in PDF viewer.
3685 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3687 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3689 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.
3691 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3692 **CCK2 Equivalent:** N/A\
3693 **Preferences Affected:** `pdfjs.diabled`, `pdfjs.enablePermissions`
3697 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3698 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3700 #### Windows (Intune)
3703 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3704 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3708 <enabled/>or <disabled/>
3717 <key>EnablePermissions</key>
3727 "Enabled": true | false,
3728 "EnablePermissions": true | false
3734 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.
3736 `Allow` is a list of origins where the feature is allowed.
3738 `Block` is a list of origins where the feature is not allowed.
3740 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3742 `Locked` prevents the user from changing preferences for the feature.
3744 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3746 **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)\
3747 **CCK2 Equivalent:** N/A\
3748 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
3752 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3753 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3754 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3755 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3756 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3757 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3758 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3759 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3760 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3761 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3762 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3763 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3764 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3765 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3766 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3767 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3768 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3769 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3770 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3771 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3772 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3773 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
3774 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
3775 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
3776 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
3778 #### Windows (Intune)
3781 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3785 <enabled/> or <disabled/>
3789 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3793 <enabled/> or <disabled/>
3797 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3802 <data id="Permissions" value="1https://example.org"/>
3806 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3810 <enabled/> or <disabled/>
3814 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3818 <enabled/> or <disabled/>
3822 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3827 <data id="Permissions" value="1https://example.org"/>
3831 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3836 <data id="Permissions" value="1https://example.edu"/>
3840 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3845 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3849 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3853 <enabled/> or <disabled/>
3857 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
3862 <data id="Permissions" value="1https://example.org"/>
3866 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
3871 <data id="Permissions" value="1https://example.edu"/>
3875 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
3879 <enabled/> or <disabled/>
3883 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
3887 <enabled/> or <disabled/>
3892 <key>Permissions</key>
3898 <string>https://example.org</string>
3899 <string>https://example.org:1234</string>
3903 <string>https://example.edu</string>
3905 <key>BlockNewRequests</key>
3910 <key>Microphone</key>
3914 <string>https://example.org</string>
3918 <string>https://example.edu</string>
3920 <key>BlockNewRequests</key>
3929 <string>https://example.org</string>
3933 <string>https://example.edu</string>
3935 <key>BlockNewRequests</key>
3940 <key>Notifications</key>
3944 <string>https://example.org</string>
3948 <string>https://example.edu</string>
3950 <key>BlockNewRequests</key>
3959 <string>https://example.org</string>
3963 <string>https://example.edu</string>
3966 <string>allow-audio-video | block-audio | block-audio-video</string>
3979 "Allow": ["https://example.org","https://example.org:1234"],
3980 "Block": ["https://example.edu"],
3981 "BlockNewRequests": true | false,
3982 "Locked": true | false
3985 "Allow": ["https://example.org"],
3986 "Block": ["https://example.edu"],
3987 "BlockNewRequests": true | false,
3988 "Locked": true | false
3991 "Allow": ["https://example.org"],
3992 "Block": ["https://example.edu"],
3993 "BlockNewRequests": true | false,
3994 "Locked": true | false
3997 "Allow": ["https://example.org"],
3998 "Block": ["https://example.edu"],
3999 "BlockNewRequests": true | false,
4000 "Locked": true | false
4003 "Allow": ["https://example.org"],
4004 "Block": ["https://example.edu"],
4005 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
4006 "Locked": true | false
4012 ### PictureInPicture
4014 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
4016 **Compatibility:** Firefox 78, Firefox ESR 78\
4017 **CCK2 Equivalent:** N/A\
4018 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
4022 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
4023 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
4026 #### Windows (Intune)
4029 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
4030 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
4034 <enabled/> or <disabled/>
4039 <key>PictureInPicture</key>
4052 "PictureInPicture": {
4053 "Enabled": true | false,
4054 "Locked": true | false
4060 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
4062 `Allow` is a list of origins where popup-windows are allowed.
4064 `Default` determines whether or not pop-up windows are allowed by default.
4066 `Locked` prevents the user from changing pop-up preferences.
4068 **Compatibility:** Firefox 60, Firefox ESR 60\
4069 **CCK2 Equivalent:** `permissions.popup`\
4070 **Preferences Affected:** `dom.disable_open_during_load`
4074 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
4075 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
4076 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
4077 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4079 #### Windows (Intune)
4082 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4087 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4091 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4095 <enabled/> or <disabled/>
4099 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4103 <enabled/> or <disabled/>
4108 <key>PopupBlocking</key>
4112 <string>http://example.org</string>
4113 <string>http://example.edu</string>
4127 "Allow": ["http://example.org/",
4128 "http://example.edu/"],
4129 "Default": true | false,
4130 "Locked": true | false
4136 Set and lock preferences.
4138 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
4140 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.
4142 Preferences that start with the following prefixes are supported:
4145 app.update.* (Firefox 86, Firefox 78.8)
4147 datareporting.policy.
4150 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4151 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4155 keyword.enabled (Firefox 95, Firefox ESR 91.4)
4160 pdfjs. (Firefox 84, Firefox ESR 78.6)
4163 signon. (Firefox 83, Firefox ESR 78.5)
4164 spellchecker. (Firefox 84, Firefox ESR 78.6)
4165 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
4169 as well as the following security preferences:
4170 | Preference | Type | Default
4172 | security.default_personal_cert | string | Ask Every Time
4173 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4174 | security.insecure_connection_text.enabled | bool | false
4175 | If set to true, adds the words "Not Secure" for insecure sites.
4176 | security.insecure_connection_text.pbmode.enabled | bool | false
4177 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4178 | security.insecure_field_warning.contextual.enabled | bool | true
4179 | If set to false, remove the warning for inscure login fields.
4180 | security.mixed_content.block_active_content | boolean | true
4181 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4182 | security.osclientcerts.autoload | boolean | false
4183 | If true, client certificates are loaded from the operating system certificate store.
4184 | security.ssl.errorReporting.enabled | boolean | true
4185 | If false, SSL errors cannot be sent to Mozilla.
4186 | security.tls.enable_0rtt_data | boolean | true
4187 | If false, TLS early data is turned off (Firefox 93, Firefox 91.2, Firefox 78.15).
4188 | security.tls.hello_downgrade_check | boolean | true
4189 | If false, the TLS 1.3 downgrade check is disabled.
4190 | security.tls.version.enable-deprecated | boolean | false
4191 | If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8).
4192 | security.warn_submit_secure_to_insecure | boolean | true
4193 | If false, no warning is shown when submitting s form from https to http.
4196 Using the preference as the key, set the `Value` to the corresponding preference value.
4198 `Status` can be "default", "locked", "user" or "clear"
4200 Default preferences can be modified by the user.
4202 If a value is locked, it is also set as the default.
4204 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.
4206 User preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4208 See the examples below for more detail.
4210 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4213 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4214 **CCK2 Equivalent:** `preferences`\
4215 **Preferences Affected:** Many
4218 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4221 "accessibility.force_disabled": {
4225 "browser.cache.disk.parent_directory": {
4226 "Value": "SOME_NATIVE_PATH",
4229 "browser.tabs.warnOnClose": {
4235 #### Windows (Intune)
4238 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4243 <data id="JSON" value='
4245 "accessibility.force_disabled": {
4249 "browser.cache.disk.parent_directory": {
4250 "Value": "SOME_NATIVE_PATH",
4253 "browser.tabs.warnOnClose": {
4262 <key>Preferences</key>
4264 <key>accessibility.force_disabled</key>
4267 <integer>1</integer>
4269 <string>default</string>
4271 <key>browser.cache.disk.parent_directory</key>
4274 <string>SOME_NATIVE_PATH</string>
4276 <string>user</string>
4278 <key>browser.tabs.warnOnClose</key>
4283 <string>locked</string>
4293 "accessibility.force_disabled": {
4297 "browser.cache.disk.parent_directory": {
4298 "Value": "SOME_NATIVE_PATH",
4301 "browser.tabs.warnOnClose": {
4309 ### Preferences (Deprecated)
4310 Set and lock certain preferences.
4312 **Compatibility:** See below\
4313 **CCK2 Equivalent:** `preferences`\
4314 **Preferences Affected:** See below
4316 | Preference | Type | Compatibility | Default
4317 | --- | --- | --- | ---
4318 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
4319 | If set to 1, platform accessibility is disabled.
4320 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
4321 | If false, Firefox doesn't automatically install update.
4322 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
4323 | If true, bookmarks are exported on shutdown.
4324 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
4325 | If set, the name of the file where bookmarks are exported and imported.
4326 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
4327 | If true, bookmarks are restored to their defaults.
4328 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
4329 | If false, don't store cache on the hard drive.
4330 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
4331 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4332 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
4333 | If true, single words are sent to DNS, not directly to search.
4334 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
4335 | 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.
4336 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
4337 | If true, bookmarks are always imported on startup.
4338 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4339 | If false, phishing protection is not enabled (Not recommended)
4340 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4341 | If false, malware protection is not enabled (Not recommended)
4342 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
4343 | If false, updates for search engines are not checked.
4344 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
4345 | If true, a notification isn't shown if startup is slow.
4346 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
4347 | If false, there is no warning when the browser is closed.
4348 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
4349 | If true, tab previews are shown in the Windows taskbar.
4350 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
4351 | If false, bookmarks aren't suggested when typing in the URL bar.
4352 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
4353 | If false, history isn't suggested when typing in the URL bar.
4354 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
4355 | If false, open tabs aren't suggested when typing in the URL bar.
4356 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
4357 | If true, don't show the privacy policy tab on first run.
4358 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
4359 | If false, web page can close windows.
4360 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
4361 | If false, web pages can focus and activate windows.
4362 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
4363 | If true, web pages can't move or resize windows.
4364 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4365 | If false, web pages can't override context menus.
4366 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
4367 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4368 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
4369 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4370 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
4371 | If false, XMLDocument.load is not available.
4372 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
4373 | If false, XMLDocument.async is not available.
4374 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4375 | If false, the extensions blocklist is not used (Not recommended)
4376 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
4377 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4378 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4379 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4380 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4381 | If false, the geolocation API is disabled. | Language dependent
4382 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
4383 | If set, preferred language for web pages.
4384 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
4385 | If false, Encrypted Media Extensions are not enabled.
4386 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4387 | If false, the OpenH264 plugin is not downloaded.
4388 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4389 | If false, the Widevine plugin is not downloaded.
4390 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4391 | If false, WebRTC is disabled
4392 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4393 | If set, a list of domains for which mDNS hostname obfuscation is
4395 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4396 | If set, a list of domains for which mDNS hostname obfuscation is
4398 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4399 | If true, IPv6 DNS lokoups are disabled.
4400 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4401 | If true, display the punycode version of internationalized domain names.
4402 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4403 | If false, history is not enabled.
4404 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4405 | If false, print settings are not saved between jobs.
4406 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4407 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4408 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4409 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4410 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4411 | If true, client certificates are loaded from the operating system certificate store.
4412 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4413 | If false, SSL errors cannot be sent to Mozilla.
4414 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4415 | If false, the TLS 1.3 downgrade check is disabled.
4416 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4417 | If false, the Alt key doesn't show the menubar on Windows.
4418 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4419 | If set, overrides the GTK theme for widgets.
4422 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4423 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4425 #### Windows (Intune)
4426 OMA-URI: (periods are replaced by underscores)
4428 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4432 <enabled/> or <disabled/>
4434 OMA-URI: (periods are replaced by underscores)
4436 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4441 <data id="Preferences_String" value="string_value"/>
4446 <key>Preferences</key>
4448 <key>boolean_preference_name</key>
4450 <key>string_preference_name</key>
4451 <string>string_value</string>
4460 "boolean_preference_name": true | false,
4461 "string_preference_name": "string_value"
4467 Require or prevent using a primary (formerly master) password.
4469 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.
4471 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
4473 **Compatibility:** Firefox 79, Firefox ESR 78.1\
4474 **CCK2 Equivalent:** `noMasterPassword`\
4475 **Preferences Affected:** N/A
4479 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
4481 #### Windows (Intune)
4484 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
4488 <enabled/> or <disabled/>
4493 <key>PrimaryPassword</key>
4501 "PrimaryPassword": true | false
4505 ### PromptForDownloadLocation
4506 Ask where to save each file before downloading.
4508 **Compatibility:** Firefox 68, Firefox ESR 68\
4509 **CCK2 Equivalent:** N/A\
4510 **Preferences Affected:** `browser.download.useDownloadDir`
4514 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4516 #### Windows (Intune)
4519 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4523 <enabled/> or <disabled/>
4528 <key>PromptForDownloadLocation</key>
4536 "PromptForDownloadLocation": true | false
4541 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
4542 To specify ports, append them to the hostnames with a colon (:).
4544 `Mode` is the proxy method being used.
4546 `Locked` is whether or not proxy settings can be changed.
4548 `HTTPProxy` is the HTTP proxy server.
4550 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
4552 `SSLProxy` is the SSL proxy server.
4554 `FTPProxy` is the FTP proxy server.
4556 `SOCKSProxy` is the SOCKS proxy server
4558 `SOCKSVersion` is the SOCKS version (4 or 5)
4560 `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.
4562 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
4564 `AutoLogin` means do not prompt for authentication if password is saved.
4566 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
4568 **Compatibility:** Firefox 60, Firefox ESR 60\
4569 **CCK2 Equivalent:** `networkProxy*`\
4570 **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`
4574 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
4575 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
4576 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
4577 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
4578 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
4579 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
4580 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
4581 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
4582 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
4583 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
4584 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
4585 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
4587 #### Windows (Intune)
4590 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
4595 <data id="ProxyLocked" value="true | false"/>
4596 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
4597 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
4598 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
4599 <data id="SSLProxy" value="https://sslproxy.example.com"/>
4600 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
4601 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
4602 <data id="SOCKSVersion" value="4 | 5"/>
4603 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
4604 <data id="Passthrough" value="<local>"/>
4605 <data id="AutoLogin" value="true | false"/>
4606 <data id="UseProxyForDNS" value="true | false"/>
4614 <string>none | system | manual | autoDetect | autoConfig</string>
4617 <key>HTTPProxy</key>
4618 <string>https://httpproxy.example.com</string>
4619 <key>UseHTTPProxyForAllProtocols</key>
4622 <string>https://sslproxy.example.com</string>
4624 <string>https://ftpproxy.example.com</string>
4625 <key>SOCKSProxy</key>
4626 <string>https://socksproxy.example.com</string>
4627 <key>SOCKSVersion</key>
4628 <string>4 | 5</string>
4629 <key>Passthrough</key>
4630 <string><local>></string>
4631 <key>AutoConfigURL</key>
4632 <string>URL_TO_AUTOCONFIG</string>
4633 <key>AutoLogin</key>
4635 <key>UseProxyForDNS</key>
4645 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
4646 "Locked": true | false,
4647 "HTTPProxy": "hostname",
4648 "UseHTTPProxyForAllProtocols": true | false,
4649 "SSLProxy": "hostname",
4650 "FTPProxy": "hostname",
4651 "SOCKSProxy": "hostname",
4652 "SOCKSVersion": 4 | 5,
4653 "Passthrough": "<local>",
4654 "AutoConfigURL": "URL_TO_AUTOCONFIG",
4655 "AutoLogin": true | false,
4656 "UseProxyForDNS": true | false
4661 ### RequestedLocales
4662 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
4664 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
4666 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
4667 **CCK2 Equivalent:** N/A\
4668 **Preferences Affected:** N/A
4671 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
4672 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
4676 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
4678 #### Windows (Intune)
4681 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
4686 <data id="Preferences_String" value="de,en-US"/>
4691 <key>RequestedLocales</key>
4694 <string>en-US</string>
4701 <key>RequestedLocales</key>
4702 <string>de,en-US</string>
4710 "RequestedLocales": ["de", "en-US"]
4718 "RequestedLocales": "de,en-US"
4722 <a name="SanitizeOnShutdown"></a>
4724 ### SanitizeOnShutdown (Selective)
4725 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
4727 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.
4729 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
4730 **CCK2 Equivalent:** N/A\
4731 **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`
4734 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4735 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4736 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4737 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4738 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4739 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4740 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4741 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4742 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4744 #### Windows (Intune)
4747 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
4751 <enabled/> or <disabled/>
4755 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
4759 <enabled/> or <disabled/>
4763 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
4767 <enabled/> or <disabled/>
4771 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
4775 <enabled/> or <disabled/>
4779 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
4783 <enabled/> or <disabled/>
4787 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
4791 <enabled/> or <disabled/>
4795 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
4799 <enabled/> or <disabled/>
4803 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
4807 <enabled/> or <disabled/>
4811 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4815 <enabled/> or <disabled/>
4820 <key>SanitizeOnShutdown</key>
4826 <key>Downloads</key>
4834 <key>SiteSettings</key>
4836 <key>OfflineApps</key>
4847 "SanitizeOnShutdown": {
4848 "Cache": true | false,
4849 "Cookies": true | false,
4850 "Downloads": true | false,
4851 "FormData": true | false,
4852 "History": true | false,
4853 "Sessions": true | false,
4854 "SiteSettings": true | false,
4855 "OfflineApps": true | false,
4856 "Locked": true | false
4861 ### SanitizeOnShutdown (All)
4862 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4864 **Compatibility:** Firefox 60, Firefox ESR 60\
4865 **CCK2 Equivalent:** N/A\
4866 **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`
4869 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4871 #### Windows (Intune)
4874 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4878 <enabled/> or <disabled/>
4883 <key>SanitizeOnShutdown</key>
4891 "SanitizeOnShutdown": true | false
4896 Set whether or not search bar is displayed.
4898 **Compatibility:** Firefox 60, Firefox ESR 60\
4899 **CCK2 Equivalent:** `showSearchBar`\
4900 **Preferences Affected:** N/A
4904 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
4907 #### Windows (Intune)
4910 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
4915 <data id="SearchBar" value="unified | separate"/>
4920 <key>SearchBar</key>
4921 <string>unified | separate</string>
4928 "SearchBar": "unified" | "separate"
4932 <a name="SearchEngines"></a>
4934 ### SearchEngines (This policy is only available on the ESR.)
4936 ### SearchEngines | Add
4938 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
4940 `Name` is the name of the search engine.
4942 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
4944 `Method` is either GET or POST
4946 `IconURL` is a URL for the icon to use.
4948 `Alias` is a keyword to use for the engine.
4950 `Description` is a description of the search engine.
4952 `PostData` is the POST data as name value pairs separated by &.
4954 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
4956 `Encoding` is the query charset for the engine. It defaults to UTF-8.
4958 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
4959 **CCK2 Equivalent:** `searchplugins`\
4960 **Preferences Affected:** N/A
4964 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
4965 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
4966 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
4967 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
4968 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
4969 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
4970 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
4971 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
4973 #### Windows (Intune)
4976 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
4981 <data id="SearchEngine_Name" value="Example1"/>
4982 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
4983 <data id="SearchEngine_Method" value="GET | POST"/>
4984 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
4985 <data id="SearchEngine_Alias" value="example"/>
4986 <data id="SearchEngine_Description" value="Example Description"/>
4987 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
4988 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
4993 <key>SearchEngines</key>
4999 <string>Example1</string>
5000 <key>URLTemplate</key>
5001 <string>https://www.example.org/q={searchTerms}</string>
5003 <string>GET | POST </string>
5005 <string>https://www.example.org/favicon.ico</string>
5007 <string>example</string>
5008 <key>Description</key>
5009 <string>Example Description</string>
5010 <key>SuggestURLTemplate</key>
5011 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5013 <string>name=value&q={searchTerms}</string>
5027 "URLTemplate": "https://www.example.org/q={searchTerms}",
5028 "Method": "GET" | "POST",
5029 "IconURL": "https://www.example.org/favicon.ico",
5031 "Description": "Description",
5032 "PostData": "name=value&q={searchTerms}",
5033 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5040 ### SearchEngines | Default
5042 Set the default search engine. This policy is only available on the ESR.
5044 **Compatibility:** Firefox ESR 60\
5045 **CCK2 Equivalent:** `defaultSearchEngine`\
5046 **Preferences Affected:** N/A
5050 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
5052 #### Windows (Intune)
5055 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
5060 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
5065 <key>SearchEngines</key>
5068 <string>NAME_OF_SEARCH_ENGINE</string>
5077 "Default": "NAME_OF_SEARCH_ENGINE"
5082 ### SearchEngines | PreventInstalls
5084 Prevent installing search engines from webpages.
5086 **Compatibility:** Firefox ESR 60\
5087 **CCK2 Equivalent:** `disableSearchEngineInstall`\
5088 **Preferences Affected:** N/A
5092 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
5094 #### Windows (Intune)
5097 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
5101 <enabled/> or <disabled/>
5106 <key>SearchEngines</key>
5108 <key>PreventInstalls</key>
5118 "PreventInstalls": true | false
5123 ### SearchEngines | Remove
5125 Hide built-in search engines. This policy is only available on the ESR.
5127 **Compatibility:** Firefox ESR 60.2\
5128 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
5129 **Preferences Affected:** N/A
5133 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
5135 #### Windows (Intune)
5138 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
5143 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
5148 <key>SearchEngines</key>
5152 <string>NAME_OF_SEARCH_ENGINE</string>
5162 "Remove": ["NAME_OF_SEARCH_ENGINE"]
5167 ### SearchSuggestEnabled
5169 Enable search suggestions.
5171 **Compatibility:** Firefox 68, Firefox ESR 68\
5172 **CCK2 Equivalent:** N/A\
5173 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
5177 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5179 #### Windows (Intune)
5182 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5186 <enabled/> or <disabled/>
5191 <key>SearchSuggestEnabled</key>
5199 "SearchSuggestEnabled": true | false
5205 Install PKCS #11 modules.
5207 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5208 **CCK2 Equivalent:** `certs.devices`\
5209 **Preferences Affected:** N/A
5213 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5215 #### Windows (Intune)
5218 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5223 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5228 <key>SecurityDevices</key>
5230 <key>NAME_OF_DEVICE</key>
5231 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5240 "SecurityDevices": {
5241 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5247 Show the home button on the toolbar.
5249 Future versions of Firefox will not show the home button by default.
5251 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5252 **CCK2 Equivalent:** N/A\
5253 **Preferences Affected:** N/A
5257 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5259 #### Windows (Intune)
5262 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ShowHomeButton
5266 <enabled/> or <disabled/>
5271 <key>ShowHomeButton</key>
5279 "ShowHomeButton": true | false
5285 Set and lock the maximum version of TLS.
5287 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5288 **CCK2 Equivalent:** N/A\
5289 **Preferences Affected:** `security.tls.version.max`
5293 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5295 #### Windows (Intune)
5298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5303 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5308 <key>SSLVersionMax</key>
5309 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5317 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5323 Set and lock the minimum version of TLS.
5325 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5326 **CCK2 Equivalent:** N/A\
5327 **Preferences Affected:** `security.tls.version.min`
5331 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5333 #### Windows (Intune)
5336 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
5341 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5346 <key>SSLVersionMin</key>
5347 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5355 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5360 Add a menuitem to the help menu for specifying support information.
5362 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
5363 **CCK2 Equivalent:** helpMenu\
5364 **Preferences Affected:** N/A
5368 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
5369 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
5370 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
5372 #### Windows (Intune)
5375 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
5380 <data id="SupportMenuTitle" value="Support Menu"/>
5381 <data id="SupportMenuURL" value="http://example.com/support"/>
5382 <data id="SupportMenuAccessKey" value="S">
5387 <key>SupportMenu</key>
5390 <string>SupportMenu</string>
5392 <string>http://example.com/support</string>
5393 <key>AccessKey</key>
5403 "Title": "Support Menu",
5404 "URL": "http://example.com/support",
5412 Prevent Firefox from messaging the user in certain situations.
5414 `WhatsNew` Remove the "What's New" icon and menuitem.
5416 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
5418 `FeatureRecommendations` IF false, don't recommend browser features.
5420 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
5422 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
5424 **Compatibility:** Firefox 75, Firefox ESR 68.7\
5425 **CCK2 Equivalent:** N/A\
5426 **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`
5430 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
5431 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
5432 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
5433 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
5434 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
5436 #### Windows (Intune)
5439 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_WhatsNew
5440 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
5441 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
5442 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
5443 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
5447 <enabled/> or <disabled/>
5452 <key>UserMessaging</key>
5456 <key>ExtensionRecommendations</key>
5458 <key>FeatureRecommendations</key>
5460 <key>UrlbarInterventions</key>
5462 <key>SkipOnboarding</key>
5472 "WhatsNew": true | false,
5473 "ExtensionRecommendations": true | false,
5474 "FeatureRecommendations": true | false,
5475 "UrlbarInterventions": true | false
5476 "SkipOnboarding": true | false
5482 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.
5483 The arrays are limited to 1000 entries each.
5485 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
5487 For specific protocols, use `https://*/*` or `http://*/*`.
5489 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
5491 **Compatibility:** Firefox 60, Firefox ESR 60\
5492 **CCK2 Equivalent:** N/A\
5493 **Preferences Affected:** N/A
5497 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
5498 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
5500 #### Windows (Intune)
5503 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
5507 <enabled/> <data id="WebsiteFilter" value="1<all_urls>"/>
5511 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
5516 <data id="WebsiteFilter" value="1http://example.org/*"/>
5521 <key>WebsiteFilter</key>
5525 <string><all_urls></string>
5527 <key>Exceptions</key>
5529 <string>http://example.org/*</string>
5540 "Block": ["<all_urls>"],
5541 "Exceptions": ["http://example.org/*"]
5547 Allow Windows single sign-on for Microsoft, work, and school accounts.
5549 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
5551 **Compatibility:** Firefox 91\
5552 **CCK2 Equivalent:** N/A\
5553 **Preferences Affected:** `network.http.windows-sso.enabled`
5557 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
5559 #### Windows (Intune)
5562 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
5566 <enabled/> or <disabled/>
5572 "WindowsSSO": true | false