1 **These policies are in active development and so might contain changes that do not work with current versions of Firefox.**
3 **You should use the [officially released versions](https://github.com/mozilla/policy-templates/releases) if you are deploying changes.**
5 Policies can be specified using the [Group Policy templates on Windows](https://github.com/mozilla/policy-templates/tree/master/windows), [Intune on Windows](https://support.mozilla.org/kb/managing-firefox-intune), [configuration profiles on macOS](https://github.com/mozilla/policy-templates/tree/master/mac), or by creating a file called `policies.json`. On Windows, create a directory called `distribution` where the EXE is located and place the file there. On Mac, the file goes into `Firefox.app/Contents/Resources/distribution`. On Linux, the file goes into `firefox/distribution`, where `firefox` is the installation directory for firefox, which varies by distribution or you can specify system-wide policy by placing the file in `/etc/firefox/policies`.
7 | Policy Name | Description
9 | **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed.
10 | **[`AllowedDomainsForApps`](#alloweddomainsforapps)** | Define domains allowed to access Google Workspace.
11 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
12 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
13 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
14 | **[`AutoLaunchProtocolsFromOrigins`](#autolaunchprotocolsfromorigins)** | Define a list of external protocols that can be used from listed origins without prompting the user.
15 | **[`BackgroundAppUpdate`](#backgroundappupdate)** | Enable or disable the background updater (Windows only).
16 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
17 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
18 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
19 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
20 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
21 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
22 | **[`Certificates`](#certificates)** |
23 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
24 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
25 | **[`Cookies`](#cookies)** | Configure cookie preferences.
26 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
27 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
28 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
29 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
30 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
31 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
32 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
33 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
34 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
35 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
36 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
37 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
38 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
39 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
40 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
41 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
42 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
43 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
44 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
45 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
46 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
47 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update.
48 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
49 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
50 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
51 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
52 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
53 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
54 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
55 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
56 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
57 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
58 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
59 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
60 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
61 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
62 | **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
63 | **[`Handlers`](#handlers)** | Configure default application handlers.
64 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
65 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
66 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
67 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
68 | **[`LegacySameSiteCookieBehaviorEnabled`](#legacysamesitecookiebehaviorenabled)** | Enable default legacy SameSite cookie behavior setting.
69 | **[`LegacySameSiteCookieBehaviorEnabledForDomainList`](#legacysamesitecookiebehaviorenabledfordomainlist)** | Revert to legacy SameSite behavior for cookies on specified sites.
70 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
71 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
72 | **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates..
73 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
74 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
75 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
76 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
77 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
78 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
79 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
80 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
81 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
82 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
83 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
84 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
85 | **[`Preferences`](#preferences)** | Set and lock preferences.
86 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
87 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
88 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
89 | **[`Proxy`](#proxy)** | Configure proxy settings.
90 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
91 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
92 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
93 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
94 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
95 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
96 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
97 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
98 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
99 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
100 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
101 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
102 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
103 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
104 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
105 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
106 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
107 | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
111 Allow WebExtensions to configure policy. For more information, see [Adding policy support to your extension](https://extensionworkshop.com/documentation/enterprise/adding-policy-support-to-your-extension/).
118 <key>Extensions</key>
120 <key>uBlock0@raymondhill.net</key>
122 <key>adminSettings</key>
124 <key>selectedFilterLists</key>
126 <string>ublock-privacy</string>
127 <string>ublock-badware</string>
128 <string>ublock-filters</string>
129 <string>user-filters</string>
143 "uBlock0@raymondhill.net": {
145 "selectedFilterLists": [
159 ### AllowedDomainsForApps
161 Define domains allowed to access Google Workspace.
163 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
165 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.
167 **Compatibility:** Firefox 89, Firefox ESR 78.11\
168 **CCK2 Equivalent:** N/A\
169 **Preferences Affected:** N/A
173 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
175 #### Windows (Intune)
178 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
183 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
188 <key>AllowedDomainsForApps</key>
189 <string>managedfirefox.com,example.com</string>
196 "AllowedDomainsForApps": "managedfirefox.com,example.com"
202 Enable or disable **automatic** application update.
204 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
206 If set to false, application updates are downloaded but the user can choose when to install the update.
208 If you have disabled updates via `DisableAppUpdate`, this policy has no effect.
210 **Compatibility:** Firefox 75, Firefox ESR 68.7\
211 **CCK2 Equivalent:** N/A\
212 **Preferences Affected:** `app.update.auto`
216 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
218 #### Windows (Intune)
221 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
225 <enabled/> or <disabled/>
230 <key>AppAutoUpdate</key>
238 "AppAutoUpdate": true | false
244 Change the URL for application update if you are providing Firefox updates from a custom update server.
246 **Compatibility:** Firefox 62, Firefox ESR 60.2\
247 **CCK2 Equivalent:** N/A\
248 **Preferences Affected:** `app.update.url`
252 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
254 #### Windows (Intune)
257 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
262 <data id="AppUpdateURL" value="https://yoursite.com"/>
267 <key>AppUpdateURL</key>
268 <string>https://yoursite.com</string>
275 "AppUpdateURL": "https://yoursite.com"
281 Configure sites that support integrated authentication.
283 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.
285 `PrivateBrowsing` enables integrated authentication in private browsing.
287 **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)\
288 **CCK2 Equivalent:** N/A\
289 **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`
293 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
294 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
295 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
296 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
297 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
298 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
299 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
300 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
301 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
302 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
303 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
304 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
306 #### Windows (Intune)
309 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
314 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
318 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
323 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
327 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
332 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
336 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
341 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
342 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
346 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
350 <enabled/> or <disabled/>
354 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
358 <enabled/> or <disabled/>
363 <key>Authentication</key>
367 <string>mydomain.com</string>
368 <string>https://myotherdomain.com</string>
372 <string>mydomain.com</string>
373 <string>https://myotherdomain.com</string>
377 <string>mydomain.com</string>
378 <string>https://myotherdomain.com</string>
380 <key>AllowNonFQDN</key>
387 <key>AllowProxies</key>
396 <key>PrivateBrowsing</key>
406 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
407 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
408 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
410 "SPNEGO": true | false,
414 "SPNEGO": true | false,
417 "Locked": true | false,
418 "PrivateBrowsing": true | false
423 ### AutoLaunchProtocolsFromOrigins
424 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.
426 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.
452 **Compatibility:** Firefox 90, Firefox ESR 78.12\
453 **CCK2 Equivalent:** N/A\
454 **Preferences Affected:** N/A
457 Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ) =
461 "protocol": "zoommtg",
463 "https://somesite.zoom.us"
468 #### Windows (Intune)
471 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutoLaunchProtocolsFromOrigins
476 <data id="JSON" value='
479 "protocol": "zoommtg",
481 "https://somesite.zoom.us"
489 <key>AutoLaunchProtocolsFromOrigins</key>
493 <string>zoommtg</string>
494 <key>allowed_origins</key>
496 <string>https://somesite.zoom.us</string>
506 "AutoLaunchProtocolsFromOrigins": [{
507 "protocol": "zoommtg",
509 "https://somesite.zoom.us"
515 ### BackgroundAppUpdate
517 Enable or disable **automatic** application update **in the background**, when the application is not running.
519 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.
521 If set to false, the application will not try to install updates when the application is not running.
523 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppAutoUpdate`, this policy has no effect.
525 **Compatibility:** Firefox 90 (Windows only)\
526 **CCK2 Equivalent:** N/A\
527 **Preferences Affected:** `app.update.background.enabled`
531 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
533 #### Windows (Intune)
536 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
540 <enabled/> or <disabled/>
545 <key>BackgroundAppUpdate</key>
553 "BackgroundAppUpdate": true | false
559 Block access to the Add-ons Manager (about:addons).
561 **Compatibility:** Firefox 60, Firefox ESR 60\
562 **CCK2 Equivalent:** `disableAddonsManager`\
563 **Preferences Affected:** N/A
567 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
569 #### Windows (Intune)
572 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
576 <enabled/> or <disabled/>
581 <key>BlockAboutAddons</key>
589 "BlockAboutAddons": true | false
595 Block access to about:config.
597 **Compatibility:** Firefox 60, Firefox ESR 60\
598 **CCK2 Equivalent:** `disableAboutConfig`\
599 **Preferences Affected:** N/A
603 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
605 #### Windows (Intune)
608 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
612 <enabled/> or <disabled/>
617 <key>BlockAboutConfig</key>
625 "BlockAboutConfig": true | false
629 ### BlockAboutProfiles
631 Block access to About Profiles (about:profiles).
633 **Compatibility:** Firefox 60, Firefox ESR 60\
634 **CCK2 Equivalent:** `disableAboutProfiles`\
635 **Preferences Affected:** N/A
639 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
641 #### Windows (Intune)
644 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
648 <enabled/> or <disabled/>
653 <key>BlockAboutProfiles</key>
661 "BlockAboutProfiles": true | false
665 ### BlockAboutSupport
667 Block access to Troubleshooting Information (about:support).
669 **Compatibility:** Firefox 60, Firefox ESR 60\
670 **CCK2 Equivalent:** `disableAboutSupport`\
671 **Preferences Affected:** N/A
675 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
677 #### Windows (Intune)
680 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
684 <enabled/> or <disabled/>
689 <key>BlockAboutSupport</key>
697 "BlockAboutSupport": true | false
703 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
705 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.
707 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.
709 **Compatibility:** Firefox 60, Firefox ESR 60\
710 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
711 **Preferences Affected:** N/A
715 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
716 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
717 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
718 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
719 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
721 Software\Policies\Mozilla\Firefox\Bookmarks (REG_MULTI_SZ) =
727 #### Windows (Intune)
730 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
735 <data id="BookmarkTitle" value="Example"/>
736 <data id="BookmarkURL" value="https://example.com"/>
737 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
738 <data id="BookmarkPlacement" value="toolbar | menu"/>
739 <data id="BookmarkFolder" value="FolderName"/>
743 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Bookmarks
748 <data id="JSON" value='[]'/>
757 <string>Example</string>
759 <string>https://example.com</string>
761 <string>https://example.com/favicon.ico</string>
763 <string>toolbar | menu</string>
765 <string>FolderName</string>
777 "URL": "https://example.com",
778 "Favicon": "https://example.com/favicon.ico",
779 "Placement": "toolbar" | "menu",
780 "Folder": "FolderName"
787 Enable or disable the detection of captive portals.
789 **Compatibility:** Firefox 67, Firefox ESR 60.7\
790 **CCK2 Equivalent:** N/A\
791 **Preferences Affected:** `network.captive-portal-service.enabled`
795 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
797 #### Windows (Intune)
800 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
804 <enabled/> or <disabled/>
809 <key>CaptivePortal</key>
817 "CaptivePortal": true | false
823 ### Certificates | ImportEnterpriseRoots
825 Trust certificates that have been added to the operating system certificate store by a user or administrator.
827 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
829 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
831 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
832 **CCK2 Equivalent:** N/A\
833 **Preferences Affected:** `security.enterprise_roots.enabled`
837 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
839 #### Windows (Intune)
842 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
846 <enabled/> or <disabled/>
851 <key>Certificates</key>
853 <key>ImportEnterpriseRoots</key>
863 "ImportEnterpriseRoots": true | false
868 ### Certificates | Install
870 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
873 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
874 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
876 - /Library/Application Support/Mozilla/Certificates
877 - ~/Library/Application Support/Mozilla/Certificates
879 - /usr/lib/mozilla/certificates
880 - /usr/lib64/mozilla/certificates
881 - ~/.mozilla/certificates
883 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.
885 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.
887 Certificates are installed using the trust string `CT,CT,`.
889 Binary (DER) and ASCII (PEM) certificates are both supported.
891 **Compatibility:** Firefox 64, Firefox ESR 64\
892 **CCK2 Equivalent:** `certs.ca`\
893 **Preferences Affected:** N/A
897 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
898 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
900 #### Windows (Intune)
903 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
908 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
913 <key>Certificates</key>
917 <string>cert1.der</string>
918 <string>/Users/username/cert2.pem</string>
928 "Install": ["cert1.der", "/home/username/cert2.pem"]
934 Configure cookie preferences.
936 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
938 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
940 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
942 `Behavior` sets the default behavior for cookies based on the values below.
944 `BehaviorPrivateBrowsing` sets the default behavior for cookies in private browsing based on the values below.
946 | Value | Description
948 | accept | Accept all cookies
949 | reject-foreign | Reject third party cookies
950 | reject | Reject all cookies
951 | limit-foreign | Reject third party cookies for sites you haven't visited
952 | reject-tracker | Reject cookies for known trackers (default)
953 | reject-tracker-and-partition-foreign | Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection) (default for private browsing)
955 `Default` (Deprecated) determines whether cookies are accepted at all.
957 `AcceptThirdParty` (Deprecated) determines how third-party cookies are handled.
959 `ExpireAtSessionEnd` determines when cookies expire.
961 `RejectTracker` (Deprecated) only rejects cookies for trackers.
963 `Locked` prevents the user from changing cookie preferences.
965 **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)\
966 **CCK2 Equivalent:** N/A\
967 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
971 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
972 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
973 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
974 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
975 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
976 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
977 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
978 Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
979 Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
980 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
982 #### Windows (Intune)
985 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
990 <data id="Cookies_Allow" value="1https://example.com"/>
994 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
999 <data id="Cookies_Allow" value="1https://example.edu"/>
1003 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
1008 <data id="Cookies_Block" value="1https://example.org"/>
1012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
1016 <enabled/> or <disabled/>
1020 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
1025 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
1029 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
1033 <enabled/> or <disabled/>
1037 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
1041 <enabled/> or <disabled/>
1045 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
1049 <enabled/> or <disabled/>
1053 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Behavior
1058 <data id="Cookies_Behavior" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1062 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_BehaviorPrivateBrowsing
1067 <data id="Cookies_BehaviorPrivateBrowsing" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1076 <string>http://example.com</string>
1078 <key>AllowSession</key>
1080 <string>http://example.edu</string>
1084 <string>http://example.org</string>
1088 <key>AcceptThirdParty</key>
1089 <string>always | never | from-visited</string>
1090 <key>ExpireAtSessionEnd</key>
1092 <key>RejectTracker</key>
1097 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1098 <key>BehaviorPrivateBrowsing</key>
1099 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1108 "Allow": ["http://example.org/"],
1109 "AllowSession": ["http://example.edu/"],
1110 "Block": ["http://example.edu/"],
1111 "Default": true | false,
1112 "AcceptThirdParty": "always" | "never" | "from-visited",
1113 "ExpireAtSessionEnd": true | false,
1114 "RejectTracker": true | false,
1115 "Locked": true | false,
1116 "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1117 "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1122 ### DefaultDownloadDirectory
1123 Set the default download directory.
1125 You can use ${home} for the native home directory.
1127 **Compatibility:** Firefox 68, Firefox ESR 68\
1128 **CCK2 Equivalent:** N/A\
1129 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1133 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1135 #### Windows (Intune)
1138 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1143 <data id="Preferences_String" value="${home}\Downloads"/>
1148 <key>DefaultDownloadDirectory</key>
1149 <string>${home}/Downloads</string>
1152 #### policies.json (macOS and Linux)
1156 "DefaultDownloadDirectory": "${home}/Downloads"
1159 #### policies.json (Windows)
1163 "DefaultDownloadDirectory": "${home}\\Downloads"
1166 ### DisableAppUpdate
1167 Turn off application updates within Firefox.
1169 **Compatibility:** Firefox 60, Firefox ESR 60\
1170 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1171 **Preferences Affected:** N/A
1175 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1177 #### Windows (Intune)
1180 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1184 <enabled/> or <disabled/>
1189 <key>DisableAppUpdate</key>
1197 "DisableAppUpdate": true | false
1201 ### DisableBuiltinPDFViewer
1202 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1204 **Compatibility:** Firefox 60, Firefox ESR 60\
1205 **CCK2 Equivalent:** `disablePDFjs`\
1206 **Preferences Affected:** `pdfjs.disabled`
1210 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1212 #### Windows (Intune)
1215 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1219 <enabled/> or <disabled/>
1224 <key>DisableBuiltinPDFViewer</key>
1232 "DisableBuiltinPDFViewer": true | false
1237 Disable specific cryptographic ciphers, listed below.
1240 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1241 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1242 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
1243 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
1244 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
1245 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
1246 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1247 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
1248 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1249 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
1250 TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1251 TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1252 TLS_RSA_WITH_AES_128_GCM_SHA256
1253 TLS_RSA_WITH_AES_256_GCM_SHA384
1254 TLS_RSA_WITH_AES_128_CBC_SHA
1255 TLS_RSA_WITH_AES_256_CBC_SHA
1256 TLS_RSA_WITH_3DES_EDE_CBC_SHA
1259 **Preferences Affected:** `security.ssl3.ecdhe_rsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_ecdsa_chacha20_poly1305_sha256`, `security.ssl3.ecdhe_rsa_chacha20_poly1305_sha256`, `security.ssl3.ecdhe_ecdsa_aes_256_gcm_sha384`, `security.ssl3.ecdhe_rsa_aes_256_gcm_sha384`, `security.ssl3.ecdhe_rsa_aes_128_sha`, `security.ssl3.ecdhe_ecdsa_aes_128_sha`, `security.ssl3.ecdhe_rsa_aes_256_sha`, `security.ssl3.ecdhe_ecdsa_aes_256_sha`, `security.ssl3.dhe_rsa_aes_128_sha`, `security.ssl3.dhe_rsa_aes_256_sha`, `security.ssl3.rsa_aes_128_gcm_sha256`, `security.ssl3.rsa_aes_256_gcm_sha384`, `security.ssl3.rsa_aes_128_sha`, `security.ssl3.rsa_aes_256_sha`, `security.ssl3.deprecated.rsa_des_ede3_sha`
1264 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.
1267 **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, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA38, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, and TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 were added in Firefox 97 and Firefox 91.6)\
1268 **CCK2 Equivalent:** N/A\
1269 **Preferences Affected:** N/A
1273 Software\Policies\Mozilla\Firefox\DisabledCiphers\CIPHER_NAME = 0x1 | 0x0
1275 #### Windows (Intune)
1278 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_CIPHER_NAME
1283 <enabled/> or <disabled/>
1288 <key>DisabledCiphers</key>
1290 <key>CIPHER_NAME</key>
1299 "DisabledCiphers": {
1300 "CIPHER_NAME": true | false,
1305 ### DisableDefaultBrowserAgent
1306 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1308 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).
1310 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1311 **CCK2 Equivalent:** N/A\
1312 **Preferences Affected:** N/A
1316 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1318 #### Windows (Intune)
1321 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1325 <enabled/> or <disabled/>
1331 "DisableDefaultBrowserAgent": true | false
1335 ### DisableDeveloperTools
1336 Remove access to all developer tools.
1338 **Compatibility:** Firefox 60, Firefox ESR 60\
1339 **CCK2 Equivalent:** `removeDeveloperTools`\
1340 **Preferences Affected:** `devtools.policy.disabled`
1344 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1346 #### Windows (Intune)
1349 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1353 <enabled/> or <disabled/>
1358 <key>DisableDeveloperTools</key>
1366 "DisableDeveloperTools": true | false
1370 ### DisableFeedbackCommands
1371 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1373 **Compatibility:** Firefox 60, Firefox ESR 60\
1374 **CCK2 Equivalent:** N/A\
1375 **Preferences Affected:** N/A
1379 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1381 #### Windows (Intune)
1384 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1388 <enabled/> or <disabled/>
1393 <key>DisableFeedbackCommands</key>
1401 "DisableFeedbackCommands": true | false
1405 ### DisableFirefoxAccounts
1406 Disable Firefox Accounts integration (Sync).
1408 **Compatibility:** Firefox 60, Firefox ESR 60\
1409 **CCK2 Equivalent:** `disableSync`\
1410 **Preferences Affected:** `identity.fxaccounts.enabled`
1414 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1416 #### Windows (Intune)
1419 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1423 <enabled/> or <disabled/>
1428 <key>DisableFirefoxAccounts</key>
1436 "DisableFirefoxAccounts": true | false
1440 ### DisableFirefoxScreenshots
1441 Remove access to Firefox Screenshots.
1443 **Compatibility:** Firefox 60, Firefox ESR 60\
1444 **CCK2 Equivalent:** N/A\
1445 **Preferences Affected:** `extensions.screenshots.disabled`
1449 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1451 #### Windows (Intune)
1454 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1458 <enabled/> or <disabled/>
1463 <key>DisableFirefoxScreenshots</key>
1471 "DisableFirefoxScreenshots": true | false
1475 ### DisableFirefoxStudies
1476 Disable Firefox studies (Shield).
1478 **Compatibility:** Firefox 60, Firefox ESR 60\
1479 **CCK2 Equivalent:** N/A\
1480 **Preferences Affected:** N/A
1484 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1486 #### Windows (Intune)
1489 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1493 <enabled/> or <disabled/>
1498 <key>DisableFirefoxStudies</key>
1506 "DisableFirefoxStudies": true | false
1510 ### DisableForgetButton
1511 Disable the "Forget" button.
1513 **Compatibility:** Firefox 60, Firefox ESR 60\
1514 **CCK2 Equivalent:** `disableForget`\
1515 **Preferences Affected:** N/A
1519 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1521 #### Windows (Intune)
1524 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1528 <enabled/> or <disabled/>
1533 <key>DisableForgetButton</key>
1541 "DisableForgetButton": true | false
1545 ### DisableFormHistory
1546 Turn off saving information on web forms and the search bar.
1548 **Compatibility:** Firefox 60, Firefox ESR 60\
1549 **CCK2 Equivalent:** `disableFormFill`\
1550 **Preferences Affected:** `browser.formfill.enable`
1554 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1556 #### Windows (Intune)
1559 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1563 <enabled/> or <disabled/>
1568 <key>DisableFormHistory</key>
1576 "DisableFormHistory": true | false
1580 ### DisableMasterPasswordCreation
1581 Remove the master password functionality.
1583 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
1585 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
1587 **Compatibility:** Firefox 60, Firefox ESR 60\
1588 **CCK2 Equivalent:** `noMasterPassword`\
1589 **Preferences Affected:** N/A
1593 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
1595 #### Windows (Intune)
1598 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
1602 <enabled/> or <disabled/>
1607 <key>DisableMasterPasswordCreation</key>
1615 "DisableMasterPasswordCreation": true | false
1619 ### DisablePasswordReveal
1620 Do not allow passwords to be shown in saved logins
1622 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1623 **CCK2 Equivalent:** N/A
1624 **Preferences Affected:** N/A
1628 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1630 #### Windows (Intune)
1633 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1637 <enabled/> or <disabled/>
1642 <key>DisablePasswordReveal</key>
1650 "DisablePasswordReveal": true | false
1655 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1657 **Compatibility:** Firefox 60, Firefox ESR 60\
1658 **CCK2 Equivalent:** `disablePocket`\
1659 **Preferences Affected:** `extensions.pocket.enabled`
1663 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1665 #### Windows (Intune)
1668 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1672 <enabled/> or <disabled/>
1677 <key>DisablePocket</key>
1685 "DisablePocket": true | false
1689 ### DisablePrivateBrowsing
1690 Remove access to private browsing.
1692 **Compatibility:** Firefox 60, Firefox ESR 60\
1693 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1694 **Preferences Affected:** N/A
1698 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1700 #### Windows (Intune)
1703 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1707 <enabled/> or <disabled/>
1712 <key>DisablePrivateBrowsing</key>
1720 "DisablePrivateBrowsing": true | false
1724 ### DisableProfileImport
1725 Disables the "Import data from another browser" option in the bookmarks window.
1727 **Compatibility:** Firefox 60, Firefox ESR 60\
1728 **CCK2 Equivalent:** N/A\
1729 **Preferences Affected:** N/A
1733 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1735 #### Windows (Intune)
1738 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1742 <enabled/> or <disabled/>
1747 <key>DisableProfileImport</key>
1755 "DisableProfileImport": true | false
1759 ### DisableProfileRefresh
1760 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.
1762 **Compatibility:** Firefox 60, Firefox ESR 60\
1763 **CCK2 Equivalent:** `disableResetFirefox`\
1764 **Preferences Affected:** `browser.disableResetPrompt`
1768 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1770 #### Windows (Intune)
1773 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1777 <enabled/> or <disabled/>
1782 <key>DisableProfileRefresh</key>
1790 "DisableProfileRefresh": true | false
1795 Disable safe mode within the browser.
1797 On Windows, this disables safe mode via the command line as well.
1799 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1800 **CCK2 Equivalent:** `disableSafeMode`\
1801 **Preferences Affected:** N/A
1805 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1807 #### Windows (Intune)
1810 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1814 <enabled/> or <disabled/>
1819 <key>DisableSafeMode</key>
1827 "DisableSafeMode": true | false
1831 ### DisableSecurityBypass
1832 Prevent the user from bypassing security in certain cases.
1834 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1836 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1838 **Compatibility:** Firefox 60, Firefox ESR 60\
1839 **CCK2 Equivalent:** N/A\
1840 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
1844 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1845 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1847 #### Windows (Intune)
1850 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1854 <enabled/> or <disabled/>
1858 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1862 <enabled/> or <disabled/>
1868 <key>DisableSecurityBypass</key>
1870 <key>InvalidCertificate</key>
1872 <key>SafeBrowsing</key>
1881 "DisableSecurityBypass": {
1882 "InvalidCertificate": true | false,
1883 "SafeBrowsing": true | false
1888 ### DisableSetDesktopBackground
1889 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
1891 **Compatibility:** Firefox 60, Firefox ESR 60\
1892 **CCK2 Equivalent:** `removeSetDesktopBackground`\
1893 **Preferences Affected:** N/A
1897 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
1899 #### Windows (Intune)
1902 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
1906 <enabled/> or <disabled/>
1911 <key>DisableSetDesktopBackground</key>
1919 "DisableSetDesktopBackground": true | false
1923 ### DisableSystemAddonUpdate
1924 Prevent system add-ons from being installed or update.
1926 **Compatibility:** Firefox 60, Firefox ESR 60\
1927 **CCK2 Equivalent:** N/A\
1928 **Preferences Affected:** N/A
1932 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1934 #### Windows (Intune)
1937 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1941 <enabled/> or <disabled/>
1946 <key>DisableSystemAddonUpdate</key>
1954 "DisableSystemAddonUpdate": true | false
1958 ### DisableTelemetry
1959 Prevent the upload of telemetry data.
1961 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
1963 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1965 **Compatibility:** Firefox 60, Firefox ESR 60\
1966 **CCK2 Equivalent:** `disableTelemetry`\
1967 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
1971 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1973 #### Windows (Intune)
1976 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1980 <enabled/> or <disabled/>
1985 <key>DisableTelemetry</key>
1993 "DisableTelemetry": true | false
1997 ### DisplayBookmarksToolbar
1998 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
2000 **Compatibility:** Firefox 60, Firefox ESR 60\
2001 **CCK2 Equivalent:** `displayBookmarksToolbar`\
2002 **Preferences Affected:** N/A
2006 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
2008 #### Windows (Intune)
2011 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
2015 <enabled/> or <disabled/>
2020 <key>DisplayBookmarksToolbar</key>
2028 "DisplayBookmarksToolbar": true | false
2033 Set the state of the menubar.
2035 `always` means the menubar is shown and cannot be hidden.
2037 `never` means the menubar is hidden and cannot be shown.
2039 `default-on` means the menubar is on by default but can be hidden.
2041 `default-off` means the menubar is off by default but can be shown.
2043 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
2044 **CCK2 Equivalent:** `displayMenuBar`\
2045 **Preferences Affected:** N/A
2049 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
2051 #### Windows (Intune)
2054 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2059 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2064 <key>DisplayMenuBar</key>
2065 <string>always | never | default-on | default-off</string>
2072 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2076 ### DisplayMenuBar (Deprecated)
2077 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
2079 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
2080 **CCK2 Equivalent:** `displayMenuBar`\
2081 **Preferences Affected:** N/A
2085 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
2090 <key>DisplayMenuBar</key>
2098 "DisplayMenuBar": true | false
2103 Configure DNS over HTTPS.
2105 `Enabled` determines whether DNS over HTTPS is enabled
2107 `ProviderURL` is a URL to another provider.
2109 `Locked` prevents the user from changing DNS over HTTPS preferences.
2111 `ExcludedDomains` excludes domains from DNS over HTTPS.
2113 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
2114 **CCK2 Equivalent:** N/A\
2115 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2119 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2120 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2121 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2122 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2124 #### Windows (Intune)
2127 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2131 <enabled/> or <disabled/>
2135 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2140 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2144 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2148 <enabled/> or <disabled/>
2152 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2157 <data id="List" value="1example.com"/>
2162 <key>DNSOverHTTPS</key>
2166 <key>ProviderURL</key>
2167 <string>URL_TO_ALTERNATE_PROVIDER</string>
2170 <key>ExcludedDomains</key>
2172 <string>example.com</string>
2182 "Enabled": true | false,
2183 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2184 "Locked": true | false,
2185 "ExcludedDomains": ["example.com"]
2190 ### DontCheckDefaultBrowser
2191 Don't check if Firefox is the default browser at startup.
2193 **Compatibility:** Firefox 60, Firefox ESR 60\
2194 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2195 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2199 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2201 #### Windows (Intune)
2204 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2208 <enabled/> or <disabled/>
2213 <key>DontCheckDefaultBrowser</key>
2221 "DontCheckDefaultBrowser": true | false
2225 ### DownloadDirectory
2226 Set and lock the download directory.
2228 You can use ${home} for the native home directory.
2230 **Compatibility:** Firefox 68, Firefox ESR 68\
2231 **CCK2 Equivalent:** N/A\
2232 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2236 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2238 #### Windows (Intune)
2241 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2246 <data id="Preferences_String" value="${home}\Downloads"/>
2251 <key>DownloadDirectory</key>
2252 <string>${home}/Downloads</string>
2255 #### policies.json (macOS and Linux)
2259 "DownloadDirectory": "${home}/Downloads"
2262 #### policies.json (Windows)
2266 "DownloadDirectory": "${home}\\Downloads"
2269 ### EnableTrackingProtection
2270 Configure tracking protection.
2272 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.
2274 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2276 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.
2278 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2280 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2282 `Exceptions` are origins for which tracking protection is not enabled.
2284 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2285 **CCK2 Equivalent:** N/A\
2286 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2290 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2291 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2292 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2293 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2294 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2296 #### Windows (Intune)
2299 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2303 <enabled/> or <disabled/>
2307 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2311 <enabled/> or <disabled/>
2315 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2319 <enabled/> or <disabled/>
2323 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2327 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2331 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2335 <enabled/> or <disabled/>
2340 <key>EnableTrackingProtection</key>
2346 <key>Cryptomining</key>
2348 <key>Fingerprinting</key>
2350 <key>Exceptions</key>
2352 <string>https://example.com</string>
2361 "EnableTrackingProtection": {
2362 "Value": true | false,
2363 "Locked": true | false,
2364 "Cryptomining": true | false,
2365 "Fingerprinting": true | false,
2366 "Exceptions": ["https://example.com"]
2371 ### EncryptedMediaExtensions
2372 Enable or disable Encrypted Media Extensions and optionally lock it.
2374 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2376 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.
2378 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2379 **CCK2 Equivalent:** N/A\
2380 **Preferences Affected:** `media.eme.enabled`
2384 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2385 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2387 #### Windows (Intune)
2390 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2391 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2395 <enabled/>or <disabled/>
2400 <key>EncryptedMediaExtensions</key>
2413 "EncryptedMediaExtensions": {
2414 "Enabled": true | false,
2415 "Locked": true | false
2420 ### EnterprisePoliciesEnabled
2421 Enable policy support on macOS.
2423 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2424 **CCK2 Equivalent:** N/A\
2425 **Preferences Affected:** N/A
2430 <key>EnterprisePoliciesEnabled</key>
2435 Control the installation, uninstallation and locking of extensions.
2437 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.
2439 `Install` is a list of URLs or native paths for extensions to be installed.
2441 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2443 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2445 **Compatibility:** Firefox 60, Firefox ESR 60\
2446 **CCK2 Equivalent:** `addons`\
2447 **Preferences Affected:** N/A
2451 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2452 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2453 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2454 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2456 #### Windows (Intune)
2459 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2464 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2468 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2473 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2477 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2482 <data id="Extensions" value="1addon_id@mozilla.org"/>
2487 <key>Extensions</key>
2491 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2492 <string>//path/to/xpi</string>
2494 <key>Uninstall</key>
2496 <string>bad_addon_id@mozilla.org</string>
2500 <string>addon_id@mozilla.org</string>
2510 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2511 "Uninstall": ["bad_addon_id@mozilla.org"],
2512 "Locked": ["addon_id@mozilla.org"]
2517 ### ExtensionSettings
2518 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.
2520 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.
2522 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).
2524 The configuration for each extension is another dictionary that can contain the fields documented below.
2526 | Name | Description |
2528 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2529 | `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.
2530 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2531 | `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.
2532 | `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.
2533 | `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.
2534 | `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.
2535 | `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.
2536 | `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.
2537 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2538 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2540 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2541 **CCK2 Equivalent:** N/A\
2542 **Preferences Affected:** N/A
2545 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2549 "blocked_install_message": "Custom error message.",
2550 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2551 "installation_mode": "blocked",
2552 "allowed_types": ["extension"]
2554 "uBlock0@raymondhill.net": {
2555 "installation_mode": "force_installed",
2556 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2558 "https-everywhere@eff.org": {
2559 "installation_mode": "allowed"
2563 #### Windows (Intune)
2566 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2571 <data id="ExtensionSettings" value='
2574 "blocked_install_message": "Custom error message.",
2575 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2576 "installation_mode": "blocked",
2577 "allowed_types": ["extension"]
2579 "uBlock0@raymondhill.net": {
2580 "installation_mode": "force_installed",
2581 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2583 "https-everywhere@eff.org": {
2584 "installation_mode": "allowed"
2591 <key>ExtensionSettings</key>
2595 <key>blocked_install_message</key>
2596 <string>Custom error message.</string>
2597 <key>install_sources</key>
2599 <string>about:addons</string>
2600 <string>https://addons.mozilla.org/</string>
2602 <key>installation_mode</key>
2603 <string>blocked</string>
2604 <key>allowed_types</key>
2606 <string>extension</string>
2609 <key>uBlock0@raymondhill.net</key>
2611 <key>installation_mode</key>
2612 <string>force_installed</string>
2613 <key>install_url</key>
2614 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2616 <key>https-everywhere@eff.org</key>
2618 <key>installation_mode</key>
2619 <string>allowed</string>
2628 "ExtensionSettings": {
2630 "blocked_install_message": "Custom error message.",
2631 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2632 "installation_mode": "blocked",
2633 "allowed_types": ["extension"]
2635 "uBlock0@raymondhill.net": {
2636 "installation_mode": "force_installed",
2637 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2639 "https-everywhere@eff.org": {
2640 "installation_mode": "allowed"
2647 Control extension updates.
2649 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2650 **CCK2 Equivalent:** N/A\
2651 **Preferences Affected:** `extensions.update.enabled`
2655 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2657 #### Windows (Intune)
2660 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2664 <enabled/> or <disabled/>
2669 <key>ExtensionUpdate</key>
2677 "ExtensionUpdate": true | false
2682 Customize the Firefox Home page.
2684 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4)
2685 **CCK2 Equivalent:** N/A\
2686 **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`
2690 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2691 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2692 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
2693 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2694 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2695 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
2696 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2697 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2699 #### Windows (Intune)
2702 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2707 <data id="FirefoxHome_Search" value="true | false"/>
2708 <data id="FirefoxHome_TopSites" value="true | false"/>
2709 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
2710 <data id="FirefoxHome_Highlights" value="true | false"/>
2711 <data id="FirefoxHome_Pocket" value="true | false"/>
2712 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
2713 <data id="FirefoxHome_Snippets" value="true | false"/>
2714 <data id="FirefoxHome_Locked" value="true | false"/>
2719 <key>FirefoxHome</key>
2725 <key>SponsoredTopSites</key>
2727 <key>Highlights</key>
2731 <key>SponsoredPocket</key>
2745 "Search": true | false,
2746 "TopSites": true | false,
2747 "SponsoredTopSites": true | false,
2748 "Highlights": true | false,
2749 "Pocket": true | false,
2750 "SponsoredPocket": true | false,
2751 "Snippets": true | false,
2752 "Locked": true | false
2757 ### FlashPlugin (Deprecated)
2758 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2760 `Allow` is a list of origins where Flash are allowed.
2762 `Block` is a list of origins where Flash is not allowed.
2764 `Default` determines whether or not Flash is allowed by default.
2766 `Locked` prevents the user from changing Flash preferences.
2768 **Compatibility:** Firefox 60, Firefox ESR 60\
2769 **CCK2 Equivalent:** `permissions.plugin`\
2770 **Preferences Affected:** `plugin.state.flash`
2774 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2775 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2776 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2777 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2779 #### Windows (Intune)
2782 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2787 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2791 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2795 <enabled/> or <disabled/>
2799 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2803 <enabled/> or <disabled/>
2808 <key>FlashPlugin</key>
2812 <string>http://example.org</string>
2816 <string>http://example.edu</string>
2830 "Allow": ["http://example.org/"],
2831 "Block": ["http://example.edu/"],
2832 "Default": true | false,
2833 "Locked": true | false
2839 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2841 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2843 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.
2845 | Name | Description |
2847 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2848 | `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.
2849 | `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.
2850 | `name` | The display name of the handler (might not be used).
2851 | `path`| The native path to the executable to be used.
2852 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2854 **Compatibility:** Firefox 78, Firefox ESR 78\
2855 **CCK2 Equivalent:** N/A\
2856 **Preferences Affected:** N/A
2859 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
2863 "application/msword": {
2864 "action": "useSystemDefault",
2870 "action": "useHelperApp",
2871 "ask": true | false,
2874 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2880 "action": "useHelperApp",
2881 "ask": true | false,
2883 "name": "Adobe Acrobat",
2884 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2890 #### Windows (Intune)
2893 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2898 <data id="Handlers" value='
2901 "application/msword": {
2902 "action": "useSystemDefault",
2908 "action": "useHelperApp",
2909 "ask": true | false,
2912 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2918 "action": "useHelperApp",
2919 "ask": true | false,
2921 "name": "Adobe Acrobat",
2922 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2934 <key>mimeTypes</key>
2936 <key>application/msword</key>
2939 <string>useSystemDefault</string>
2949 <string>useHelperApp</string>
2956 <string>Gmail</string>
2957 <key>uriTemplate</key>
2958 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2963 <key>extensions</key>
2968 <string>useHelperApp</string>
2975 <string>Adobe Acrobat</string>
2977 <string>/System/Applications/Preview.app</string>
2991 "application/msword": {
2992 "action": "useSystemDefault",
2998 "action": "useHelperApp",
2999 "ask": true | false,
3002 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3008 "action": "useHelperApp",
3009 "ask": true | false,
3011 "name": "Adobe Acrobat",
3012 "path": "/usr/bin/acroread"
3020 ### HardwareAcceleration
3021 Control hardware acceleration.
3023 **Compatibility:** Firefox 60, Firefox ESR 60\
3024 **CCK2 Equivalent:** N/A\
3025 **Preferences Affected:** `layers.acceleration.disabled`
3029 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3031 #### Windows (Intune)
3034 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3038 <enabled/> or <disabled/>
3043 <key>HardwareAcceleration</key>
3051 "HardwareAcceleration": true | false
3056 Configure the default homepage and how Firefox starts.
3058 `URL` is the default homepage.
3060 `Locked` prevents the user from changing homepage preferences.
3062 `Additional` allows for more than one homepage.
3064 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3066 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.
3068 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3069 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3070 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3074 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3075 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3076 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3077 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3078 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3080 #### Windows (Intune)
3083 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3089 <data id="HomepageURL" value="https://example.com"/>
3090 <data id="HomepageLocked" value="true | false"/>
3094 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3100 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
3104 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3110 <data id="StartPage" value="none | homepage | previous-session"/>
3118 <string>http://example.com</string>
3121 <key>Additional</key>
3123 <string>http://example.org</string>
3124 <string>http://example.edu</string>
3126 <key>StartPage</key>
3127 <string>none | homepage | previous-session | homepage-locked</string>
3136 "URL": "http://example.com/",
3137 "Locked": true | false,
3138 "Additional": ["http://example.org/",
3139 "http://example.edu/"],
3140 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3145 ### InstallAddonsPermission
3146 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.
3148 `Allow` is a list of origins where extension installs are allowed.
3150 `Default` determines whether or not extension installs are allowed by default.
3152 **Compatibility:** Firefox 60, Firefox ESR 60\
3153 **CCK2 Equivalent:** `permissions.install`\
3154 **Preferences Affected:** `xpinstall.enabled`
3158 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3159 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3160 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3162 #### Windows (Intune)
3165 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3170 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3174 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3183 <key>InstallAddonsPermission</key>
3187 <string>http://example.org</string>
3188 <string>http://example.edu</string>
3199 "InstallAddonsPermission": {
3200 "Allow": ["http://example.org/",
3201 "http://example.edu/"],
3202 "Default": true | false
3208 Disable the feature enforcing a separate profile for each installation.
3210 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.
3212 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3214 This policy only work on Windows via GPO (not policies.json).
3216 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3217 **CCK2 Equivalent:** N/A\
3218 **Preferences Affected:** N/A
3222 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3224 #### Windows (Intune)
3227 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3231 <enabled/> or <disabled/>
3233 ### LegacySameSiteCookieBehaviorEnabled
3234 Enable default legacy SameSite cookie behavior setting.
3236 If this policy is set to true, it reverts all cookies to legacy SameSite behavior which means that cookies that don't explicitly specify a ```SameSite``` attribute are treated as if they were ```SameSite=None```.
3238 **Compatibility:** Firefox 96\
3239 **CCK2 Equivalent:** N/A\
3240 **Preferences Affected:** `network.cookie.sameSite.laxByDefault`
3244 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = = 0x1 | 0x0
3246 #### Windows (Intune)
3249 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabled
3253 <enabled/> or <disabled/>
3258 <key>LegacySameSiteCookieBehaviorEnabled</key>
3266 "LegacySameSiteCookieBehaviorEnabled": true | false
3269 ### LegacySameSiteCookieBehaviorEnabledForDomainList
3270 Revert to legacy SameSite behavior for cookies on specified sites.
3272 If this policy is set to true, cookies set for domains in this list will revert to legacy SameSite behavior which means that cookies that don't explicitly specify a ```SameSite``` attribute are treated as if they were ```SameSite=None```.
3274 **Compatibility:** Firefox 96\
3275 **CCK2 Equivalent:** N/A\
3276 **Preferences Affected:** `network.cookie.sameSite.laxByDefault.disabledHosts`
3280 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\1 = "example.org"
3281 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\2 = "example.edu"
3283 #### Windows (Intune)
3286 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabledForDomainList
3291 <data id="LegacySameSiteCookieBehaviorEnabledForDomainList" value="1example.org2example.edu"/>
3296 <key>LegacySameSiteCookieBehaviorEnabledForDomainList</key>
3298 <string>example.org</string>
3299 <string>example.edu</string>
3307 "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org",
3313 Enable linking to local files by origin.
3315 **Compatibility:** Firefox 68, Firefox ESR 68\
3316 **CCK2 Equivalent:** N/A\
3317 **Preferences Affected:** `capability.policy.localfilelinks.*`
3321 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3322 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3324 #### Windows (Intune)
3327 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3332 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3337 <key>LocalFileLinks</key>
3339 <string>http://example.org</string>
3340 <string>http://example.edu</string>
3348 "LocalFileLinks": ["http://example.org/",
3349 "http://example.edu/"]
3353 ### ManagedBookmarks
3354 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3356 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3358 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:
3362 "id": "BookmarkType",
3366 "$ref": "BookmarkType"
3385 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3386 **CCK2 Equivalent:** N/A\
3387 **Preferences Affected:** N/A
3390 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3394 "toplevel_name": "My managed bookmarks folder"
3397 "url": "example.com",
3401 "name": "Mozilla links",
3404 "url": "https://mozilla.org",
3405 "name": "Mozilla.org"
3408 "url": "https://support.mozilla.org/",
3415 #### Windows (Intune)
3418 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3423 <data id="JSON" value='
3426 "toplevel_name": "My managed bookmarks folder"
3429 "url": "example.com",
3433 "name": "Mozilla links",
3436 "url": "https://mozilla.org",
3437 "name": "Mozilla.org"
3440 "url": "https://support.mozilla.org/",
3450 <key>ManagedBookmarks</key>
3453 <key>toplevel_name</key>
3454 <string>My managed bookmarks folder</string>
3457 <string>example.com</string>
3459 <string>Example</string>
3463 <string>Mozilla links</string>
3468 <string>https://mozilla.org</string>
3470 <string>Mozilla</string>
3474 <string>https://support.mozilla.org/</string>
3476 <string>SUMO</string>
3487 "ManagedBookmarks": [
3489 "toplevel_name": "My managed bookmarks folder"
3492 "url": "example.com",
3496 "name": "Mozilla links",
3499 "url": "https://mozilla.org",
3500 "name": "Mozilla.org"
3503 "url": "https://support.mozilla.org/",
3512 ### ManualAppUpdateOnly
3514 Switch to manual updates only.
3516 If this policy is enabled:
3517 1. The user will never be prompted to install updates
3518 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.
3519 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3521 This policy is primarily intended for advanced end users, not for enterprises.
3523 **Compatibility:** Firefox 87\
3524 **CCK2 Equivalent:** N/A\
3525 **Preferences Affected:** N/A
3531 "ManualAppUpdateOnly": true | false
3535 ### NetworkPrediction
3536 Enable or disable network prediction (DNS prefetching).
3538 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3539 **CCK2 Equivalent:** N/A\
3540 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
3544 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3546 #### Windows (Intune)
3549 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3553 <enabled/> or <disabled/>
3558 <key>NetworkPrediction</key>
3566 "NetworkPrediction": true | false
3570 Enable or disable the New Tab page.
3572 **Compatibility:** Firefox 68, Firefox ESR 68\
3573 **CCK2 Equivalent:** N/A\
3574 **Preferences Affected:** `browser.newtabpage.enabled`
3578 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3580 #### Windows (Intune)
3583 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3587 <enabled/> or <disabled/>
3592 <key>NewTabPage</key>
3600 "NewTabPage": true | false
3603 ### NoDefaultBookmarks
3604 Disable the creation of default bookmarks.
3606 This policy is only effective if the user profile has not been created yet.
3608 **Compatibility:** Firefox 60, Firefox ESR 60\
3609 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3610 **Preferences Affected:** N/A
3614 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3616 #### Windows (Intune)
3619 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3623 <enabled/> or <disabled/>
3628 <key>NoDefaultBookmarks</key>
3636 "NoDefaultBookmarks": true | false
3640 ### OfferToSaveLogins
3641 Control whether or not Firefox offers to save passwords.
3643 **Compatibility:** Firefox 60, Firefox ESR 60\
3644 **CCK2 Equivalent:** `dontRememberPasswords`\
3645 **Preferences Affected:** `signon.rememberSignons`
3649 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3651 #### Windows (Intune)
3654 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3658 <enabled/> or <disabled/>
3663 <key>OfferToSaveLogins</key>
3671 "OfferToSaveLogins": true | false
3675 ### OfferToSaveLoginsDefault
3676 Sets the default value of signon.rememberSignons without locking it.
3678 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3679 **CCK2 Equivalent:** `dontRememberPasswords`\
3680 **Preferences Affected:** `signon.rememberSignons`
3684 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3686 #### Windows (Intune)
3689 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3693 <enabled/> or <disabled/>
3698 <key>OfferToSaveLoginsDefault</key>
3706 "OfferToSaveLoginsDefault": true | false
3710 ### OverrideFirstRunPage
3711 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
3713 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
3715 **Compatibility:** Firefox 60, Firefox ESR 60\
3716 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3717 **Preferences Affected:** `startup.homepage_welcome_url`
3721 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3723 #### Windows (Intune)
3726 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3731 <data id="OverridePage" value="https://example.com"/>
3736 <key>OverrideFirstRunPage</key>
3737 <string>http://example.org</string>
3744 "OverrideFirstRunPage": "http://example.org"
3748 ### OverridePostUpdatePage
3749 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
3751 **Compatibility:** Firefox 60, Firefox ESR 60\
3752 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3753 **Preferences Affected:** `startup.homepage_override_url`
3757 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3759 #### Windows (Intune)
3762 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3767 <data id="OverridePage" value="https://example.com"/>
3772 <key>OverridePostUpdatePage</key>
3773 <string>http://example.org</string>
3780 "OverridePostUpdatePage": "http://example.org"
3784 ### PasswordManagerEnabled
3785 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3787 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3788 **CCK2 Equivalent:** N/A\
3789 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3793 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3795 #### Windows (Intune)
3798 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3802 <enabled/> or <disabled/>
3807 <key>PasswordManagerEnabled</key>
3815 "PasswordManagerEnabled": true | false
3820 Disable or configure PDF.js, the built-in PDF viewer.
3822 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3824 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3826 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.
3828 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3829 **CCK2 Equivalent:** N/A\
3830 **Preferences Affected:** `pdfjs.diabled`, `pdfjs.enablePermissions`
3834 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3835 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3837 #### Windows (Intune)
3840 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3841 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3845 <enabled/>or <disabled/>
3854 <key>EnablePermissions</key>
3864 "Enabled": true | false,
3865 "EnablePermissions": true | false
3871 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.
3873 `Allow` is a list of origins where the feature is allowed.
3875 `Block` is a list of origins where the feature is not allowed.
3877 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3879 `Locked` prevents the user from changing preferences for the feature.
3881 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3883 **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)\
3884 **CCK2 Equivalent:** N/A\
3885 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
3889 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3890 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3891 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3892 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3893 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3894 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3895 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3896 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3897 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3898 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3899 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3900 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3901 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3902 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3903 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3904 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3905 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3906 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3907 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3908 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3909 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3910 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
3911 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
3912 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
3913 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
3915 #### Windows (Intune)
3918 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3922 <enabled/> or <disabled/>
3926 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3930 <enabled/> or <disabled/>
3934 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3939 <data id="Permissions" value="1https://example.org"/>
3943 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3947 <enabled/> or <disabled/>
3951 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3955 <enabled/> or <disabled/>
3959 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3964 <data id="Permissions" value="1https://example.org"/>
3968 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3973 <data id="Permissions" value="1https://example.edu"/>
3977 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3982 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3986 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3990 <enabled/> or <disabled/>
3994 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
3999 <data id="Permissions" value="1https://example.org"/>
4003 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
4008 <data id="Permissions" value="1https://example.edu"/>
4012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
4016 <enabled/> or <disabled/>
4020 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
4024 <enabled/> or <disabled/>
4029 <key>Permissions</key>
4035 <string>https://example.org</string>
4036 <string>https://example.org:1234</string>
4040 <string>https://example.edu</string>
4042 <key>BlockNewRequests</key>
4047 <key>Microphone</key>
4051 <string>https://example.org</string>
4055 <string>https://example.edu</string>
4057 <key>BlockNewRequests</key>
4066 <string>https://example.org</string>
4070 <string>https://example.edu</string>
4072 <key>BlockNewRequests</key>
4077 <key>Notifications</key>
4081 <string>https://example.org</string>
4085 <string>https://example.edu</string>
4087 <key>BlockNewRequests</key>
4096 <string>https://example.org</string>
4100 <string>https://example.edu</string>
4103 <string>allow-audio-video | block-audio | block-audio-video</string>
4116 "Allow": ["https://example.org","https://example.org:1234"],
4117 "Block": ["https://example.edu"],
4118 "BlockNewRequests": true | false,
4119 "Locked": true | false
4122 "Allow": ["https://example.org"],
4123 "Block": ["https://example.edu"],
4124 "BlockNewRequests": true | false,
4125 "Locked": true | false
4128 "Allow": ["https://example.org"],
4129 "Block": ["https://example.edu"],
4130 "BlockNewRequests": true | false,
4131 "Locked": true | false
4134 "Allow": ["https://example.org"],
4135 "Block": ["https://example.edu"],
4136 "BlockNewRequests": true | false,
4137 "Locked": true | false
4140 "Allow": ["https://example.org"],
4141 "Block": ["https://example.edu"],
4142 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
4143 "Locked": true | false
4149 ### PictureInPicture
4151 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
4153 **Compatibility:** Firefox 78, Firefox ESR 78\
4154 **CCK2 Equivalent:** N/A\
4155 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
4159 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
4160 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
4163 #### Windows (Intune)
4166 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
4167 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
4171 <enabled/> or <disabled/>
4176 <key>PictureInPicture</key>
4189 "PictureInPicture": {
4190 "Enabled": true | false,
4191 "Locked": true | false
4197 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
4199 `Allow` is a list of origins where popup-windows are allowed.
4201 `Default` determines whether or not pop-up windows are allowed by default.
4203 `Locked` prevents the user from changing pop-up preferences.
4205 **Compatibility:** Firefox 60, Firefox ESR 60\
4206 **CCK2 Equivalent:** `permissions.popup`\
4207 **Preferences Affected:** `dom.disable_open_during_load`
4211 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
4212 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
4213 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
4214 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4216 #### Windows (Intune)
4219 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4224 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4228 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4232 <enabled/> or <disabled/>
4236 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4240 <enabled/> or <disabled/>
4245 <key>PopupBlocking</key>
4249 <string>http://example.org</string>
4250 <string>http://example.edu</string>
4264 "Allow": ["http://example.org/",
4265 "http://example.edu/"],
4266 "Default": true | false,
4267 "Locked": true | false
4273 Set and lock preferences.
4275 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
4277 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.
4279 Preferences that start with the following prefixes are supported:
4282 app.update.* (Firefox 86, Firefox 78.8)
4284 datareporting.policy.
4287 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4288 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4292 keyword.enabled (Firefox 95, Firefox ESR 91.4)
4297 pdfjs. (Firefox 84, Firefox ESR 78.6)
4300 signon. (Firefox 83, Firefox ESR 78.5)
4301 spellchecker. (Firefox 84, Firefox ESR 78.6)
4302 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
4306 as well as the following security preferences:
4307 | Preference | Type | Default
4309 | security.default_personal_cert | string | Ask Every Time
4310 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4311 | security.insecure_connection_text.enabled | bool | false
4312 | If set to true, adds the words "Not Secure" for insecure sites.
4313 | security.insecure_connection_text.pbmode.enabled | bool | false
4314 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4315 | security.insecure_field_warning.contextual.enabled | bool | true
4316 | If set to false, remove the warning for inscure login fields.
4317 | security.mixed_content.block_active_content | boolean | true
4318 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4319 | security.osclientcerts.autoload | boolean | false
4320 | If true, client certificates are loaded from the operating system certificate store.
4321 | security.ssl.errorReporting.enabled | boolean | true
4322 | If false, SSL errors cannot be sent to Mozilla.
4323 | security.tls.enable_0rtt_data | boolean | true
4324 | If false, TLS early data is turned off (Firefox 93, Firefox 91.2, Firefox 78.15).
4325 | security.tls.hello_downgrade_check | boolean | true
4326 | If false, the TLS 1.3 downgrade check is disabled.
4327 | security.tls.version.enable-deprecated | boolean | false
4328 | If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8).
4329 | security.warn_submit_secure_to_insecure | boolean | true
4330 | If false, no warning is shown when submitting a form from https to http.
4333 Using the preference as the key, set the `Value` to the corresponding preference value.
4335 `Status` can be "default", "locked", "user" or "clear"
4337 * `"default"`: Read/Write: Settings appear as default even if factory default differs.
4338 * `"locked"`: Read-Only: Settings appear as default even if factory default differs.
4339 * `"user"`: Read/Write: Settings appear as changed if it differs from factory default.
4340 * `"clear"`: Read/Write: `Value` has no effect. Resets to factory defaults on each startup.
4342 `"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```.
4344 `"user"` preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4346 See the examples below for more detail.
4348 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4351 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4352 **CCK2 Equivalent:** `preferences`\
4353 **Preferences Affected:** Many
4356 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4359 "accessibility.force_disabled": {
4363 "browser.cache.disk.parent_directory": {
4364 "Value": "SOME_NATIVE_PATH",
4367 "browser.tabs.warnOnClose": {
4373 #### Windows (Intune)
4376 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4381 <data id="JSON" value='
4383 "accessibility.force_disabled": {
4387 "browser.cache.disk.parent_directory": {
4388 "Value": "SOME_NATIVE_PATH",
4391 "browser.tabs.warnOnClose": {
4400 <key>Preferences</key>
4402 <key>accessibility.force_disabled</key>
4405 <integer>1</integer>
4407 <string>default</string>
4409 <key>browser.cache.disk.parent_directory</key>
4412 <string>SOME_NATIVE_PATH</string>
4414 <string>user</string>
4416 <key>browser.tabs.warnOnClose</key>
4421 <string>locked</string>
4431 "accessibility.force_disabled": {
4435 "browser.cache.disk.parent_directory": {
4436 "Value": "SOME_NATIVE_PATH",
4439 "browser.tabs.warnOnClose": {
4447 ### Preferences (Deprecated)
4448 Set and lock certain preferences.
4450 **Compatibility:** See below\
4451 **CCK2 Equivalent:** `preferences`\
4452 **Preferences Affected:** See below
4454 | Preference | Type | Compatibility | Default
4455 | --- | --- | --- | ---
4456 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
4457 | If set to 1, platform accessibility is disabled.
4458 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
4459 | If false, Firefox doesn't automatically install update.
4460 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
4461 | If true, bookmarks are exported on shutdown.
4462 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
4463 | If set, the name of the file where bookmarks are exported and imported.
4464 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
4465 | If true, bookmarks are restored to their defaults.
4466 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
4467 | If false, don't store cache on the hard drive.
4468 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
4469 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4470 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
4471 | If true, single words are sent to DNS, not directly to search.
4472 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
4473 | 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.
4474 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
4475 | If true, bookmarks are always imported on startup.
4476 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4477 | If false, phishing protection is not enabled (Not recommended)
4478 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4479 | If false, malware protection is not enabled (Not recommended)
4480 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
4481 | If false, updates for search engines are not checked.
4482 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
4483 | If true, a notification isn't shown if startup is slow.
4484 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
4485 | If false, there is no warning when the browser is closed.
4486 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
4487 | If true, tab previews are shown in the Windows taskbar.
4488 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
4489 | If false, bookmarks aren't suggested when typing in the URL bar.
4490 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
4491 | If false, history isn't suggested when typing in the URL bar.
4492 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
4493 | If false, open tabs aren't suggested when typing in the URL bar.
4494 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
4495 | If true, don't show the privacy policy tab on first run.
4496 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
4497 | If false, web page can close windows.
4498 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
4499 | If false, web pages can focus and activate windows.
4500 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
4501 | If true, web pages can't move or resize windows.
4502 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4503 | If false, web pages can't override context menus.
4504 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
4505 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4506 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
4507 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4508 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
4509 | If false, XMLDocument.load is not available.
4510 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
4511 | If false, XMLDocument.async is not available.
4512 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4513 | If false, the extensions blocklist is not used (Not recommended)
4514 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
4515 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4516 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4517 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4518 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4519 | If false, the geolocation API is disabled. | Language dependent
4520 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
4521 | If set, preferred language for web pages.
4522 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
4523 | If false, Encrypted Media Extensions are not enabled.
4524 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4525 | If false, the OpenH264 plugin is not downloaded.
4526 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4527 | If false, the Widevine plugin is not downloaded.
4528 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4529 | If false, WebRTC is disabled
4530 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4531 | If set, a list of domains for which mDNS hostname obfuscation is
4533 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4534 | If set, a list of domains for which mDNS hostname obfuscation is
4536 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4537 | If true, IPv6 DNS lokoups are disabled.
4538 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4539 | If true, display the punycode version of internationalized domain names.
4540 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4541 | If false, history is not enabled.
4542 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4543 | If false, print settings are not saved between jobs.
4544 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4545 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4546 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4547 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4548 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4549 | If true, client certificates are loaded from the operating system certificate store.
4550 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4551 | If false, SSL errors cannot be sent to Mozilla.
4552 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4553 | If false, the TLS 1.3 downgrade check is disabled.
4554 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4555 | If false, the Alt key doesn't show the menubar on Windows.
4556 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4557 | If set, overrides the GTK theme for widgets.
4560 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4561 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4563 #### Windows (Intune)
4564 OMA-URI: (periods are replaced by underscores)
4566 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4570 <enabled/> or <disabled/>
4572 OMA-URI: (periods are replaced by underscores)
4574 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4579 <data id="Preferences_String" value="string_value"/>
4584 <key>Preferences</key>
4586 <key>boolean_preference_name</key>
4588 <key>string_preference_name</key>
4589 <string>string_value</string>
4598 "boolean_preference_name": true | false,
4599 "string_preference_name": "string_value"
4605 Require or prevent using a primary (formerly master) password.
4607 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.
4609 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
4611 **Compatibility:** Firefox 79, Firefox ESR 78.1\
4612 **CCK2 Equivalent:** `noMasterPassword`\
4613 **Preferences Affected:** N/A
4617 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
4619 #### Windows (Intune)
4622 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
4626 <enabled/> or <disabled/>
4631 <key>PrimaryPassword</key>
4639 "PrimaryPassword": true | false
4643 ### PromptForDownloadLocation
4644 Ask where to save each file before downloading.
4646 **Compatibility:** Firefox 68, Firefox ESR 68\
4647 **CCK2 Equivalent:** N/A\
4648 **Preferences Affected:** `browser.download.useDownloadDir`
4652 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4654 #### Windows (Intune)
4657 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4661 <enabled/> or <disabled/>
4666 <key>PromptForDownloadLocation</key>
4674 "PromptForDownloadLocation": true | false
4679 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
4680 To specify ports, append them to the hostnames with a colon (:).
4682 `Mode` is the proxy method being used.
4684 `Locked` is whether or not proxy settings can be changed.
4686 `HTTPProxy` is the HTTP proxy server.
4688 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
4690 `SSLProxy` is the SSL proxy server.
4692 `FTPProxy` is the FTP proxy server.
4694 `SOCKSProxy` is the SOCKS proxy server
4696 `SOCKSVersion` is the SOCKS version (4 or 5)
4698 `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.
4700 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
4702 `AutoLogin` means do not prompt for authentication if password is saved.
4704 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
4706 **Compatibility:** Firefox 60, Firefox ESR 60\
4707 **CCK2 Equivalent:** `networkProxy*`\
4708 **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`
4712 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
4713 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
4714 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
4715 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
4716 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
4717 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
4718 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
4719 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
4720 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
4721 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
4722 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
4723 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
4725 #### Windows (Intune)
4728 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
4733 <data id="ProxyLocked" value="true | false"/>
4734 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
4735 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
4736 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
4737 <data id="SSLProxy" value="https://sslproxy.example.com"/>
4738 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
4739 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
4740 <data id="SOCKSVersion" value="4 | 5"/>
4741 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
4742 <data id="Passthrough" value="<local>"/>
4743 <data id="AutoLogin" value="true | false"/>
4744 <data id="UseProxyForDNS" value="true | false"/>
4752 <string>none | system | manual | autoDetect | autoConfig</string>
4755 <key>HTTPProxy</key>
4756 <string>https://httpproxy.example.com</string>
4757 <key>UseHTTPProxyForAllProtocols</key>
4760 <string>https://sslproxy.example.com</string>
4762 <string>https://ftpproxy.example.com</string>
4763 <key>SOCKSProxy</key>
4764 <string>https://socksproxy.example.com</string>
4765 <key>SOCKSVersion</key>
4766 <string>4 | 5</string>
4767 <key>Passthrough</key>
4768 <string><local>></string>
4769 <key>AutoConfigURL</key>
4770 <string>URL_TO_AUTOCONFIG</string>
4771 <key>AutoLogin</key>
4773 <key>UseProxyForDNS</key>
4783 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
4784 "Locked": true | false,
4785 "HTTPProxy": "hostname",
4786 "UseHTTPProxyForAllProtocols": true | false,
4787 "SSLProxy": "hostname",
4788 "FTPProxy": "hostname",
4789 "SOCKSProxy": "hostname",
4790 "SOCKSVersion": 4 | 5,
4791 "Passthrough": "<local>",
4792 "AutoConfigURL": "URL_TO_AUTOCONFIG",
4793 "AutoLogin": true | false,
4794 "UseProxyForDNS": true | false
4799 ### RequestedLocales
4800 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
4802 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
4804 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
4805 **CCK2 Equivalent:** N/A\
4806 **Preferences Affected:** N/A
4809 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
4810 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
4814 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
4816 #### Windows (Intune)
4819 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
4824 <data id="Preferences_String" value="de,en-US"/>
4829 <key>RequestedLocales</key>
4832 <string>en-US</string>
4839 <key>RequestedLocales</key>
4840 <string>de,en-US</string>
4848 "RequestedLocales": ["de", "en-US"]
4856 "RequestedLocales": "de,en-US"
4860 <a name="SanitizeOnShutdown"></a>
4862 ### SanitizeOnShutdown (Selective)
4863 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
4865 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.
4867 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
4868 **CCK2 Equivalent:** N/A\
4869 **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`
4872 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4873 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4874 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4875 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4876 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4877 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4878 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4879 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4880 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4882 #### Windows (Intune)
4885 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
4889 <enabled/> or <disabled/>
4893 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
4897 <enabled/> or <disabled/>
4901 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
4905 <enabled/> or <disabled/>
4909 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
4913 <enabled/> or <disabled/>
4917 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
4921 <enabled/> or <disabled/>
4925 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
4929 <enabled/> or <disabled/>
4933 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
4937 <enabled/> or <disabled/>
4941 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
4945 <enabled/> or <disabled/>
4949 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4953 <enabled/> or <disabled/>
4958 <key>SanitizeOnShutdown</key>
4964 <key>Downloads</key>
4972 <key>SiteSettings</key>
4974 <key>OfflineApps</key>
4985 "SanitizeOnShutdown": {
4986 "Cache": true | false,
4987 "Cookies": true | false,
4988 "Downloads": true | false,
4989 "FormData": true | false,
4990 "History": true | false,
4991 "Sessions": true | false,
4992 "SiteSettings": true | false,
4993 "OfflineApps": true | false,
4994 "Locked": true | false
4999 ### SanitizeOnShutdown (All)
5000 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
5002 **Compatibility:** Firefox 60, Firefox ESR 60\
5003 **CCK2 Equivalent:** N/A\
5004 **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`
5007 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
5009 #### Windows (Intune)
5012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
5016 <enabled/> or <disabled/>
5021 <key>SanitizeOnShutdown</key>
5029 "SanitizeOnShutdown": true | false
5034 Set whether or not search bar is displayed.
5036 **Compatibility:** Firefox 60, Firefox ESR 60\
5037 **CCK2 Equivalent:** `showSearchBar`\
5038 **Preferences Affected:** N/A
5042 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
5045 #### Windows (Intune)
5048 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
5053 <data id="SearchBar" value="unified | separate"/>
5058 <key>SearchBar</key>
5059 <string>unified | separate</string>
5066 "SearchBar": "unified" | "separate"
5070 <a name="SearchEngines"></a>
5072 ### SearchEngines (This policy is only available on the ESR.)
5074 ### SearchEngines | Add
5076 Add new search engines. Although there are only five engines available in the ADMX template, there is no limit. To add more in the ADMX template, you can duplicate the XML.
5078 This policy is only available on the ESR. `Name` and `URLTemplate` are required.
5080 `Name` is the name of the search engine.
5082 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
5084 `Method` is either GET or POST
5086 `IconURL` is a URL for the icon to use.
5088 `Alias` is a keyword to use for the engine.
5090 `Description` is a description of the search engine.
5092 `PostData` is the POST data as name value pairs separated by &.
5094 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
5096 `Encoding` is the query charset for the engine. It defaults to UTF-8.
5098 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
5099 **CCK2 Equivalent:** `searchplugins`\
5100 **Preferences Affected:** N/A
5104 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
5105 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
5106 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
5107 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
5108 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
5109 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
5110 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
5111 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
5113 #### Windows (Intune)
5116 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
5121 <data id="SearchEngine_Name" value="Example1"/>
5122 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
5123 <data id="SearchEngine_Method" value="GET | POST"/>
5124 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
5125 <data id="SearchEngine_Alias" value="example"/>
5126 <data id="SearchEngine_Description" value="Example Description"/>
5127 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
5128 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
5133 <key>SearchEngines</key>
5139 <string>Example1</string>
5140 <key>URLTemplate</key>
5141 <string>https://www.example.org/q={searchTerms}</string>
5143 <string>GET | POST </string>
5145 <string>https://www.example.org/favicon.ico</string>
5147 <string>example</string>
5148 <key>Description</key>
5149 <string>Example Description</string>
5150 <key>SuggestURLTemplate</key>
5151 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5153 <string>name=value&q={searchTerms}</string>
5167 "URLTemplate": "https://www.example.org/q={searchTerms}",
5168 "Method": "GET" | "POST",
5169 "IconURL": "https://www.example.org/favicon.ico",
5171 "Description": "Description",
5172 "PostData": "name=value&q={searchTerms}",
5173 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5180 ### SearchEngines | Default
5182 Set the default search engine. This policy is only available on the ESR.
5184 **Compatibility:** Firefox ESR 60\
5185 **CCK2 Equivalent:** `defaultSearchEngine`\
5186 **Preferences Affected:** N/A
5190 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
5192 #### Windows (Intune)
5195 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
5200 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
5205 <key>SearchEngines</key>
5208 <string>NAME_OF_SEARCH_ENGINE</string>
5217 "Default": "NAME_OF_SEARCH_ENGINE"
5222 ### SearchEngines | PreventInstalls
5224 Prevent installing search engines from webpages.
5226 **Compatibility:** Firefox ESR 60\
5227 **CCK2 Equivalent:** `disableSearchEngineInstall`\
5228 **Preferences Affected:** N/A
5232 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
5234 #### Windows (Intune)
5237 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
5241 <enabled/> or <disabled/>
5246 <key>SearchEngines</key>
5248 <key>PreventInstalls</key>
5258 "PreventInstalls": true | false
5263 ### SearchEngines | Remove
5265 Hide built-in search engines. This policy is only available on the ESR.
5267 **Compatibility:** Firefox ESR 60.2\
5268 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
5269 **Preferences Affected:** N/A
5273 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
5275 #### Windows (Intune)
5278 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
5283 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
5288 <key>SearchEngines</key>
5292 <string>NAME_OF_SEARCH_ENGINE</string>
5302 "Remove": ["NAME_OF_SEARCH_ENGINE"]
5307 ### SearchSuggestEnabled
5309 Enable search suggestions.
5311 **Compatibility:** Firefox 68, Firefox ESR 68\
5312 **CCK2 Equivalent:** N/A\
5313 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
5317 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5319 #### Windows (Intune)
5322 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5326 <enabled/> or <disabled/>
5331 <key>SearchSuggestEnabled</key>
5339 "SearchSuggestEnabled": true | false
5345 Install PKCS #11 modules.
5347 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5348 **CCK2 Equivalent:** `certs.devices`\
5349 **Preferences Affected:** N/A
5353 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5355 #### Windows (Intune)
5358 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5363 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5368 <key>SecurityDevices</key>
5370 <key>NAME_OF_DEVICE</key>
5371 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5380 "SecurityDevices": {
5381 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5387 Show the home button on the toolbar.
5389 Future versions of Firefox will not show the home button by default.
5391 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5392 **CCK2 Equivalent:** N/A\
5393 **Preferences Affected:** N/A
5397 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5399 #### Windows (Intune)
5402 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/Homepage_ShowHomeButton
5406 <enabled/> or <disabled/>
5411 <key>ShowHomeButton</key>
5419 "ShowHomeButton": true | false
5425 Set and lock the maximum version of TLS.
5427 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5428 **CCK2 Equivalent:** N/A\
5429 **Preferences Affected:** `security.tls.version.max`
5433 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5435 #### Windows (Intune)
5438 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5443 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5448 <key>SSLVersionMax</key>
5449 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5457 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5463 Set and lock the minimum version of TLS.
5465 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5466 **CCK2 Equivalent:** N/A\
5467 **Preferences Affected:** `security.tls.version.min`
5471 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5473 #### Windows (Intune)
5476 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
5481 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5486 <key>SSLVersionMin</key>
5487 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5495 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5500 Add a menuitem to the help menu for specifying support information.
5502 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
5503 **CCK2 Equivalent:** helpMenu\
5504 **Preferences Affected:** N/A
5508 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
5509 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
5510 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
5512 #### Windows (Intune)
5515 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
5520 <data id="SupportMenuTitle" value="Support Menu"/>
5521 <data id="SupportMenuURL" value="http://example.com/support"/>
5522 <data id="SupportMenuAccessKey" value="S">
5527 <key>SupportMenu</key>
5530 <string>SupportMenu</string>
5532 <string>http://example.com/support</string>
5533 <key>AccessKey</key>
5543 "Title": "Support Menu",
5544 "URL": "http://example.com/support",
5552 Prevent Firefox from messaging the user in certain situations.
5554 `WhatsNew` Remove the "What's New" icon and menuitem.
5556 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
5558 `FeatureRecommendations` If false, don't recommend browser features.
5560 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
5562 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
5564 `MoreFromMozilla` If false, don't show the "More from Mozilla" section in Preferences. (Firefox 98)
5566 **Compatibility:** Firefox 75, Firefox ESR 68.7\
5567 **CCK2 Equivalent:** N/A\
5568 **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`, `browser.preferences.moreFromMozilla`
5572 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
5573 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
5574 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
5575 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
5576 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
5577 Software\Policies\Mozilla\Firefox\UserMessaging\MoreFromMozilla = 0x1 | 0x0
5579 #### Windows (Intune)
5582 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_WhatsNew
5583 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
5584 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
5585 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
5586 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
5587 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_MoreFromMozilla
5591 <enabled/> or <disabled/>
5596 <key>UserMessaging</key>
5600 <key>ExtensionRecommendations</key>
5602 <key>FeatureRecommendations</key>
5604 <key>UrlbarInterventions</key>
5606 <key>SkipOnboarding</key>
5608 <key>MoreFromMozilla</key>
5618 "WhatsNew": true | false,
5619 "ExtensionRecommendations": true | false,
5620 "FeatureRecommendations": true | false,
5621 "UrlbarInterventions": true | false
5622 "SkipOnboarding": true | false,
5623 "MoreFromMozilla": true | false
5629 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.
5630 The arrays are limited to 1000 entries each.
5632 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
5634 For specific protocols, use `https://*/*` or `http://*/*`.
5636 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
5638 **Compatibility:** Firefox 60, Firefox ESR 60\
5639 **CCK2 Equivalent:** N/A\
5640 **Preferences Affected:** N/A
5644 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
5645 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
5647 #### Windows (Intune)
5650 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
5654 <enabled/> <data id="WebsiteFilter" value="1<all_urls>"/>
5658 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
5663 <data id="WebsiteFilter" value="1http://example.org/*"/>
5668 <key>WebsiteFilter</key>
5672 <string><all_urls></string>
5674 <key>Exceptions</key>
5676 <string>http://example.org/*</string>
5687 "Block": ["<all_urls>"],
5688 "Exceptions": ["http://example.org/*"]
5694 Allow Windows single sign-on for Microsoft, work, and school accounts.
5696 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
5698 **Compatibility:** Firefox 91\
5699 **CCK2 Equivalent:** N/A\
5700 **Preferences Affected:** `network.http.windows-sso.enabled`
5704 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
5706 #### Windows (Intune)
5709 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
5713 <enabled/> or <disabled/>
5719 "WindowsSSO": true | false