1 Policies can be specified using the [Group Policy templates on Windows](https://github.com/mozilla/policy-templates/tree/master/windows), [Intune on Windows](https://support.mozilla.org/kb/managing-firefox-intune), [configuration profiles on macOS](https://github.com/mozilla/policy-templates/tree/master/mac), or by creating a file called `policies.json`. On Windows, create a directory called `distribution` where the EXE is located and place the file there. On Mac, the file goes into `Firefox.app/Contents/Resources/distribution`. On Linux, the file goes into `firefox/distribution`, where `firefox` is the installation directory for firefox, which varies by distribution or you can specify system-wide policy by placing the file in `/etc/firefox/policies`.
3 | Policy Name | Description
5 | **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed.
6 | **[`AllowedDomainsForApps`](#alloweddomainsforapps)** | Define domains allowed to access Google Workspace.
7 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
8 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
9 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
10 | **[`AutoLaunchProtocolsFromOrigins`](#autolaunchprotocolsfromorigins)** | Define a list of external protocols that can be used from listed origins without prompting the user.
11 | **[`BackgroundAppUpdate`](#backgroundappupdate)** | Enable or disable the background updater (Windows only).
12 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
13 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
14 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
15 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
16 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
17 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
18 | **[`Certificates`](#certificates)** |
19 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
20 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
21 | **[`Cookies`](#cookies)** | Configure cookie preferences.
22 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
23 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
24 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
25 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
26 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
27 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
28 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
29 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
30 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
31 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
32 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
33 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
34 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
35 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
36 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
37 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
38 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
39 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
40 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
41 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
42 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
43 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update.
44 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
45 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
46 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
47 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
48 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
49 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
50 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
51 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
52 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
53 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
54 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
55 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
56 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
57 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
58 | **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
59 | **[`Handlers`](#handlers)** | Configure default application handlers.
60 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
61 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
62 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
63 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
64 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
65 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
66 | **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates..
67 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
68 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
69 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
70 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
71 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
72 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
73 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
74 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
75 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
76 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
77 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
78 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
79 | **[`Preferences`](#preferences)** | Set and lock preferences.
80 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
81 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
82 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
83 | **[`Proxy`](#proxy)** | Configure proxy settings.
84 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
85 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
86 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
87 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
88 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
89 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
90 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
91 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
92 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
93 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
94 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
95 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
96 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
97 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
98 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
99 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
100 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
101 | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
105 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/).
107 ### AllowedDomainsForApps
109 Define domains allowed to access Google Workspace.
111 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
113 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.
115 **Compatibility:** Firefox 89, Firefox ESR 78.11\
116 **CCK2 Equivalent:** N/A\
117 **Preferences Affected:** N/A
121 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
123 #### Windows (Intune)
126 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
131 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
136 <key>AllowedDomainsForApps</key>
137 <string>managedfirefox.com,example.com</string>
144 "AllowedDomainsForApps": "managedfirefox.com,example.com"
150 Enable or disable **automatic** application update.
152 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
154 If set to false, application updates are downloaded but the user can choose when to install the update.
156 If you have disabled updates via `DisableAppUpdate`, this policy has no effect.
158 **Compatibility:** Firefox 75, Firefox ESR 68.7\
159 **CCK2 Equivalent:** N/A\
160 **Preferences Affected:** `app.update.auto`
164 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
166 #### Windows (Intune)
169 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
173 <enabled/> or <disabled/>
178 <key>AppAutoUpdate</key>
186 "AppAutoUpdate": true | false
192 Change the URL for application update if you are providing Firefox updates from a custom update server.
194 **Compatibility:** Firefox 62, Firefox ESR 60.2\
195 **CCK2 Equivalent:** N/A\
196 **Preferences Affected:** `app.update.url`
200 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
202 #### Windows (Intune)
205 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
210 <data id="AppUpdateURL" value="https://yoursite.com"/>
215 <key>AppUpdateURL</key>
216 <string>https://yoursite.com</string>
223 "AppUpdateURL": "https://yoursite.com"
229 Configure sites that support integrated authentication.
231 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.
233 `PrivateBrowsing` enables integrated authentication in private browsing.
235 **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)\
236 **CCK2 Equivalent:** N/A\
237 **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`
241 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
242 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
243 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
244 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
245 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
246 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
247 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
248 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
249 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
250 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
251 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
252 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
254 #### Windows (Intune)
257 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
262 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
266 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
271 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
275 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
280 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
284 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
289 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
290 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
294 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
298 <enabled/> or <disabled/>
302 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
306 <enabled/> or <disabled/>
311 <key>Authentication</key>
315 <string>mydomain.com</string>
316 <string>https://myotherdomain.com</string>
320 <string>mydomain.com</string>
321 <string>https://myotherdomain.com</string>
325 <string>mydomain.com</string>
326 <string>https://myotherdomain.com</string>
328 <key>AllowNonFQDN</key>
335 <key>AllowProxies</key>
344 <key>PrivateBrowsing</key>
354 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
355 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
356 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
358 "SPNEGO": true | false,
362 "SPNEGO": true | false,
365 "Locked": true | false,
366 "PrivateBrowsing": true | false
371 ### AutoLaunchProtocolsFromOrigins
372 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.
374 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.
400 **Compatibility:** Firefox 90, Firefox ESR 78.12\
401 **CCK2 Equivalent:** N/A\
402 **Preferences Affected:** N/A
405 Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ) =
409 "protocol": "zoommtg",
411 "https://somesite.zoom.us"
416 #### Windows (Intune)
419 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutoLaunchProtocolsFromOrigins
424 <data id="JSON" value='
427 "protocol": "zoommtg",
429 "https://somesite.zoom.us"
437 <key>AutoLaunchProtocolsFromOrigins</key>
441 <string>zoommtg</string>
442 <key>allowed_origins</key>
444 <string>https://somesite.zoom.us</string>
454 "AutoLaunchProtocolsFromOrigins": [{
455 "protocol": "zoommtg",
457 "https://somesite.zoom.us"
463 ### BackgroundAppUpdate
465 Enable or disable **automatic** application update **in the background**, when the application is not running.
467 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.
469 If set to false, the application will not try to install updates when the application is not running.
471 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppAutoUpdate`, this policy has no effect.
473 **Compatibility:** Firefox 90 (Windows only)\
474 **CCK2 Equivalent:** N/A\
475 **Preferences Affected:** `app.update.background.enabled`
479 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
481 #### Windows (Intune)
484 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
488 <enabled/> or <disabled/>
493 <key>BackgroundAppUpdate</key>
501 "BackgroundAppUpdate": true | false
507 Block access to the Add-ons Manager (about:addons).
509 **Compatibility:** Firefox 60, Firefox ESR 60\
510 **CCK2 Equivalent:** `disableAddonsManager`\
511 **Preferences Affected:** N/A
515 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
517 #### Windows (Intune)
520 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
524 <enabled/> or <disabled/>
529 <key>BlockAboutAddons</key>
537 "BlockAboutAddons": true | false
543 Block access to about:config.
545 **Compatibility:** Firefox 60, Firefox ESR 60\
546 **CCK2 Equivalent:** `disableAboutConfig`\
547 **Preferences Affected:** N/A
551 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
553 #### Windows (Intune)
556 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
560 <enabled/> or <disabled/>
565 <key>BlockAboutConfig</key>
573 "BlockAboutConfig": true | false
577 ### BlockAboutProfiles
579 Block access to About Profiles (about:profiles).
581 **Compatibility:** Firefox 60, Firefox ESR 60\
582 **CCK2 Equivalent:** `disableAboutProfiles`\
583 **Preferences Affected:** N/A
587 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
589 #### Windows (Intune)
592 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
596 <enabled/> or <disabled/>
601 <key>BlockAboutProfiles</key>
609 "BlockAboutProfiles": true | false
613 ### BlockAboutSupport
615 Block access to Troubleshooting Information (about:support).
617 **Compatibility:** Firefox 60, Firefox ESR 60\
618 **CCK2 Equivalent:** `disableAboutSupport`\
619 **Preferences Affected:** N/A
623 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
625 #### Windows (Intune)
628 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
632 <enabled/> or <disabled/>
637 <key>BlockAboutSupport</key>
645 "BlockAboutSupport": true | false
651 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
653 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.
655 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.
657 **Compatibility:** Firefox 60, Firefox ESR 60\
658 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
659 **Preferences Affected:** N/A
663 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
664 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
665 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
666 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
667 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
669 Software\Policies\Mozilla\Firefox\Bookmarks (REG_MULTI_SZ) =
675 #### Windows (Intune)
678 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
683 <data id="BookmarkTitle" value="Example"/>
684 <data id="BookmarkURL" value="https://example.com"/>
685 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
686 <data id="BookmarkPlacement" value="toolbar | menu"/>
687 <data id="BookmarkFolder" value="FolderName"/>
691 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Bookmarks
696 <data id="JSON" value='[]'/>
705 <string>Example</string>
707 <string>https://example.com</string>
709 <string>https://example.com/favicon.ico</string>
711 <string>toolbar | menu</string>
713 <string>FolderName</string>
725 "URL": "https://example.com",
726 "Favicon": "https://example.com/favicon.ico",
727 "Placement": "toolbar" | "menu",
728 "Folder": "FolderName"
735 Enable or disable the detection of captive portals.
737 **Compatibility:** Firefox 67, Firefox ESR 60.7\
738 **CCK2 Equivalent:** N/A\
739 **Preferences Affected:** `network.captive-portal-service.enabled`
743 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
745 #### Windows (Intune)
748 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
752 <enabled/> or <disabled/>
757 <key>CaptivePortal</key>
765 "CaptivePortal": true | false
771 ### Certificates | ImportEnterpriseRoots
773 Trust certificates that have been added to the operating system certificate store by a user or administrator.
775 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
777 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
779 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
780 **CCK2 Equivalent:** N/A\
781 **Preferences Affected:** `security.enterprise_roots.enabled`
785 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
787 #### Windows (Intune)
790 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
794 <enabled/> or <disabled/>
799 <key>Certificates</key>
801 <key>ImportEnterpriseRoots</key>
811 "ImportEnterpriseRoots": true | false
816 ### Certificates | Install
818 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
821 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
822 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
824 - /Library/Application Support/Mozilla/Certificates
825 - ~/Library/Application Support/Mozilla/Certificates
827 - /usr/lib/mozilla/certificates
828 - /usr/lib64/mozilla/certificates
829 - ~/.mozilla/certificates
831 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.
833 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.
835 Certificates are installed using the trust string `CT,CT,`.
837 Binary (DER) and ASCII (PEM) certificates are both supported.
839 **Compatibility:** Firefox 64, Firefox ESR 64\
840 **CCK2 Equivalent:** `certs.ca`\
841 **Preferences Affected:** N/A
845 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
846 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
848 #### Windows (Intune)
851 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
856 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
861 <key>Certificates</key>
865 <string>cert1.der</string>
866 <string>/Users/username/cert2.pem</string>
876 "Install": ["cert1.der", "/home/username/cert2.pem"]
882 Configure cookie preferences.
884 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
886 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
888 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
890 `Behavior` sets the default behavior for cookies based on the values below.
892 `BehaviorPrivateBrowsing` sets the default behavior for cookies in private browsing based on the values below.
894 | Value | Description
896 | accept | Accept all cookies
897 | reject-foreign | Reject third party cookies
898 | reject | Reject all cookies
899 | limit-foreign | Reject third party cookies for sites you haven't visited
900 | reject-tracker | Reject cookies for known trackers (default)
901 | reject-tracker-and-partition-foreign | Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection) (default for private browsing)
903 `Default` (Deprecated) determines whether cookies are accepted at all.
905 `AcceptThirdParty` (Deprecated) determines how third-party cookies are handled.
907 `ExpireAtSessionEnd` determines when cookies expire.
909 `RejectTracker` (Deprecated) only rejects cookies for trackers.
911 `Locked` prevents the user from changing cookie preferences.
913 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker added in Firefox 63, AllowSession added in Firefox 79/78.1, Behavior added in Firefox 95/91.4)\
914 **CCK2 Equivalent:** N/A\
915 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
919 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
920 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
921 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
922 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
923 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
924 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
925 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
926 Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
927 Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
928 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
930 #### Windows (Intune)
933 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
938 <data id="Cookies_Allow" value="1https://example.com"/>
942 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
947 <data id="Cookies_Allow" value="1https://example.edu"/>
951 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
956 <data id="Cookies_Block" value="1https://example.org"/>
960 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
964 <enabled/> or <disabled/>
968 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
973 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
977 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
981 <enabled/> or <disabled/>
985 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
989 <enabled/> or <disabled/>
993 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
997 <enabled/> or <disabled/>
1001 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Behavior
1006 <data id="Cookies_Behavior" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1010 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_BehaviorPrivateBrowsing
1015 <data id="Cookies_BehaviorPrivateBrowsing" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1024 <string>http://example.com</string>
1026 <key>AllowSession</key>
1028 <string>http://example.edu</string>
1032 <string>http://example.org</string>
1036 <key>AcceptThirdParty</key>
1037 <string>always | never | from-visited</string>
1038 <key>ExpireAtSessionEnd</key>
1040 <key>RejectTracker</key>
1045 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1046 <key>BehaviorPrivateBrowsing</key>
1047 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1056 "Allow": ["http://example.org/"],
1057 "AllowSession": ["http://example.edu/"],
1058 "Block": ["http://example.edu/"],
1059 "Default": true | false,
1060 "AcceptThirdParty": "always" | "never" | "from-visited",
1061 "ExpireAtSessionEnd": true | false,
1062 "RejectTracker": true | false,
1063 "Locked": true | false,
1064 "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1065 "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1070 ### DisableSetDesktopBackground
1071 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
1073 **Compatibility:** Firefox 60, Firefox ESR 60\
1074 **CCK2 Equivalent:** `removeSetDesktopBackground`\
1075 **Preferences Affected:** N/A
1079 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
1081 #### Windows (Intune)
1084 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
1088 <enabled/> or <disabled/>
1093 <key>DisableSetDesktopBackground</key>
1101 "DisableSetDesktopBackground": true | false
1105 ### DisableMasterPasswordCreation
1106 Remove the master password functionality.
1108 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
1110 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
1112 **Compatibility:** Firefox 60, Firefox ESR 60\
1113 **CCK2 Equivalent:** `noMasterPassword`\
1114 **Preferences Affected:** N/A
1118 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
1120 #### Windows (Intune)
1123 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
1127 <enabled/> or <disabled/>
1132 <key>DisableMasterPasswordCreation</key>
1140 "DisableMasterPasswordCreation": true | false
1144 ### DefaultDownloadDirectory
1145 Set the default download directory.
1147 You can use ${home} for the native home directory.
1149 **Compatibility:** Firefox 68, Firefox ESR 68\
1150 **CCK2 Equivalent:** N/A\
1151 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1155 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1157 #### Windows (Intune)
1160 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1165 <data id="Preferences_String" value="${home}\Downloads"/>
1170 <key>DefaultDownloadDirectory</key>
1171 <string>${home}/Downloads</string>
1174 #### policies.json (macOS and Linux)
1178 "DefaultDownloadDirectory": "${home}/Downloads"
1181 #### policies.json (Windows)
1185 "DefaultDownloadDirectory": "${home}\\Downloads"
1188 ### DisableAppUpdate
1189 Turn off application updates within Firefox.
1191 **Compatibility:** Firefox 60, Firefox ESR 60\
1192 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1193 **Preferences Affected:** N/A
1197 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1199 #### Windows (Intune)
1202 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1206 <enabled/> or <disabled/>
1211 <key>DisableAppUpdate</key>
1219 "DisableAppUpdate": true | false
1223 ### DisableBuiltinPDFViewer
1224 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1226 **Compatibility:** Firefox 60, Firefox ESR 60\
1227 **CCK2 Equivalent:** `disablePDFjs`\
1228 **Preferences Affected:** `pdfjs.disabled`
1232 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1234 #### Windows (Intune)
1237 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1241 <enabled/> or <disabled/>
1246 <key>DisableBuiltinPDFViewer</key>
1254 "DisableBuiltinPDFViewer": true | false
1259 Disable specific cryptographic ciphers.
1261 **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`
1266 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.
1269 **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)\
1270 **CCK2 Equivalent:** N/A\
1271 **Preferences Affected:** N/A
1275 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1276 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1277 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1278 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1279 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1280 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1281 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1282 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1283 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
1284 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1285 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
1287 #### Windows (Intune)
1290 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1291 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1292 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1293 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1294 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1295 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1296 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
1297 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
1298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
1299 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
1300 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
1304 <enabled/> or <disabled/>
1309 <key>DisabledCiphers</key>
1311 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1313 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1315 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1317 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1319 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1321 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1323 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1325 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1327 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1329 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1331 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1340 "DisabledCiphers": {
1341 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1342 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1343 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1344 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1345 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1346 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1347 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1348 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1349 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false,
1350 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false,
1351 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1356 ### DisableDefaultBrowserAgent
1357 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1359 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).
1361 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1362 **CCK2 Equivalent:** N/A\
1363 **Preferences Affected:** N/A
1367 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1369 #### Windows (Intune)
1372 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1376 <enabled/> or <disabled/>
1382 "DisableDefaultBrowserAgent": true | false
1386 ### DisableDeveloperTools
1387 Remove access to all developer tools.
1389 **Compatibility:** Firefox 60, Firefox ESR 60\
1390 **CCK2 Equivalent:** `removeDeveloperTools`\
1391 **Preferences Affected:** `devtools.policy.disabled`
1395 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1397 #### Windows (Intune)
1400 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1404 <enabled/> or <disabled/>
1409 <key>DisableDeveloperTools</key>
1417 "DisableDeveloperTools": true | false
1421 ### DisableFeedbackCommands
1422 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1424 **Compatibility:** Firefox 60, Firefox ESR 60\
1425 **CCK2 Equivalent:** N/A\
1426 **Preferences Affected:** N/A
1430 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1432 #### Windows (Intune)
1435 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1439 <enabled/> or <disabled/>
1444 <key>DisableFeedbackCommands</key>
1452 "DisableFeedbackCommands": true | false
1456 ### DisableFirefoxAccounts
1457 Disable Firefox Accounts integration (Sync).
1459 **Compatibility:** Firefox 60, Firefox ESR 60\
1460 **CCK2 Equivalent:** `disableSync`\
1461 **Preferences Affected:** `identity.fxaccounts.enabled`
1465 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1467 #### Windows (Intune)
1470 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1474 <enabled/> or <disabled/>
1479 <key>DisableFirefoxAccounts</key>
1487 "DisableFirefoxAccounts": true | false
1491 ### DisableFirefoxScreenshots
1492 Remove access to Firefox Screenshots.
1494 **Compatibility:** Firefox 60, Firefox ESR 60\
1495 **CCK2 Equivalent:** N/A\
1496 **Preferences Affected:** `extensions.screenshots.disabled`
1500 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1502 #### Windows (Intune)
1505 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1509 <enabled/> or <disabled/>
1514 <key>DisableFirefoxScreenshots</key>
1522 "DisableFirefoxScreenshots": true | false
1526 ### DisableFirefoxStudies
1527 Disable Firefox studies (Shield).
1529 **Compatibility:** Firefox 60, Firefox ESR 60\
1530 **CCK2 Equivalent:** N/A\
1531 **Preferences Affected:** N/A
1535 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1537 #### Windows (Intune)
1540 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1544 <enabled/> or <disabled/>
1549 <key>DisableFirefoxStudies</key>
1557 "DisableFirefoxStudies": true | false
1561 ### DisableForgetButton
1562 Disable the "Forget" button.
1564 **Compatibility:** Firefox 60, Firefox ESR 60\
1565 **CCK2 Equivalent:** `disableForget`\
1566 **Preferences Affected:** N/A
1570 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1572 #### Windows (Intune)
1575 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1579 <enabled/> or <disabled/>
1584 <key>DisableForgetButton</key>
1592 "DisableForgetButton": true | false
1596 ### DisableFormHistory
1597 Turn off saving information on web forms and the search bar.
1599 **Compatibility:** Firefox 60, Firefox ESR 60\
1600 **CCK2 Equivalent:** `disableFormFill`\
1601 **Preferences Affected:** `browser.formfill.enable`
1605 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1607 #### Windows (Intune)
1610 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1614 <enabled/> or <disabled/>
1619 <key>DisableFormHistory</key>
1627 "DisableFormHistory": true | false
1631 ### DisablePasswordReveal
1632 Do not allow passwords to be shown in saved logins
1634 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1635 **CCK2 Equivalent:** N/A
1636 **Preferences Affected:** N/A
1640 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1642 #### Windows (Intune)
1645 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1649 <enabled/> or <disabled/>
1654 <key>DisablePasswordReveal</key>
1662 "DisablePasswordReveal": true | false
1667 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1669 **Compatibility:** Firefox 60, Firefox ESR 60\
1670 **CCK2 Equivalent:** `disablePocket`\
1671 **Preferences Affected:** `extensions.pocket.enabled`
1675 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1677 #### Windows (Intune)
1680 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1684 <enabled/> or <disabled/>
1689 <key>DisablePocket</key>
1697 "DisablePocket": true | false
1701 ### DisablePrivateBrowsing
1702 Remove access to private browsing.
1704 **Compatibility:** Firefox 60, Firefox ESR 60\
1705 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1706 **Preferences Affected:** N/A
1710 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1712 #### Windows (Intune)
1715 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1719 <enabled/> or <disabled/>
1724 <key>DisablePrivateBrowsing</key>
1732 "DisablePrivateBrowsing": true | false
1736 ### DisableProfileImport
1737 Disables the "Import data from another browser" option in the bookmarks window.
1739 **Compatibility:** Firefox 60, Firefox ESR 60\
1740 **CCK2 Equivalent:** N/A\
1741 **Preferences Affected:** N/A
1745 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1747 #### Windows (Intune)
1750 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1754 <enabled/> or <disabled/>
1759 <key>DisableProfileImport</key>
1767 "DisableProfileImport": true | false
1771 ### DisableProfileRefresh
1772 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.
1774 **Compatibility:** Firefox 60, Firefox ESR 60\
1775 **CCK2 Equivalent:** `disableResetFirefox`\
1776 **Preferences Affected:** `browser.disableResetPrompt`
1780 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1782 #### Windows (Intune)
1785 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1789 <enabled/> or <disabled/>
1794 <key>DisableProfileRefresh</key>
1802 "DisableProfileRefresh": true | false
1807 Disable safe mode within the browser.
1809 On Windows, this disables safe mode via the command line as well.
1811 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1812 **CCK2 Equivalent:** `disableSafeMode`\
1813 **Preferences Affected:** N/A
1817 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1819 #### Windows (Intune)
1822 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1826 <enabled/> or <disabled/>
1831 <key>DisableSafeMode</key>
1839 "DisableSafeMode": true | false
1843 ### DisableSecurityBypass
1844 Prevent the user from bypassing security in certain cases.
1846 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1848 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1850 **Compatibility:** Firefox 60, Firefox ESR 60\
1851 **CCK2 Equivalent:** N/A\
1852 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
1856 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1857 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1859 #### Windows (Intune)
1862 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1866 <enabled/> or <disabled/>
1870 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1874 <enabled/> or <disabled/>
1880 <key>DisableSecurityBypass</key>
1882 <key>InvalidCertificate</key>
1884 <key>SafeBrowsing</key>
1893 "DisableSecurityBypass": {
1894 "InvalidCertificate": true | false,
1895 "SafeBrowsing": true | false
1900 ### DisableSystemAddonUpdate
1901 Prevent system add-ons from being installed or update.
1903 **Compatibility:** Firefox 60, Firefox ESR 60\
1904 **CCK2 Equivalent:** N/A\
1905 **Preferences Affected:** N/A
1909 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1911 #### Windows (Intune)
1914 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1918 <enabled/> or <disabled/>
1923 <key>DisableSystemAddonUpdate</key>
1931 "DisableSystemAddonUpdate": true | false
1935 ### DisableTelemetry
1936 Prevent the upload of telemetry data.
1938 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
1940 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1942 **Compatibility:** Firefox 60, Firefox ESR 60\
1943 **CCK2 Equivalent:** `disableTelemetry`\
1944 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
1948 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1950 #### Windows (Intune)
1953 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1957 <enabled/> or <disabled/>
1962 <key>DisableTelemetry</key>
1970 "DisableTelemetry": true | false
1974 ### DisplayBookmarksToolbar
1975 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1977 **Compatibility:** Firefox 60, Firefox ESR 60\
1978 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1979 **Preferences Affected:** N/A
1983 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1985 #### Windows (Intune)
1988 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1992 <enabled/> or <disabled/>
1997 <key>DisplayBookmarksToolbar</key>
2005 "DisplayBookmarksToolbar": true | false
2010 Set the state of the menubar.
2012 `always` means the menubar is shown and cannot be hidden.
2014 `never` means the menubar is hidden and cannot be shown.
2016 `default-on` means the menubar is on by default but can be hidden.
2018 `default-off` means the menubar is off by default but can be shown.
2020 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
2021 **CCK2 Equivalent:** `displayMenuBar`\
2022 **Preferences Affected:** N/A
2026 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
2028 #### Windows (Intune)
2031 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2036 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2041 <key>DisplayMenuBar</key>
2042 <string>always | never | default-on | default-off</string>
2049 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2053 ### DisplayMenuBar (Deprecated)
2054 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
2056 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
2057 **CCK2 Equivalent:** `displayMenuBar`\
2058 **Preferences Affected:** N/A
2062 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
2067 <key>DisplayMenuBar</key>
2075 "DisplayMenuBar": true | false
2080 Configure DNS over HTTPS.
2082 `Enabled` determines whether DNS over HTTPS is enabled
2084 `ProviderURL` is a URL to another provider.
2086 `Locked` prevents the user from changing DNS over HTTPS preferences.
2088 `ExcludedDomains` excludes domains from DNS over HTTPS.
2090 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
2091 **CCK2 Equivalent:** N/A\
2092 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2096 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2097 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2098 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2099 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2101 #### Windows (Intune)
2104 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2108 <enabled/> or <disabled/>
2112 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2117 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2121 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2125 <enabled/> or <disabled/>
2129 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2134 <data id="List" value="1example.com"/>
2139 <key>DNSOverHTTPS</key>
2143 <key>ProviderURL</key>
2144 <string>URL_TO_ALTERNATE_PROVIDER</string>
2147 <key>ExcludedDomains</key>
2149 <string>example.com</string>
2159 "Enabled": true | false,
2160 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2161 "Locked": true | false,
2162 "ExcludedDomains": ["example.com"]
2167 ### DontCheckDefaultBrowser
2168 Don't check if Firefox is the default browser at startup.
2170 **Compatibility:** Firefox 60, Firefox ESR 60\
2171 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2172 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2176 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2178 #### Windows (Intune)
2181 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2185 <enabled/> or <disabled/>
2190 <key>DontCheckDefaultBrowser</key>
2198 "DontCheckDefaultBrowser": true | false
2202 ### DownloadDirectory
2203 Set and lock the download directory.
2205 You can use ${home} for the native home directory.
2207 **Compatibility:** Firefox 68, Firefox ESR 68\
2208 **CCK2 Equivalent:** N/A\
2209 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2213 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2215 #### Windows (Intune)
2218 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2223 <data id="Preferences_String" value="${home}\Downloads"/>
2228 <key>DownloadDirectory</key>
2229 <string>${home}/Downloads</string>
2232 #### policies.json (macOS and Linux)
2236 "DownloadDirectory": "${home}/Downloads"
2239 #### policies.json (Windows)
2243 "DownloadDirectory": "${home}\\Downloads"
2246 ### EnableTrackingProtection
2247 Configure tracking protection.
2249 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.
2251 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2253 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.
2255 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2257 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2259 `Exceptions` are origins for which tracking protection is not enabled.
2261 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2262 **CCK2 Equivalent:** N/A\
2263 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2267 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2268 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2269 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2270 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2271 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2273 #### Windows (Intune)
2276 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2280 <enabled/> or <disabled/>
2284 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2288 <enabled/> or <disabled/>
2292 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2296 <enabled/> or <disabled/>
2300 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2304 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2308 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2312 <enabled/> or <disabled/>
2317 <key>EnableTrackingProtection</key>
2323 <key>Cryptomining</key>
2325 <key>Fingerprinting</key>
2327 <key>Exceptions</key>
2329 <string>https://example.com</string>
2338 "EnableTrackingProtection": {
2339 "Value": true | false,
2340 "Locked": true | false,
2341 "Cryptomining": true | false,
2342 "Fingerprinting": true | false,
2343 "Exceptions": ["https://example.com"]
2348 ### EncryptedMediaExtensions
2349 Enable or disable Encrypted Media Extensions and optionally lock it.
2351 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2353 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.
2355 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2356 **CCK2 Equivalent:** N/A\
2357 **Preferences Affected:** `media.eme.enabled`
2361 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2362 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2364 #### Windows (Intune)
2367 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2368 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2372 <enabled/>or <disabled/>
2377 <key>EncryptedMediaExtensions</key>
2390 "EncryptedMediaExtensions": {
2391 "Enabled": true | false,
2392 "Locked": true | false
2397 ### EnterprisePoliciesEnabled
2398 Enable policy support on macOS.
2400 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2401 **CCK2 Equivalent:** N/A\
2402 **Preferences Affected:** N/A
2407 <key>EnterprisePoliciesEnabled</key>
2412 Control the installation, uninstallation and locking of extensions.
2414 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.
2416 `Install` is a list of URLs or native paths for extensions to be installed.
2418 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2420 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2422 **Compatibility:** Firefox 60, Firefox ESR 60\
2423 **CCK2 Equivalent:** `addons`\
2424 **Preferences Affected:** N/A
2428 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2429 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2430 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2431 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2433 #### Windows (Intune)
2436 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2441 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2445 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2450 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2454 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2459 <data id="Extensions" value="1addon_id@mozilla.org"/>
2464 <key>Extensions</key>
2468 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2469 <string>//path/to/xpi</string>
2471 <key>Uninstall</key>
2473 <string>bad_addon_id@mozilla.org</string>
2477 <string>addon_id@mozilla.org</string>
2487 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2488 "Uninstall": ["bad_addon_id@mozilla.org"],
2489 "Locked": ["addon_id@mozilla.org"]
2494 ### ExtensionSettings
2495 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.
2497 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.
2499 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).
2501 The configuration for each extension is another dictionary that can contain the fields documented below.
2503 | Name | Description |
2505 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2506 | `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.
2507 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2508 | `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.
2509 | `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.
2510 | `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.
2511 | `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.
2512 | `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.
2513 | `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.
2514 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2515 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2517 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2518 **CCK2 Equivalent:** N/A\
2519 **Preferences Affected:** N/A
2522 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2526 "blocked_install_message": "Custom error message.",
2527 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2528 "installation_mode": "blocked",
2529 "allowed_types": ["extension"]
2531 "uBlock0@raymondhill.net": {
2532 "installation_mode": "force_installed",
2533 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2535 "https-everywhere@eff.org": {
2536 "installation_mode": "allowed"
2540 #### Windows (Intune)
2543 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2548 <data id="ExtensionSettings" value='
2551 "blocked_install_message": "Custom error message.",
2552 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2553 "installation_mode": "blocked",
2554 "allowed_types": ["extension"]
2556 "uBlock0@raymondhill.net": {
2557 "installation_mode": "force_installed",
2558 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2560 "https-everywhere@eff.org": {
2561 "installation_mode": "allowed"
2568 <key>ExtensionSettings</key>
2572 <key>blocked_install_message</key>
2573 <string>Custom error message.</string>
2574 <key>install_sources</key>
2576 <string>about:addons</string>
2577 <string>https://addons.mozilla.org/</string>
2579 <key>installation_mode</key>
2580 <string>blocked</string>
2581 <key>allowed_types</key>
2583 <string>extension</string>
2586 <key>uBlock0@raymondhill.net</key>
2588 <key>installation_mode</key>
2589 <string>force_installed</string>
2590 <key>install_url</key>
2591 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2593 <key>https-everywhere@eff.org</key>
2595 <key>installation_mode</key>
2596 <string>allowed</string>
2605 "ExtensionSettings": {
2607 "blocked_install_message": "Custom error message.",
2608 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2609 "installation_mode": "blocked",
2610 "allowed_types": ["extension"]
2612 "uBlock0@raymondhill.net": {
2613 "installation_mode": "force_installed",
2614 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2616 "https-everywhere@eff.org": {
2617 "installation_mode": "allowed"
2624 Control extension updates.
2626 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2627 **CCK2 Equivalent:** N/A\
2628 **Preferences Affected:** `extensions.update.enabled`
2632 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2634 #### Windows (Intune)
2637 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2641 <enabled/> or <disabled/>
2646 <key>ExtensionUpdate</key>
2654 "ExtensionUpdate": true | false
2659 Customize the Firefox Home page.
2661 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4)
2662 **CCK2 Equivalent:** N/A\
2663 **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`
2667 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2668 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2669 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
2670 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2671 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2672 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
2673 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2674 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2676 #### Windows (Intune)
2679 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2684 <data id="FirefoxHome_Search" value="true | false"/>
2685 <data id="FirefoxHome_TopSites" value="true | false"/>
2686 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
2687 <data id="FirefoxHome_Highlights" value="true | false"/>
2688 <data id="FirefoxHome_Pocket" value="true | false"/>
2689 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
2690 <data id="FirefoxHome_Snippets" value="true | false"/>
2691 <data id="FirefoxHome_Locked" value="true | false"/>
2696 <key>FirefoxHome</key>
2702 <key>SponsoredTopSites</key>
2704 <key>Highlights</key>
2708 <key>SponsoredPocket</key>
2722 "Search": true | false,
2723 "TopSites": true | false,
2724 "SponsoredTopSites": true | false,
2725 "Highlights": true | false,
2726 "Pocket": true | false,
2727 "SponsoredPocket": true | false,
2728 "Snippets": true | false,
2729 "Locked": true | false
2734 ### FlashPlugin (Deprecated)
2735 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2737 `Allow` is a list of origins where Flash are allowed.
2739 `Block` is a list of origins where Flash is not allowed.
2741 `Default` determines whether or not Flash is allowed by default.
2743 `Locked` prevents the user from changing Flash preferences.
2745 **Compatibility:** Firefox 60, Firefox ESR 60\
2746 **CCK2 Equivalent:** `permissions.plugin`\
2747 **Preferences Affected:** `plugin.state.flash`
2751 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2752 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2753 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2754 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2756 #### Windows (Intune)
2759 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2764 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2768 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2772 <enabled/> or <disabled/>
2776 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2780 <enabled/> or <disabled/>
2785 <key>FlashPlugin</key>
2789 <string>http://example.org</string>
2793 <string>http://example.edu</string>
2807 "Allow": ["http://example.org/"],
2808 "Block": ["http://example.edu/"],
2809 "Default": true | false,
2810 "Locked": true | false
2816 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2818 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2820 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.
2822 | Name | Description |
2824 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2825 | `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.
2826 | `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.
2827 | `name` | The display name of the handler (might not be used).
2828 | `path`| The native path to the executable to be used.
2829 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2831 **Compatibility:** Firefox 78, Firefox ESR 78\
2832 **CCK2 Equivalent:** N/A\
2833 **Preferences Affected:** N/A
2836 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
2840 "application/msword": {
2841 "action": "useSystemDefault",
2847 "action": "useHelperApp",
2848 "ask": true | false,
2851 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2857 "action": "useHelperApp",
2858 "ask": true | false,
2860 "name": "Adobe Acrobat",
2861 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2867 #### Windows (Intune)
2870 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2875 <data id="Handlers" value='
2878 "application/msword": {
2879 "action": "useSystemDefault",
2885 "action": "useHelperApp",
2886 "ask": true | false,
2889 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2895 "action": "useHelperApp",
2896 "ask": true | false,
2898 "name": "Adobe Acrobat",
2899 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2911 <key>mimeTypes</key>
2913 <key>application/msword</key>
2916 <string>useSystemDefault</string>
2926 <string>useHelperApp</string>
2933 <string>Gmail</string>
2934 <key>uriTemplate</key>
2935 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2940 <key>extensions</key>
2945 <string>useHelperApp</string>
2952 <string>Adobe Acrobat</string>
2954 <string>/System/Applications/Preview.app</string>
2968 "application/msword": {
2969 "action": "useSystemDefault",
2975 "action": "useHelperApp",
2976 "ask": true | false,
2979 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2985 "action": "useHelperApp",
2986 "ask": true | false,
2988 "name": "Adobe Acrobat",
2989 "path": "/usr/bin/acroread"
2997 ### HardwareAcceleration
2998 Control hardware acceleration.
3000 **Compatibility:** Firefox 60, Firefox ESR 60\
3001 **CCK2 Equivalent:** N/A\
3002 **Preferences Affected:** `layers.acceleration.disabled`
3006 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3008 #### Windows (Intune)
3011 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3015 <enabled/> or <disabled/>
3020 <key>HardwareAcceleration</key>
3028 "HardwareAcceleration": true | false
3033 Configure the default homepage and how Firefox starts.
3035 `URL` is the default homepage.
3037 `Locked` prevents the user from changing homepage preferences.
3039 `Additional` allows for more than one homepage.
3041 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3043 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.
3045 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3046 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3047 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3051 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3052 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3053 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3054 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3055 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3057 #### Windows (Intune)
3060 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3066 <data id="HomepageURL" value="https://example.com"/>
3067 <data id="HomepageLocked" value="true | false"/>
3071 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3077 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
3081 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3087 <data id="StartPage" value="none | homepage | previous-session"/>
3095 <string>http://example.com</string>
3098 <key>Additional</key>
3100 <string>http://example.org</string>
3101 <string>http://example.edu</string>
3103 <key>StartPage</key>
3104 <string>none | homepage | previous-session | homepage-locked</string>
3113 "URL": "http://example.com/",
3114 "Locked": true | false,
3115 "Additional": ["http://example.org/",
3116 "http://example.edu/"],
3117 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3122 ### InstallAddonsPermission
3123 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.
3125 `Allow` is a list of origins where extension installs are allowed.
3127 `Default` determines whether or not extension installs are allowed by default.
3129 **Compatibility:** Firefox 60, Firefox ESR 60\
3130 **CCK2 Equivalent:** `permissions.install`\
3131 **Preferences Affected:** `xpinstall.enabled`
3135 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3136 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3137 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3139 #### Windows (Intune)
3142 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3147 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3151 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3160 <key>InstallAddonsPermission</key>
3164 <string>http://example.org</string>
3165 <string>http://example.edu</string>
3176 "InstallAddonsPermission": {
3177 "Allow": ["http://example.org/",
3178 "http://example.edu/"],
3179 "Default": true | false
3185 Disable the feature enforcing a separate profile for each installation.
3187 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.
3189 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3191 This policy only work on Windows via GPO (not policies.json).
3193 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3194 **CCK2 Equivalent:** N/A\
3195 **Preferences Affected:** N/A
3199 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3201 #### Windows (Intune)
3204 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3208 <enabled/> or <disabled/>
3211 Enable linking to local files by origin.
3213 **Compatibility:** Firefox 68, Firefox ESR 68\
3214 **CCK2 Equivalent:** N/A\
3215 **Preferences Affected:** `capability.policy.localfilelinks.*`
3219 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3220 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3222 #### Windows (Intune)
3225 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3230 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3235 <key>LocalFileLinks</key>
3237 <string>http://example.org</string>
3238 <string>http://example.edu</string>
3246 "LocalFileLinks": ["http://example.org/",
3247 "http://example.edu/"]
3251 ### ManagedBookmarks
3252 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3254 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3256 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:
3260 "id": "BookmarkType",
3264 "$ref": "BookmarkType"
3283 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3284 **CCK2 Equivalent:** N/A\
3285 **Preferences Affected:** N/A
3288 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3292 "toplevel_name": "My managed bookmarks folder"
3295 "url": "example.com",
3299 "name": "Mozilla links",
3302 "url": "https://mozilla.org",
3303 "name": "Mozilla.org"
3306 "url": "https://support.mozilla.org/",
3313 #### Windows (Intune)
3316 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3321 <data id="JSON" value='
3324 "toplevel_name": "My managed bookmarks folder"
3327 "url": "example.com",
3331 "name": "Mozilla links",
3334 "url": "https://mozilla.org",
3335 "name": "Mozilla.org"
3338 "url": "https://support.mozilla.org/",
3348 <key>ManagedBookmarks</key>
3351 <key>toplevel_name</key>
3352 <string>My managed bookmarks folder</string>
3355 <string>example.com</string>
3357 <string>Example</string>
3361 <string>Mozilla links</string>
3366 <string>https://mozilla.org</string>
3368 <string>Mozilla</string>
3372 <string>https://support.mozilla.org/</string>
3374 <string>SUMO</string>
3385 "ManagedBookmarks": [
3387 "toplevel_name": "My managed bookmarks folder"
3390 "url": "example.com",
3394 "name": "Mozilla links",
3397 "url": "https://mozilla.org",
3398 "name": "Mozilla.org"
3401 "url": "https://support.mozilla.org/",
3410 ### ManualAppUpdateOnly
3412 Switch to manual updates only.
3414 If this policy is enabled:
3415 1. The user will never be prompted to install updates
3416 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.
3417 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3419 This policy is primarily intended for advanced end users, not for enterprises.
3421 **Compatibility:** Firefox 87\
3422 **CCK2 Equivalent:** N/A\
3423 **Preferences Affected:** N/A
3429 "ManualAppUpdateOnly": true | false
3433 ### NetworkPrediction
3434 Enable or disable network prediction (DNS prefetching).
3436 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3437 **CCK2 Equivalent:** N/A\
3438 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
3442 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3444 #### Windows (Intune)
3447 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3451 <enabled/> or <disabled/>
3456 <key>NetworkPrediction</key>
3464 "NetworkPrediction": true | false
3468 Enable or disable the New Tab page.
3470 **Compatibility:** Firefox 68, Firefox ESR 68\
3471 **CCK2 Equivalent:** N/A\
3472 **Preferences Affected:** `browser.newtabpage.enabled`
3476 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3478 #### Windows (Intune)
3481 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3485 <enabled/> or <disabled/>
3490 <key>NewTabPage</key>
3498 "NewTabPage": true | false
3501 ### NoDefaultBookmarks
3502 Disable the creation of default bookmarks.
3504 This policy is only effective if the user profile has not been created yet.
3506 **Compatibility:** Firefox 60, Firefox ESR 60\
3507 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3508 **Preferences Affected:** N/A
3512 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3514 #### Windows (Intune)
3517 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3521 <enabled/> or <disabled/>
3526 <key>NoDefaultBookmarks</key>
3534 "NoDefaultBookmarks": true | false
3538 ### OfferToSaveLogins
3539 Control whether or not Firefox offers to save passwords.
3541 **Compatibility:** Firefox 60, Firefox ESR 60\
3542 **CCK2 Equivalent:** `dontRememberPasswords`\
3543 **Preferences Affected:** `signon.rememberSignons`
3547 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3549 #### Windows (Intune)
3552 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3556 <enabled/> or <disabled/>
3561 <key>OfferToSaveLogins</key>
3569 "OfferToSaveLogins": true | false
3573 ### OfferToSaveLoginsDefault
3574 Sets the default value of signon.rememberSignons without locking it.
3576 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3577 **CCK2 Equivalent:** `dontRememberPasswords`\
3578 **Preferences Affected:** `signon.rememberSignons`
3582 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3584 #### Windows (Intune)
3587 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3591 <enabled/> or <disabled/>
3596 <key>OfferToSaveLoginsDefault</key>
3604 "OfferToSaveLoginsDefault": true | false
3608 ### OverrideFirstRunPage
3609 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
3611 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
3613 **Compatibility:** Firefox 60, Firefox ESR 60\
3614 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3615 **Preferences Affected:** `startup.homepage_welcome_url`
3619 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3621 #### Windows (Intune)
3624 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3629 <data id="OverridePage" value="https://example.com"/>
3634 <key>OverrideFirstRunPage</key>
3635 <string>http://example.org</string>
3642 "OverrideFirstRunPage": "http://example.org"
3646 ### OverridePostUpdatePage
3647 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
3649 **Compatibility:** Firefox 60, Firefox ESR 60\
3650 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3651 **Preferences Affected:** `startup.homepage_override_url`
3655 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3657 #### Windows (Intune)
3660 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3665 <data id="OverridePage" value="https://example.com"/>
3670 <key>OverridePostUpdatePage</key>
3671 <string>http://example.org</string>
3678 "OverridePostUpdatePage": "http://example.org"
3682 ### PasswordManagerEnabled
3683 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3685 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3686 **CCK2 Equivalent:** N/A\
3687 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3691 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3693 #### Windows (Intune)
3696 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3700 <enabled/> or <disabled/>
3705 <key>PasswordManagerEnabled</key>
3713 "PasswordManagerEnabled": true | false
3718 Disable or configure PDF.js, the built-in PDF viewer.
3720 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3722 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3724 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.
3726 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3727 **CCK2 Equivalent:** N/A\
3728 **Preferences Affected:** `pdfjs.diabled`, `pdfjs.enablePermissions`
3732 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3733 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3735 #### Windows (Intune)
3738 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3739 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3743 <enabled/>or <disabled/>
3752 <key>EnablePermissions</key>
3762 "Enabled": true | false,
3763 "EnablePermissions": true | false
3769 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.
3771 `Allow` is a list of origins where the feature is allowed.
3773 `Block` is a list of origins where the feature is not allowed.
3775 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3777 `Locked` prevents the user from changing preferences for the feature.
3779 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3781 **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)\
3782 **CCK2 Equivalent:** N/A\
3783 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
3787 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3788 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3789 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3790 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3791 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3792 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3793 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3794 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3795 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3796 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3797 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3798 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3799 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3800 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3801 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3802 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3803 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3804 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3805 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3806 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3807 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3808 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
3809 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
3810 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
3811 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
3813 #### Windows (Intune)
3816 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3820 <enabled/> or <disabled/>
3824 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3828 <enabled/> or <disabled/>
3832 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3837 <data id="Permissions" value="1https://example.org"/>
3841 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3845 <enabled/> or <disabled/>
3849 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3853 <enabled/> or <disabled/>
3857 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3862 <data id="Permissions" value="1https://example.org"/>
3866 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3871 <data id="Permissions" value="1https://example.edu"/>
3875 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3880 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3884 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3888 <enabled/> or <disabled/>
3892 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
3897 <data id="Permissions" value="1https://example.org"/>
3901 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
3906 <data id="Permissions" value="1https://example.edu"/>
3910 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
3914 <enabled/> or <disabled/>
3918 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
3922 <enabled/> or <disabled/>
3927 <key>Permissions</key>
3933 <string>https://example.org</string>
3934 <string>https://example.org:1234</string>
3938 <string>https://example.edu</string>
3940 <key>BlockNewRequests</key>
3945 <key>Microphone</key>
3949 <string>https://example.org</string>
3953 <string>https://example.edu</string>
3955 <key>BlockNewRequests</key>
3964 <string>https://example.org</string>
3968 <string>https://example.edu</string>
3970 <key>BlockNewRequests</key>
3975 <key>Notifications</key>
3979 <string>https://example.org</string>
3983 <string>https://example.edu</string>
3985 <key>BlockNewRequests</key>
3994 <string>https://example.org</string>
3998 <string>https://example.edu</string>
4001 <string>allow-audio-video | block-audio | block-audio-video</string>
4014 "Allow": ["https://example.org","https://example.org:1234"],
4015 "Block": ["https://example.edu"],
4016 "BlockNewRequests": true | false,
4017 "Locked": true | false
4020 "Allow": ["https://example.org"],
4021 "Block": ["https://example.edu"],
4022 "BlockNewRequests": true | false,
4023 "Locked": true | false
4026 "Allow": ["https://example.org"],
4027 "Block": ["https://example.edu"],
4028 "BlockNewRequests": true | false,
4029 "Locked": true | false
4032 "Allow": ["https://example.org"],
4033 "Block": ["https://example.edu"],
4034 "BlockNewRequests": true | false,
4035 "Locked": true | false
4038 "Allow": ["https://example.org"],
4039 "Block": ["https://example.edu"],
4040 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
4041 "Locked": true | false
4047 ### PictureInPicture
4049 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
4051 **Compatibility:** Firefox 78, Firefox ESR 78\
4052 **CCK2 Equivalent:** N/A\
4053 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
4057 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
4058 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
4061 #### Windows (Intune)
4064 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
4065 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
4069 <enabled/> or <disabled/>
4074 <key>PictureInPicture</key>
4087 "PictureInPicture": {
4088 "Enabled": true | false,
4089 "Locked": true | false
4095 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
4097 `Allow` is a list of origins where popup-windows are allowed.
4099 `Default` determines whether or not pop-up windows are allowed by default.
4101 `Locked` prevents the user from changing pop-up preferences.
4103 **Compatibility:** Firefox 60, Firefox ESR 60\
4104 **CCK2 Equivalent:** `permissions.popup`\
4105 **Preferences Affected:** `dom.disable_open_during_load`
4109 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
4110 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
4111 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
4112 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4114 #### Windows (Intune)
4117 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4122 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4126 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4130 <enabled/> or <disabled/>
4134 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4138 <enabled/> or <disabled/>
4143 <key>PopupBlocking</key>
4147 <string>http://example.org</string>
4148 <string>http://example.edu</string>
4162 "Allow": ["http://example.org/",
4163 "http://example.edu/"],
4164 "Default": true | false,
4165 "Locked": true | false
4171 Set and lock preferences.
4173 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
4175 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.
4177 Preferences that start with the following prefixes are supported:
4180 app.update.* (Firefox 86, Firefox 78.8)
4182 datareporting.policy.
4185 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4186 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4190 keyword.enabled (Firefox 95, Firefox ESR 91.4)
4195 pdfjs. (Firefox 84, Firefox ESR 78.6)
4198 signon. (Firefox 83, Firefox ESR 78.5)
4199 spellchecker. (Firefox 84, Firefox ESR 78.6)
4200 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
4204 as well as the following security preferences:
4205 | Preference | Type | Default
4207 | security.default_personal_cert | string | Ask Every Time
4208 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4209 | security.insecure_connection_text.enabled | bool | false
4210 | If set to true, adds the words "Not Secure" for insecure sites.
4211 | security.insecure_connection_text.pbmode.enabled | bool | false
4212 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4213 | security.insecure_field_warning.contextual.enabled | bool | true
4214 | If set to false, remove the warning for inscure login fields.
4215 | security.mixed_content.block_active_content | boolean | true
4216 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4217 | security.osclientcerts.autoload | boolean | false
4218 | If true, client certificates are loaded from the operating system certificate store.
4219 | security.ssl.errorReporting.enabled | boolean | true
4220 | If false, SSL errors cannot be sent to Mozilla.
4221 | security.tls.enable_0rtt_data | boolean | true
4222 | If false, TLS early data is turned off (Firefox 93, Firefox 91.2, Firefox 78.15).
4223 | security.tls.hello_downgrade_check | boolean | true
4224 | If false, the TLS 1.3 downgrade check is disabled.
4225 | security.tls.version.enable-deprecated | boolean | false
4226 | If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8).
4227 | security.warn_submit_secure_to_insecure | boolean | true
4228 | If false, no warning is shown when submitting a form from https to http.
4231 Using the preference as the key, set the `Value` to the corresponding preference value.
4233 `Status` can be "default", "locked", "user" or "clear"
4235 Default preferences can be modified by the user.
4237 If a value is locked, it is also set as the default.
4239 User preferences persist across invocations of Firefox. It is the equivalent of a user setting the preference. They are most useful when a preference is needed very early in startup so it can't be set as default by policy. An example of this is ```toolkit.legacyUserProfileCustomizations.stylesheets```.
4241 User preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4243 See the examples below for more detail.
4245 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4248 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4249 **CCK2 Equivalent:** `preferences`\
4250 **Preferences Affected:** Many
4253 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4256 "accessibility.force_disabled": {
4260 "browser.cache.disk.parent_directory": {
4261 "Value": "SOME_NATIVE_PATH",
4264 "browser.tabs.warnOnClose": {
4270 #### Windows (Intune)
4273 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4278 <data id="JSON" value='
4280 "accessibility.force_disabled": {
4284 "browser.cache.disk.parent_directory": {
4285 "Value": "SOME_NATIVE_PATH",
4288 "browser.tabs.warnOnClose": {
4297 <key>Preferences</key>
4299 <key>accessibility.force_disabled</key>
4302 <integer>1</integer>
4304 <string>default</string>
4306 <key>browser.cache.disk.parent_directory</key>
4309 <string>SOME_NATIVE_PATH</string>
4311 <string>user</string>
4313 <key>browser.tabs.warnOnClose</key>
4318 <string>locked</string>
4328 "accessibility.force_disabled": {
4332 "browser.cache.disk.parent_directory": {
4333 "Value": "SOME_NATIVE_PATH",
4336 "browser.tabs.warnOnClose": {
4344 ### Preferences (Deprecated)
4345 Set and lock certain preferences.
4347 **Compatibility:** See below\
4348 **CCK2 Equivalent:** `preferences`\
4349 **Preferences Affected:** See below
4351 | Preference | Type | Compatibility | Default
4352 | --- | --- | --- | ---
4353 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
4354 | If set to 1, platform accessibility is disabled.
4355 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
4356 | If false, Firefox doesn't automatically install update.
4357 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
4358 | If true, bookmarks are exported on shutdown.
4359 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
4360 | If set, the name of the file where bookmarks are exported and imported.
4361 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
4362 | If true, bookmarks are restored to their defaults.
4363 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
4364 | If false, don't store cache on the hard drive.
4365 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
4366 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4367 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
4368 | If true, single words are sent to DNS, not directly to search.
4369 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
4370 | 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.
4371 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
4372 | If true, bookmarks are always imported on startup.
4373 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4374 | If false, phishing protection is not enabled (Not recommended)
4375 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4376 | If false, malware protection is not enabled (Not recommended)
4377 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
4378 | If false, updates for search engines are not checked.
4379 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
4380 | If true, a notification isn't shown if startup is slow.
4381 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
4382 | If false, there is no warning when the browser is closed.
4383 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
4384 | If true, tab previews are shown in the Windows taskbar.
4385 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
4386 | If false, bookmarks aren't suggested when typing in the URL bar.
4387 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
4388 | If false, history isn't suggested when typing in the URL bar.
4389 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
4390 | If false, open tabs aren't suggested when typing in the URL bar.
4391 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
4392 | If true, don't show the privacy policy tab on first run.
4393 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
4394 | If false, web page can close windows.
4395 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
4396 | If false, web pages can focus and activate windows.
4397 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
4398 | If true, web pages can't move or resize windows.
4399 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4400 | If false, web pages can't override context menus.
4401 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
4402 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4403 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
4404 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4405 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
4406 | If false, XMLDocument.load is not available.
4407 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
4408 | If false, XMLDocument.async is not available.
4409 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4410 | If false, the extensions blocklist is not used (Not recommended)
4411 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
4412 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4413 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4414 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4415 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4416 | If false, the geolocation API is disabled. | Language dependent
4417 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
4418 | If set, preferred language for web pages.
4419 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
4420 | If false, Encrypted Media Extensions are not enabled.
4421 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4422 | If false, the OpenH264 plugin is not downloaded.
4423 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4424 | If false, the Widevine plugin is not downloaded.
4425 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4426 | If false, WebRTC is disabled
4427 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4428 | If set, a list of domains for which mDNS hostname obfuscation is
4430 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4431 | If set, a list of domains for which mDNS hostname obfuscation is
4433 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4434 | If true, IPv6 DNS lokoups are disabled.
4435 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4436 | If true, display the punycode version of internationalized domain names.
4437 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4438 | If false, history is not enabled.
4439 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4440 | If false, print settings are not saved between jobs.
4441 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4442 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4443 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4444 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4445 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4446 | If true, client certificates are loaded from the operating system certificate store.
4447 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4448 | If false, SSL errors cannot be sent to Mozilla.
4449 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4450 | If false, the TLS 1.3 downgrade check is disabled.
4451 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4452 | If false, the Alt key doesn't show the menubar on Windows.
4453 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4454 | If set, overrides the GTK theme for widgets.
4457 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4458 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4460 #### Windows (Intune)
4461 OMA-URI: (periods are replaced by underscores)
4463 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4467 <enabled/> or <disabled/>
4469 OMA-URI: (periods are replaced by underscores)
4471 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4476 <data id="Preferences_String" value="string_value"/>
4481 <key>Preferences</key>
4483 <key>boolean_preference_name</key>
4485 <key>string_preference_name</key>
4486 <string>string_value</string>
4495 "boolean_preference_name": true | false,
4496 "string_preference_name": "string_value"
4502 Require or prevent using a primary (formerly master) password.
4504 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.
4506 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
4508 **Compatibility:** Firefox 79, Firefox ESR 78.1\
4509 **CCK2 Equivalent:** `noMasterPassword`\
4510 **Preferences Affected:** N/A
4514 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
4516 #### Windows (Intune)
4519 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
4523 <enabled/> or <disabled/>
4528 <key>PrimaryPassword</key>
4536 "PrimaryPassword": true | false
4540 ### PromptForDownloadLocation
4541 Ask where to save each file before downloading.
4543 **Compatibility:** Firefox 68, Firefox ESR 68\
4544 **CCK2 Equivalent:** N/A\
4545 **Preferences Affected:** `browser.download.useDownloadDir`
4549 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4551 #### Windows (Intune)
4554 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4558 <enabled/> or <disabled/>
4563 <key>PromptForDownloadLocation</key>
4571 "PromptForDownloadLocation": true | false
4576 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
4577 To specify ports, append them to the hostnames with a colon (:).
4579 `Mode` is the proxy method being used.
4581 `Locked` is whether or not proxy settings can be changed.
4583 `HTTPProxy` is the HTTP proxy server.
4585 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
4587 `SSLProxy` is the SSL proxy server.
4589 `FTPProxy` is the FTP proxy server.
4591 `SOCKSProxy` is the SOCKS proxy server
4593 `SOCKSVersion` is the SOCKS version (4 or 5)
4595 `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.
4597 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
4599 `AutoLogin` means do not prompt for authentication if password is saved.
4601 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
4603 **Compatibility:** Firefox 60, Firefox ESR 60\
4604 **CCK2 Equivalent:** `networkProxy*`\
4605 **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`
4609 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
4610 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
4611 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
4612 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
4613 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
4614 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
4615 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
4616 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
4617 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
4618 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
4619 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
4620 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
4622 #### Windows (Intune)
4625 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
4630 <data id="ProxyLocked" value="true | false"/>
4631 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
4632 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
4633 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
4634 <data id="SSLProxy" value="https://sslproxy.example.com"/>
4635 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
4636 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
4637 <data id="SOCKSVersion" value="4 | 5"/>
4638 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
4639 <data id="Passthrough" value="<local>"/>
4640 <data id="AutoLogin" value="true | false"/>
4641 <data id="UseProxyForDNS" value="true | false"/>
4649 <string>none | system | manual | autoDetect | autoConfig</string>
4652 <key>HTTPProxy</key>
4653 <string>https://httpproxy.example.com</string>
4654 <key>UseHTTPProxyForAllProtocols</key>
4657 <string>https://sslproxy.example.com</string>
4659 <string>https://ftpproxy.example.com</string>
4660 <key>SOCKSProxy</key>
4661 <string>https://socksproxy.example.com</string>
4662 <key>SOCKSVersion</key>
4663 <string>4 | 5</string>
4664 <key>Passthrough</key>
4665 <string><local>></string>
4666 <key>AutoConfigURL</key>
4667 <string>URL_TO_AUTOCONFIG</string>
4668 <key>AutoLogin</key>
4670 <key>UseProxyForDNS</key>
4680 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
4681 "Locked": true | false,
4682 "HTTPProxy": "hostname",
4683 "UseHTTPProxyForAllProtocols": true | false,
4684 "SSLProxy": "hostname",
4685 "FTPProxy": "hostname",
4686 "SOCKSProxy": "hostname",
4687 "SOCKSVersion": 4 | 5,
4688 "Passthrough": "<local>",
4689 "AutoConfigURL": "URL_TO_AUTOCONFIG",
4690 "AutoLogin": true | false,
4691 "UseProxyForDNS": true | false
4696 ### RequestedLocales
4697 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
4699 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
4701 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
4702 **CCK2 Equivalent:** N/A\
4703 **Preferences Affected:** N/A
4706 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
4707 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
4711 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
4713 #### Windows (Intune)
4716 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
4721 <data id="Preferences_String" value="de,en-US"/>
4726 <key>RequestedLocales</key>
4729 <string>en-US</string>
4736 <key>RequestedLocales</key>
4737 <string>de,en-US</string>
4745 "RequestedLocales": ["de", "en-US"]
4753 "RequestedLocales": "de,en-US"
4757 <a name="SanitizeOnShutdown"></a>
4759 ### SanitizeOnShutdown (Selective)
4760 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
4762 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.
4764 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
4765 **CCK2 Equivalent:** N/A\
4766 **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`
4769 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4770 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4771 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4772 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4773 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4774 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4775 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4776 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4777 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4779 #### Windows (Intune)
4782 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
4786 <enabled/> or <disabled/>
4790 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
4794 <enabled/> or <disabled/>
4798 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
4802 <enabled/> or <disabled/>
4806 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
4810 <enabled/> or <disabled/>
4814 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
4818 <enabled/> or <disabled/>
4822 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
4826 <enabled/> or <disabled/>
4830 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
4834 <enabled/> or <disabled/>
4838 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
4842 <enabled/> or <disabled/>
4846 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4850 <enabled/> or <disabled/>
4855 <key>SanitizeOnShutdown</key>
4861 <key>Downloads</key>
4869 <key>SiteSettings</key>
4871 <key>OfflineApps</key>
4882 "SanitizeOnShutdown": {
4883 "Cache": true | false,
4884 "Cookies": true | false,
4885 "Downloads": true | false,
4886 "FormData": true | false,
4887 "History": true | false,
4888 "Sessions": true | false,
4889 "SiteSettings": true | false,
4890 "OfflineApps": true | false,
4891 "Locked": true | false
4896 ### SanitizeOnShutdown (All)
4897 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4899 **Compatibility:** Firefox 60, Firefox ESR 60\
4900 **CCK2 Equivalent:** N/A\
4901 **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`
4904 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4906 #### Windows (Intune)
4909 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4913 <enabled/> or <disabled/>
4918 <key>SanitizeOnShutdown</key>
4926 "SanitizeOnShutdown": true | false
4931 Set whether or not search bar is displayed.
4933 **Compatibility:** Firefox 60, Firefox ESR 60\
4934 **CCK2 Equivalent:** `showSearchBar`\
4935 **Preferences Affected:** N/A
4939 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
4942 #### Windows (Intune)
4945 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
4950 <data id="SearchBar" value="unified | separate"/>
4955 <key>SearchBar</key>
4956 <string>unified | separate</string>
4963 "SearchBar": "unified" | "separate"
4967 <a name="SearchEngines"></a>
4969 ### SearchEngines (This policy is only available on the ESR.)
4971 ### SearchEngines | Add
4973 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
4975 `Name` is the name of the search engine.
4977 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
4979 `Method` is either GET or POST
4981 `IconURL` is a URL for the icon to use.
4983 `Alias` is a keyword to use for the engine.
4985 `Description` is a description of the search engine.
4987 `PostData` is the POST data as name value pairs separated by &.
4989 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
4991 `Encoding` is the query charset for the engine. It defaults to UTF-8.
4993 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
4994 **CCK2 Equivalent:** `searchplugins`\
4995 **Preferences Affected:** N/A
4999 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
5000 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
5001 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
5002 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
5003 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
5004 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
5005 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
5006 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
5008 #### Windows (Intune)
5011 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
5016 <data id="SearchEngine_Name" value="Example1"/>
5017 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
5018 <data id="SearchEngine_Method" value="GET | POST"/>
5019 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
5020 <data id="SearchEngine_Alias" value="example"/>
5021 <data id="SearchEngine_Description" value="Example Description"/>
5022 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
5023 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
5028 <key>SearchEngines</key>
5034 <string>Example1</string>
5035 <key>URLTemplate</key>
5036 <string>https://www.example.org/q={searchTerms}</string>
5038 <string>GET | POST </string>
5040 <string>https://www.example.org/favicon.ico</string>
5042 <string>example</string>
5043 <key>Description</key>
5044 <string>Example Description</string>
5045 <key>SuggestURLTemplate</key>
5046 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5048 <string>name=value&q={searchTerms}</string>
5062 "URLTemplate": "https://www.example.org/q={searchTerms}",
5063 "Method": "GET" | "POST",
5064 "IconURL": "https://www.example.org/favicon.ico",
5066 "Description": "Description",
5067 "PostData": "name=value&q={searchTerms}",
5068 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5075 ### SearchEngines | Default
5077 Set the default search engine. This policy is only available on the ESR.
5079 **Compatibility:** Firefox ESR 60\
5080 **CCK2 Equivalent:** `defaultSearchEngine`\
5081 **Preferences Affected:** N/A
5085 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
5087 #### Windows (Intune)
5090 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
5095 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
5100 <key>SearchEngines</key>
5103 <string>NAME_OF_SEARCH_ENGINE</string>
5112 "Default": "NAME_OF_SEARCH_ENGINE"
5117 ### SearchEngines | PreventInstalls
5119 Prevent installing search engines from webpages.
5121 **Compatibility:** Firefox ESR 60\
5122 **CCK2 Equivalent:** `disableSearchEngineInstall`\
5123 **Preferences Affected:** N/A
5127 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
5129 #### Windows (Intune)
5132 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
5136 <enabled/> or <disabled/>
5141 <key>SearchEngines</key>
5143 <key>PreventInstalls</key>
5153 "PreventInstalls": true | false
5158 ### SearchEngines | Remove
5160 Hide built-in search engines. This policy is only available on the ESR.
5162 **Compatibility:** Firefox ESR 60.2\
5163 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
5164 **Preferences Affected:** N/A
5168 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
5170 #### Windows (Intune)
5173 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
5178 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
5183 <key>SearchEngines</key>
5187 <string>NAME_OF_SEARCH_ENGINE</string>
5197 "Remove": ["NAME_OF_SEARCH_ENGINE"]
5202 ### SearchSuggestEnabled
5204 Enable search suggestions.
5206 **Compatibility:** Firefox 68, Firefox ESR 68\
5207 **CCK2 Equivalent:** N/A\
5208 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
5212 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5214 #### Windows (Intune)
5217 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5221 <enabled/> or <disabled/>
5226 <key>SearchSuggestEnabled</key>
5234 "SearchSuggestEnabled": true | false
5240 Install PKCS #11 modules.
5242 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5243 **CCK2 Equivalent:** `certs.devices`\
5244 **Preferences Affected:** N/A
5248 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5250 #### Windows (Intune)
5253 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5258 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5263 <key>SecurityDevices</key>
5265 <key>NAME_OF_DEVICE</key>
5266 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5275 "SecurityDevices": {
5276 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5282 Show the home button on the toolbar.
5284 Future versions of Firefox will not show the home button by default.
5286 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5287 **CCK2 Equivalent:** N/A\
5288 **Preferences Affected:** N/A
5292 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5294 #### Windows (Intune)
5297 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ShowHomeButton
5301 <enabled/> or <disabled/>
5306 <key>ShowHomeButton</key>
5314 "ShowHomeButton": true | false
5320 Set and lock the maximum version of TLS.
5322 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5323 **CCK2 Equivalent:** N/A\
5324 **Preferences Affected:** `security.tls.version.max`
5328 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5330 #### Windows (Intune)
5333 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5338 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5343 <key>SSLVersionMax</key>
5344 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5352 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5358 Set and lock the minimum version of TLS.
5360 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5361 **CCK2 Equivalent:** N/A\
5362 **Preferences Affected:** `security.tls.version.min`
5366 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5368 #### Windows (Intune)
5371 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
5376 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5381 <key>SSLVersionMin</key>
5382 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5390 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5395 Add a menuitem to the help menu for specifying support information.
5397 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
5398 **CCK2 Equivalent:** helpMenu\
5399 **Preferences Affected:** N/A
5403 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
5404 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
5405 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
5407 #### Windows (Intune)
5410 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
5415 <data id="SupportMenuTitle" value="Support Menu"/>
5416 <data id="SupportMenuURL" value="http://example.com/support"/>
5417 <data id="SupportMenuAccessKey" value="S">
5422 <key>SupportMenu</key>
5425 <string>SupportMenu</string>
5427 <string>http://example.com/support</string>
5428 <key>AccessKey</key>
5438 "Title": "Support Menu",
5439 "URL": "http://example.com/support",
5447 Prevent Firefox from messaging the user in certain situations.
5449 `WhatsNew` Remove the "What's New" icon and menuitem.
5451 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
5453 `FeatureRecommendations` If false, don't recommend browser features.
5455 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
5457 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
5459 **Compatibility:** Firefox 75, Firefox ESR 68.7\
5460 **CCK2 Equivalent:** N/A\
5461 **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`
5465 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
5466 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
5467 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
5468 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
5469 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
5471 #### Windows (Intune)
5474 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_WhatsNew
5475 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
5476 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
5477 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
5478 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
5482 <enabled/> or <disabled/>
5487 <key>UserMessaging</key>
5491 <key>ExtensionRecommendations</key>
5493 <key>FeatureRecommendations</key>
5495 <key>UrlbarInterventions</key>
5497 <key>SkipOnboarding</key>
5507 "WhatsNew": true | false,
5508 "ExtensionRecommendations": true | false,
5509 "FeatureRecommendations": true | false,
5510 "UrlbarInterventions": true | false
5511 "SkipOnboarding": true | false
5517 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.
5518 The arrays are limited to 1000 entries each.
5520 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
5522 For specific protocols, use `https://*/*` or `http://*/*`.
5524 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
5526 **Compatibility:** Firefox 60, Firefox ESR 60\
5527 **CCK2 Equivalent:** N/A\
5528 **Preferences Affected:** N/A
5532 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
5533 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
5535 #### Windows (Intune)
5538 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
5542 <enabled/> <data id="WebsiteFilter" value="1<all_urls>"/>
5546 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
5551 <data id="WebsiteFilter" value="1http://example.org/*"/>
5556 <key>WebsiteFilter</key>
5560 <string><all_urls></string>
5562 <key>Exceptions</key>
5564 <string>http://example.org/*</string>
5575 "Block": ["<all_urls>"],
5576 "Exceptions": ["http://example.org/*"]
5582 Allow Windows single sign-on for Microsoft, work, and school accounts.
5584 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
5586 **Compatibility:** Firefox 91\
5587 **CCK2 Equivalent:** N/A\
5588 **Preferences Affected:** `network.http.windows-sso.enabled`
5592 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
5594 #### Windows (Intune)
5597 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
5601 <enabled/> or <disabled/>
5607 "WindowsSSO": true | false