1 Firefox policies can be specified using the [Group Policy templates on Windows](https://github.com/mozilla/policy-templates/tree/master/windows), [Intune on Windows](https://support.mozilla.org/kb/managing-firefox-intune), [configuration profiles on macOS](https://github.com/mozilla/policy-templates/tree/master/mac), or by creating a file called `policies.json`. On Windows, create a directory called `distribution` where the EXE is located and place the file there. On Mac, the file goes into `Firefox.app/Contents/Resources/distribution`. On Linux, the file goes into `firefox/distribution`, where `firefox` is the installation directory for firefox, which varies by distribution or you can specify system-wide policy by placing the file in `/etc/firefox/policies`.
3 Unfortunately, JSON files do not support comments, but you can add extra entries to the JSON to use as comments. You will see an error in about:policies, but the policies will still work properly. For example:
9 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"]
11 "Authentication_Comment": "These domains are required for us"
16 | Policy Name | Description
18 | **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed.
19 | **[`AllowedDomainsForApps`](#alloweddomainsforapps)** | Define domains allowed to access Google Workspace.
20 | **[`AllowFileSelectionDialogs`](#allowfileselectiondialogs)** | Allow file selection dialogs.
21 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
22 | **[`AppUpdatePin`](#appupdatepin)** | Prevent Firefox from being updated beyond the specified version.
23 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
24 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
25 | **[`AutofillAddressEnabled`](#autofilladdressenabled)** | Enable autofill for addresses.
26 | **[`AutofillCreditCardEnabled`](#autofillcreditcardenabled)** | Enable autofill for payment methods.
27 | **[`AutoLaunchProtocolsFromOrigins`](#autolaunchprotocolsfromorigins)** | Define a list of external protocols that can be used from listed origins without prompting the user.
28 | **[`BackgroundAppUpdate`](#backgroundappupdate)** | Enable or disable the background updater (Windows only).
29 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
30 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
31 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
32 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
33 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
34 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
35 | **[`Certificates`](#certificates)** |
36 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
37 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
38 | **[`Containers`](#containers)** | Set policies related to [containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/).
39 | **[`Cookies`](#cookies)** | Configure cookie preferences.
40 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
41 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
42 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
43 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
44 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
45 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
46 | **[`DisableEncryptedClientHello`](#disableencryptedclienthello)** | Disable the TLS Feature Encrypted Client Hello (ECH).
47 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
48 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
49 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
50 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
51 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
52 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
53 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
54 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
55 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
56 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
57 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
58 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
59 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
60 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
61 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
62 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or updated.
63 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
64 | **[`DisableThirdPartyModuleBlocking`](#disablethirdpartymoduleblocking)** | Do not allow blocking third-party modules.
65 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
66 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
67 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
68 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
69 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
70 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
71 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
72 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
73 | **[`ExemptDomainFileTypePairsFromFileTypeDownloadWarnings`](#exemptdomainfiletypepairsfromfiletypedownloadwarnings)** | Disable warnings based on file extension for specific file types on domains.
74 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
75 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
76 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
77 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
78 | **[`FirefoxSuggest`](#firefoxsuggest)** | Customize Firefox Suggest.
79 | **[`GoToIntranetSiteForSingleWordEntryInAddressBar`](#gotointranetsiteforsinglewordentryinaddressbar)** | Force direct intranet site navigation instead of searching when typing single word entries in the address bar.
80 | **[`Handlers`](#handlers)** | Configure default application handlers.
81 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
82 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
83 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
84 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
85 | **[`LegacySameSiteCookieBehaviorEnabled`](#legacysamesitecookiebehaviorenabled)** | Enable default legacy SameSite cookie behavior setting.
86 | **[`LegacySameSiteCookieBehaviorEnabledForDomainList`](#legacysamesitecookiebehaviorenabledfordomainlist)** | Revert to legacy SameSite behavior for cookies on specified sites.
87 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
88 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
89 | **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates.
90 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
91 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
92 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
93 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
94 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
95 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
96 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
97 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
98 | **[`PasswordManagerExceptions`](#passwordmanagerexceptions)** | Prevent Firefox from saving passwords for specific sites.
99 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
100 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
101 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
102 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
103 | **[`Preferences`](#preferences)** | Set and lock preferences.
104 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
105 | **[`PrintingEnabled`](#printingenabled)** | Enable or disable printing.
106 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
107 | **[`Proxy`](#proxy)** | Configure proxy settings.
108 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
109 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
110 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
111 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
112 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
113 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
114 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
115 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
116 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
117 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
118 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
119 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
120 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
121 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
122 | **[`StartDownloadsInTempDirectory`](#startdownloadsintempdirectory)** | Force downloads to start off in a local, temporary location rather than the default download directory.
123 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
124 | **[`TranslateEnabled`](#translateenabled)** | Enable or disable webpage translation.
125 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
126 | **[`UseSystemPrintDialog`](#usesystemprintdialog)** | Print using the system print dialog instead of print preview.
127 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
128 | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
132 Allow WebExtensions to configure policy. For more information, see [Adding policy support to your extension](https://extensionworkshop.com/documentation/enterprise/enterprise-development/#how-to-add-policy).
134 For GPO and Intune, the extension developer should provide an ADMX file.
136 **Compatibility:** Firefox 68\
137 **CCK2 Equivalent:** N/A\
138 **Preferences Affected:** N/A
145 <key>Extensions</key>
147 <key>uBlock0@raymondhill.net</key>
149 <key>adminSettings</key>
151 <key>selectedFilterLists</key>
153 <string>ublock-privacy</string>
154 <string>ublock-badware</string>
155 <string>ublock-filters</string>
156 <string>user-filters</string>
170 "uBlock0@raymondhill.net": {
172 "selectedFilterLists": [
186 ### AllowedDomainsForApps
188 Define domains allowed to access Google Workspace.
190 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
192 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.
194 **Compatibility:** Firefox 89, Firefox ESR 78.11\
195 **CCK2 Equivalent:** N/A\
196 **Preferences Affected:** N/A
200 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
202 #### Windows (Intune)
205 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
210 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
215 <key>AllowedDomainsForApps</key>
216 <string>managedfirefox.com,example.com</string>
223 "AllowedDomainsForApps": "managedfirefox.com,example.com"
227 ### AllowFileSelectionDialogs
229 Enable or disable file selection dialogs.
231 **Compatibility:** Firefox 124\
232 **CCK2 Equivalent:** N/A\
233 **Preferences Affected:** `widget.disable_file_pickers`
237 Software\Policies\Mozilla\Firefox\AllowFileSelectionDialogs = 0x1 | 0x0
239 #### Windows (Intune)
242 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoAllowFileSelectionDialogsUpdate
246 <enabled/> or <disabled/>
251 <key>AllowFileSelectionDialogs</key>
259 "AllowFileSelectionDialogs": true | false
265 Enable or disable **automatic** application update.
267 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
269 If set to false, application updates are downloaded but the user can choose when to install the update.
271 If you have disabled updates via `DisableAppUpdate`, this policy has no effect.
273 **Compatibility:** Firefox 75, Firefox ESR 68.7\
274 **CCK2 Equivalent:** N/A\
275 **Preferences Affected:** `app.update.auto`
279 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
281 #### Windows (Intune)
284 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
288 <enabled/> or <disabled/>
293 <key>AppAutoUpdate</key>
301 "AppAutoUpdate": true | false
307 Prevent Firefox from being updated beyond the specified version.
309 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.
311 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.
313 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.
315 **Compatibility:** Firefox 102,\
316 **CCK2 Equivalent:** N/A\
317 **Preferences Affected:** N/A
321 Software\Policies\Mozilla\Firefox\AppUpdatePin = "106."
323 #### Windows (Intune)
326 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdatePin
331 <data id="AppUpdatePin" value="106."/>
336 <key>AppUpdatePin</key>
337 <string>106.</string>
344 "AppUpdatePin": "106."
350 Change the URL for application update if you are providing Firefox updates from a custom update server.
352 **Compatibility:** Firefox 62, Firefox ESR 60.2\
353 **CCK2 Equivalent:** N/A\
354 **Preferences Affected:** `app.update.url`
358 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
360 #### Windows (Intune)
363 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
368 <data id="AppUpdateURL" value="https://yoursite.com"/>
373 <key>AppUpdateURL</key>
374 <string>https://yoursite.com</string>
381 "AppUpdateURL": "https://yoursite.com"
387 Configure sites that support integrated authentication.
389 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.
391 `PrivateBrowsing` enables integrated authentication in private browsing.
393 **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)\
394 **CCK2 Equivalent:** N/A\
395 **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`
399 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
400 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
401 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
402 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
403 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
404 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
405 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
406 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
407 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
408 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
409 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
410 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
412 #### Windows (Intune)
415 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
420 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
424 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
429 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
433 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
438 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
442 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
447 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
448 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
452 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
456 <enabled/> or <disabled/>
460 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
464 <enabled/> or <disabled/>
469 <key>Authentication</key>
473 <string>mydomain.com</string>
474 <string>https://myotherdomain.com</string>
478 <string>mydomain.com</string>
479 <string>https://myotherdomain.com</string>
483 <string>mydomain.com</string>
484 <string>https://myotherdomain.com</string>
486 <key>AllowNonFQDN</key>
493 <key>AllowProxies</key>
502 <key>PrivateBrowsing</key>
512 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
513 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
514 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
516 "SPNEGO": true | false,
520 "SPNEGO": true | false,
523 "Locked": true | false,
524 "PrivateBrowsing": true | false
529 ### AutofillAddressEnabled
531 Enables or disables autofill for addresses.
533 This only applies when address autofill is enabled for a particular Firefox version or region. See [this page](https://support.mozilla.org/kb/automatically-fill-your-address-web-forms) for more information.
535 **Compatibility:** Firefox 125, Firefox ESR 115.10\
536 **CCK2 Equivalent:** N/A\
537 **Preferences Affected:** `extensions.formautofill.addresses.enabled`
541 Software\Policies\Mozilla\Firefox\AutofillAddressEnabled = 0x1 | 0x0
543 #### Windows (Intune)
546 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutofillAddressEnabled
550 <enabled/> or <disabled/>
555 <key>AutofillAddressEnabled</key>
563 "AutofillAddressEnabled": true | false
567 ### AutofillCreditCardEnabled
569 Enables or disables autofill for payment methods.
571 This only applies when payment method autofill is enabled for a particular Firefox version or region. See [this page](https://support.mozilla.org/kb/credit-card-autofill) for more information.
573 **Compatibility:** Firefox 125, Firefox ESR 115.10\
574 **CCK2 Equivalent:** N/A\
575 **Preferences Affected:** `extensions.formautofill.creditCards.enabled`
579 Software\Policies\Mozilla\Firefox\AutofillCreditCardEnabled = 0x1 | 0x0
581 #### Windows (Intune)
584 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutofillCreditCardEnabled
588 <enabled/> or <disabled/>
593 <key>AutofillCreditCardEnabled</key>
601 "AutofillCreditCardEnabled": true | false
605 ### AutoLaunchProtocolsFromOrigins
606 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.
608 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.
634 **Compatibility:** Firefox 90, Firefox ESR 78.12\
635 **CCK2 Equivalent:** N/A\
636 **Preferences Affected:** N/A
639 Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ) =
643 "protocol": "zoommtg",
645 "https://somesite.zoom.us"
650 #### Windows (Intune)
653 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutoLaunchProtocolsFromOrigins
658 <data id="JSON" value='
661 "protocol": "zoommtg",
663 "https://somesite.zoom.us"
671 <key>AutoLaunchProtocolsFromOrigins</key>
675 <string>zoommtg</string>
676 <key>allowed_origins</key>
678 <string>https://somesite.zoom.us</string>
688 "AutoLaunchProtocolsFromOrigins": [{
689 "protocol": "zoommtg",
691 "https://somesite.zoom.us"
697 ### BackgroundAppUpdate
699 Enable or disable **automatic** application update **in the background**, when the application is not running.
701 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.
703 If set to false, the application will not try to install updates when the application is not running.
705 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppAutoUpdate`, this policy has no effect.
707 If you are having trouble getting the background task to run, verify your configuration with the ["Requirements to run" section in this support document](https://support.mozilla.org/en-US/kb/enable-background-updates-firefox-windows).
709 **Compatibility:** Firefox 90 (Windows only)\
710 **CCK2 Equivalent:** N/A\
711 **Preferences Affected:** `app.update.background.enabled`
715 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
717 #### Windows (Intune)
720 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
724 <enabled/> or <disabled/>
729 <key>BackgroundAppUpdate</key>
737 "BackgroundAppUpdate": true | false
743 Block access to the Add-ons Manager (about:addons).
745 **Compatibility:** Firefox 60, Firefox ESR 60\
746 **CCK2 Equivalent:** `disableAddonsManager`\
747 **Preferences Affected:** N/A
751 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
753 #### Windows (Intune)
756 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
760 <enabled/> or <disabled/>
765 <key>BlockAboutAddons</key>
773 "BlockAboutAddons": true | false
779 Block access to about:config.
781 **Compatibility:** Firefox 60, Firefox ESR 60\
782 **CCK2 Equivalent:** `disableAboutConfig`\
783 **Preferences Affected:** N/A
787 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
789 #### Windows (Intune)
792 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
796 <enabled/> or <disabled/>
801 <key>BlockAboutConfig</key>
809 "BlockAboutConfig": true | false
813 ### BlockAboutProfiles
815 Block access to About Profiles (about:profiles).
817 **Compatibility:** Firefox 60, Firefox ESR 60\
818 **CCK2 Equivalent:** `disableAboutProfiles`\
819 **Preferences Affected:** N/A
823 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
825 #### Windows (Intune)
828 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
832 <enabled/> or <disabled/>
837 <key>BlockAboutProfiles</key>
845 "BlockAboutProfiles": true | false
849 ### BlockAboutSupport
851 Block access to Troubleshooting Information (about:support).
853 **Compatibility:** Firefox 60, Firefox ESR 60\
854 **CCK2 Equivalent:** `disableAboutSupport`\
855 **Preferences Affected:** N/A
859 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
861 #### Windows (Intune)
864 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
868 <enabled/> or <disabled/>
873 <key>BlockAboutSupport</key>
881 "BlockAboutSupport": true | false
887 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
889 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.
891 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.
893 **Compatibility:** Firefox 60, Firefox ESR 60\
894 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
895 **Preferences Affected:** N/A
899 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
900 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
901 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
902 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
903 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
905 Software\Policies\Mozilla\Firefox\Bookmarks (REG_MULTI_SZ) =
911 #### Windows (Intune)
914 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
919 <data id="BookmarkTitle" value="Example"/>
920 <data id="BookmarkURL" value="https://example.com"/>
921 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
922 <data id="BookmarkPlacement" value="toolbar | menu"/>
923 <data id="BookmarkFolder" value="FolderName"/>
927 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Bookmarks
932 <data id="JSON" value='[]'/>
941 <string>Example</string>
943 <string>https://example.com</string>
945 <string>https://example.com/favicon.ico</string>
947 <string>toolbar | menu</string>
949 <string>FolderName</string>
961 "URL": "https://example.com",
962 "Favicon": "https://example.com/favicon.ico",
963 "Placement": "toolbar" | "menu",
964 "Folder": "FolderName"
971 Enable or disable the detection of captive portals.
973 **Compatibility:** Firefox 67, Firefox ESR 60.7\
974 **CCK2 Equivalent:** N/A\
975 **Preferences Affected:** `network.captive-portal-service.enabled`
979 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
981 #### Windows (Intune)
984 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
988 <enabled/> or <disabled/>
993 <key>CaptivePortal</key>
1001 "CaptivePortal": true | false
1007 ### Certificates | ImportEnterpriseRoots
1009 Trust certificates that have been added to the operating system certificate store by a user or administrator.
1011 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
1013 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
1015 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
1016 **CCK2 Equivalent:** N/A\
1017 **Preferences Affected:** `security.enterprise_roots.enabled`
1021 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
1023 #### Windows (Intune)
1026 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
1030 <enabled/> or <disabled/>
1035 <key>Certificates</key>
1037 <key>ImportEnterpriseRoots</key>
1047 "ImportEnterpriseRoots": true | false
1052 ### Certificates | Install
1054 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
1057 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
1058 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
1060 - /Library/Application Support/Mozilla/Certificates
1061 - ~/Library/Application Support/Mozilla/Certificates
1063 - /usr/lib/mozilla/certificates
1064 - /usr/lib64/mozilla/certificates
1065 - ~/.mozilla/certificates
1067 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.
1069 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.
1071 Certificates are installed using the trust string `CT,CT,`.
1073 Binary (DER) and ASCII (PEM) certificates are both supported.
1075 **Compatibility:** Firefox 64, Firefox ESR 64\
1076 **CCK2 Equivalent:** `certs.ca`\
1077 **Preferences Affected:** N/A
1081 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
1082 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
1084 #### Windows (Intune)
1087 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
1092 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
1097 <key>Certificates</key>
1101 <string>cert1.der</string>
1102 <string>/Users/username/cert2.pem</string>
1112 "Install": ["cert1.der", "/home/username/cert2.pem"]
1118 Set policies related to [containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/).
1120 Currently you can set the initial set of containers.
1122 For each container, you can specify the name, icon, and color.
1124 | Name | Description |
1126 | `name`| Name of container
1127 | `icon` | Can be `fingerprint`, `briefcase`, `dollar`, `cart`, `vacation`, `gift`, `food`, `fruit`, `pet`, `tree`, `chill`, `circle`, `fence`
1128 | `color` | Can be `blue`, `turquoise`, `green`, `yellow`, `orange`, `red`, `pink`, `purple`, `toolbar`
1130 **Compatibility:** Firefox 113\
1131 **CCK2 Equivalent:** N/A\
1132 **Preferences Affected:** N/A
1135 Software\Policies\Mozilla\Firefox\Containers (REG_MULTI_SZ) =
1140 "name": "My container",
1142 "color": "turquoise"
1147 #### Windows (Intune)
1150 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Containers
1155 <data id="JSON" value='
1159 "name": "My container",
1161 "color": "turquoise"
1172 <key>Containers</key>
1176 <string>My container</string>
1178 <string>pet</string>
1180 <string>turquoise</string>
1193 "name": "My container",
1195 "color": "turquoise"
1203 Configure cookie preferences.
1205 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
1207 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
1209 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
1211 `Behavior` sets the default behavior for cookies based on the values below.
1213 `BehaviorPrivateBrowsing` sets the default behavior for cookies in private browsing based on the values below.
1215 | Value | Description
1217 | accept | Accept all cookies
1218 | reject-foreign | Reject third party cookies
1219 | reject | Reject all cookies
1220 | limit-foreign | Reject third party cookies for sites you haven't visited
1221 | reject-tracker | Reject cookies for known trackers (default)
1222 | reject-tracker-and-partition-foreign | Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection) (default for private browsing)
1224 `Locked` prevents the user from changing cookie preferences.
1226 `Default` determines whether cookies are accepted at all. (*Deprecated*. Use `Behavior` instead)
1228 `AcceptThirdParty` determines how third-party cookies are handled. (*Deprecated*. Use `Behavior` instead)
1230 `RejectTracker` only rejects cookies for trackers. (*Deprecated*. Use `Behavior` instead)
1232 `ExpireAtSessionEnd` determines when cookies expire. (*Deprecated*. Use [`SanitizeOnShutdown`](#sanitizeonshutdown-selective) instead)
1234 **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)\
1235 **CCK2 Equivalent:** N/A\
1236 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
1240 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
1241 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
1242 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
1243 Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1244 Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1245 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
1247 #### Windows (Intune)
1250 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
1255 <data id="Permissions" value="1https://example.com"/>
1259 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
1264 <data id="Permissions" value="1https://example.edu"/>
1268 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
1273 <data id="Permissions" value="1https://example.org"/>
1277 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
1281 <enabled/> or <disabled/>
1285 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Behavior
1290 <data id="Cookies_Behavior" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1294 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_BehaviorPrivateBrowsing
1299 <data id="Cookies_BehaviorPrivateBrowsing" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1308 <string>http://example.com</string>
1310 <key>AllowSession</key>
1312 <string>http://example.edu</string>
1316 <string>http://example.org</string>
1321 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1322 <key>BehaviorPrivateBrowsing</key>
1323 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1332 "Allow": ["http://example.org/"],
1333 "AllowSession": ["http://example.edu/"],
1334 "Block": ["http://example.edu/"],
1335 "Locked": true | false,
1336 "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1337 "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1342 ### DefaultDownloadDirectory
1343 Set the default download directory.
1345 You can use ${home} for the native home directory.
1347 **Compatibility:** Firefox 68, Firefox ESR 68\
1348 **CCK2 Equivalent:** N/A\
1349 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1353 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1355 #### Windows (Intune)
1358 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1363 <data id="Preferences_String" value="${home}\Downloads"/>
1368 <key>DefaultDownloadDirectory</key>
1369 <string>${home}/Downloads</string>
1372 #### policies.json (macOS and Linux)
1376 "DefaultDownloadDirectory": "${home}/Downloads"
1380 #### policies.json (Windows)
1384 "DefaultDownloadDirectory": "${home}\\Downloads"
1388 ### DisableAppUpdate
1389 Turn off application updates within Firefox.
1391 **Compatibility:** Firefox 60, Firefox ESR 60\
1392 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1393 **Preferences Affected:** N/A
1397 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1399 #### Windows (Intune)
1402 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1406 <enabled/> or <disabled/>
1411 <key>DisableAppUpdate</key>
1419 "DisableAppUpdate": true | false
1423 ### DisableBuiltinPDFViewer
1424 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1426 **Compatibility:** Firefox 60, Firefox ESR 60\
1427 **CCK2 Equivalent:** `disablePDFjs`\
1428 **Preferences Affected:** `pdfjs.disabled`
1432 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1434 #### Windows (Intune)
1437 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1441 <enabled/> or <disabled/>
1446 <key>DisableBuiltinPDFViewer</key>
1454 "DisableBuiltinPDFViewer": true | false
1459 Disable specific cryptographic ciphers, listed below.
1462 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1463 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1464 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
1465 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
1466 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
1467 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
1468 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1469 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
1470 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1471 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
1472 TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1473 TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1474 TLS_RSA_WITH_AES_128_GCM_SHA256
1475 TLS_RSA_WITH_AES_256_GCM_SHA384
1476 TLS_RSA_WITH_AES_128_CBC_SHA
1477 TLS_RSA_WITH_AES_256_CBC_SHA
1478 TLS_RSA_WITH_3DES_EDE_CBC_SHA
1481 **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`
1486 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.
1489 **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)\
1490 **CCK2 Equivalent:** N/A\
1491 **Preferences Affected:** N/A
1495 Software\Policies\Mozilla\Firefox\DisabledCiphers\CIPHER_NAME = 0x1 | 0x0
1497 #### Windows (Intune)
1500 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_CIPHER_NAME
1505 <enabled/> or <disabled/>
1510 <key>DisabledCiphers</key>
1512 <key>CIPHER_NAME</key>
1521 "DisabledCiphers": {
1522 "CIPHER_NAME": true | false,
1527 ### DisableDefaultBrowserAgent
1528 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1530 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).
1532 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1533 **CCK2 Equivalent:** N/A\
1534 **Preferences Affected:** N/A
1538 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1540 #### Windows (Intune)
1543 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1547 <enabled/> or <disabled/>
1553 "DisableDefaultBrowserAgent": true | false
1557 ### DisableDeveloperTools
1558 Remove access to all developer tools.
1560 **Compatibility:** Firefox 60, Firefox ESR 60\
1561 **CCK2 Equivalent:** `removeDeveloperTools`\
1562 **Preferences Affected:** `devtools.policy.disabled`
1566 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1568 #### Windows (Intune)
1571 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1575 <enabled/> or <disabled/>
1580 <key>DisableDeveloperTools</key>
1588 "DisableDeveloperTools": true | false
1592 ### DisableFeedbackCommands
1593 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1595 **Compatibility:** Firefox 60, Firefox ESR 60\
1596 **CCK2 Equivalent:** N/A\
1597 **Preferences Affected:** N/A
1601 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1603 #### Windows (Intune)
1606 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1610 <enabled/> or <disabled/>
1615 <key>DisableFeedbackCommands</key>
1623 "DisableFeedbackCommands": true | false
1627 ### DisableEncryptedClientHello
1628 Disable the TLS Feature for Encrypted Client Hello. Note that TLS Client Hellos will still contain an ECH extension, but this extension will not be used by Firefox during the TLS handshake.
1630 **Compatibility:** Firefox 127, Firefox ESR 128\
1631 **CCK2 Equivalent:** N/A\
1632 **Preferences Affected:** `network.dns.echconfig.enabled`, `network.dns.http3_echconfig.enabled`
1636 Software\Policies\Mozilla\Firefox\DisableEncryptedClientHello = 0x1 | 0x0
1638 #### Windows (Intune)
1641 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableEncryptedClientHello
1645 <enabled/> or <disabled/>
1650 <key>DisableEncryptedClientHello</key>
1658 "DisableEncryptedClientHello": true | false
1662 ### DisableFirefoxAccounts
1663 Disable Firefox Accounts integration (Sync).
1665 **Compatibility:** Firefox 60, Firefox ESR 60\
1666 **CCK2 Equivalent:** `disableSync`\
1667 **Preferences Affected:** `identity.fxaccounts.enabled`
1671 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1673 #### Windows (Intune)
1676 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1680 <enabled/> or <disabled/>
1685 <key>DisableFirefoxAccounts</key>
1693 "DisableFirefoxAccounts": true | false
1697 ### DisableFirefoxScreenshots
1698 Remove access to Firefox Screenshots.
1700 **Compatibility:** Firefox 60, Firefox ESR 60\
1701 **CCK2 Equivalent:** N/A\
1702 **Preferences Affected:** `extensions.screenshots.disabled`
1706 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1708 #### Windows (Intune)
1711 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1715 <enabled/> or <disabled/>
1720 <key>DisableFirefoxScreenshots</key>
1728 "DisableFirefoxScreenshots": true | false
1732 ### DisableFirefoxStudies
1733 Disable Firefox studies (Shield).
1735 **Compatibility:** Firefox 60, Firefox ESR 60\
1736 **CCK2 Equivalent:** N/A\
1737 **Preferences Affected:** `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
1741 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1743 #### Windows (Intune)
1746 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1750 <enabled/> or <disabled/>
1755 <key>DisableFirefoxStudies</key>
1763 "DisableFirefoxStudies": true | false
1767 ### DisableForgetButton
1768 Disable the "Forget" button.
1770 **Compatibility:** Firefox 60, Firefox ESR 60\
1771 **CCK2 Equivalent:** `disableForget`\
1772 **Preferences Affected:** N/A
1776 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1778 #### Windows (Intune)
1781 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1785 <enabled/> or <disabled/>
1790 <key>DisableForgetButton</key>
1798 "DisableForgetButton": true | false
1802 ### DisableFormHistory
1803 Turn off saving information on web forms and the search bar.
1805 **Compatibility:** Firefox 60, Firefox ESR 60\
1806 **CCK2 Equivalent:** `disableFormFill`\
1807 **Preferences Affected:** `browser.formfill.enable`
1811 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1813 #### Windows (Intune)
1816 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1820 <enabled/> or <disabled/>
1825 <key>DisableFormHistory</key>
1833 "DisableFormHistory": true | false
1837 ### DisableMasterPasswordCreation
1838 Remove the master password functionality.
1840 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
1842 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
1844 **Compatibility:** Firefox 60, Firefox ESR 60\
1845 **CCK2 Equivalent:** `noMasterPassword`\
1846 **Preferences Affected:** N/A
1850 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
1852 #### Windows (Intune)
1855 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
1859 <enabled/> or <disabled/>
1864 <key>DisableMasterPasswordCreation</key>
1872 "DisableMasterPasswordCreation": true | false
1876 ### DisablePasswordReveal
1877 Do not allow passwords to be shown in saved logins
1879 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1880 **CCK2 Equivalent:** N/A
1881 **Preferences Affected:** N/A
1885 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1887 #### Windows (Intune)
1890 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1894 <enabled/> or <disabled/>
1899 <key>DisablePasswordReveal</key>
1907 "DisablePasswordReveal": true | false
1912 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1914 **Compatibility:** Firefox 60, Firefox ESR 60\
1915 **CCK2 Equivalent:** `disablePocket`\
1916 **Preferences Affected:** `extensions.pocket.enabled`
1920 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1922 #### Windows (Intune)
1925 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1929 <enabled/> or <disabled/>
1934 <key>DisablePocket</key>
1942 "DisablePocket": true | false
1946 ### DisablePrivateBrowsing
1947 Remove access to private browsing.
1949 **Compatibility:** Firefox 60, Firefox ESR 60\
1950 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1951 **Preferences Affected:** N/A
1955 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1957 #### Windows (Intune)
1960 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1964 <enabled/> or <disabled/>
1969 <key>DisablePrivateBrowsing</key>
1977 "DisablePrivateBrowsing": true | false
1981 ### DisableProfileImport
1982 Disables the "Import data from another browser" option in the bookmarks window.
1984 **Compatibility:** Firefox 60, Firefox ESR 60\
1985 **CCK2 Equivalent:** N/A\
1986 **Preferences Affected:** N/A
1990 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1992 #### Windows (Intune)
1995 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1999 <enabled/> or <disabled/>
2004 <key>DisableProfileImport</key>
2012 "DisableProfileImport": true | false
2016 ### DisableProfileRefresh
2017 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.
2019 **Compatibility:** Firefox 60, Firefox ESR 60\
2020 **CCK2 Equivalent:** `disableResetFirefox`\
2021 **Preferences Affected:** `browser.disableResetPrompt`
2025 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
2027 #### Windows (Intune)
2030 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
2034 <enabled/> or <disabled/>
2039 <key>DisableProfileRefresh</key>
2047 "DisableProfileRefresh": true | false
2052 Disable safe mode within the browser.
2054 On Windows, this disables safe mode via the command line as well.
2056 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
2057 **CCK2 Equivalent:** `disableSafeMode`\
2058 **Preferences Affected:** N/A
2062 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
2064 #### Windows (Intune)
2067 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
2071 <enabled/> or <disabled/>
2076 <key>DisableSafeMode</key>
2084 "DisableSafeMode": true | false
2088 ### DisableSecurityBypass
2089 Prevent the user from bypassing security in certain cases.
2091 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
2093 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
2095 These policies only affect what happens when an error is shown, they do not affect any settings in preferences.
2097 **Compatibility:** Firefox 60, Firefox ESR 60\
2098 **CCK2 Equivalent:** N/A\
2099 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
2103 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
2104 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
2106 #### Windows (Intune)
2109 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
2113 <enabled/> or <disabled/>
2117 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
2121 <enabled/> or <disabled/>
2127 <key>DisableSecurityBypass</key>
2129 <key>InvalidCertificate</key>
2131 <key>SafeBrowsing</key>
2140 "DisableSecurityBypass": {
2141 "InvalidCertificate": true | false,
2142 "SafeBrowsing": true | false
2147 ### DisableSetDesktopBackground
2148 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
2150 **Compatibility:** Firefox 60, Firefox ESR 60\
2151 **CCK2 Equivalent:** `removeSetDesktopBackground`\
2152 **Preferences Affected:** N/A
2156 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
2158 #### Windows (Intune)
2161 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
2165 <enabled/> or <disabled/>
2170 <key>DisableSetDesktopBackground</key>
2178 "DisableSetDesktopBackground": true | false
2182 ### DisableSystemAddonUpdate
2183 Prevent system add-ons from being installed or updated.
2185 **Compatibility:** Firefox 60, Firefox ESR 60\
2186 **CCK2 Equivalent:** N/A\
2187 **Preferences Affected:** N/A
2191 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
2193 #### Windows (Intune)
2196 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
2200 <enabled/> or <disabled/>
2205 <key>DisableSystemAddonUpdate</key>
2213 "DisableSystemAddonUpdate": true | false
2217 ### DisableTelemetry
2218 Prevent the upload of telemetry data.
2220 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
2222 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
2224 **Compatibility:** Firefox 60, Firefox ESR 60\
2225 **CCK2 Equivalent:** `disableTelemetry`\
2226 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
2230 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
2232 #### Windows (Intune)
2235 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
2239 <enabled/> or <disabled/>
2244 <key>DisableTelemetry</key>
2252 "DisableTelemetry": true | false
2256 ### DisableThirdPartyModuleBlocking
2257 Do not allow blocking third-party modules from the `about:third-party` page.
2259 This policy only works on Windows through GPO (not policies.json).
2261 **Compatibility:** Firefox 110 (Windows only, GPO only)\
2262 **CCK2 Equivalent:** N/A\
2263 **Preferences Affected:** N/A
2267 Software\Policies\Mozilla\Firefox\DisableThirdPartyModuleBlocking = = 0x1 | 0x0
2269 #### Windows (Intune)
2272 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableThirdPartyModuleBlocking
2276 <enabled/> or <disabled/>
2278 ### DisplayBookmarksToolbar
2279 Set the initial state of the bookmarks toolbar. A user can still change how it is displayed.
2281 `always` means the bookmarks toolbar is always shown.
2283 `never` means the bookmarks toolbar is not shown.
2285 `newtab` means the bookmarks toolbar is only shown on the new tab page.
2287 **Compatibility:** Firefox 109, Firefox ESR 102.7\
2288 **CCK2 Equivalent:** N/A\
2289 **Preferences Affected:** N/A
2293 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = "always", "never", "newtab"
2295 #### Windows (Intune)
2298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar_Enum
2303 <data id="DisplayBookmarksToolbar" value="always | never | newtab"/>
2308 <key>DisplayBookmarksToolbar</key>
2309 <string>always | never | newtab</string>
2316 "DisplayBookmarksToolbar": "always" | "never" | "newtab"
2321 Set the state of the menubar.
2323 `always` means the menubar is shown and cannot be hidden.
2325 `never` means the menubar is hidden and cannot be shown.
2327 `default-on` means the menubar is on by default but can be hidden.
2329 `default-off` means the menubar is off by default but can be shown.
2331 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
2332 **CCK2 Equivalent:** `displayMenuBar`\
2333 **Preferences Affected:** N/A
2337 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
2339 #### Windows (Intune)
2342 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2347 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2352 <key>DisplayMenuBar</key>
2353 <string>always | never | default-on | default-off</string>
2360 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2365 Configure DNS over HTTPS.
2367 `Enabled` determines whether DNS over HTTPS is enabled
2369 `ProviderURL` is a URL to another provider.
2371 `Locked` prevents the user from changing DNS over HTTPS preferences.
2373 `ExcludedDomains` excludes domains from DNS over HTTPS.
2375 `Fallback` determines whether or not Firefox will use your default DNS resolver if there is a problem with the secure DNS provider.
2377 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7) (Fallback added in 124)\
2378 **CCK2 Equivalent:** N/A\
2379 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2383 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2384 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2385 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2386 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2387 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Fallback = 0x1 | 0x0
2389 #### Windows (Intune)
2392 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2396 <enabled/> or <disabled/>
2400 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2405 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2409 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2413 <enabled/> or <disabled/>
2417 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2422 <data id="List" value="1example.com"/>
2426 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Fallback
2430 <enabled/> or <disabled/>
2435 <key>DNSOverHTTPS</key>
2439 <key>ProviderURL</key>
2440 <string>URL_TO_ALTERNATE_PROVIDER</string>
2443 <key>ExcludedDomains</key>
2445 <string>example.com</string>
2457 "Enabled": true | false,
2458 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2459 "Locked": true | false,
2460 "ExcludedDomains": ["example.com"],
2461 "Fallback": true | false,
2466 ### DontCheckDefaultBrowser
2467 Don't check if Firefox is the default browser at startup.
2469 **Compatibility:** Firefox 60, Firefox ESR 60\
2470 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2471 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2475 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2477 #### Windows (Intune)
2480 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2484 <enabled/> or <disabled/>
2489 <key>DontCheckDefaultBrowser</key>
2497 "DontCheckDefaultBrowser": true | false
2501 ### DownloadDirectory
2502 Set and lock the download directory.
2504 You can use ${home} for the native home directory.
2506 **Compatibility:** Firefox 68, Firefox ESR 68\
2507 **CCK2 Equivalent:** N/A\
2508 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2512 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2514 #### Windows (Intune)
2517 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2522 <data id="Preferences_String" value="${home}\Downloads"/>
2527 <key>DownloadDirectory</key>
2528 <string>${home}/Downloads</string>
2531 #### policies.json (macOS and Linux)
2535 "DownloadDirectory": "${home}/Downloads"
2538 #### policies.json (Windows)
2542 "DownloadDirectory": "${home}\\Downloads"
2545 ### EnableTrackingProtection
2546 Configure tracking protection.
2548 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.
2550 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2552 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.
2554 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2556 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2558 If `EmailTracking` is set to true, hidden email tracking pixels and scripts on websites are blocked. (Firefox 112)
2560 `Exceptions` are origins for which tracking protection is not enabled.
2562 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2563 **CCK2 Equivalent:** N/A\
2564 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2568 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2569 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2570 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2571 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2572 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2574 #### Windows (Intune)
2577 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2581 <enabled/> or <disabled/>
2585 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2589 <enabled/> or <disabled/>
2593 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2597 <enabled/> or <disabled/>
2601 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2606 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2610 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2614 <enabled/> or <disabled/>
2619 <key>EnableTrackingProtection</key>
2625 <key>Cryptomining</key>
2627 <key>Fingerprinting</key>
2629 <key>Exceptions</key>
2631 <string>https://example.com</string>
2640 "EnableTrackingProtection": {
2641 "Value": true | false,
2642 "Locked": true | false,
2643 "Cryptomining": true | false,
2644 "Fingerprinting": true | false,
2645 "Exceptions": ["https://example.com"]
2650 ### EncryptedMediaExtensions
2651 Enable or disable Encrypted Media Extensions and optionally lock it.
2653 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2655 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.
2657 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2658 **CCK2 Equivalent:** N/A\
2659 **Preferences Affected:** `media.eme.enabled`
2663 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2664 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2666 #### Windows (Intune)
2669 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2670 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2674 <enabled/>or <disabled/>
2679 <key>EncryptedMediaExtensions</key>
2692 "EncryptedMediaExtensions": {
2693 "Enabled": true | false,
2694 "Locked": true | false
2699 ### EnterprisePoliciesEnabled
2700 Enable policy support on macOS.
2702 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2703 **CCK2 Equivalent:** N/A\
2704 **Preferences Affected:** N/A
2709 <key>EnterprisePoliciesEnabled</key>
2713 ### ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2715 Disable warnings based on file extension for specific file types on domains.
2717 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#ExemptDomainFileTypePairsFromFileTypeDownloadWarnings) of the same name.
2719 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.
2721 **Compatibility:** Firefox 102\
2722 **CCK2 Equivalent:** N/A\
2723 **Preferences Affected:** N/A
2726 Software\Policies\Mozilla\Firefox\ExemptDomainFileTypePairsFromFileTypeDownloadWarnings (REG_MULTI_SZ) =
2730 "file_extension": "jnlp",
2731 "domains": ["example.com"]
2735 #### Windows (Intune)
2738 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2743 <data id="JSON" value='
2746 "file_extension": "jnlp",
2747 "domains": ["example.com"]
2755 <key>ExemptDomainFileTypePairsFromFileTypeDownloadWarnings</key>
2758 <key>file_extension</key>
2759 <string>jnlp</string>
2762 <string>example.com</string>
2772 "ExemptDomainFileTypePairsFromFileTypeDownloadWarnings": [{
2773 "file_extension": "jnlp",
2774 "domains": ["example.com"]
2780 Control the installation, uninstallation and locking of extensions.
2782 We strongly recommend 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.
2784 This method will be deprecated in the near future.
2786 `Install` is a list of URLs or native paths for extensions to be installed.
2788 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2790 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2792 **Compatibility:** Firefox 60, Firefox ESR 60\
2793 **CCK2 Equivalent:** `addons`\
2794 **Preferences Affected:** N/A
2798 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2799 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2800 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2801 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2803 #### Windows (Intune)
2806 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2811 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2815 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2820 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2824 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2829 <data id="Extensions" value="1addon_id@mozilla.org"/>
2834 <key>Extensions</key>
2838 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2839 <string>//path/to/xpi</string>
2841 <key>Uninstall</key>
2843 <string>bad_addon_id@mozilla.org</string>
2847 <string>addon_id@mozilla.org</string>
2857 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2858 "Uninstall": ["bad_addon_id@mozilla.org"],
2859 "Locked": ["addon_id@mozilla.org"]
2864 ### ExtensionSettings
2865 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.
2867 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.
2869 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).
2871 The configuration for each extension is another dictionary that can contain the fields documented below.
2873 | Name | Description |
2875 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2876 | `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.
2877 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2878 | `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.
2879 | `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.
2880 | `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.
2881 | `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.
2882 | `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.
2883 | `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.
2884 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2885 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2886 | `default_area` | (Firefox 113) String that indicates where to place the extension icon by default. Possible values are `navbar` and `menupanel`.
2887 | `temporarily_allow_weak_signatures`| (Firefox 127) A boolean that indicates whether to allow installing extensions signed using deprecated signature algorithms.
2889 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2890 **CCK2 Equivalent:** N/A\
2891 **Preferences Affected:** N/A
2894 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2898 "blocked_install_message": "Custom error message.",
2899 "install_sources": ["https://yourwebsite.com/*"],
2900 "installation_mode": "blocked",
2901 "allowed_types": ["extension"]
2903 "uBlock0@raymondhill.net": {
2904 "installation_mode": "force_installed",
2905 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2907 "https-everywhere@eff.org": {
2908 "installation_mode": "allowed",
2909 "updates_disabled": false
2913 #### Windows (Intune)
2916 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2921 <data id="ExtensionSettings" value='
2924 "blocked_install_message": "Custom error message.",
2925 "install_sources": ["https://yourwebsite.com/*"],
2926 "installation_mode": "blocked",
2927 "allowed_types": ["extension"]
2929 "uBlock0@raymondhill.net": {
2930 "installation_mode": "force_installed",
2931 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2933 "https-everywhere@eff.org": {
2934 "installation_mode": "allowed",
2935 "updates_disabled": false
2942 <key>ExtensionSettings</key>
2946 <key>blocked_install_message</key>
2947 <string>Custom error message.</string>
2948 <key>install_sources</key>
2950 <string>"https://yourwebsite.com/*"</string>
2952 <key>installation_mode</key>
2953 <string>blocked</string>
2954 <key>allowed_types</key>
2956 <string>extension</string>
2959 <key>uBlock0@raymondhill.net</key>
2961 <key>installation_mode</key>
2962 <string>force_installed</string>
2963 <key>install_url</key>
2964 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2966 <key>https-everywhere@eff.org</key>
2968 <key>installation_mode</key>
2969 <string>allowed</string>
2970 <key>updates_disabled</key>
2980 "ExtensionSettings": {
2982 "blocked_install_message": "Custom error message.",
2983 "install_sources": ["https://yourwebsite.com/*"],
2984 "installation_mode": "blocked",
2985 "allowed_types": ["extension"]
2987 "uBlock0@raymondhill.net": {
2988 "installation_mode": "force_installed",
2989 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2991 "https-everywhere@eff.org": {
2992 "installation_mode": "allowed",
2993 "updates_disabled": false
3000 Control extension updates.
3002 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3003 **CCK2 Equivalent:** N/A\
3004 **Preferences Affected:** `extensions.update.enabled`
3008 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
3010 #### Windows (Intune)
3013 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
3017 <enabled/> or <disabled/>
3022 <key>ExtensionUpdate</key>
3030 "ExtensionUpdate": true | false
3035 Customize the Firefox Home page.
3037 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4, Snippets was deprecated in Firefox 122)
3038 **CCK2 Equivalent:** N/A\
3039 **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`
3043 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
3044 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
3045 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
3046 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
3047 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
3048 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
3049 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
3050 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
3052 #### Windows (Intune)
3055 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
3060 <data id="FirefoxHome_Search" value="true | false"/>
3061 <data id="FirefoxHome_TopSites" value="true | false"/>
3062 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
3063 <data id="FirefoxHome_Highlights" value="true | false"/>
3064 <data id="FirefoxHome_Pocket" value="true | false"/>
3065 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
3066 <data id="FirefoxHome_Snippets" value="true | false"/>
3067 <data id="FirefoxHome_Locked" value="true | false"/>
3072 <key>FirefoxHome</key>
3078 <key>SponsoredTopSites</key>
3080 <key>Highlights</key>
3084 <key>SponsoredPocket</key>
3098 "Search": true | false,
3099 "TopSites": true | false,
3100 "SponsoredTopSites": true | false,
3101 "Highlights": true | false,
3102 "Pocket": true | false,
3103 "SponsoredPocket": true | false,
3104 "Snippets": true | false,
3105 "Locked": true | false
3111 Customize Firefox Suggest (US only).
3113 **Compatibility:** Firefox 118, Firefox ESR 115.3.
3114 **CCK2 Equivalent:** N/A\
3115 **Preferences Affected:** `browser.urlbar.suggest.quicksuggest.nonsponsored`, `browser.urlbar.suggest.quicksuggest.sponsored`, `browser.urlbar.quicksuggest.dataCollection.enabled`
3119 Software\Policies\Mozilla\Firefox\FirefoxSuggest\WebSuggestions = 0x1 | 0x0
3120 Software\Policies\Mozilla\Firefox\FirefoxSuggest\SponsoredSuggestions = 0x1 | 0x0
3121 Software\Policies\Mozilla\Firefox\FirefoxSuggest\ImproveSuggest = 0x1 | 0x0
3122 Software\Policies\Mozilla\Firefox\FirefoxSuggest\Locked = 0x1 | 0x0
3124 #### Windows (Intune)
3127 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/WebSuggestions
3131 <enabled/> or <disabled/>
3135 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/SponsoredSuggestions
3139 <enabled/> or <disabled/>
3143 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/ImproveSuggest
3147 <enabled/> or <disabled/>
3151 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/Locked
3155 <enabled/> or <disabled/>
3160 <key>FirefoxSuggest</key>
3162 <key>WebSuggestions</key>
3164 <key>SponsoredSuggestions</key>
3166 <key>ImproveSuggest</key>
3178 "WebSuggestions": true | false,
3179 "SponsoredSuggestions": true | false,
3180 "ImproveSuggest": true | false,
3181 "Locked": true | false
3186 ### GoToIntranetSiteForSingleWordEntryInAddressBar
3187 Whether to always go through the DNS server before sending a single word search string to a search engine.
3189 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.
3191 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.
3193 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.
3195 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`.
3197 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`.
3199 **Compatibility:** Firefox 104, Firefox ESR 102.2\
3200 **CCK2 Equivalent:** `N/A`\
3201 **Preferences Affected:** `browser.fixup.dns_first_for_single_words`
3205 Software\Policies\Mozilla\Firefox\GoToIntranetSiteForSingleWordEntryInAddressBar = 0x1 | 0x0
3207 #### Windows (Intune)
3210 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/GoToIntranetSiteForSingleWordEntryInAddressBar
3214 <enabled/> or <disabled/>
3219 <key>GoToIntranetSiteForSingleWordEntryInAddressBar</key>
3227 "GoToIntranetSiteForSingleWordEntryInAddressBar": true | false
3232 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
3234 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
3236 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.
3238 | Name | Description |
3240 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
3241 | `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.
3242 | `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.
3243 | `name` | The display name of the handler (might not be used).
3244 | `path`| The native path to the executable to be used.
3245 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
3247 **Compatibility:** Firefox 78, Firefox ESR 78\
3248 **CCK2 Equivalent:** N/A\
3249 **Preferences Affected:** N/A
3252 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
3256 "application/msword": {
3257 "action": "useSystemDefault",
3263 "action": "useHelperApp",
3264 "ask": true | false,
3267 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3273 "action": "useHelperApp",
3274 "ask": true | false,
3276 "name": "Adobe Acrobat",
3277 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3283 #### Windows (Intune)
3286 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
3291 <data id="Handlers" value='
3294 "application/msword": {
3295 "action": "useSystemDefault",
3301 "action": "useHelperApp",
3302 "ask": true | false,
3305 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3311 "action": "useHelperApp",
3312 "ask": true | false,
3314 "name": "Adobe Acrobat",
3315 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3327 <key>mimeTypes</key>
3329 <key>application/msword</key>
3332 <string>useSystemDefault</string>
3342 <string>useHelperApp</string>
3349 <string>Gmail</string>
3350 <key>uriTemplate</key>
3351 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
3356 <key>extensions</key>
3361 <string>useHelperApp</string>
3368 <string>Adobe Acrobat</string>
3370 <string>/System/Applications/Preview.app</string>
3384 "application/msword": {
3385 "action": "useSystemDefault",
3391 "action": "useHelperApp",
3392 "ask": true | false,
3395 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3401 "action": "useHelperApp",
3402 "ask": true | false,
3404 "name": "Adobe Acrobat",
3405 "path": "/usr/bin/acroread"
3413 ### HardwareAcceleration
3414 Control hardware acceleration.
3416 **Compatibility:** Firefox 60, Firefox ESR 60\
3417 **CCK2 Equivalent:** N/A\
3418 **Preferences Affected:** `layers.acceleration.disabled`
3422 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3424 #### Windows (Intune)
3427 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3431 <enabled/> or <disabled/>
3436 <key>HardwareAcceleration</key>
3444 "HardwareAcceleration": true | false
3449 Configure the default homepage and how Firefox starts.
3451 `URL` is the default homepage.
3453 `Locked` prevents the user from changing homepage preferences.
3455 `Additional` allows for more than one homepage.
3457 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3459 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.
3461 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3462 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3463 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3467 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3468 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3469 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3470 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3471 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3473 #### Windows (Intune)
3476 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3482 <data id="HomepageURL" value="https://example.com"/>
3483 <data id="HomepageLocked" value="true | false"/>
3487 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3493 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
3497 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3503 <data id="StartPage" value="none | homepage | previous-session"/>
3511 <string>http://example.com</string>
3514 <key>Additional</key>
3516 <string>http://example.org</string>
3517 <string>http://example.edu</string>
3519 <key>StartPage</key>
3520 <string>none | homepage | previous-session | homepage-locked</string>
3529 "URL": "http://example.com/",
3530 "Locked": true | false,
3531 "Additional": ["http://example.org/",
3532 "http://example.edu/"],
3533 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3538 ### InstallAddonsPermission
3539 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.
3541 `Allow` is a list of origins where extension installs are allowed.
3543 `Default` determines whether or not extension installs are allowed by default.
3545 **Compatibility:** Firefox 60, Firefox ESR 60\
3546 **CCK2 Equivalent:** `permissions.install`\
3547 **Preferences Affected:** `xpinstall.enabled`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
3551 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3552 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3553 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3555 #### Windows (Intune)
3558 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3563 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3567 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3576 <key>InstallAddonsPermission</key>
3580 <string>http://example.org</string>
3581 <string>http://example.edu</string>
3592 "InstallAddonsPermission": {
3593 "Allow": ["http://example.org/",
3594 "http://example.edu/"],
3595 "Default": true | false
3601 Disable the feature enforcing a separate profile for each installation.
3603 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.
3605 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3607 This policy only work on Windows via GPO (not policies.json).
3609 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3610 **CCK2 Equivalent:** N/A\
3611 **Preferences Affected:** N/A
3615 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3617 #### Windows (Intune)
3620 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3624 <enabled/> or <disabled/>
3626 ### LegacySameSiteCookieBehaviorEnabled
3627 Enable default legacy SameSite cookie behavior setting.
3629 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```.
3631 **Compatibility:** Firefox 96\
3632 **CCK2 Equivalent:** N/A\
3633 **Preferences Affected:** `network.cookie.sameSite.laxByDefault`
3637 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = = 0x1 | 0x0
3639 #### Windows (Intune)
3642 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabled
3646 <enabled/> or <disabled/>
3651 <key>LegacySameSiteCookieBehaviorEnabled</key>
3659 "LegacySameSiteCookieBehaviorEnabled": true | false
3662 ### LegacySameSiteCookieBehaviorEnabledForDomainList
3663 Revert to legacy SameSite behavior for cookies on specified sites.
3665 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```.
3667 **Compatibility:** Firefox 96\
3668 **CCK2 Equivalent:** N/A\
3669 **Preferences Affected:** `network.cookie.sameSite.laxByDefault.disabledHosts`
3673 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\1 = "example.org"
3674 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\2 = "example.edu"
3676 #### Windows (Intune)
3679 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabledForDomainList
3684 <data id="LegacySameSiteCookieBehaviorEnabledForDomainList" value="1example.org2example.edu"/>
3689 <key>LegacySameSiteCookieBehaviorEnabledForDomainList</key>
3691 <string>example.org</string>
3692 <string>example.edu</string>
3700 "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org",
3706 Enable linking to local files by origin.
3708 **Compatibility:** Firefox 68, Firefox ESR 68\
3709 **CCK2 Equivalent:** N/A\
3710 **Preferences Affected:** `capability.policy.localfilelinks.*`
3714 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3715 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3717 #### Windows (Intune)
3720 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3725 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3730 <key>LocalFileLinks</key>
3732 <string>http://example.org</string>
3733 <string>http://example.edu</string>
3741 "LocalFileLinks": ["http://example.org/",
3742 "http://example.edu/"]
3746 ### ManagedBookmarks
3747 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3749 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3751 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:
3755 "id": "BookmarkType",
3759 "$ref": "BookmarkType"
3778 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3779 **CCK2 Equivalent:** N/A\
3780 **Preferences Affected:** N/A
3783 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3787 "toplevel_name": "My managed bookmarks folder"
3790 "url": "example.com",
3794 "name": "Mozilla links",
3797 "url": "https://mozilla.org",
3798 "name": "Mozilla.org"
3801 "url": "https://support.mozilla.org/",
3808 #### Windows (Intune)
3811 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3816 <data id="JSON" value='
3819 "toplevel_name": "My managed bookmarks folder"
3822 "url": "example.com",
3826 "name": "Mozilla links",
3829 "url": "https://mozilla.org",
3830 "name": "Mozilla.org"
3833 "url": "https://support.mozilla.org/",
3843 <key>ManagedBookmarks</key>
3846 <key>toplevel_name</key>
3847 <string>My managed bookmarks folder</string>
3850 <string>example.com</string>
3852 <string>Example</string>
3856 <string>Mozilla links</string>
3861 <string>https://mozilla.org</string>
3863 <string>Mozilla</string>
3867 <string>https://support.mozilla.org/</string>
3869 <string>SUMO</string>
3880 "ManagedBookmarks": [
3882 "toplevel_name": "My managed bookmarks folder"
3885 "url": "example.com",
3889 "name": "Mozilla links",
3892 "url": "https://mozilla.org",
3893 "name": "Mozilla.org"
3896 "url": "https://support.mozilla.org/",
3905 ### ManualAppUpdateOnly
3907 Switch to manual updates only.
3909 If this policy is enabled:
3910 1. The user will never be prompted to install updates
3911 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.
3912 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3914 This policy is primarily intended for advanced end users, not for enterprises, but it is available via GPO.
3916 **Compatibility:** Firefox 87\
3917 **CCK2 Equivalent:** N/A\
3918 **Preferences Affected:** N/A
3922 Software\Policies\Mozilla\Firefox\ManualAppUpdateOnly = 0x1 | 0x0
3924 #### Windows (Intune)
3927 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManualAppUpdateOnly
3931 <enabled/> or <disabled/>
3936 <key>ManualAppUpdateOnly</key>
3944 "ManualAppUpdateOnly": true | false
3948 ### NetworkPrediction
3949 Enable or disable network prediction (DNS prefetching).
3951 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3952 **CCK2 Equivalent:** N/A\
3953 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
3957 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3959 #### Windows (Intune)
3962 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3966 <enabled/> or <disabled/>
3971 <key>NetworkPrediction</key>
3979 "NetworkPrediction": true | false
3983 Enable or disable the New Tab page.
3985 **Compatibility:** Firefox 68, Firefox ESR 68\
3986 **CCK2 Equivalent:** N/A\
3987 **Preferences Affected:** `browser.newtabpage.enabled`
3991 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3993 #### Windows (Intune)
3996 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
4000 <enabled/> or <disabled/>
4005 <key>NewTabPage</key>
4013 "NewTabPage": true | false
4016 ### NoDefaultBookmarks
4017 Disable the creation of default bookmarks.
4019 This policy is only effective if the user profile has not been created yet.
4021 **Compatibility:** Firefox 60, Firefox ESR 60\
4022 **CCK2 Equivalent:** `removeDefaultBookmarks`\
4023 **Preferences Affected:** N/A
4027 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
4029 #### Windows (Intune)
4032 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
4036 <enabled/> or <disabled/>
4041 <key>NoDefaultBookmarks</key>
4049 "NoDefaultBookmarks": true | false
4053 ### OfferToSaveLogins
4054 Control whether or not Firefox offers to save passwords.
4056 **Compatibility:** Firefox 60, Firefox ESR 60\
4057 **CCK2 Equivalent:** `dontRememberPasswords`\
4058 **Preferences Affected:** `signon.rememberSignons`
4062 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
4064 #### Windows (Intune)
4067 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
4071 <enabled/> or <disabled/>
4076 <key>OfferToSaveLogins</key>
4084 "OfferToSaveLogins": true | false
4088 ### OfferToSaveLoginsDefault
4089 Sets the default value of signon.rememberSignons without locking it.
4091 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4092 **CCK2 Equivalent:** `dontRememberPasswords`\
4093 **Preferences Affected:** `signon.rememberSignons`
4097 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
4099 #### Windows (Intune)
4102 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
4106 <enabled/> or <disabled/>
4111 <key>OfferToSaveLoginsDefault</key>
4119 "OfferToSaveLoginsDefault": true | false
4123 ### OverrideFirstRunPage
4124 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
4126 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
4128 **Compatibility:** Firefox 60, Firefox ESR 60\
4129 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
4130 **Preferences Affected:** `startup.homepage_welcome_url`
4134 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
4136 #### Windows (Intune)
4139 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
4144 <data id="OverridePage" value="https://example.com"/>
4149 <key>OverrideFirstRunPage</key>
4150 <string>http://example.org</string>
4157 "OverrideFirstRunPage": "http://example.org"
4161 ### OverridePostUpdatePage
4162 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
4164 **Compatibility:** Firefox 60, Firefox ESR 60\
4165 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
4166 **Preferences Affected:** `startup.homepage_override_url`
4170 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
4172 #### Windows (Intune)
4175 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
4180 <data id="OverridePage" value="https://example.com"/>
4185 <key>OverridePostUpdatePage</key>
4186 <string>http://example.org</string>
4193 "OverridePostUpdatePage": "http://example.org"
4197 ### PasswordManagerEnabled
4198 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
4200 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4201 **CCK2 Equivalent:** N/A\
4202 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
4206 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
4208 #### Windows (Intune)
4211 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
4215 <enabled/> or <disabled/>
4220 <key>PasswordManagerEnabled</key>
4228 "PasswordManagerEnabled": true | false
4232 ### PasswordManagerExceptions
4233 Prevent Firefox from saving passwords for specific sites.
4235 The sites are specified as a list of origins.
4237 **Compatibility:** Firefox 101\
4238 **CCK2 Equivalent:** N/A\
4239 **Preferences Affected:** N/A
4243 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\1 = "https://example.org"
4244 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\2 = "https://example.edu"
4246 #### Windows (Intune)
4249 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerExceptions
4254 <data id="List" value="1https://example.org2https://example.edu"/>
4259 <key>PasswordManagerExceptions</key>
4261 <string>https://example.org</string>
4262 <string>https://example.edu</string>
4270 "PasswordManagerExceptions": ["https://example.org",
4271 "https://example.edu"]
4277 Disable or configure PDF.js, the built-in PDF viewer.
4279 If `Enabled` is set to false, the built-in PDF viewer is disabled.
4281 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
4283 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.
4285 **Compatibility:** Firefox 77, Firefox ESR 68.9\
4286 **CCK2 Equivalent:** N/A\
4287 **Preferences Affected:** `pdfjs.disabled`, `pdfjs.enablePermissions`
4291 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
4292 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
4294 #### Windows (Intune)
4297 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
4298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
4302 <enabled/>or <disabled/>
4311 <key>EnablePermissions</key>
4321 "Enabled": true | false,
4322 "EnablePermissions": true | false
4328 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.
4330 `Allow` is a list of origins where the feature is allowed.
4332 `Block` is a list of origins where the feature is not allowed.
4334 `BlockNewRequests` determines whether or not new requests can be made for the feature.
4336 `Locked` prevents the user from changing preferences for the feature.
4338 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
4340 **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)\
4341 **CCK2 Equivalent:** N/A\
4342 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
4346 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
4347 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
4348 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
4349 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
4350 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
4351 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
4352 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
4353 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
4354 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
4355 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
4356 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
4357 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
4358 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
4359 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
4360 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
4361 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
4362 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
4363 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
4364 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
4365 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
4366 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
4367 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
4368 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
4369 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
4370 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
4372 #### Windows (Intune)
4375 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
4379 <enabled/> or <disabled/>
4383 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
4387 <enabled/> or <disabled/>
4391 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
4396 <data id="Permissions" value="1https://example.org"/>
4400 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
4404 <enabled/> or <disabled/>
4408 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
4412 <enabled/> or <disabled/>
4416 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
4421 <data id="Permissions" value="1https://example.org"/>
4425 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
4430 <data id="Permissions" value="1https://example.edu"/>
4434 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
4439 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
4443 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
4447 <enabled/> or <disabled/>
4451 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
4456 <data id="Permissions" value="1https://example.org"/>
4460 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
4465 <data id="Permissions" value="1https://example.edu"/>
4469 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
4473 <enabled/> or <disabled/>
4477 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
4481 <enabled/> or <disabled/>
4486 <key>Permissions</key>
4492 <string>https://example.org</string>
4493 <string>https://example.org:1234</string>
4497 <string>https://example.edu</string>
4499 <key>BlockNewRequests</key>
4504 <key>Microphone</key>
4508 <string>https://example.org</string>
4512 <string>https://example.edu</string>
4514 <key>BlockNewRequests</key>
4523 <string>https://example.org</string>
4527 <string>https://example.edu</string>
4529 <key>BlockNewRequests</key>
4534 <key>Notifications</key>
4538 <string>https://example.org</string>
4542 <string>https://example.edu</string>
4544 <key>BlockNewRequests</key>
4553 <string>https://example.org</string>
4557 <string>https://example.edu</string>
4560 <string>allow-audio-video | block-audio | block-audio-video</string>
4573 "Allow": ["https://example.org","https://example.org:1234"],
4574 "Block": ["https://example.edu"],
4575 "BlockNewRequests": true | false,
4576 "Locked": true | false
4579 "Allow": ["https://example.org"],
4580 "Block": ["https://example.edu"],
4581 "BlockNewRequests": true | false,
4582 "Locked": true | false
4585 "Allow": ["https://example.org"],
4586 "Block": ["https://example.edu"],
4587 "BlockNewRequests": true | false,
4588 "Locked": true | false
4591 "Allow": ["https://example.org"],
4592 "Block": ["https://example.edu"],
4593 "BlockNewRequests": true | false,
4594 "Locked": true | false
4597 "Allow": ["https://example.org"],
4598 "Block": ["https://example.edu"],
4599 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
4600 "Locked": true | false
4606 ### PictureInPicture
4608 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
4610 **Compatibility:** Firefox 78, Firefox ESR 78\
4611 **CCK2 Equivalent:** N/A\
4612 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
4616 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
4617 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
4620 #### Windows (Intune)
4623 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
4624 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
4628 <enabled/> or <disabled/>
4633 <key>PictureInPicture</key>
4646 "PictureInPicture": {
4647 "Enabled": true | false,
4648 "Locked": true | false
4654 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
4656 `Allow` is a list of origins where popup-windows are allowed.
4658 `Default` determines whether or not pop-up windows are allowed by default.
4660 `Locked` prevents the user from changing pop-up preferences.
4662 **Compatibility:** Firefox 60, Firefox ESR 60\
4663 **CCK2 Equivalent:** `permissions.popup`\
4664 **Preferences Affected:** `dom.disable_open_during_load`
4668 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
4669 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
4670 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
4671 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4673 #### Windows (Intune)
4676 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4681 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4685 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4689 <enabled/> or <disabled/>
4693 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4697 <enabled/> or <disabled/>
4702 <key>PopupBlocking</key>
4706 <string>http://example.org</string>
4707 <string>http://example.edu</string>
4721 "Allow": ["http://example.org/",
4722 "http://example.edu/"],
4723 "Default": true | false,
4724 "Locked": true | false
4730 Set and lock preferences.
4732 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section in group policy.
4734 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.
4736 Preferences that start with the following prefixes are supported:
4739 alerts.* (Firefox 122, Firefox ESR 115.7)
4740 app.update.* (Firefox 86, Firefox ESR 78.8)
4742 datareporting.policy.
4745 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4746 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4750 keyword.enabled (Firefox 95, Firefox ESR 91.4)
4755 pdfjs. (Firefox 84, Firefox ESR 78.6)
4759 privacy.globalprivacycontrol.enabled (Firefox 127, Firefox ESR 128.0)
4760 privacy.userContext.enabled (Firefox 126, Firefox ESR 115.11)
4761 privacy.userContext.ui.enabled (Firefox 126, Firefox ESR 115.11)
4762 signon. (Firefox 83, Firefox ESR 78.5)
4763 spellchecker. (Firefox 84, Firefox ESR 78.6)
4764 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
4767 xpinstall.signatures.required (Firefox ESR 102.10, Firefox ESR only)
4768 xpinstall.whitelist.required (Firefox 118, Firefox ESR 115.3)
4770 as well as the following security preferences:
4772 | Preference | Type | Default
4774 | security.default_personal_cert | string | Ask Every Time
4775 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4776 | security.disable_button.openCertManager | string | N/A
4777 | If set to true and locked, the View Certificates button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
4778 | security.disable_button.openDeviceManager | string | N/A
4779 | If set to true and locked, the Security Devices button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
4780 | security.insecure_connection_text.enabled | bool | false
4781 | If set to true, adds the words "Not Secure" for insecure sites.
4782 | security.insecure_connection_text.pbmode.enabled | bool | false
4783 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4784 | security.mixed_content.block_active_content | boolean | true
4785 | If set to true, mixed active content (HTTP subresources such as scripts, fetch requests, etc. on a HTTPS page) will be blocked.
4786 | security.mixed_content.block_display_content | boolean | false
4787 | If set to true, mixed passive/display content (HTTP subresources such as images, videos, etc. on a HTTPS page) will be blocked. (Firefox 127, Firefox ESR 128.0)
4788 | security.mixed_content.upgrade_display_content | boolean | true
4789 | If set to true, mixed passive/display content (HTTP subresources such as images, videos, etc. on a HTTPS page) will be upgraded to HTTPS. (Firefox 127, Firefox ESR 128.0)
4790 | security.osclientcerts.autoload | boolean | false
4791 | If true, client certificates are loaded from the operating system certificate store.
4792 | security.OCSP.enabled | integer | 1
4793 | If 0, do not fetch OCSP. If 1, fetch OCSP for DV and EV certificates. If 2, fetch OCSP only for EV certificates.
4794 | security.OCSP.require | boolean | false
4795 | If true, if an OCSP request times out, the connection fails.
4796 | security.osclientcerts.assume_rsa_pss_support | boolean | true
4797 | If false, we don't assume an RSA key can do RSA-PSS. (Firefox 114, Firefox ESR 102.12)
4798 | security.ssl.enable_ocsp_stapling | boolean | true
4799 | If false, OCSP stapling is not enabled.
4800 | security.ssl.errorReporting.enabled | boolean | true
4801 | If false, SSL errors cannot be sent to Mozilla.
4802 | security.ssl.require_safe_negotiation | boolean | false
4803 | If true, Firefox will only negotiate TLS connections with servers that indicate they support secure renegotiation. (Firefox 118, Firefox ESR 115.3)
4804 | security.tls.enable_0rtt_data | boolean | true
4805 | If false, TLS early data is turned off. (Firefox 93, Firefox 91.2, Firefox 78.15)
4806 | security.tls.hello_downgrade_check | boolean | true
4807 | If false, the TLS 1.3 downgrade check is disabled.
4808 | security.tls.version.enable-deprecated | boolean | false
4809 | If true, browser will accept TLS 1.0. and TLS 1.1. (Firefox 86, Firefox 78.8)
4810 | security.warn_submit_secure_to_insecure | boolean | true
4811 | If false, no warning is shown when submitting a form from https to http.
4813 Using the preference as the key, set the `Value` to the corresponding preference value.
4815 `Status` can be "default", "locked", "user" or "clear"
4817 * `"default"`: Read/Write: Settings appear as default even if factory default differs.
4818 * `"locked"`: Read-Only: Settings appear as default even if factory default differs.
4819 * `"user"`: Read/Write: Settings appear as changed if it differs from factory default.
4820 * `"clear"`: Read/Write: `Value` has no effect. Resets to factory defaults on each startup.
4822 `"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```.
4824 `"user"` preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4826 You can also set the `Type` starting in Firefox 123 and Firefox ESR 115.8. It can be `number`, `boolean` or `string`. This is especially useful if you are seeing 0 or 1 values being converted to booleans when set as user preferences.
4828 See the examples below for more detail.
4830 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4833 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4834 **CCK2 Equivalent:** `preferences`\
4835 **Preferences Affected:** Many
4838 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4841 "accessibility.force_disabled": {
4843 "Status": "default",
4847 "browser.cache.disk.parent_directory": {
4848 "Value": "SOME_NATIVE_PATH",
4851 "browser.tabs.warnOnClose": {
4857 #### Windows (Intune)
4860 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4865 <data id="JSON" value='
4867 "accessibility.force_disabled": {
4869 "Status": "default",
4872 "browser.cache.disk.parent_directory": {
4873 "Value": "SOME_NATIVE_PATH",
4876 "browser.tabs.warnOnClose": {
4885 <key>Preferences</key>
4887 <key>accessibility.force_disabled</key>
4890 <integer>1</integer>
4892 <string>default</string>
4894 <string>number</string>
4896 <key>browser.cache.disk.parent_directory</key>
4899 <string>SOME_NATIVE_PATH</string>
4901 <string>user</string>
4903 <key>browser.tabs.warnOnClose</key>
4908 <string>locked</string>
4918 "accessibility.force_disabled": {
4923 "browser.cache.disk.parent_directory": {
4924 "Value": "SOME_NATIVE_PATH",
4927 "browser.tabs.warnOnClose": {
4936 Require or prevent using a primary (formerly master) password.
4938 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.
4940 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
4942 **Compatibility:** Firefox 79, Firefox ESR 78.1\
4943 **CCK2 Equivalent:** `noMasterPassword`\
4944 **Preferences Affected:** N/A
4948 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
4950 #### Windows (Intune)
4953 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
4957 <enabled/> or <disabled/>
4962 <key>PrimaryPassword</key>
4970 "PrimaryPassword": true | false
4975 Enable or disable printing.
4977 **Compatibility:** Firefox 120, Firefox ESR 115.5\
4978 **CCK2 Equivalent:** N/A\
4979 **Preferences Affected:** `print.enabled`
4983 Software\Policies\Mozilla\Firefox\PrintingEnabled = 0x1 | 0x0
4985 #### Windows (Intune)
4988 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrintingEnabled
4992 <enabled/> or <disabled/>
4997 <key>PrintingEnabled</key>
5005 "PrintingEnabled": true | false
5009 ### PromptForDownloadLocation
5010 Ask where to save each file before downloading.
5012 **Compatibility:** Firefox 68, Firefox ESR 68\
5013 **CCK2 Equivalent:** N/A\
5014 **Preferences Affected:** `browser.download.useDownloadDir`
5018 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
5020 #### Windows (Intune)
5023 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
5027 <enabled/> or <disabled/>
5032 <key>PromptForDownloadLocation</key>
5040 "PromptForDownloadLocation": true | false
5045 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
5046 To specify ports, append them to the hostnames with a colon (:).
5048 Unless you lock this policy, changes the user already has in place will take effect.
5050 `Mode` is the proxy method being used.
5052 `Locked` is whether or not proxy settings can be changed.
5054 `HTTPProxy` is the HTTP proxy server.
5056 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
5058 `SSLProxy` is the SSL proxy server.
5060 `FTPProxy` is the FTP proxy server.
5062 `SOCKSProxy` is the SOCKS proxy server
5064 `SOCKSVersion` is the SOCKS version (4 or 5)
5066 `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.
5068 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
5070 `AutoLogin` means do not prompt for authentication if password is saved.
5072 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
5074 **Compatibility:** Firefox 60, Firefox ESR 60\
5075 **CCK2 Equivalent:** `networkProxy*`\
5076 **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`
5080 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
5081 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
5082 Software\Policies\Mozilla\Firefox\Proxy\HTTPProxy = https://httpproxy.example.com
5083 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
5084 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
5085 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
5086 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
5087 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
5088 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
5089 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
5090 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
5091 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
5093 #### Windows (Intune)
5095 These setttings were moved to a category to make them easier to configure via Intune.
5099 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Locked
5103 <enabled/> or <disabled/>
5107 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_ConnectionType
5112 <data id="Proxy_ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5116 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_HTTPProxy
5121 <data id="Proxy_HTTPProxy" value="httpproxy.example.com"/>
5125 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseHTTPProxyForAllProtocols
5129 <enabled/> or <disabled/>
5133 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SSLProxy
5138 <data id="Proxy_SSLProxy" value="sslproxy.example.com"/>
5142 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SOCKSProxy
5147 <data id="Proxy_SOCKSProxy" value="socksproxy.example.com"/>
5148 <data id="Proxy_SOCKSVersion" value="4 | 5"/>
5152 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoConfigURL
5157 <data id="Proxy_AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5161 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Passthrough
5166 <data id="Proxy_Passthrough" value="<local>"/>
5170 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoLogin
5174 <enabled/> or <disabled/>
5178 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseProxyForDNS
5182 <enabled/> or <disabled/>
5186 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
5191 <data id="ProxyLocked" value="true | false"/>
5192 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5193 <data id="HTTPProxy" value="httpproxy.example.com"/>
5194 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
5195 <data id="SSLProxy" value="sslproxy.example.com"/>
5196 <data id="FTPProxy" value="ftpproxy.example.com"/>
5197 <data id="SOCKSProxy" value="socksproxy.example.com"/>
5198 <data id="SOCKSVersion" value="4 | 5"/>
5199 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5200 <data id="Passthrough" value="<local>"/>
5201 <data id="AutoLogin" value="true | false"/>
5202 <data id="UseProxyForDNS" value="true | false"/>
5210 <string>none | system | manual | autoDetect | autoConfig</string>
5213 <key>HTTPProxy</key>
5214 <string>https://httpproxy.example.com</string>
5215 <key>UseHTTPProxyForAllProtocols</key>
5218 <string>https://sslproxy.example.com</string>
5220 <string>https://ftpproxy.example.com</string>
5221 <key>SOCKSProxy</key>
5222 <string>https://socksproxy.example.com</string>
5223 <key>SOCKSVersion</key>
5224 <string>4 | 5</string>
5225 <key>Passthrough</key>
5226 <string><local>></string>
5227 <key>AutoConfigURL</key>
5228 <string>URL_TO_AUTOCONFIG</string>
5229 <key>AutoLogin</key>
5231 <key>UseProxyForDNS</key>
5241 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
5242 "Locked": true | false,
5243 "HTTPProxy": "hostname",
5244 "UseHTTPProxyForAllProtocols": true | false,
5245 "SSLProxy": "hostname",
5246 "FTPProxy": "hostname",
5247 "SOCKSProxy": "hostname",
5248 "SOCKSVersion": 4 | 5,
5249 "Passthrough": "<local>",
5250 "AutoConfigURL": "URL_TO_AUTOCONFIG",
5251 "AutoLogin": true | false,
5252 "UseProxyForDNS": true | false
5257 ### RequestedLocales
5258 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
5260 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
5262 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
5263 **CCK2 Equivalent:** N/A\
5264 **Preferences Affected:** N/A
5267 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
5268 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
5272 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
5274 #### Windows (Intune)
5277 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
5282 <data id="Preferences_String" value="de,en-US"/>
5287 <key>RequestedLocales</key>
5290 <string>en-US</string>
5297 <key>RequestedLocales</key>
5298 <string>de,en-US</string>
5306 "RequestedLocales": ["de", "en-US"]
5314 "RequestedLocales": "de,en-US"
5318 <a name="SanitizeOnShutdown"></a>
5320 ### SanitizeOnShutdown (Selective)
5321 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
5323 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.
5325 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
5326 **CCK2 Equivalent:** N/A\
5327 **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`
5330 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
5331 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
5332 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
5333 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
5334 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
5335 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
5336 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
5337 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
5338 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
5340 #### Windows (Intune)
5343 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
5347 <enabled/> or <disabled/>
5351 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
5355 <enabled/> or <disabled/>
5359 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
5363 <enabled/> or <disabled/>
5367 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
5371 <enabled/> or <disabled/>
5375 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
5379 <enabled/> or <disabled/>
5383 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
5387 <enabled/> or <disabled/>
5391 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
5395 <enabled/> or <disabled/>
5399 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
5403 <enabled/> or <disabled/>
5407 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
5411 <enabled/> or <disabled/>
5416 <key>SanitizeOnShutdown</key>
5422 <key>Downloads</key>
5430 <key>SiteSettings</key>
5432 <key>OfflineApps</key>
5443 "SanitizeOnShutdown": {
5444 "Cache": true | false,
5445 "Cookies": true | false,
5446 "Downloads": true | false,
5447 "FormData": true | false,
5448 "History": true | false,
5449 "Sessions": true | false,
5450 "SiteSettings": true | false,
5451 "OfflineApps": true | false,
5452 "Locked": true | false
5457 ### SanitizeOnShutdown (All)
5458 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
5460 **Compatibility:** Firefox 60, Firefox ESR 60\
5461 **CCK2 Equivalent:** N/A\
5462 **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`
5465 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
5467 #### Windows (Intune)
5470 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
5474 <enabled/> or <disabled/>
5479 <key>SanitizeOnShutdown</key>
5487 "SanitizeOnShutdown": true | false
5492 Set whether or not search bar is displayed.
5494 **Compatibility:** Firefox 60, Firefox ESR 60\
5495 **CCK2 Equivalent:** `showSearchBar`\
5496 **Preferences Affected:** N/A
5500 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
5503 #### Windows (Intune)
5506 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
5511 <data id="SearchBar" value="unified | separate"/>
5516 <key>SearchBar</key>
5517 <string>unified | separate</string>
5524 "SearchBar": "unified" | "separate"
5528 <a name="SearchEngines"></a>
5530 ### SearchEngines (This policy is only available on the ESR.)
5532 ### SearchEngines | Add
5534 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.
5536 This policy is only available on the ESR. `Name` and `URLTemplate` are required.
5538 `Name` is the name of the search engine.
5540 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
5542 `Method` is either GET or POST
5544 `IconURL` is a URL for the icon to use.
5546 `Alias` is a keyword to use for the engine.
5548 `Description` is a description of the search engine.
5550 `PostData` is the POST data as name value pairs separated by &.
5552 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
5554 `Encoding` is the query charset for the engine. It defaults to UTF-8.
5556 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
5557 **CCK2 Equivalent:** `searchplugins`\
5558 **Preferences Affected:** N/A
5562 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
5563 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
5564 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
5565 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
5566 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
5567 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
5568 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
5569 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
5571 #### Windows (Intune)
5574 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
5579 <data id="SearchEngine_Name" value="Example1"/>
5580 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
5581 <data id="SearchEngine_Method" value="GET | POST"/>
5582 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
5583 <data id="SearchEngine_Alias" value="example"/>
5584 <data id="SearchEngine_Description" value="Example Description"/>
5585 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
5586 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
5591 <key>SearchEngines</key>
5597 <string>Example1</string>
5598 <key>URLTemplate</key>
5599 <string>https://www.example.org/q={searchTerms}</string>
5601 <string>GET | POST </string>
5603 <string>https://www.example.org/favicon.ico</string>
5605 <string>example</string>
5606 <key>Description</key>
5607 <string>Example Description</string>
5608 <key>SuggestURLTemplate</key>
5609 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5611 <string>name=value&q={searchTerms}</string>
5625 "URLTemplate": "https://www.example.org/q={searchTerms}",
5626 "Method": "GET" | "POST",
5627 "IconURL": "https://www.example.org/favicon.ico",
5629 "Description": "Description",
5630 "PostData": "name=value&q={searchTerms}",
5631 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5638 ### SearchEngines | Default
5640 Set the default search engine. This policy is only available on the ESR.
5642 **Compatibility:** Firefox ESR 60\
5643 **CCK2 Equivalent:** `defaultSearchEngine`\
5644 **Preferences Affected:** N/A
5648 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
5650 #### Windows (Intune)
5653 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
5658 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
5663 <key>SearchEngines</key>
5666 <string>NAME_OF_SEARCH_ENGINE</string>
5675 "Default": "NAME_OF_SEARCH_ENGINE"
5680 ### SearchEngines | PreventInstalls
5682 Prevent installing search engines from webpages.
5684 **Compatibility:** Firefox ESR 60\
5685 **CCK2 Equivalent:** `disableSearchEngineInstall`\
5686 **Preferences Affected:** N/A
5690 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
5692 #### Windows (Intune)
5695 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
5699 <enabled/> or <disabled/>
5704 <key>SearchEngines</key>
5706 <key>PreventInstalls</key>
5716 "PreventInstalls": true | false
5721 ### SearchEngines | Remove
5723 Hide built-in search engines. This policy is only available on the ESR.
5725 **Compatibility:** Firefox ESR 60.2\
5726 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
5727 **Preferences Affected:** N/A
5731 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
5733 #### Windows (Intune)
5736 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
5741 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
5746 <key>SearchEngines</key>
5750 <string>NAME_OF_SEARCH_ENGINE</string>
5760 "Remove": ["NAME_OF_SEARCH_ENGINE"]
5765 ### SearchSuggestEnabled
5767 Enable search suggestions.
5769 **Compatibility:** Firefox 68, Firefox ESR 68\
5770 **CCK2 Equivalent:** N/A\
5771 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
5775 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5777 #### Windows (Intune)
5780 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5784 <enabled/> or <disabled/>
5789 <key>SearchSuggestEnabled</key>
5797 "SearchSuggestEnabled": true | false
5803 Add or delete PKCS #11 modules.
5805 **Compatibility:** Firefox 114, Firefox ESR 112.12\
5806 **CCK2 Equivalent:** N/A\
5807 **Preferences Affected:** N/A
5811 Software\Policies\Mozilla\Firefox\SecurityDevices\Add\NAME_OF_DEVICE_TO_ADD = PATH_TO_LIBRARY_FOR_DEVICE
5812 Software\Policies\Mozilla\Firefox\SecurityDevices\Remove\1 = NAME_OF_DEVICE_TO_REMOVE
5814 #### Windows (Intune)
5817 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Add
5822 <data id="SecurityDevices" value="NAME_OF_DEVICE_TO_ADDPATH_TO_LIBRARY_FOR_DEVICE"/>
5826 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Delete
5831 <data id="SecurityDevices" value="1NAME_OF_DEVICE_TO_REMOVE"/>
5836 <key>SecurityDevices</key>
5840 <key>NAME_OF_DEVICE_TO_ADD</key>
5841 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5845 <string>NAME_OF_DEVICE_TO_DELETE</string>
5854 "SecurityDevices": {
5856 "NAME_OF_DEVICE_TO_ADD": "PATH_TO_LIBRARY_FOR_DEVICE"
5858 "Delete": ["NAME_OF_DEVICE_TO_DELETE"]
5863 ### SecurityDevices (Deprecated)
5865 Install PKCS #11 modules.
5867 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5868 **CCK2 Equivalent:** `certs.devices`\
5869 **Preferences Affected:** N/A
5873 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5875 #### Windows (Intune)
5878 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5883 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5888 <key>SecurityDevices</key>
5890 <key>NAME_OF_DEVICE</key>
5891 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5899 "SecurityDevices": {
5900 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5906 Show the home button on the toolbar.
5908 Future versions of Firefox will not show the home button by default.
5910 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5911 **CCK2 Equivalent:** N/A\
5912 **Preferences Affected:** N/A
5916 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5918 #### Windows (Intune)
5921 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/Homepage_ShowHomeButton
5925 <enabled/> or <disabled/>
5930 <key>ShowHomeButton</key>
5938 "ShowHomeButton": true | false
5944 Set and lock the maximum version of TLS. (Firefox defaults to a maximum of TLS 1.3.)
5946 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5947 **CCK2 Equivalent:** N/A\
5948 **Preferences Affected:** `security.tls.version.max`
5952 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5954 #### Windows (Intune)
5957 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5962 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5967 <key>SSLVersionMax</key>
5968 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5976 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5982 Set and lock the minimum version of TLS. (Firefox defaults to a minimum of TLS 1.2.)
5984 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5985 **CCK2 Equivalent:** N/A\
5986 **Preferences Affected:** `security.tls.version.min`
5990 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5992 #### Windows (Intune)
5995 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
6000 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
6005 <key>SSLVersionMin</key>
6006 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
6014 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6018 ### StartDownloadsInTempDirectory
6019 Force downloads to start off in a local, temporary location rather than the default download directory.
6021 **Compatibility:** Firefox 102\
6022 **CCK2 Equivalent:** N/A\
6023 **Preferences Affected:** `browser.download.start_downloads_in_tmp_dir`
6027 Software\Policies\Mozilla\Firefox\StartDownloadsInTempDirectory = 0x1 | 0x0
6029 #### Windows (Intune)
6032 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/StartDownloadsInTempDirectory
6036 <enabled/> or <disabled/>
6041 <key>StartDownloadsInTempDirectory</key>
6049 "StartDownloadsInTempDirectory": true | false
6053 Add a menuitem to the help menu for specifying support information.
6055 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
6056 **CCK2 Equivalent:** helpMenu\
6057 **Preferences Affected:** N/A
6061 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
6062 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
6063 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
6065 #### Windows (Intune)
6068 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
6073 <data id="SupportMenuTitle" value="Support Menu"/>
6074 <data id="SupportMenuURL" value="http://example.com/support"/>
6075 <data id="SupportMenuAccessKey" value="S"/>
6080 <key>SupportMenu</key>
6083 <string>SupportMenu</string>
6085 <string>http://example.com/support</string>
6086 <key>AccessKey</key>
6096 "Title": "Support Menu",
6097 "URL": "http://example.com/support",
6103 ### TranslateEnabled
6104 Enable or disable webpage translation.
6106 Note: Web page translation is done completely on the client, so there is no data or privacy risk.
6108 If you only want to disable the popup, you can set the pref `browser.translations.automaticallyPopup` to false using the [Preferences](#preferences) policy.
6110 **Compatibility:** Firefox 126\
6111 **CCK2 Equivalent:** N/A\
6112 **Preferences Affected:** `browser.translations.enable`
6116 Software\Policies\Mozilla\Firefox\TranslateEnabled = 0x1 | 0x0
6118 #### Windows (Intune)
6121 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/TranslateEnabled
6125 <enabled/> or <disabled/>
6130 <key>TranslateEnabled</key>
6138 "TranslateEnabled": true | false
6144 Prevent Firefox from messaging the user in certain situations.
6146 `WhatsNew` Remove the "What's New" icon and menuitem. (*Deprecated*)
6148 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
6150 `FeatureRecommendations` If false, don't recommend browser features.
6152 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
6154 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
6156 `MoreFromMozilla` If false, don't show the "More from Mozilla" section in Preferences. (Firefox 98)
6158 `Locked` prevents the user from changing user messaging preferences.
6160 **Compatibility:** Firefox 75, Firefox ESR 68.7\
6161 **CCK2 Equivalent:** N/A\
6162 **Preferences Affected:** `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`, `browser.aboutwelcome.enabled`, `browser.preferences.moreFromMozilla`
6166 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
6167 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
6168 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
6169 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
6170 Software\Policies\Mozilla\Firefox\UserMessaging\MoreFromMozilla = 0x1 | 0x0
6171 Software\Policies\Mozilla\Firefox\UserMessaging\Locked = 0x1 | 0x0
6173 #### Windows (Intune)
6176 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
6177 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
6178 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
6179 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
6180 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_MoreFromMozilla
6181 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_Locked
6185 <enabled/> or <disabled/>
6190 <key>UserMessaging</key>
6192 <key>ExtensionRecommendations</key>
6194 <key>FeatureRecommendations</key>
6196 <key>UrlbarInterventions</key>
6198 <key>SkipOnboarding</key>
6200 <key>MoreFromMozilla</key>
6212 "ExtensionRecommendations": true | false,
6213 "FeatureRecommendations": true | false,
6214 "UrlbarInterventions": true | false,
6215 "SkipOnboarding": true | false,
6216 "MoreFromMozilla": true | false,
6217 "Locked": true | false
6222 ### UseSystemPrintDialog
6223 Use the system print dialog instead of the print preview window.
6225 **Compatibility:** Firefox 102\
6226 **CCK2 Equivalent:** N/A\
6227 **Preferences Affected:** `print.prefer_system_dialog`
6231 Software\Policies\Mozilla\Firefox\UseSystemPrintDialog = 0x1 | 0x0
6233 #### Windows (Intune)
6236 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UseSystemPrintDialog
6240 <enabled/> or <disabled/>
6245 <key>UseSystemPrintDialog</key>
6253 "UseSystemPrintDialog": true | false
6258 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.
6259 The arrays are limited to 1000 entries each.
6261 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
6263 For specific protocols, use `https://*/*` or `http://*/*`.
6265 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
6267 **Compatibility:** Firefox 60, Firefox ESR 60\
6268 **CCK2 Equivalent:** N/A\
6269 **Preferences Affected:** N/A
6273 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
6274 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
6276 #### Windows (Intune)
6279 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
6283 <enabled/> <data id="WebsiteFilter" value="1<all_urls>"/>
6287 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
6292 <data id="WebsiteFilter" value="1http://example.org/*"/>
6297 <key>WebsiteFilter</key>
6301 <string><all_urls></string>
6303 <key>Exceptions</key>
6305 <string>http://example.org/*</string>
6316 "Block": ["<all_urls>"],
6317 "Exceptions": ["http://example.org/*"]
6323 Allow Windows single sign-on for Microsoft, work, and school accounts.
6325 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
6327 **Compatibility:** Firefox 91\
6328 **CCK2 Equivalent:** N/A\
6329 **Preferences Affected:** `network.http.windows-sso.enabled`
6333 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
6335 #### Windows (Intune)
6338 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
6342 <enabled/> or <disabled/>
6348 "WindowsSSO": true | false