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 | **[`AppUpdatePin`](#appupdatepin)** | Prevent Firefox from being updated beyond the specified version.
13 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
14 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
15 | **[`AutoLaunchProtocolsFromOrigins`](#autolaunchprotocolsfromorigins)** | Define a list of external protocols that can be used from listed origins without prompting the user.
16 | **[`BackgroundAppUpdate`](#backgroundappupdate)** | Enable or disable the background updater (Windows only).
17 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
18 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
19 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
20 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
21 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
22 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
23 | **[`Certificates`](#certificates)** |
24 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
25 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
26 | **[`Cookies`](#cookies)** | Configure cookie preferences.
27 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
28 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
29 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
30 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
31 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
32 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
33 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
34 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
35 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
36 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
37 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
38 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
39 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
40 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
41 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
42 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
43 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
44 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
45 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
46 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
47 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
48 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or updated.
49 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
50 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
51 | **[`DisplayBookmarksToolbar (Deprecated)`](#displaybookmarkstoolbar-deprecated)** | Set the initial state of the bookmarks toolbar.
52 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
53 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
54 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
55 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
56 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
57 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
58 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
59 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
60 | **[`ExemptDomainFileTypePairsFromFileTypeDownloadWarnings`](#exemptdomainfiletypepairsfromfiletypedownloadwarnings)** | Disable warnings based on file extension for specific file types on domains.
61 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
62 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
63 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
64 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
65 | **[`FlashPlugin (Deprecated)`](#flashplugin-deprecated)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
66 | **[`GoToIntranetSiteForSingleWordEntryInAddressBar`](#gotointranetsiteforsinglewordentryinaddressbar)** | Force direct intranet site navigation instead of searching when typing single word entries in the address bar.
67 | **[`Handlers`](#handlers)** | Configure default application handlers.
68 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
69 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
70 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
71 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
72 | **[`LegacySameSiteCookieBehaviorEnabled`](#legacysamesitecookiebehaviorenabled)** | Enable default legacy SameSite cookie behavior setting.
73 | **[`LegacySameSiteCookieBehaviorEnabledForDomainList`](#legacysamesitecookiebehaviorenabledfordomainlist)** | Revert to legacy SameSite behavior for cookies on specified sites.
74 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
75 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
76 | **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates.
77 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
78 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
79 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
80 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
81 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
82 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
83 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
84 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
85 | **[`PasswordManagerExceptions`](#passwordmanagerexceptions)** | Prevent Firefox from saving passwords for specific sites.
86 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
87 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
88 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
89 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
90 | **[`Preferences`](#preferences)** | Set and lock preferences.
91 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
92 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
93 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
94 | **[`Proxy`](#proxy)** | Configure proxy settings.
95 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
96 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
97 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
98 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
99 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
100 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
101 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
102 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
103 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
104 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
105 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
106 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
107 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
108 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
109 | **[`StartDownloadsInTempDirectory`](#startdownloadsintempdirectory)** | Force downloads to start off in a local, temporary location rather than the default download directory.
110 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
111 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
112 | **[`UseSystemPrintDialog`](#usesystemprintdialog)** | Print using the system print dialog instead of print preview.
113 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
114 | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
118 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/).
120 For GPO and Intune, the extension developer should provide an ADMX file.
122 **Compatibility:** Firefox 68\
123 **CCK2 Equivalent:** N/A\
124 **Preferences Affected:** N/A
131 <key>Extensions</key>
133 <key>uBlock0@raymondhill.net</key>
135 <key>adminSettings</key>
137 <key>selectedFilterLists</key>
139 <string>ublock-privacy</string>
140 <string>ublock-badware</string>
141 <string>ublock-filters</string>
142 <string>user-filters</string>
156 "uBlock0@raymondhill.net": {
158 "selectedFilterLists": [
172 ### AllowedDomainsForApps
174 Define domains allowed to access Google Workspace.
176 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
178 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.
180 **Compatibility:** Firefox 89, Firefox ESR 78.11\
181 **CCK2 Equivalent:** N/A\
182 **Preferences Affected:** N/A
186 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
188 #### Windows (Intune)
191 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
196 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
201 <key>AllowedDomainsForApps</key>
202 <string>managedfirefox.com,example.com</string>
209 "AllowedDomainsForApps": "managedfirefox.com,example.com"
215 Enable or disable **automatic** application update.
217 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
219 If set to false, application updates are downloaded but the user can choose when to install the update.
221 If you have disabled updates via `DisableAppUpdate`, this policy has no effect.
223 **Compatibility:** Firefox 75, Firefox ESR 68.7\
224 **CCK2 Equivalent:** N/A\
225 **Preferences Affected:** `app.update.auto`
229 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
231 #### Windows (Intune)
234 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
238 <enabled/> or <disabled/>
243 <key>AppAutoUpdate</key>
251 "AppAutoUpdate": true | false
257 Prevent Firefox from being updated beyond the specified version.
259 You can specify the any version as ```xx.``` and Firefox will be updated with all minor versions, but will not be updated beyond the major version.
261 You can also specify the version as ```xx.xx``` and Firefox will be updated with all patch versions, but will not be updated beyond the minor version.
263 You should specify a version that exists or is guaranteed to exist. If you specify a version that doesn't end up existing, Firefox will update beyond that version.
265 **Compatibility:** Firefox 102,\
266 **CCK2 Equivalent:** N/A\
267 **Preferences Affected:** N/A
271 Software\Policies\Mozilla\Firefox\AppUpdatePin = "106."
273 #### Windows (Intune)
276 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdatePin
281 <data id="AppUpdatePin" value="106."/>
286 <key>AppUpdatePin</key>
287 <string>106.</string>
294 "AppUpdatePin": "106."
300 Change the URL for application update if you are providing Firefox updates from a custom update server.
302 **Compatibility:** Firefox 62, Firefox ESR 60.2\
303 **CCK2 Equivalent:** N/A\
304 **Preferences Affected:** `app.update.url`
308 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
310 #### Windows (Intune)
313 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
318 <data id="AppUpdateURL" value="https://yoursite.com"/>
323 <key>AppUpdateURL</key>
324 <string>https://yoursite.com</string>
331 "AppUpdateURL": "https://yoursite.com"
337 Configure sites that support integrated authentication.
339 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.
341 `PrivateBrowsing` enables integrated authentication in private browsing.
343 **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)\
344 **CCK2 Equivalent:** N/A\
345 **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`
349 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
350 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
351 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
352 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
353 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
354 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
355 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
356 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
357 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
358 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
359 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
360 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
362 #### Windows (Intune)
365 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
370 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
374 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
379 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
383 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
388 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
392 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
397 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
398 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
402 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
406 <enabled/> or <disabled/>
410 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
414 <enabled/> or <disabled/>
419 <key>Authentication</key>
423 <string>mydomain.com</string>
424 <string>https://myotherdomain.com</string>
428 <string>mydomain.com</string>
429 <string>https://myotherdomain.com</string>
433 <string>mydomain.com</string>
434 <string>https://myotherdomain.com</string>
436 <key>AllowNonFQDN</key>
443 <key>AllowProxies</key>
452 <key>PrivateBrowsing</key>
462 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
463 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
464 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
466 "SPNEGO": true | false,
470 "SPNEGO": true | false,
473 "Locked": true | false,
474 "PrivateBrowsing": true | false
479 ### AutoLaunchProtocolsFromOrigins
480 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.
482 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.
508 **Compatibility:** Firefox 90, Firefox ESR 78.12\
509 **CCK2 Equivalent:** N/A\
510 **Preferences Affected:** N/A
513 Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ) =
517 "protocol": "zoommtg",
519 "https://somesite.zoom.us"
524 #### Windows (Intune)
527 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutoLaunchProtocolsFromOrigins
532 <data id="JSON" value='
535 "protocol": "zoommtg",
537 "https://somesite.zoom.us"
545 <key>AutoLaunchProtocolsFromOrigins</key>
549 <string>zoommtg</string>
550 <key>allowed_origins</key>
552 <string>https://somesite.zoom.us</string>
562 "AutoLaunchProtocolsFromOrigins": [{
563 "protocol": "zoommtg",
565 "https://somesite.zoom.us"
571 ### BackgroundAppUpdate
573 Enable or disable **automatic** application update **in the background**, when the application is not running.
575 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.
577 If set to false, the application will not try to install updates when the application is not running.
579 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppAutoUpdate`, this policy has no effect.
581 **Compatibility:** Firefox 90 (Windows only)\
582 **CCK2 Equivalent:** N/A\
583 **Preferences Affected:** `app.update.background.enabled`
587 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
589 #### Windows (Intune)
592 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
596 <enabled/> or <disabled/>
601 <key>BackgroundAppUpdate</key>
609 "BackgroundAppUpdate": true | false
615 Block access to the Add-ons Manager (about:addons).
617 **Compatibility:** Firefox 60, Firefox ESR 60\
618 **CCK2 Equivalent:** `disableAddonsManager`\
619 **Preferences Affected:** N/A
623 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
625 #### Windows (Intune)
628 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
632 <enabled/> or <disabled/>
637 <key>BlockAboutAddons</key>
645 "BlockAboutAddons": true | false
651 Block access to about:config.
653 **Compatibility:** Firefox 60, Firefox ESR 60\
654 **CCK2 Equivalent:** `disableAboutConfig`\
655 **Preferences Affected:** N/A
659 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
661 #### Windows (Intune)
664 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
668 <enabled/> or <disabled/>
673 <key>BlockAboutConfig</key>
681 "BlockAboutConfig": true | false
685 ### BlockAboutProfiles
687 Block access to About Profiles (about:profiles).
689 **Compatibility:** Firefox 60, Firefox ESR 60\
690 **CCK2 Equivalent:** `disableAboutProfiles`\
691 **Preferences Affected:** N/A
695 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
697 #### Windows (Intune)
700 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
704 <enabled/> or <disabled/>
709 <key>BlockAboutProfiles</key>
717 "BlockAboutProfiles": true | false
721 ### BlockAboutSupport
723 Block access to Troubleshooting Information (about:support).
725 **Compatibility:** Firefox 60, Firefox ESR 60\
726 **CCK2 Equivalent:** `disableAboutSupport`\
727 **Preferences Affected:** N/A
731 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
733 #### Windows (Intune)
736 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
740 <enabled/> or <disabled/>
745 <key>BlockAboutSupport</key>
753 "BlockAboutSupport": true | false
759 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
761 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.
763 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.
765 **Compatibility:** Firefox 60, Firefox ESR 60\
766 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
767 **Preferences Affected:** N/A
771 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
772 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
773 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
774 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
775 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
777 Software\Policies\Mozilla\Firefox\Bookmarks (REG_MULTI_SZ) =
783 #### Windows (Intune)
786 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
791 <data id="BookmarkTitle" value="Example"/>
792 <data id="BookmarkURL" value="https://example.com"/>
793 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
794 <data id="BookmarkPlacement" value="toolbar | menu"/>
795 <data id="BookmarkFolder" value="FolderName"/>
799 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Bookmarks
804 <data id="JSON" value='[]'/>
813 <string>Example</string>
815 <string>https://example.com</string>
817 <string>https://example.com/favicon.ico</string>
819 <string>toolbar | menu</string>
821 <string>FolderName</string>
833 "URL": "https://example.com",
834 "Favicon": "https://example.com/favicon.ico",
835 "Placement": "toolbar" | "menu",
836 "Folder": "FolderName"
843 Enable or disable the detection of captive portals.
845 **Compatibility:** Firefox 67, Firefox ESR 60.7\
846 **CCK2 Equivalent:** N/A\
847 **Preferences Affected:** `network.captive-portal-service.enabled`
851 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
853 #### Windows (Intune)
856 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
860 <enabled/> or <disabled/>
865 <key>CaptivePortal</key>
873 "CaptivePortal": true | false
879 ### Certificates | ImportEnterpriseRoots
881 Trust certificates that have been added to the operating system certificate store by a user or administrator.
883 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
885 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
887 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
888 **CCK2 Equivalent:** N/A\
889 **Preferences Affected:** `security.enterprise_roots.enabled`
893 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
895 #### Windows (Intune)
898 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
902 <enabled/> or <disabled/>
907 <key>Certificates</key>
909 <key>ImportEnterpriseRoots</key>
919 "ImportEnterpriseRoots": true | false
924 ### Certificates | Install
926 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
929 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
930 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
932 - /Library/Application Support/Mozilla/Certificates
933 - ~/Library/Application Support/Mozilla/Certificates
935 - /usr/lib/mozilla/certificates
936 - /usr/lib64/mozilla/certificates
937 - ~/.mozilla/certificates
939 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.
941 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.
943 Certificates are installed using the trust string `CT,CT,`.
945 Binary (DER) and ASCII (PEM) certificates are both supported.
947 **Compatibility:** Firefox 64, Firefox ESR 64\
948 **CCK2 Equivalent:** `certs.ca`\
949 **Preferences Affected:** N/A
953 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
954 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
956 #### Windows (Intune)
959 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
964 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
969 <key>Certificates</key>
973 <string>cert1.der</string>
974 <string>/Users/username/cert2.pem</string>
984 "Install": ["cert1.der", "/home/username/cert2.pem"]
990 Configure cookie preferences.
992 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
994 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
996 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
998 `Behavior` sets the default behavior for cookies based on the values below.
1000 `BehaviorPrivateBrowsing` sets the default behavior for cookies in private browsing based on the values below.
1002 | Value | Description
1004 | accept | Accept all cookies
1005 | reject-foreign | Reject third party cookies
1006 | reject | Reject all cookies
1007 | limit-foreign | Reject third party cookies for sites you haven't visited
1008 | reject-tracker | Reject cookies for known trackers (default)
1009 | reject-tracker-and-partition-foreign | Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection) (default for private browsing)
1011 `Default` (Deprecated) determines whether cookies are accepted at all.
1013 `AcceptThirdParty` (Deprecated) determines how third-party cookies are handled.
1015 `ExpireAtSessionEnd` determines when cookies expire.
1017 `RejectTracker` (Deprecated) only rejects cookies for trackers.
1019 `Locked` prevents the user from changing cookie preferences.
1021 **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)\
1022 **CCK2 Equivalent:** N/A\
1023 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
1027 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
1028 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
1029 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
1030 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
1031 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
1032 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
1033 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
1034 Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1035 Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1036 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
1038 #### Windows (Intune)
1041 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
1046 <data id="Permissions" value="1https://example.com"/>
1050 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
1055 <data id="Permissions" value="1https://example.edu"/>
1059 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
1064 <data id="Permissions" value="1https://example.org"/>
1068 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
1072 <enabled/> or <disabled/>
1076 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
1081 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
1085 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
1089 <enabled/> or <disabled/>
1093 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
1097 <enabled/> or <disabled/>
1101 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
1105 <enabled/> or <disabled/>
1109 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Behavior
1114 <data id="Cookies_Behavior" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1118 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_BehaviorPrivateBrowsing
1123 <data id="Cookies_BehaviorPrivateBrowsing" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1132 <string>http://example.com</string>
1134 <key>AllowSession</key>
1136 <string>http://example.edu</string>
1140 <string>http://example.org</string>
1144 <key>AcceptThirdParty</key>
1145 <string>always | never | from-visited</string>
1146 <key>ExpireAtSessionEnd</key>
1148 <key>RejectTracker</key>
1153 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1154 <key>BehaviorPrivateBrowsing</key>
1155 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1164 "Allow": ["http://example.org/"],
1165 "AllowSession": ["http://example.edu/"],
1166 "Block": ["http://example.edu/"],
1167 "Default": true | false,
1168 "AcceptThirdParty": "always" | "never" | "from-visited",
1169 "ExpireAtSessionEnd": true | false,
1170 "RejectTracker": true | false,
1171 "Locked": true | false,
1172 "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1173 "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1178 ### DefaultDownloadDirectory
1179 Set the default download directory.
1181 You can use ${home} for the native home directory.
1183 **Compatibility:** Firefox 68, Firefox ESR 68\
1184 **CCK2 Equivalent:** N/A\
1185 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1189 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1191 #### Windows (Intune)
1194 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1199 <data id="Preferences_String" value="${home}\Downloads"/>
1204 <key>DefaultDownloadDirectory</key>
1205 <string>${home}/Downloads</string>
1208 #### policies.json (macOS and Linux)
1212 "DefaultDownloadDirectory": "${home}/Downloads"
1216 #### policies.json (Windows)
1220 "DefaultDownloadDirectory": "${home}\\Downloads"
1224 ### DisableAppUpdate
1225 Turn off application updates within Firefox.
1227 **Compatibility:** Firefox 60, Firefox ESR 60\
1228 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1229 **Preferences Affected:** N/A
1233 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1235 #### Windows (Intune)
1238 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1242 <enabled/> or <disabled/>
1247 <key>DisableAppUpdate</key>
1255 "DisableAppUpdate": true | false
1259 ### DisableBuiltinPDFViewer
1260 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1262 **Compatibility:** Firefox 60, Firefox ESR 60\
1263 **CCK2 Equivalent:** `disablePDFjs`\
1264 **Preferences Affected:** `pdfjs.disabled`
1268 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1270 #### Windows (Intune)
1273 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1277 <enabled/> or <disabled/>
1282 <key>DisableBuiltinPDFViewer</key>
1290 "DisableBuiltinPDFViewer": true | false
1295 Disable specific cryptographic ciphers, listed below.
1298 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1299 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1300 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
1301 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
1302 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
1303 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
1304 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1305 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
1306 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1307 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
1308 TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1309 TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1310 TLS_RSA_WITH_AES_128_GCM_SHA256
1311 TLS_RSA_WITH_AES_256_GCM_SHA384
1312 TLS_RSA_WITH_AES_128_CBC_SHA
1313 TLS_RSA_WITH_AES_256_CBC_SHA
1314 TLS_RSA_WITH_3DES_EDE_CBC_SHA
1317 **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`
1322 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.
1325 **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)\
1326 **CCK2 Equivalent:** N/A\
1327 **Preferences Affected:** N/A
1331 Software\Policies\Mozilla\Firefox\DisabledCiphers\CIPHER_NAME = 0x1 | 0x0
1333 #### Windows (Intune)
1336 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_CIPHER_NAME
1341 <enabled/> or <disabled/>
1346 <key>DisabledCiphers</key>
1348 <key>CIPHER_NAME</key>
1357 "DisabledCiphers": {
1358 "CIPHER_NAME": true | false,
1363 ### DisableDefaultBrowserAgent
1364 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1366 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).
1368 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1369 **CCK2 Equivalent:** N/A\
1370 **Preferences Affected:** N/A
1374 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1376 #### Windows (Intune)
1379 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1383 <enabled/> or <disabled/>
1389 "DisableDefaultBrowserAgent": true | false
1393 ### DisableDeveloperTools
1394 Remove access to all developer tools.
1396 **Compatibility:** Firefox 60, Firefox ESR 60\
1397 **CCK2 Equivalent:** `removeDeveloperTools`\
1398 **Preferences Affected:** `devtools.policy.disabled`
1402 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1404 #### Windows (Intune)
1407 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1411 <enabled/> or <disabled/>
1416 <key>DisableDeveloperTools</key>
1424 "DisableDeveloperTools": true | false
1428 ### DisableFeedbackCommands
1429 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1431 **Compatibility:** Firefox 60, Firefox ESR 60\
1432 **CCK2 Equivalent:** N/A\
1433 **Preferences Affected:** N/A
1437 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1439 #### Windows (Intune)
1442 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1446 <enabled/> or <disabled/>
1451 <key>DisableFeedbackCommands</key>
1459 "DisableFeedbackCommands": true | false
1463 ### DisableFirefoxAccounts
1464 Disable Firefox Accounts integration (Sync).
1466 **Compatibility:** Firefox 60, Firefox ESR 60\
1467 **CCK2 Equivalent:** `disableSync`\
1468 **Preferences Affected:** `identity.fxaccounts.enabled`
1472 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1474 #### Windows (Intune)
1477 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1481 <enabled/> or <disabled/>
1486 <key>DisableFirefoxAccounts</key>
1494 "DisableFirefoxAccounts": true | false
1498 ### DisableFirefoxScreenshots
1499 Remove access to Firefox Screenshots.
1501 **Compatibility:** Firefox 60, Firefox ESR 60\
1502 **CCK2 Equivalent:** N/A\
1503 **Preferences Affected:** `extensions.screenshots.disabled`
1507 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1509 #### Windows (Intune)
1512 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1516 <enabled/> or <disabled/>
1521 <key>DisableFirefoxScreenshots</key>
1529 "DisableFirefoxScreenshots": true | false
1533 ### DisableFirefoxStudies
1534 Disable Firefox studies (Shield).
1536 **Compatibility:** Firefox 60, Firefox ESR 60\
1537 **CCK2 Equivalent:** N/A\
1538 **Preferences Affected:** N/A
1542 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1544 #### Windows (Intune)
1547 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1551 <enabled/> or <disabled/>
1556 <key>DisableFirefoxStudies</key>
1564 "DisableFirefoxStudies": true | false
1568 ### DisableForgetButton
1569 Disable the "Forget" button.
1571 **Compatibility:** Firefox 60, Firefox ESR 60\
1572 **CCK2 Equivalent:** `disableForget`\
1573 **Preferences Affected:** N/A
1577 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1579 #### Windows (Intune)
1582 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1586 <enabled/> or <disabled/>
1591 <key>DisableForgetButton</key>
1599 "DisableForgetButton": true | false
1603 ### DisableFormHistory
1604 Turn off saving information on web forms and the search bar.
1606 **Compatibility:** Firefox 60, Firefox ESR 60\
1607 **CCK2 Equivalent:** `disableFormFill`\
1608 **Preferences Affected:** `browser.formfill.enable`
1612 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1614 #### Windows (Intune)
1617 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1621 <enabled/> or <disabled/>
1626 <key>DisableFormHistory</key>
1634 "DisableFormHistory": true | false
1638 ### DisableMasterPasswordCreation
1639 Remove the master password functionality.
1641 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
1643 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
1645 **Compatibility:** Firefox 60, Firefox ESR 60\
1646 **CCK2 Equivalent:** `noMasterPassword`\
1647 **Preferences Affected:** N/A
1651 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
1653 #### Windows (Intune)
1656 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
1660 <enabled/> or <disabled/>
1665 <key>DisableMasterPasswordCreation</key>
1673 "DisableMasterPasswordCreation": true | false
1677 ### DisablePasswordReveal
1678 Do not allow passwords to be shown in saved logins
1680 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1681 **CCK2 Equivalent:** N/A
1682 **Preferences Affected:** N/A
1686 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1688 #### Windows (Intune)
1691 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1695 <enabled/> or <disabled/>
1700 <key>DisablePasswordReveal</key>
1708 "DisablePasswordReveal": true | false
1713 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1715 **Compatibility:** Firefox 60, Firefox ESR 60\
1716 **CCK2 Equivalent:** `disablePocket`\
1717 **Preferences Affected:** `extensions.pocket.enabled`
1721 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1723 #### Windows (Intune)
1726 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1730 <enabled/> or <disabled/>
1735 <key>DisablePocket</key>
1743 "DisablePocket": true | false
1747 ### DisablePrivateBrowsing
1748 Remove access to private browsing.
1750 **Compatibility:** Firefox 60, Firefox ESR 60\
1751 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1752 **Preferences Affected:** N/A
1756 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1758 #### Windows (Intune)
1761 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1765 <enabled/> or <disabled/>
1770 <key>DisablePrivateBrowsing</key>
1778 "DisablePrivateBrowsing": true | false
1782 ### DisableProfileImport
1783 Disables the "Import data from another browser" option in the bookmarks window.
1785 **Compatibility:** Firefox 60, Firefox ESR 60\
1786 **CCK2 Equivalent:** N/A\
1787 **Preferences Affected:** N/A
1791 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1793 #### Windows (Intune)
1796 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1800 <enabled/> or <disabled/>
1805 <key>DisableProfileImport</key>
1813 "DisableProfileImport": true | false
1817 ### DisableProfileRefresh
1818 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.
1820 **Compatibility:** Firefox 60, Firefox ESR 60\
1821 **CCK2 Equivalent:** `disableResetFirefox`\
1822 **Preferences Affected:** `browser.disableResetPrompt`
1826 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1828 #### Windows (Intune)
1831 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1835 <enabled/> or <disabled/>
1840 <key>DisableProfileRefresh</key>
1848 "DisableProfileRefresh": true | false
1853 Disable safe mode within the browser.
1855 On Windows, this disables safe mode via the command line as well.
1857 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1858 **CCK2 Equivalent:** `disableSafeMode`\
1859 **Preferences Affected:** N/A
1863 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1865 #### Windows (Intune)
1868 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1872 <enabled/> or <disabled/>
1877 <key>DisableSafeMode</key>
1885 "DisableSafeMode": true | false
1889 ### DisableSecurityBypass
1890 Prevent the user from bypassing security in certain cases.
1892 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1894 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1896 **Compatibility:** Firefox 60, Firefox ESR 60\
1897 **CCK2 Equivalent:** N/A\
1898 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
1902 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1903 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1905 #### Windows (Intune)
1908 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1912 <enabled/> or <disabled/>
1916 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1920 <enabled/> or <disabled/>
1926 <key>DisableSecurityBypass</key>
1928 <key>InvalidCertificate</key>
1930 <key>SafeBrowsing</key>
1939 "DisableSecurityBypass": {
1940 "InvalidCertificate": true | false,
1941 "SafeBrowsing": true | false
1946 ### DisableSetDesktopBackground
1947 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
1949 **Compatibility:** Firefox 60, Firefox ESR 60\
1950 **CCK2 Equivalent:** `removeSetDesktopBackground`\
1951 **Preferences Affected:** N/A
1955 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
1957 #### Windows (Intune)
1960 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
1964 <enabled/> or <disabled/>
1969 <key>DisableSetDesktopBackground</key>
1977 "DisableSetDesktopBackground": true | false
1981 ### DisableSystemAddonUpdate
1982 Prevent system add-ons from being installed or updated.
1984 **Compatibility:** Firefox 60, Firefox ESR 60\
1985 **CCK2 Equivalent:** N/A\
1986 **Preferences Affected:** N/A
1990 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1992 #### Windows (Intune)
1995 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1999 <enabled/> or <disabled/>
2004 <key>DisableSystemAddonUpdate</key>
2012 "DisableSystemAddonUpdate": true | false
2016 ### DisableTelemetry
2017 Prevent the upload of telemetry data.
2019 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
2021 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
2023 **Compatibility:** Firefox 60, Firefox ESR 60\
2024 **CCK2 Equivalent:** `disableTelemetry`\
2025 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
2029 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
2031 #### Windows (Intune)
2034 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
2038 <enabled/> or <disabled/>
2043 <key>DisableTelemetry</key>
2051 "DisableTelemetry": true | false
2055 ### DisplayBookmarksToolbar
2056 Set the initial state of the bookmarks toolbar. A user can still change how it is displayed.
2058 `always` means the bookmarks toolbar is always shown.
2060 `never` means the bookmarks toolbar is not shown.
2062 `newtab` means the bookmarks toolbar is only shown on the new tab page.
2064 **Compatibility:** Firefox 109, Firefox ESR 102.7\
2065 **CCK2 Equivalent:** N/A\
2066 **Preferences Affected:** N/A
2070 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = "always", "never", "newtab"
2072 #### Windows (Intune)
2075 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar_Enum
2080 <data id="DisplayBookmarksToolbar" value="always | never | newtab"/>
2085 <key>DisplayBookmarksToolbar</key>
2086 <string>always | never | newtab</string>
2093 "DisplayBookmarksToolbar": "always" | "never" | "newtab"
2097 ### DisplayBookmarksToolbar (Deprecated)
2098 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
2100 **Compatibility:** Firefox 60, Firefox ESR 60\
2101 **CCK2 Equivalent:** `displayBookmarksToolbar`\
2102 **Preferences Affected:** N/A
2106 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
2108 #### Windows (Intune)
2111 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
2115 <enabled/> or <disabled/>
2120 <key>DisplayBookmarksToolbar</key>
2128 "DisplayBookmarksToolbar": true | false
2133 Set the state of the menubar.
2135 `always` means the menubar is shown and cannot be hidden.
2137 `never` means the menubar is hidden and cannot be shown.
2139 `default-on` means the menubar is on by default but can be hidden.
2141 `default-off` means the menubar is off by default but can be shown.
2143 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
2144 **CCK2 Equivalent:** `displayMenuBar`\
2145 **Preferences Affected:** N/A
2149 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
2151 #### Windows (Intune)
2154 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2159 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2164 <key>DisplayMenuBar</key>
2165 <string>always | never | default-on | default-off</string>
2172 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2176 ### DisplayMenuBar (Deprecated)
2177 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
2179 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
2180 **CCK2 Equivalent:** `displayMenuBar`\
2181 **Preferences Affected:** N/A
2185 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
2190 <key>DisplayMenuBar</key>
2198 "DisplayMenuBar": true | false
2203 Configure DNS over HTTPS.
2205 `Enabled` determines whether DNS over HTTPS is enabled
2207 `ProviderURL` is a URL to another provider.
2209 `Locked` prevents the user from changing DNS over HTTPS preferences.
2211 `ExcludedDomains` excludes domains from DNS over HTTPS.
2213 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
2214 **CCK2 Equivalent:** N/A\
2215 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2219 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2220 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2221 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2222 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2224 #### Windows (Intune)
2227 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2231 <enabled/> or <disabled/>
2235 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2240 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2244 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2248 <enabled/> or <disabled/>
2252 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2257 <data id="List" value="1example.com"/>
2262 <key>DNSOverHTTPS</key>
2266 <key>ProviderURL</key>
2267 <string>URL_TO_ALTERNATE_PROVIDER</string>
2270 <key>ExcludedDomains</key>
2272 <string>example.com</string>
2282 "Enabled": true | false,
2283 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2284 "Locked": true | false,
2285 "ExcludedDomains": ["example.com"]
2290 ### DontCheckDefaultBrowser
2291 Don't check if Firefox is the default browser at startup.
2293 **Compatibility:** Firefox 60, Firefox ESR 60\
2294 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2295 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2299 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2301 #### Windows (Intune)
2304 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2308 <enabled/> or <disabled/>
2313 <key>DontCheckDefaultBrowser</key>
2321 "DontCheckDefaultBrowser": true | false
2325 ### DownloadDirectory
2326 Set and lock the download directory.
2328 You can use ${home} for the native home directory.
2330 **Compatibility:** Firefox 68, Firefox ESR 68\
2331 **CCK2 Equivalent:** N/A\
2332 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2336 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2338 #### Windows (Intune)
2341 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2346 <data id="Preferences_String" value="${home}\Downloads"/>
2351 <key>DownloadDirectory</key>
2352 <string>${home}/Downloads</string>
2355 #### policies.json (macOS and Linux)
2359 "DownloadDirectory": "${home}/Downloads"
2362 #### policies.json (Windows)
2366 "DownloadDirectory": "${home}\\Downloads"
2369 ### EnableTrackingProtection
2370 Configure tracking protection.
2372 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.
2374 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2376 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.
2378 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2380 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2382 `Exceptions` are origins for which tracking protection is not enabled.
2384 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2385 **CCK2 Equivalent:** N/A\
2386 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2390 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2391 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2392 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2393 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2394 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2396 #### Windows (Intune)
2399 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2403 <enabled/> or <disabled/>
2407 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2411 <enabled/> or <disabled/>
2415 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2419 <enabled/> or <disabled/>
2423 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2428 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2432 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2436 <enabled/> or <disabled/>
2441 <key>EnableTrackingProtection</key>
2447 <key>Cryptomining</key>
2449 <key>Fingerprinting</key>
2451 <key>Exceptions</key>
2453 <string>https://example.com</string>
2462 "EnableTrackingProtection": {
2463 "Value": true | false,
2464 "Locked": true | false,
2465 "Cryptomining": true | false,
2466 "Fingerprinting": true | false,
2467 "Exceptions": ["https://example.com"]
2472 ### EncryptedMediaExtensions
2473 Enable or disable Encrypted Media Extensions and optionally lock it.
2475 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2477 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.
2479 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2480 **CCK2 Equivalent:** N/A\
2481 **Preferences Affected:** `media.eme.enabled`
2485 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2486 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2488 #### Windows (Intune)
2491 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2492 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2496 <enabled/>or <disabled/>
2501 <key>EncryptedMediaExtensions</key>
2514 "EncryptedMediaExtensions": {
2515 "Enabled": true | false,
2516 "Locked": true | false
2521 ### EnterprisePoliciesEnabled
2522 Enable policy support on macOS.
2524 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2525 **CCK2 Equivalent:** N/A\
2526 **Preferences Affected:** N/A
2531 <key>EnterprisePoliciesEnabled</key>
2535 ### ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2537 Disable warnings based on file extension for specific file types on domains.
2539 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#ExemptDomainFileTypePairsFromFileTypeDownloadWarnings) of the same name.
2541 Important: The documentation for the policy for both Edge and Chrome is incorrect. The ```domains``` value must be a domain, not a URL pattern. Also, we do not support using ```*``` to mean all domains.
2543 **Compatibility:** Firefox 102\
2544 **CCK2 Equivalent:** N/A\
2545 **Preferences Affected:** N/A
2548 Software\Policies\Mozilla\Firefox\ExemptDomainFileTypePairsFromFileTypeDownloadWarnings (REG_MULTI_SZ) =
2552 "file_extension": "jnlp",
2553 "domains": ["example.com"]
2557 #### Windows (Intune)
2560 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2565 <data id="JSON" value='
2568 "file_extension": "jnlp",
2569 "domains": ["example.com"]
2577 <key>ExemptDomainFileTypePairsFromFileTypeDownloadWarnings</key>
2580 <key>file_extension</key>
2581 <string>jnlp</string>
2584 <string>example.com</string>
2594 "ExemptDomainFileTypePairsFromFileTypeDownloadWarnings": [{
2595 "file_extension": "jnlp",
2596 "domains": ["example.com"]
2602 Control the installation, uninstallation and locking of extensions.
2604 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.
2606 `Install` is a list of URLs or native paths for extensions to be installed.
2608 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2610 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2612 **Compatibility:** Firefox 60, Firefox ESR 60\
2613 **CCK2 Equivalent:** `addons`\
2614 **Preferences Affected:** N/A
2618 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2619 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2620 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2621 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2623 #### Windows (Intune)
2626 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2631 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2635 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2640 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2644 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2649 <data id="Extensions" value="1addon_id@mozilla.org"/>
2654 <key>Extensions</key>
2658 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2659 <string>//path/to/xpi</string>
2661 <key>Uninstall</key>
2663 <string>bad_addon_id@mozilla.org</string>
2667 <string>addon_id@mozilla.org</string>
2677 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2678 "Uninstall": ["bad_addon_id@mozilla.org"],
2679 "Locked": ["addon_id@mozilla.org"]
2684 ### ExtensionSettings
2685 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.
2687 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.
2689 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).
2691 The configuration for each extension is another dictionary that can contain the fields documented below.
2693 | Name | Description |
2695 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2696 | `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.
2697 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2698 | `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.
2699 | `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.
2700 | `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.
2701 | `install_sources` | A list of sources from which installing extensions is allowed using URL match patterns. **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.
2702 | `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.
2703 | `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.
2704 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2705 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2707 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2708 **CCK2 Equivalent:** N/A\
2709 **Preferences Affected:** N/A
2712 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2716 "blocked_install_message": "Custom error message.",
2717 "install_sources": ["https://yourwebsite.com/*"],
2718 "installation_mode": "blocked",
2719 "allowed_types": ["extension"]
2721 "uBlock0@raymondhill.net": {
2722 "installation_mode": "force_installed",
2723 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2725 "https-everywhere@eff.org": {
2726 "installation_mode": "allowed"
2730 #### Windows (Intune)
2733 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2738 <data id="ExtensionSettings" value='
2741 "blocked_install_message": "Custom error message.",
2742 "install_sources": ["https://yourwebsite.com/*"],
2743 "installation_mode": "blocked",
2744 "allowed_types": ["extension"]
2746 "uBlock0@raymondhill.net": {
2747 "installation_mode": "force_installed",
2748 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2750 "https-everywhere@eff.org": {
2751 "installation_mode": "allowed"
2758 <key>ExtensionSettings</key>
2762 <key>blocked_install_message</key>
2763 <string>Custom error message.</string>
2764 <key>install_sources</key>
2766 <string>"https://yourwebsite.com/*"</string>
2768 <key>installation_mode</key>
2769 <string>blocked</string>
2770 <key>allowed_types</key>
2772 <string>extension</string>
2775 <key>uBlock0@raymondhill.net</key>
2777 <key>installation_mode</key>
2778 <string>force_installed</string>
2779 <key>install_url</key>
2780 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2782 <key>https-everywhere@eff.org</key>
2784 <key>installation_mode</key>
2785 <string>allowed</string>
2794 "ExtensionSettings": {
2796 "blocked_install_message": "Custom error message.",
2797 "install_sources": ["https://yourwebsite.com/*"],
2798 "installation_mode": "blocked",
2799 "allowed_types": ["extension"]
2801 "uBlock0@raymondhill.net": {
2802 "installation_mode": "force_installed",
2803 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2805 "https-everywhere@eff.org": {
2806 "installation_mode": "allowed"
2813 Control extension updates.
2815 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2816 **CCK2 Equivalent:** N/A\
2817 **Preferences Affected:** `extensions.update.enabled`
2821 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2823 #### Windows (Intune)
2826 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2830 <enabled/> or <disabled/>
2835 <key>ExtensionUpdate</key>
2843 "ExtensionUpdate": true | false
2848 Customize the Firefox Home page.
2850 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4)
2851 **CCK2 Equivalent:** N/A\
2852 **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`
2856 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2857 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2858 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
2859 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2860 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2861 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
2862 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2863 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2865 #### Windows (Intune)
2868 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2873 <data id="FirefoxHome_Search" value="true | false"/>
2874 <data id="FirefoxHome_TopSites" value="true | false"/>
2875 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
2876 <data id="FirefoxHome_Highlights" value="true | false"/>
2877 <data id="FirefoxHome_Pocket" value="true | false"/>
2878 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
2879 <data id="FirefoxHome_Snippets" value="true | false"/>
2880 <data id="FirefoxHome_Locked" value="true | false"/>
2885 <key>FirefoxHome</key>
2891 <key>SponsoredTopSites</key>
2893 <key>Highlights</key>
2897 <key>SponsoredPocket</key>
2911 "Search": true | false,
2912 "TopSites": true | false,
2913 "SponsoredTopSites": true | false,
2914 "Highlights": true | false,
2915 "Pocket": true | false,
2916 "SponsoredPocket": true | false,
2917 "Snippets": true | false,
2918 "Locked": true | false
2923 ### FlashPlugin (Deprecated)
2924 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2926 `Allow` is a list of origins where Flash are allowed.
2928 `Block` is a list of origins where Flash is not allowed.
2930 `Default` determines whether or not Flash is allowed by default.
2932 `Locked` prevents the user from changing Flash preferences.
2934 **Compatibility:** Firefox 60, Firefox ESR 60\
2935 **CCK2 Equivalent:** `permissions.plugin`\
2936 **Preferences Affected:** `plugin.state.flash`
2940 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2941 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2942 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2943 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2945 #### Windows (Intune)
2948 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2953 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2957 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2961 <enabled/> or <disabled/>
2965 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2969 <enabled/> or <disabled/>
2974 <key>FlashPlugin</key>
2978 <string>http://example.org</string>
2982 <string>http://example.edu</string>
2996 "Allow": ["http://example.org/"],
2997 "Block": ["http://example.edu/"],
2998 "Default": true | false,
2999 "Locked": true | false
3004 ### GoToIntranetSiteForSingleWordEntryInAddressBar
3005 Whether to always go through the DNS server before sending a single word search string to a search engine.
3007 If the site exists, it will navigate to the website. If the intranet responds with a 404, the page will show a 404. If the intranet does not respond, the browser will attempt a search.
3009 The second result in the URL bar will be a search result to allow users to conduct a web search exactly as it was entered.
3011 If instead you would like to enable the ability to have your domain appear as a valid URL and to disallow the browser from ever searching that term using the first result that matches it, add the pref `browser.fixup.domainwhitelist.YOUR_DOMAIN` (where `YOUR_DOMAIN` is the name of the domain you'd like to add), and set the pref to `true`. The URL bar will then suggest `YOUR_DOMAIN` when the user fully types `YOUR_DOMAIN`. If the user attempts to load that domain and it fails to load, it will show an "Unable to connect" error page.
3013 You can also whitelist a domain suffix that is not part of the [Public Suffix List](https://publicsuffix.org/) by adding the pref `browser.fixup.domainsuffixwhitelist.YOUR_DOMAIN_SUFFIX` with a value of `true`.
3015 Additionally, if you want users to see a "Did you mean to go to 'YOUR_DOMAIN'" prompt below the URL bar if they land on a search results page instead of an intranet domain that provides a response, set the pref `browser.urlbar.dnsResolveSingleWordsAfterSearch` to `1`. Enabling this will cause the browser to commit a DNS check after every single word search. If the browser receives a response from the intranet, a prompt will ask the user if they'd like to instead navigate to `YOUR_DOMAIN`. If the user presses the **yes** button, `browser.fixup.domainwhitelist.YOUR_DOMAIN` will be set to `true`.
3017 **Compatibility:** Firefox 104, Firefox ESR 102.2\
3018 **CCK2 Equivalent:** `N/A`\
3019 **Preferences Affected:** `browser.fixup.dns_first_for_single_words`
3023 Software\Policies\Mozilla\Firefox\GoToIntranetSiteForSingleWordEntryInAddressBar = 0x1 | 0x0
3025 #### Windows (Intune)
3028 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/GoToIntranetSiteForSingleWordEntryInAddressBar
3032 <enabled/> or <disabled/>
3037 <key>GoToIntranetSiteForSingleWordEntryInAddressBar</key>
3045 "GoToIntranetSiteForSingleWordEntryInAddressBar": true | false
3050 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
3052 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
3054 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.
3056 | Name | Description |
3058 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
3059 | `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.
3060 | `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.
3061 | `name` | The display name of the handler (might not be used).
3062 | `path`| The native path to the executable to be used.
3063 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
3065 **Compatibility:** Firefox 78, Firefox ESR 78\
3066 **CCK2 Equivalent:** N/A\
3067 **Preferences Affected:** N/A
3070 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
3074 "application/msword": {
3075 "action": "useSystemDefault",
3081 "action": "useHelperApp",
3082 "ask": true | false,
3085 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3091 "action": "useHelperApp",
3092 "ask": true | false,
3094 "name": "Adobe Acrobat",
3095 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3101 #### Windows (Intune)
3104 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
3109 <data id="Handlers" value='
3112 "application/msword": {
3113 "action": "useSystemDefault",
3119 "action": "useHelperApp",
3120 "ask": true | false,
3123 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3129 "action": "useHelperApp",
3130 "ask": true | false,
3132 "name": "Adobe Acrobat",
3133 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3145 <key>mimeTypes</key>
3147 <key>application/msword</key>
3150 <string>useSystemDefault</string>
3160 <string>useHelperApp</string>
3167 <string>Gmail</string>
3168 <key>uriTemplate</key>
3169 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
3174 <key>extensions</key>
3179 <string>useHelperApp</string>
3186 <string>Adobe Acrobat</string>
3188 <string>/System/Applications/Preview.app</string>
3202 "application/msword": {
3203 "action": "useSystemDefault",
3209 "action": "useHelperApp",
3210 "ask": true | false,
3213 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3219 "action": "useHelperApp",
3220 "ask": true | false,
3222 "name": "Adobe Acrobat",
3223 "path": "/usr/bin/acroread"
3231 ### HardwareAcceleration
3232 Control hardware acceleration.
3234 **Compatibility:** Firefox 60, Firefox ESR 60\
3235 **CCK2 Equivalent:** N/A\
3236 **Preferences Affected:** `layers.acceleration.disabled`
3240 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3242 #### Windows (Intune)
3245 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3249 <enabled/> or <disabled/>
3254 <key>HardwareAcceleration</key>
3262 "HardwareAcceleration": true | false
3267 Configure the default homepage and how Firefox starts.
3269 `URL` is the default homepage.
3271 `Locked` prevents the user from changing homepage preferences.
3273 `Additional` allows for more than one homepage.
3275 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3277 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.
3279 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3280 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3281 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3285 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3286 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3287 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3288 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3289 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3291 #### Windows (Intune)
3294 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3300 <data id="HomepageURL" value="https://example.com"/>
3301 <data id="HomepageLocked" value="true | false"/>
3305 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3311 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
3315 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3321 <data id="StartPage" value="none | homepage | previous-session"/>
3329 <string>http://example.com</string>
3332 <key>Additional</key>
3334 <string>http://example.org</string>
3335 <string>http://example.edu</string>
3337 <key>StartPage</key>
3338 <string>none | homepage | previous-session | homepage-locked</string>
3347 "URL": "http://example.com/",
3348 "Locked": true | false,
3349 "Additional": ["http://example.org/",
3350 "http://example.edu/"],
3351 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3356 ### InstallAddonsPermission
3357 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.
3359 `Allow` is a list of origins where extension installs are allowed.
3361 `Default` determines whether or not extension installs are allowed by default.
3363 **Compatibility:** Firefox 60, Firefox ESR 60\
3364 **CCK2 Equivalent:** `permissions.install`\
3365 **Preferences Affected:** `xpinstall.enabled`
3369 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3370 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3371 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3373 #### Windows (Intune)
3376 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3381 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3385 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3394 <key>InstallAddonsPermission</key>
3398 <string>http://example.org</string>
3399 <string>http://example.edu</string>
3410 "InstallAddonsPermission": {
3411 "Allow": ["http://example.org/",
3412 "http://example.edu/"],
3413 "Default": true | false
3419 Disable the feature enforcing a separate profile for each installation.
3421 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.
3423 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3425 This policy only work on Windows via GPO (not policies.json).
3427 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3428 **CCK2 Equivalent:** N/A\
3429 **Preferences Affected:** N/A
3433 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3435 #### Windows (Intune)
3438 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3442 <enabled/> or <disabled/>
3444 ### LegacySameSiteCookieBehaviorEnabled
3445 Enable default legacy SameSite cookie behavior setting.
3447 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```.
3449 **Compatibility:** Firefox 96\
3450 **CCK2 Equivalent:** N/A\
3451 **Preferences Affected:** `network.cookie.sameSite.laxByDefault`
3455 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = = 0x1 | 0x0
3457 #### Windows (Intune)
3460 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabled
3464 <enabled/> or <disabled/>
3469 <key>LegacySameSiteCookieBehaviorEnabled</key>
3477 "LegacySameSiteCookieBehaviorEnabled": true | false
3480 ### LegacySameSiteCookieBehaviorEnabledForDomainList
3481 Revert to legacy SameSite behavior for cookies on specified sites.
3483 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```.
3485 **Compatibility:** Firefox 96\
3486 **CCK2 Equivalent:** N/A\
3487 **Preferences Affected:** `network.cookie.sameSite.laxByDefault.disabledHosts`
3491 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\1 = "example.org"
3492 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\2 = "example.edu"
3494 #### Windows (Intune)
3497 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabledForDomainList
3502 <data id="LegacySameSiteCookieBehaviorEnabledForDomainList" value="1example.org2example.edu"/>
3507 <key>LegacySameSiteCookieBehaviorEnabledForDomainList</key>
3509 <string>example.org</string>
3510 <string>example.edu</string>
3518 "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org",
3524 Enable linking to local files by origin.
3526 **Compatibility:** Firefox 68, Firefox ESR 68\
3527 **CCK2 Equivalent:** N/A\
3528 **Preferences Affected:** `capability.policy.localfilelinks.*`
3532 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3533 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3535 #### Windows (Intune)
3538 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3543 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3548 <key>LocalFileLinks</key>
3550 <string>http://example.org</string>
3551 <string>http://example.edu</string>
3559 "LocalFileLinks": ["http://example.org/",
3560 "http://example.edu/"]
3564 ### ManagedBookmarks
3565 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3567 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3569 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:
3573 "id": "BookmarkType",
3577 "$ref": "BookmarkType"
3596 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3597 **CCK2 Equivalent:** N/A\
3598 **Preferences Affected:** N/A
3601 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3605 "toplevel_name": "My managed bookmarks folder"
3608 "url": "example.com",
3612 "name": "Mozilla links",
3615 "url": "https://mozilla.org",
3616 "name": "Mozilla.org"
3619 "url": "https://support.mozilla.org/",
3626 #### Windows (Intune)
3629 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3634 <data id="JSON" value='
3637 "toplevel_name": "My managed bookmarks folder"
3640 "url": "example.com",
3644 "name": "Mozilla links",
3647 "url": "https://mozilla.org",
3648 "name": "Mozilla.org"
3651 "url": "https://support.mozilla.org/",
3661 <key>ManagedBookmarks</key>
3664 <key>toplevel_name</key>
3665 <string>My managed bookmarks folder</string>
3668 <string>example.com</string>
3670 <string>Example</string>
3674 <string>Mozilla links</string>
3679 <string>https://mozilla.org</string>
3681 <string>Mozilla</string>
3685 <string>https://support.mozilla.org/</string>
3687 <string>SUMO</string>
3698 "ManagedBookmarks": [
3700 "toplevel_name": "My managed bookmarks folder"
3703 "url": "example.com",
3707 "name": "Mozilla links",
3710 "url": "https://mozilla.org",
3711 "name": "Mozilla.org"
3714 "url": "https://support.mozilla.org/",
3723 ### ManualAppUpdateOnly
3725 Switch to manual updates only.
3727 If this policy is enabled:
3728 1. The user will never be prompted to install updates
3729 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.
3730 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3732 This policy is primarily intended for advanced end users, not for enterprises.
3734 **Compatibility:** Firefox 87\
3735 **CCK2 Equivalent:** N/A\
3736 **Preferences Affected:** N/A
3742 "ManualAppUpdateOnly": true | false
3746 ### NetworkPrediction
3747 Enable or disable network prediction (DNS prefetching).
3749 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3750 **CCK2 Equivalent:** N/A\
3751 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
3755 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3757 #### Windows (Intune)
3760 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3764 <enabled/> or <disabled/>
3769 <key>NetworkPrediction</key>
3777 "NetworkPrediction": true | false
3781 Enable or disable the New Tab page.
3783 **Compatibility:** Firefox 68, Firefox ESR 68\
3784 **CCK2 Equivalent:** N/A\
3785 **Preferences Affected:** `browser.newtabpage.enabled`
3789 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3791 #### Windows (Intune)
3794 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3798 <enabled/> or <disabled/>
3803 <key>NewTabPage</key>
3811 "NewTabPage": true | false
3814 ### NoDefaultBookmarks
3815 Disable the creation of default bookmarks.
3817 This policy is only effective if the user profile has not been created yet.
3819 **Compatibility:** Firefox 60, Firefox ESR 60\
3820 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3821 **Preferences Affected:** N/A
3825 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3827 #### Windows (Intune)
3830 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3834 <enabled/> or <disabled/>
3839 <key>NoDefaultBookmarks</key>
3847 "NoDefaultBookmarks": true | false
3851 ### OfferToSaveLogins
3852 Control whether or not Firefox offers to save passwords.
3854 **Compatibility:** Firefox 60, Firefox ESR 60\
3855 **CCK2 Equivalent:** `dontRememberPasswords`\
3856 **Preferences Affected:** `signon.rememberSignons`
3860 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3862 #### Windows (Intune)
3865 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3869 <enabled/> or <disabled/>
3874 <key>OfferToSaveLogins</key>
3882 "OfferToSaveLogins": true | false
3886 ### OfferToSaveLoginsDefault
3887 Sets the default value of signon.rememberSignons without locking it.
3889 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3890 **CCK2 Equivalent:** `dontRememberPasswords`\
3891 **Preferences Affected:** `signon.rememberSignons`
3895 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3897 #### Windows (Intune)
3900 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3904 <enabled/> or <disabled/>
3909 <key>OfferToSaveLoginsDefault</key>
3917 "OfferToSaveLoginsDefault": true | false
3921 ### OverrideFirstRunPage
3922 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
3924 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
3926 **Compatibility:** Firefox 60, Firefox ESR 60\
3927 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3928 **Preferences Affected:** `startup.homepage_welcome_url`
3932 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3934 #### Windows (Intune)
3937 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3942 <data id="OverridePage" value="https://example.com"/>
3947 <key>OverrideFirstRunPage</key>
3948 <string>http://example.org</string>
3955 "OverrideFirstRunPage": "http://example.org"
3959 ### OverridePostUpdatePage
3960 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
3962 **Compatibility:** Firefox 60, Firefox ESR 60\
3963 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3964 **Preferences Affected:** `startup.homepage_override_url`
3968 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3970 #### Windows (Intune)
3973 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3978 <data id="OverridePage" value="https://example.com"/>
3983 <key>OverridePostUpdatePage</key>
3984 <string>http://example.org</string>
3991 "OverridePostUpdatePage": "http://example.org"
3995 ### PasswordManagerEnabled
3996 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3998 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3999 **CCK2 Equivalent:** N/A\
4000 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
4004 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
4006 #### Windows (Intune)
4009 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
4013 <enabled/> or <disabled/>
4018 <key>PasswordManagerEnabled</key>
4026 "PasswordManagerEnabled": true | false
4030 ### PasswordManagerExceptions
4031 Prevent Firefox from saving passwords for specific sites.
4033 The sites are specified as a list of origins.
4035 **Compatibility:** Firefox 101\
4036 **CCK2 Equivalent:** N/A\
4037 **Preferences Affected:** N/A
4041 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\1 = "https://example.org"
4042 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\2 = "https://example.edu"
4044 #### Windows (Intune)
4047 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerExceptions
4052 <data id="List" value="1https://example.org2https://example.edu"/>
4057 <key>PasswordManagerExceptions</key>
4059 <string>https://example.org</string>
4060 <string>https://example.edu</string>
4068 "PasswordManagerExceptions": ["https://example.org",
4069 "https://example.edu"]
4075 Disable or configure PDF.js, the built-in PDF viewer.
4077 If `Enabled` is set to false, the built-in PDF viewer is disabled.
4079 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
4081 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.
4083 **Compatibility:** Firefox 77, Firefox ESR 68.9\
4084 **CCK2 Equivalent:** N/A\
4085 **Preferences Affected:** `pdfjs.diabled`, `pdfjs.enablePermissions`
4089 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
4090 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
4092 #### Windows (Intune)
4095 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
4096 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
4100 <enabled/>or <disabled/>
4109 <key>EnablePermissions</key>
4119 "Enabled": true | false,
4120 "EnablePermissions": true | false
4126 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.
4128 `Allow` is a list of origins where the feature is allowed.
4130 `Block` is a list of origins where the feature is not allowed.
4132 `BlockNewRequests` determines whether or not new requests can be made for the feature.
4134 `Locked` prevents the user from changing preferences for the feature.
4136 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
4138 **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)\
4139 **CCK2 Equivalent:** N/A\
4140 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
4144 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
4145 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
4146 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
4147 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
4148 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
4149 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
4150 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
4151 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
4152 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
4153 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
4154 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
4155 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
4156 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
4157 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
4158 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
4159 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
4160 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
4161 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
4162 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
4163 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
4164 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
4165 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
4166 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
4167 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
4168 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
4170 #### Windows (Intune)
4173 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
4177 <enabled/> or <disabled/>
4181 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
4185 <enabled/> or <disabled/>
4189 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
4194 <data id="Permissions" value="1https://example.org"/>
4198 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
4202 <enabled/> or <disabled/>
4206 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
4210 <enabled/> or <disabled/>
4214 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
4219 <data id="Permissions" value="1https://example.org"/>
4223 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
4228 <data id="Permissions" value="1https://example.edu"/>
4232 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
4237 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
4241 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
4245 <enabled/> or <disabled/>
4249 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
4254 <data id="Permissions" value="1https://example.org"/>
4258 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
4263 <data id="Permissions" value="1https://example.edu"/>
4267 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
4271 <enabled/> or <disabled/>
4275 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
4279 <enabled/> or <disabled/>
4284 <key>Permissions</key>
4290 <string>https://example.org</string>
4291 <string>https://example.org:1234</string>
4295 <string>https://example.edu</string>
4297 <key>BlockNewRequests</key>
4302 <key>Microphone</key>
4306 <string>https://example.org</string>
4310 <string>https://example.edu</string>
4312 <key>BlockNewRequests</key>
4321 <string>https://example.org</string>
4325 <string>https://example.edu</string>
4327 <key>BlockNewRequests</key>
4332 <key>Notifications</key>
4336 <string>https://example.org</string>
4340 <string>https://example.edu</string>
4342 <key>BlockNewRequests</key>
4351 <string>https://example.org</string>
4355 <string>https://example.edu</string>
4358 <string>allow-audio-video | block-audio | block-audio-video</string>
4371 "Allow": ["https://example.org","https://example.org:1234"],
4372 "Block": ["https://example.edu"],
4373 "BlockNewRequests": true | false,
4374 "Locked": true | false
4377 "Allow": ["https://example.org"],
4378 "Block": ["https://example.edu"],
4379 "BlockNewRequests": true | false,
4380 "Locked": true | false
4383 "Allow": ["https://example.org"],
4384 "Block": ["https://example.edu"],
4385 "BlockNewRequests": true | false,
4386 "Locked": true | false
4389 "Allow": ["https://example.org"],
4390 "Block": ["https://example.edu"],
4391 "BlockNewRequests": true | false,
4392 "Locked": true | false
4395 "Allow": ["https://example.org"],
4396 "Block": ["https://example.edu"],
4397 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
4398 "Locked": true | false
4404 ### PictureInPicture
4406 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
4408 **Compatibility:** Firefox 78, Firefox ESR 78\
4409 **CCK2 Equivalent:** N/A\
4410 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
4414 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
4415 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
4418 #### Windows (Intune)
4421 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
4422 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
4426 <enabled/> or <disabled/>
4431 <key>PictureInPicture</key>
4444 "PictureInPicture": {
4445 "Enabled": true | false,
4446 "Locked": true | false
4452 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
4454 `Allow` is a list of origins where popup-windows are allowed.
4456 `Default` determines whether or not pop-up windows are allowed by default.
4458 `Locked` prevents the user from changing pop-up preferences.
4460 **Compatibility:** Firefox 60, Firefox ESR 60\
4461 **CCK2 Equivalent:** `permissions.popup`\
4462 **Preferences Affected:** `dom.disable_open_during_load`
4466 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
4467 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
4468 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
4469 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4471 #### Windows (Intune)
4474 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4479 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4483 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4487 <enabled/> or <disabled/>
4491 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4495 <enabled/> or <disabled/>
4500 <key>PopupBlocking</key>
4504 <string>http://example.org</string>
4505 <string>http://example.edu</string>
4519 "Allow": ["http://example.org/",
4520 "http://example.edu/"],
4521 "Default": true | false,
4522 "Locked": true | false
4528 Set and lock preferences.
4530 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
4532 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.
4534 Preferences that start with the following prefixes are supported:
4537 app.update.* (Firefox 86, Firefox 78.8)
4539 datareporting.policy.
4542 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4543 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4547 keyword.enabled (Firefox 95, Firefox ESR 91.4)
4552 pdfjs. (Firefox 84, Firefox ESR 78.6)
4555 signon. (Firefox 83, Firefox ESR 78.5)
4556 spellchecker. (Firefox 84, Firefox ESR 78.6)
4557 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
4561 as well as the following security preferences:
4562 | Preference | Type | Default
4564 | security.default_personal_cert | string | Ask Every Time
4565 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4566 | security.insecure_connection_text.enabled | bool | false
4567 | If set to true, adds the words "Not Secure" for insecure sites.
4568 | security.insecure_connection_text.pbmode.enabled | bool | false
4569 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4570 | security.insecure_field_warning.contextual.enabled | bool | true
4571 | If set to false, remove the warning for inscure login fields.
4572 | security.mixed_content.block_active_content | boolean | true
4573 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4574 | security.osclientcerts.autoload | boolean | false
4575 | If true, client certificates are loaded from the operating system certificate store.
4576 | security.ssl.errorReporting.enabled | boolean | true
4577 | If false, SSL errors cannot be sent to Mozilla.
4578 | security.tls.enable_0rtt_data | boolean | true
4579 | If false, TLS early data is turned off (Firefox 93, Firefox 91.2, Firefox 78.15).
4580 | security.tls.hello_downgrade_check | boolean | true
4581 | If false, the TLS 1.3 downgrade check is disabled.
4582 | security.tls.version.enable-deprecated | boolean | false
4583 | If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8).
4584 | security.warn_submit_secure_to_insecure | boolean | true
4585 | If false, no warning is shown when submitting a form from https to http.
4588 Using the preference as the key, set the `Value` to the corresponding preference value.
4590 `Status` can be "default", "locked", "user" or "clear"
4592 * `"default"`: Read/Write: Settings appear as default even if factory default differs.
4593 * `"locked"`: Read-Only: Settings appear as default even if factory default differs.
4594 * `"user"`: Read/Write: Settings appear as changed if it differs from factory default.
4595 * `"clear"`: Read/Write: `Value` has no effect. Resets to factory defaults on each startup.
4597 `"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```.
4599 `"user"` preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4601 See the examples below for more detail.
4603 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4606 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4607 **CCK2 Equivalent:** `preferences`\
4608 **Preferences Affected:** Many
4611 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4614 "accessibility.force_disabled": {
4618 "browser.cache.disk.parent_directory": {
4619 "Value": "SOME_NATIVE_PATH",
4622 "browser.tabs.warnOnClose": {
4628 #### Windows (Intune)
4631 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4636 <data id="JSON" value='
4638 "accessibility.force_disabled": {
4642 "browser.cache.disk.parent_directory": {
4643 "Value": "SOME_NATIVE_PATH",
4646 "browser.tabs.warnOnClose": {
4655 <key>Preferences</key>
4657 <key>accessibility.force_disabled</key>
4660 <integer>1</integer>
4662 <string>default</string>
4664 <key>browser.cache.disk.parent_directory</key>
4667 <string>SOME_NATIVE_PATH</string>
4669 <string>user</string>
4671 <key>browser.tabs.warnOnClose</key>
4676 <string>locked</string>
4686 "accessibility.force_disabled": {
4690 "browser.cache.disk.parent_directory": {
4691 "Value": "SOME_NATIVE_PATH",
4694 "browser.tabs.warnOnClose": {
4702 ### Preferences (Deprecated)
4703 Set and lock certain preferences.
4705 **Compatibility:** See below\
4706 **CCK2 Equivalent:** `preferences`\
4707 **Preferences Affected:** See below
4709 | Preference | Type | Compatibility | Default
4710 | --- | --- | --- | ---
4711 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
4712 | If set to 1, platform accessibility is disabled.
4713 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
4714 | If false, Firefox doesn't automatically install update.
4715 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
4716 | If true, bookmarks are exported on shutdown.
4717 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
4718 | If set, the name of the file where bookmarks are exported and imported.
4719 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
4720 | If true, bookmarks are restored to their defaults.
4721 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
4722 | If false, don't store cache on the hard drive.
4723 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
4724 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4725 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
4726 | If true, single words are sent to DNS, not directly to search.
4727 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
4728 | 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.
4729 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
4730 | If true, bookmarks are always imported on startup.
4731 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4732 | If false, phishing protection is not enabled (Not recommended)
4733 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4734 | If false, malware protection is not enabled (Not recommended)
4735 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
4736 | If false, updates for search engines are not checked.
4737 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
4738 | If true, a notification isn't shown if startup is slow.
4739 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
4740 | If false, there is no warning when the browser is closed.
4741 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
4742 | If true, tab previews are shown in the Windows taskbar.
4743 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
4744 | If false, bookmarks aren't suggested when typing in the URL bar.
4745 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
4746 | If false, history isn't suggested when typing in the URL bar.
4747 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
4748 | If false, open tabs aren't suggested when typing in the URL bar.
4749 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
4750 | If true, don't show the privacy policy tab on first run.
4751 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
4752 | If false, web page can close windows.
4753 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
4754 | If false, web pages can focus and activate windows.
4755 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
4756 | If true, web pages can't move or resize windows.
4757 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4758 | If false, web pages can't override context menus.
4759 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
4760 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4761 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
4762 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4763 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
4764 | If false, XMLDocument.load is not available.
4765 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
4766 | If false, XMLDocument.async is not available.
4767 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4768 | If false, the extensions blocklist is not used (Not recommended)
4769 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
4770 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4771 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4772 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4773 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4774 | If false, the geolocation API is disabled. | Language dependent
4775 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
4776 | If set, preferred language for web pages.
4777 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
4778 | If false, Encrypted Media Extensions are not enabled.
4779 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4780 | If false, the OpenH264 plugin is not downloaded.
4781 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4782 | If false, the Widevine plugin is not downloaded.
4783 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4784 | If false, WebRTC is disabled
4785 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4786 | If set, a list of domains for which mDNS hostname obfuscation is
4788 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4789 | If set, a list of domains for which mDNS hostname obfuscation is
4791 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4792 | If true, IPv6 DNS lokoups are disabled.
4793 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4794 | If true, display the punycode version of internationalized domain names.
4795 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4796 | If false, history is not enabled.
4797 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4798 | If false, print settings are not saved between jobs.
4799 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4800 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4801 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4802 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4803 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4804 | If true, client certificates are loaded from the operating system certificate store.
4805 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4806 | If false, SSL errors cannot be sent to Mozilla.
4807 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4808 | If false, the TLS 1.3 downgrade check is disabled.
4809 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4810 | If false, the Alt key doesn't show the menubar on Windows.
4811 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4812 | If set, overrides the GTK theme for widgets.
4815 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4816 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4818 #### Windows (Intune)
4819 OMA-URI: (periods are replaced by underscores)
4821 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4825 <enabled/> or <disabled/>
4827 OMA-URI: (periods are replaced by underscores)
4829 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4834 <data id="Preferences_String" value="string_value"/>
4839 <key>Preferences</key>
4841 <key>boolean_preference_name</key>
4843 <key>string_preference_name</key>
4844 <string>string_value</string>
4853 "boolean_preference_name": true | false,
4854 "string_preference_name": "string_value"
4860 Require or prevent using a primary (formerly master) password.
4862 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.
4864 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
4866 **Compatibility:** Firefox 79, Firefox ESR 78.1\
4867 **CCK2 Equivalent:** `noMasterPassword`\
4868 **Preferences Affected:** N/A
4872 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
4874 #### Windows (Intune)
4877 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
4881 <enabled/> or <disabled/>
4886 <key>PrimaryPassword</key>
4894 "PrimaryPassword": true | false
4898 ### PromptForDownloadLocation
4899 Ask where to save each file before downloading.
4901 **Compatibility:** Firefox 68, Firefox ESR 68\
4902 **CCK2 Equivalent:** N/A\
4903 **Preferences Affected:** `browser.download.useDownloadDir`
4907 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4909 #### Windows (Intune)
4912 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4916 <enabled/> or <disabled/>
4921 <key>PromptForDownloadLocation</key>
4929 "PromptForDownloadLocation": true | false
4934 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
4935 To specify ports, append them to the hostnames with a colon (:).
4937 Unless you lock this policy, changes the user already has in place will take effect.
4939 `Mode` is the proxy method being used.
4941 `Locked` is whether or not proxy settings can be changed.
4943 `HTTPProxy` is the HTTP proxy server.
4945 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
4947 `SSLProxy` is the SSL proxy server.
4949 `FTPProxy` is the FTP proxy server.
4951 `SOCKSProxy` is the SOCKS proxy server
4953 `SOCKSVersion` is the SOCKS version (4 or 5)
4955 `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.
4957 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
4959 `AutoLogin` means do not prompt for authentication if password is saved.
4961 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
4963 **Compatibility:** Firefox 60, Firefox ESR 60\
4964 **CCK2 Equivalent:** `networkProxy*`\
4965 **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`
4969 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
4970 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
4971 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
4972 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
4973 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
4974 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
4975 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
4976 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
4977 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
4978 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
4979 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
4980 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
4982 #### Windows (Intune)
4985 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
4990 <data id="ProxyLocked" value="true | false"/>
4991 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
4992 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
4993 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
4994 <data id="SSLProxy" value="https://sslproxy.example.com"/>
4995 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
4996 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
4997 <data id="SOCKSVersion" value="4 | 5"/>
4998 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
4999 <data id="Passthrough" value="<local>"/>
5000 <data id="AutoLogin" value="true | false"/>
5001 <data id="UseProxyForDNS" value="true | false"/>
5009 <string>none | system | manual | autoDetect | autoConfig</string>
5012 <key>HTTPProxy</key>
5013 <string>https://httpproxy.example.com</string>
5014 <key>UseHTTPProxyForAllProtocols</key>
5017 <string>https://sslproxy.example.com</string>
5019 <string>https://ftpproxy.example.com</string>
5020 <key>SOCKSProxy</key>
5021 <string>https://socksproxy.example.com</string>
5022 <key>SOCKSVersion</key>
5023 <string>4 | 5</string>
5024 <key>Passthrough</key>
5025 <string><local>></string>
5026 <key>AutoConfigURL</key>
5027 <string>URL_TO_AUTOCONFIG</string>
5028 <key>AutoLogin</key>
5030 <key>UseProxyForDNS</key>
5040 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
5041 "Locked": true | false,
5042 "HTTPProxy": "hostname",
5043 "UseHTTPProxyForAllProtocols": true | false,
5044 "SSLProxy": "hostname",
5045 "FTPProxy": "hostname",
5046 "SOCKSProxy": "hostname",
5047 "SOCKSVersion": 4 | 5,
5048 "Passthrough": "<local>",
5049 "AutoConfigURL": "URL_TO_AUTOCONFIG",
5050 "AutoLogin": true | false,
5051 "UseProxyForDNS": true | false
5056 ### RequestedLocales
5057 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
5059 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
5061 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
5062 **CCK2 Equivalent:** N/A\
5063 **Preferences Affected:** N/A
5066 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
5067 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
5071 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
5073 #### Windows (Intune)
5076 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
5081 <data id="Preferences_String" value="de,en-US"/>
5086 <key>RequestedLocales</key>
5089 <string>en-US</string>
5096 <key>RequestedLocales</key>
5097 <string>de,en-US</string>
5105 "RequestedLocales": ["de", "en-US"]
5113 "RequestedLocales": "de,en-US"
5117 <a name="SanitizeOnShutdown"></a>
5119 ### SanitizeOnShutdown (Selective)
5120 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
5122 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.
5124 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
5125 **CCK2 Equivalent:** N/A\
5126 **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`
5129 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
5130 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
5131 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
5132 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
5133 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
5134 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
5135 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
5136 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
5137 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
5139 #### Windows (Intune)
5142 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
5146 <enabled/> or <disabled/>
5150 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
5154 <enabled/> or <disabled/>
5158 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
5162 <enabled/> or <disabled/>
5166 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
5170 <enabled/> or <disabled/>
5174 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
5178 <enabled/> or <disabled/>
5182 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
5186 <enabled/> or <disabled/>
5190 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
5194 <enabled/> or <disabled/>
5198 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
5202 <enabled/> or <disabled/>
5206 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
5210 <enabled/> or <disabled/>
5215 <key>SanitizeOnShutdown</key>
5221 <key>Downloads</key>
5229 <key>SiteSettings</key>
5231 <key>OfflineApps</key>
5242 "SanitizeOnShutdown": {
5243 "Cache": true | false,
5244 "Cookies": true | false,
5245 "Downloads": true | false,
5246 "FormData": true | false,
5247 "History": true | false,
5248 "Sessions": true | false,
5249 "SiteSettings": true | false,
5250 "OfflineApps": true | false,
5251 "Locked": true | false
5256 ### SanitizeOnShutdown (All)
5257 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
5259 **Compatibility:** Firefox 60, Firefox ESR 60\
5260 **CCK2 Equivalent:** N/A\
5261 **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`
5264 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
5266 #### Windows (Intune)
5269 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
5273 <enabled/> or <disabled/>
5278 <key>SanitizeOnShutdown</key>
5286 "SanitizeOnShutdown": true | false
5291 Set whether or not search bar is displayed.
5293 **Compatibility:** Firefox 60, Firefox ESR 60\
5294 **CCK2 Equivalent:** `showSearchBar`\
5295 **Preferences Affected:** N/A
5299 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
5302 #### Windows (Intune)
5305 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
5310 <data id="SearchBar" value="unified | separate"/>
5315 <key>SearchBar</key>
5316 <string>unified | separate</string>
5323 "SearchBar": "unified" | "separate"
5327 <a name="SearchEngines"></a>
5329 ### SearchEngines (This policy is only available on the ESR.)
5331 ### SearchEngines | Add
5333 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.
5335 This policy is only available on the ESR. `Name` and `URLTemplate` are required.
5337 `Name` is the name of the search engine.
5339 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
5341 `Method` is either GET or POST
5343 `IconURL` is a URL for the icon to use.
5345 `Alias` is a keyword to use for the engine.
5347 `Description` is a description of the search engine.
5349 `PostData` is the POST data as name value pairs separated by &.
5351 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
5353 `Encoding` is the query charset for the engine. It defaults to UTF-8.
5355 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
5356 **CCK2 Equivalent:** `searchplugins`\
5357 **Preferences Affected:** N/A
5361 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
5362 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
5363 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
5364 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
5365 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
5366 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
5367 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
5368 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
5370 #### Windows (Intune)
5373 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
5378 <data id="SearchEngine_Name" value="Example1"/>
5379 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
5380 <data id="SearchEngine_Method" value="GET | POST"/>
5381 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
5382 <data id="SearchEngine_Alias" value="example"/>
5383 <data id="SearchEngine_Description" value="Example Description"/>
5384 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
5385 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
5390 <key>SearchEngines</key>
5396 <string>Example1</string>
5397 <key>URLTemplate</key>
5398 <string>https://www.example.org/q={searchTerms}</string>
5400 <string>GET | POST </string>
5402 <string>https://www.example.org/favicon.ico</string>
5404 <string>example</string>
5405 <key>Description</key>
5406 <string>Example Description</string>
5407 <key>SuggestURLTemplate</key>
5408 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5410 <string>name=value&q={searchTerms}</string>
5424 "URLTemplate": "https://www.example.org/q={searchTerms}",
5425 "Method": "GET" | "POST",
5426 "IconURL": "https://www.example.org/favicon.ico",
5428 "Description": "Description",
5429 "PostData": "name=value&q={searchTerms}",
5430 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5437 ### SearchEngines | Default
5439 Set the default search engine. This policy is only available on the ESR.
5441 **Compatibility:** Firefox ESR 60\
5442 **CCK2 Equivalent:** `defaultSearchEngine`\
5443 **Preferences Affected:** N/A
5447 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
5449 #### Windows (Intune)
5452 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
5457 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
5462 <key>SearchEngines</key>
5465 <string>NAME_OF_SEARCH_ENGINE</string>
5474 "Default": "NAME_OF_SEARCH_ENGINE"
5479 ### SearchEngines | PreventInstalls
5481 Prevent installing search engines from webpages.
5483 **Compatibility:** Firefox ESR 60\
5484 **CCK2 Equivalent:** `disableSearchEngineInstall`\
5485 **Preferences Affected:** N/A
5489 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
5491 #### Windows (Intune)
5494 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
5498 <enabled/> or <disabled/>
5503 <key>SearchEngines</key>
5505 <key>PreventInstalls</key>
5515 "PreventInstalls": true | false
5520 ### SearchEngines | Remove
5522 Hide built-in search engines. This policy is only available on the ESR.
5524 **Compatibility:** Firefox ESR 60.2\
5525 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
5526 **Preferences Affected:** N/A
5530 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
5532 #### Windows (Intune)
5535 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
5540 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
5545 <key>SearchEngines</key>
5549 <string>NAME_OF_SEARCH_ENGINE</string>
5559 "Remove": ["NAME_OF_SEARCH_ENGINE"]
5564 ### SearchSuggestEnabled
5566 Enable search suggestions.
5568 **Compatibility:** Firefox 68, Firefox ESR 68\
5569 **CCK2 Equivalent:** N/A\
5570 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
5574 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5576 #### Windows (Intune)
5579 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5583 <enabled/> or <disabled/>
5588 <key>SearchSuggestEnabled</key>
5596 "SearchSuggestEnabled": true | false
5602 Install PKCS #11 modules.
5604 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5605 **CCK2 Equivalent:** `certs.devices`\
5606 **Preferences Affected:** N/A
5610 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5612 #### Windows (Intune)
5615 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5620 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5625 <key>SecurityDevices</key>
5627 <key>NAME_OF_DEVICE</key>
5628 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5637 "SecurityDevices": {
5638 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5644 Show the home button on the toolbar.
5646 Future versions of Firefox will not show the home button by default.
5648 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5649 **CCK2 Equivalent:** N/A\
5650 **Preferences Affected:** N/A
5654 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5656 #### Windows (Intune)
5659 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/Homepage_ShowHomeButton
5663 <enabled/> or <disabled/>
5668 <key>ShowHomeButton</key>
5676 "ShowHomeButton": true | false
5682 Set and lock the maximum version of TLS.
5684 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5685 **CCK2 Equivalent:** N/A\
5686 **Preferences Affected:** `security.tls.version.max`
5690 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5692 #### Windows (Intune)
5695 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5700 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5705 <key>SSLVersionMax</key>
5706 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5714 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5720 Set and lock the minimum version of TLS.
5722 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5723 **CCK2 Equivalent:** N/A\
5724 **Preferences Affected:** `security.tls.version.min`
5728 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5730 #### Windows (Intune)
5733 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
5738 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5743 <key>SSLVersionMin</key>
5744 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5752 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5757 Add a menuitem to the help menu for specifying support information.
5759 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
5760 **CCK2 Equivalent:** helpMenu\
5761 **Preferences Affected:** N/A
5765 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
5766 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
5767 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
5769 #### Windows (Intune)
5772 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
5777 <data id="SupportMenuTitle" value="Support Menu"/>
5778 <data id="SupportMenuURL" value="http://example.com/support"/>
5779 <data id="SupportMenuAccessKey" value="S"/>
5784 <key>SupportMenu</key>
5787 <string>SupportMenu</string>
5789 <string>http://example.com/support</string>
5790 <key>AccessKey</key>
5800 "Title": "Support Menu",
5801 "URL": "http://example.com/support",
5807 ### StartDownloadsInTempDirectory
5808 Force downloads to start off in a local, temporary location rather than the default download directory.
5810 **Compatibility:** Firefox 102\
5811 **CCK2 Equivalent:** N/A\
5812 **Preferences Affected:** `browser.download.start_downloads_in_tmp_dir`
5816 Software\Policies\Mozilla\Firefox\StartDownloadsInTempDirectory = 0x1 | 0x0
5818 #### Windows (Intune)
5821 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/StartDownloadsInTempDirectory
5825 <enabled/> or <disabled/>
5830 <key>StartDownloadsInTempDirectory</key>
5838 "StartDownloadsInTempDirectory": true | false
5843 Prevent Firefox from messaging the user in certain situations.
5845 `WhatsNew` Remove the "What's New" icon and menuitem.
5847 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
5849 `FeatureRecommendations` If false, don't recommend browser features.
5851 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
5853 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
5855 `MoreFromMozilla` If false, don't show the "More from Mozilla" section in Preferences. (Firefox 98)
5857 **Compatibility:** Firefox 75, Firefox ESR 68.7\
5858 **CCK2 Equivalent:** N/A\
5859 **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`
5863 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
5864 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
5865 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
5866 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
5867 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
5868 Software\Policies\Mozilla\Firefox\UserMessaging\MoreFromMozilla = 0x1 | 0x0
5870 #### Windows (Intune)
5873 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_WhatsNew
5874 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
5875 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
5876 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
5877 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
5878 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_MoreFromMozilla
5882 <enabled/> or <disabled/>
5887 <key>UserMessaging</key>
5891 <key>ExtensionRecommendations</key>
5893 <key>FeatureRecommendations</key>
5895 <key>UrlbarInterventions</key>
5897 <key>SkipOnboarding</key>
5899 <key>MoreFromMozilla</key>
5909 "WhatsNew": true | false,
5910 "ExtensionRecommendations": true | false,
5911 "FeatureRecommendations": true | false,
5912 "UrlbarInterventions": true | false,
5913 "SkipOnboarding": true | false,
5914 "MoreFromMozilla": true | false
5919 ### UseSystemPrintDialog
5920 Use the system print dialog instead of the print preview window.
5922 **Compatibility:** Firefox 102\
5923 **CCK2 Equivalent:** N/A\
5924 **Preferences Affected:** `print.prefer_system_dialog`
5928 Software\Policies\Mozilla\Firefox\UseSystemPrintDialog = 0x1 | 0x0
5930 #### Windows (Intune)
5933 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UseSystemPrintDialog
5937 <enabled/> or <disabled/>
5942 <key>UseSystemPrintDialog</key>
5950 "UseSystemPrintDialog": true | false
5955 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.
5956 The arrays are limited to 1000 entries each.
5958 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
5960 For specific protocols, use `https://*/*` or `http://*/*`.
5962 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
5964 **Compatibility:** Firefox 60, Firefox ESR 60\
5965 **CCK2 Equivalent:** N/A\
5966 **Preferences Affected:** N/A
5970 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
5971 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
5973 #### Windows (Intune)
5976 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
5980 <enabled/> <data id="WebsiteFilter" value="1<all_urls>"/>
5984 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
5989 <data id="WebsiteFilter" value="1http://example.org/*"/>
5994 <key>WebsiteFilter</key>
5998 <string><all_urls></string>
6000 <key>Exceptions</key>
6002 <string>http://example.org/*</string>
6013 "Block": ["<all_urls>"],
6014 "Exceptions": ["http://example.org/*"]
6020 Allow Windows single sign-on for Microsoft, work, and school accounts.
6022 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
6024 **Compatibility:** Firefox 91\
6025 **CCK2 Equivalent:** N/A\
6026 **Preferences Affected:** `network.http.windows-sso.enabled`
6030 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
6032 #### Windows (Intune)
6035 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
6039 <enabled/> or <disabled/>
6045 "WindowsSSO": true | false