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 | **[`PostQuantumKeyAgreementEnabled`](#postquantumkeyagreementenabled)** | Enable post-quantum key agreement for TLS.
104 | **[`Preferences`](#preferences)** | Set and lock preferences.
105 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
106 | **[`PrintingEnabled`](#printingenabled)** | Enable or disable printing.
107 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
108 | **[`Proxy`](#proxy)** | Configure proxy settings.
109 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
110 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
111 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
112 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
113 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
114 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
115 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
116 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
117 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
118 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
119 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
120 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
121 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
122 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
123 | **[`StartDownloadsInTempDirectory`](#startdownloadsintempdirectory)** | Force downloads to start off in a local, temporary location rather than the default download directory.
124 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
125 | **[`TranslateEnabled`](#translateenabled)** | Enable or disable webpage translation.
126 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
127 | **[`UseSystemPrintDialog`](#usesystemprintdialog)** | Print using the system print dialog instead of print preview.
128 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
129 | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
133 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).
135 For GPO and Intune, the extension developer should provide an ADMX file.
137 **Compatibility:** Firefox 68\
138 **CCK2 Equivalent:** N/A\
139 **Preferences Affected:** N/A
146 <key>Extensions</key>
148 <key>uBlock0@raymondhill.net</key>
150 <key>adminSettings</key>
152 <key>selectedFilterLists</key>
154 <string>ublock-privacy</string>
155 <string>ublock-badware</string>
156 <string>ublock-filters</string>
157 <string>user-filters</string>
171 "uBlock0@raymondhill.net": {
173 "selectedFilterLists": [
187 ### AllowedDomainsForApps
189 Define domains allowed to access Google Workspace.
191 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
193 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.
195 **Compatibility:** Firefox 89, Firefox ESR 78.11\
196 **CCK2 Equivalent:** N/A\
197 **Preferences Affected:** N/A
201 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
203 #### Windows (Intune)
206 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
211 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
216 <key>AllowedDomainsForApps</key>
217 <string>managedfirefox.com,example.com</string>
224 "AllowedDomainsForApps": "managedfirefox.com,example.com"
228 ### AllowFileSelectionDialogs
230 Enable or disable file selection dialogs.
232 **Compatibility:** Firefox 124\
233 **CCK2 Equivalent:** N/A\
234 **Preferences Affected:** `widget.disable_file_pickers`
238 Software\Policies\Mozilla\Firefox\AllowFileSelectionDialogs = 0x1 | 0x0
240 #### Windows (Intune)
243 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoAllowFileSelectionDialogsUpdate
247 <enabled/> or <disabled/>
252 <key>AllowFileSelectionDialogs</key>
260 "AllowFileSelectionDialogs": true | false
266 Enable or disable **automatic** application update.
268 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
270 If set to false, application updates are downloaded but the user can choose when to install the update.
272 If you have disabled updates via `DisableAppUpdate`, this policy has no effect.
274 **Compatibility:** Firefox 75, Firefox ESR 68.7\
275 **CCK2 Equivalent:** N/A\
276 **Preferences Affected:** `app.update.auto`
280 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
282 #### Windows (Intune)
285 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
289 <enabled/> or <disabled/>
294 <key>AppAutoUpdate</key>
302 "AppAutoUpdate": true | false
308 Prevent Firefox from being updated beyond the specified version.
310 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.
312 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.
314 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.
316 **Compatibility:** Firefox 102,\
317 **CCK2 Equivalent:** N/A\
318 **Preferences Affected:** N/A
322 Software\Policies\Mozilla\Firefox\AppUpdatePin = "106."
324 #### Windows (Intune)
327 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdatePin
332 <data id="AppUpdatePin" value="106."/>
337 <key>AppUpdatePin</key>
338 <string>106.</string>
345 "AppUpdatePin": "106."
351 Change the URL for application update if you are providing Firefox updates from a custom update server.
353 **Compatibility:** Firefox 62, Firefox ESR 60.2\
354 **CCK2 Equivalent:** N/A\
355 **Preferences Affected:** `app.update.url`
359 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
361 #### Windows (Intune)
364 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
369 <data id="AppUpdateURL" value="https://yoursite.com"/>
374 <key>AppUpdateURL</key>
375 <string>https://yoursite.com</string>
382 "AppUpdateURL": "https://yoursite.com"
388 Configure sites that support integrated authentication.
390 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.
392 `PrivateBrowsing` enables integrated authentication in private browsing.
394 **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)\
395 **CCK2 Equivalent:** N/A\
396 **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`
400 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
401 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
402 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
403 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
404 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
405 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
406 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
407 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
408 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
409 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
410 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
411 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
413 #### Windows (Intune)
416 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
421 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
425 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
430 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
434 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
439 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
443 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
448 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
449 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
453 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
457 <enabled/> or <disabled/>
461 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
465 <enabled/> or <disabled/>
470 <key>Authentication</key>
474 <string>mydomain.com</string>
475 <string>https://myotherdomain.com</string>
479 <string>mydomain.com</string>
480 <string>https://myotherdomain.com</string>
484 <string>mydomain.com</string>
485 <string>https://myotherdomain.com</string>
487 <key>AllowNonFQDN</key>
494 <key>AllowProxies</key>
503 <key>PrivateBrowsing</key>
513 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
514 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
515 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
517 "SPNEGO": true | false,
521 "SPNEGO": true | false,
524 "Locked": true | false,
525 "PrivateBrowsing": true | false
530 ### AutofillAddressEnabled
532 Enables or disables autofill for addresses.
534 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.
536 **Compatibility:** Firefox 125, Firefox ESR 115.10\
537 **CCK2 Equivalent:** N/A\
538 **Preferences Affected:** `extensions.formautofill.addresses.enabled`
542 Software\Policies\Mozilla\Firefox\AutofillAddressEnabled = 0x1 | 0x0
544 #### Windows (Intune)
547 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutofillAddressEnabled
551 <enabled/> or <disabled/>
556 <key>AutofillAddressEnabled</key>
564 "AutofillAddressEnabled": true | false
568 ### AutofillCreditCardEnabled
570 Enables or disables autofill for payment methods.
572 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.
574 **Compatibility:** Firefox 125, Firefox ESR 115.10\
575 **CCK2 Equivalent:** N/A\
576 **Preferences Affected:** `extensions.formautofill.creditCards.enabled`
580 Software\Policies\Mozilla\Firefox\AutofillCreditCardEnabled = 0x1 | 0x0
582 #### Windows (Intune)
585 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutofillCreditCardEnabled
589 <enabled/> or <disabled/>
594 <key>AutofillCreditCardEnabled</key>
602 "AutofillCreditCardEnabled": true | false
606 ### AutoLaunchProtocolsFromOrigins
607 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.
609 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.
635 **Compatibility:** Firefox 90, Firefox ESR 78.12\
636 **CCK2 Equivalent:** N/A\
637 **Preferences Affected:** N/A
640 Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ) =
644 "protocol": "zoommtg",
646 "https://somesite.zoom.us"
651 #### Windows (Intune)
654 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutoLaunchProtocolsFromOrigins
659 <data id="JSON" value='
662 "protocol": "zoommtg",
664 "https://somesite.zoom.us"
672 <key>AutoLaunchProtocolsFromOrigins</key>
676 <string>zoommtg</string>
677 <key>allowed_origins</key>
679 <string>https://somesite.zoom.us</string>
689 "AutoLaunchProtocolsFromOrigins": [{
690 "protocol": "zoommtg",
692 "https://somesite.zoom.us"
698 ### BackgroundAppUpdate
700 Enable or disable **automatic** application update **in the background**, when the application is not running.
702 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.
704 If set to false, the application will not try to install updates when the application is not running.
706 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppAutoUpdate`, this policy has no effect.
708 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).
710 **Compatibility:** Firefox 90 (Windows only)\
711 **CCK2 Equivalent:** N/A\
712 **Preferences Affected:** `app.update.background.enabled`
716 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
718 #### Windows (Intune)
721 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
725 <enabled/> or <disabled/>
730 <key>BackgroundAppUpdate</key>
738 "BackgroundAppUpdate": true | false
744 Block access to the Add-ons Manager (about:addons).
746 **Compatibility:** Firefox 60, Firefox ESR 60\
747 **CCK2 Equivalent:** `disableAddonsManager`\
748 **Preferences Affected:** N/A
752 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
754 #### Windows (Intune)
757 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
761 <enabled/> or <disabled/>
766 <key>BlockAboutAddons</key>
774 "BlockAboutAddons": true | false
780 Block access to about:config.
782 **Compatibility:** Firefox 60, Firefox ESR 60\
783 **CCK2 Equivalent:** `disableAboutConfig`\
784 **Preferences Affected:** N/A
788 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
790 #### Windows (Intune)
793 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
797 <enabled/> or <disabled/>
802 <key>BlockAboutConfig</key>
810 "BlockAboutConfig": true | false
814 ### BlockAboutProfiles
816 Block access to About Profiles (about:profiles).
818 **Compatibility:** Firefox 60, Firefox ESR 60\
819 **CCK2 Equivalent:** `disableAboutProfiles`\
820 **Preferences Affected:** N/A
824 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
826 #### Windows (Intune)
829 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
833 <enabled/> or <disabled/>
838 <key>BlockAboutProfiles</key>
846 "BlockAboutProfiles": true | false
850 ### BlockAboutSupport
852 Block access to Troubleshooting Information (about:support).
854 **Compatibility:** Firefox 60, Firefox ESR 60\
855 **CCK2 Equivalent:** `disableAboutSupport`\
856 **Preferences Affected:** N/A
860 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
862 #### Windows (Intune)
865 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
869 <enabled/> or <disabled/>
874 <key>BlockAboutSupport</key>
882 "BlockAboutSupport": true | false
888 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
890 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.
892 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.
894 **Compatibility:** Firefox 60, Firefox ESR 60\
895 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
896 **Preferences Affected:** N/A
900 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
901 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
902 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
903 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
904 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
906 Software\Policies\Mozilla\Firefox\Bookmarks (REG_MULTI_SZ) =
912 #### Windows (Intune)
915 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
920 <data id="BookmarkTitle" value="Example"/>
921 <data id="BookmarkURL" value="https://example.com"/>
922 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
923 <data id="BookmarkPlacement" value="toolbar | menu"/>
924 <data id="BookmarkFolder" value="FolderName"/>
928 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Bookmarks
933 <data id="JSON" value='[]'/>
942 <string>Example</string>
944 <string>https://example.com</string>
946 <string>https://example.com/favicon.ico</string>
948 <string>toolbar | menu</string>
950 <string>FolderName</string>
962 "URL": "https://example.com",
963 "Favicon": "https://example.com/favicon.ico",
964 "Placement": "toolbar" | "menu",
965 "Folder": "FolderName"
972 Enable or disable the detection of captive portals.
974 **Compatibility:** Firefox 67, Firefox ESR 60.7\
975 **CCK2 Equivalent:** N/A\
976 **Preferences Affected:** `network.captive-portal-service.enabled`
980 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
982 #### Windows (Intune)
985 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
989 <enabled/> or <disabled/>
994 <key>CaptivePortal</key>
1002 "CaptivePortal": true | false
1008 ### Certificates | ImportEnterpriseRoots
1010 Trust certificates that have been added to the operating system certificate store by a user or administrator.
1012 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
1014 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
1016 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
1017 **CCK2 Equivalent:** N/A\
1018 **Preferences Affected:** `security.enterprise_roots.enabled`
1022 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
1024 #### Windows (Intune)
1027 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
1031 <enabled/> or <disabled/>
1036 <key>Certificates</key>
1038 <key>ImportEnterpriseRoots</key>
1048 "ImportEnterpriseRoots": true | false
1053 ### Certificates | Install
1055 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
1058 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
1059 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
1061 - /Library/Application Support/Mozilla/Certificates
1062 - ~/Library/Application Support/Mozilla/Certificates
1064 - /usr/lib/mozilla/certificates
1065 - /usr/lib64/mozilla/certificates
1066 - ~/.mozilla/certificates
1068 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.
1070 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.
1072 Certificates are installed using the trust string `CT,CT,`.
1074 Binary (DER) and ASCII (PEM) certificates are both supported.
1076 **Compatibility:** Firefox 64, Firefox ESR 64\
1077 **CCK2 Equivalent:** `certs.ca`\
1078 **Preferences Affected:** N/A
1082 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
1083 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
1085 #### Windows (Intune)
1088 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
1093 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
1098 <key>Certificates</key>
1102 <string>cert1.der</string>
1103 <string>/Users/username/cert2.pem</string>
1113 "Install": ["cert1.der", "/home/username/cert2.pem"]
1119 Set policies related to [containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/).
1121 Currently you can set the initial set of containers.
1123 For each container, you can specify the name, icon, and color.
1125 | Name | Description |
1127 | `name`| Name of container
1128 | `icon` | Can be `fingerprint`, `briefcase`, `dollar`, `cart`, `vacation`, `gift`, `food`, `fruit`, `pet`, `tree`, `chill`, `circle`, `fence`
1129 | `color` | Can be `blue`, `turquoise`, `green`, `yellow`, `orange`, `red`, `pink`, `purple`, `toolbar`
1131 **Compatibility:** Firefox 113\
1132 **CCK2 Equivalent:** N/A\
1133 **Preferences Affected:** N/A
1136 Software\Policies\Mozilla\Firefox\Containers (REG_MULTI_SZ) =
1141 "name": "My container",
1143 "color": "turquoise"
1148 #### Windows (Intune)
1151 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Containers
1156 <data id="JSON" value='
1160 "name": "My container",
1162 "color": "turquoise"
1173 <key>Containers</key>
1177 <string>My container</string>
1179 <string>pet</string>
1181 <string>turquoise</string>
1194 "name": "My container",
1196 "color": "turquoise"
1204 Configure cookie preferences.
1206 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
1208 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
1210 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
1212 `Behavior` sets the default behavior for cookies based on the values below.
1214 `BehaviorPrivateBrowsing` sets the default behavior for cookies in private browsing based on the values below.
1216 | Value | Description
1218 | accept | Accept all cookies
1219 | reject-foreign | Reject third party cookies
1220 | reject | Reject all cookies
1221 | limit-foreign | Reject third party cookies for sites you haven't visited
1222 | reject-tracker | Reject cookies for known trackers (default)
1223 | reject-tracker-and-partition-foreign | Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection) (default for private browsing)
1225 `Locked` prevents the user from changing cookie preferences.
1227 `Default` determines whether cookies are accepted at all. (*Deprecated*. Use `Behavior` instead)
1229 `AcceptThirdParty` determines how third-party cookies are handled. (*Deprecated*. Use `Behavior` instead)
1231 `RejectTracker` only rejects cookies for trackers. (*Deprecated*. Use `Behavior` instead)
1233 `ExpireAtSessionEnd` determines when cookies expire. (*Deprecated*. Use [`SanitizeOnShutdown`](#sanitizeonshutdown-selective) instead)
1235 **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)\
1236 **CCK2 Equivalent:** N/A\
1237 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
1241 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
1242 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
1243 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
1244 Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1245 Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1246 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
1248 #### Windows (Intune)
1251 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
1256 <data id="Permissions" value="1https://example.com"/>
1260 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
1265 <data id="Permissions" value="1https://example.edu"/>
1269 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
1274 <data id="Permissions" value="1https://example.org"/>
1278 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
1282 <enabled/> or <disabled/>
1286 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Behavior
1291 <data id="Cookies_Behavior" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1295 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_BehaviorPrivateBrowsing
1300 <data id="Cookies_BehaviorPrivateBrowsing" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1309 <string>http://example.com</string>
1311 <key>AllowSession</key>
1313 <string>http://example.edu</string>
1317 <string>http://example.org</string>
1322 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1323 <key>BehaviorPrivateBrowsing</key>
1324 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1333 "Allow": ["http://example.org/"],
1334 "AllowSession": ["http://example.edu/"],
1335 "Block": ["http://example.edu/"],
1336 "Locked": true | false,
1337 "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1338 "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1343 ### DefaultDownloadDirectory
1344 Set the default download directory.
1346 You can use ${home} for the native home directory.
1348 **Compatibility:** Firefox 68, Firefox ESR 68\
1349 **CCK2 Equivalent:** N/A\
1350 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1354 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1356 #### Windows (Intune)
1359 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1364 <data id="Preferences_String" value="${home}\Downloads"/>
1369 <key>DefaultDownloadDirectory</key>
1370 <string>${home}/Downloads</string>
1373 #### policies.json (macOS and Linux)
1377 "DefaultDownloadDirectory": "${home}/Downloads"
1381 #### policies.json (Windows)
1385 "DefaultDownloadDirectory": "${home}\\Downloads"
1389 ### DisableAppUpdate
1390 Turn off application updates within Firefox.
1392 **Compatibility:** Firefox 60, Firefox ESR 60\
1393 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1394 **Preferences Affected:** N/A
1398 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1400 #### Windows (Intune)
1403 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1407 <enabled/> or <disabled/>
1412 <key>DisableAppUpdate</key>
1420 "DisableAppUpdate": true | false
1424 ### DisableBuiltinPDFViewer
1425 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1427 **Compatibility:** Firefox 60, Firefox ESR 60\
1428 **CCK2 Equivalent:** `disablePDFjs`\
1429 **Preferences Affected:** `pdfjs.disabled`
1433 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1435 #### Windows (Intune)
1438 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1442 <enabled/> or <disabled/>
1447 <key>DisableBuiltinPDFViewer</key>
1455 "DisableBuiltinPDFViewer": true | false
1460 Disable specific cryptographic ciphers, listed below.
1463 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1464 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1465 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
1466 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
1467 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
1468 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
1469 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1470 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
1471 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1472 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
1473 TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1474 TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1475 TLS_RSA_WITH_AES_128_GCM_SHA256
1476 TLS_RSA_WITH_AES_256_GCM_SHA384
1477 TLS_RSA_WITH_AES_128_CBC_SHA
1478 TLS_RSA_WITH_AES_256_CBC_SHA
1479 TLS_RSA_WITH_3DES_EDE_CBC_SHA
1482 **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`
1487 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.
1490 **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)\
1491 **CCK2 Equivalent:** N/A\
1492 **Preferences Affected:** N/A
1496 Software\Policies\Mozilla\Firefox\DisabledCiphers\CIPHER_NAME = 0x1 | 0x0
1498 #### Windows (Intune)
1501 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_CIPHER_NAME
1506 <enabled/> or <disabled/>
1511 <key>DisabledCiphers</key>
1513 <key>CIPHER_NAME</key>
1522 "DisabledCiphers": {
1523 "CIPHER_NAME": true | false,
1528 ### DisableDefaultBrowserAgent
1529 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1531 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).
1533 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1534 **CCK2 Equivalent:** N/A\
1535 **Preferences Affected:** N/A
1539 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1541 #### Windows (Intune)
1544 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1548 <enabled/> or <disabled/>
1554 "DisableDefaultBrowserAgent": true | false
1558 ### DisableDeveloperTools
1559 Remove access to all developer tools.
1561 **Compatibility:** Firefox 60, Firefox ESR 60\
1562 **CCK2 Equivalent:** `removeDeveloperTools`\
1563 **Preferences Affected:** `devtools.policy.disabled`
1567 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1569 #### Windows (Intune)
1572 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1576 <enabled/> or <disabled/>
1581 <key>DisableDeveloperTools</key>
1589 "DisableDeveloperTools": true | false
1593 ### DisableFeedbackCommands
1594 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1596 **Compatibility:** Firefox 60, Firefox ESR 60\
1597 **CCK2 Equivalent:** N/A\
1598 **Preferences Affected:** N/A
1602 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1604 #### Windows (Intune)
1607 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1611 <enabled/> or <disabled/>
1616 <key>DisableFeedbackCommands</key>
1624 "DisableFeedbackCommands": true | false
1628 ### DisableEncryptedClientHello
1629 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.
1631 **Compatibility:** Firefox 127, Firefox ESR 128\
1632 **CCK2 Equivalent:** N/A\
1633 **Preferences Affected:** `network.dns.echconfig.enabled`, `network.dns.http3_echconfig.enabled`
1637 Software\Policies\Mozilla\Firefox\DisableEncryptedClientHello = 0x1 | 0x0
1639 #### Windows (Intune)
1642 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableEncryptedClientHello
1646 <enabled/> or <disabled/>
1651 <key>DisableEncryptedClientHello</key>
1659 "DisableEncryptedClientHello": true | false
1663 ### DisableFirefoxAccounts
1664 Disable Firefox Accounts integration (Sync).
1666 **Compatibility:** Firefox 60, Firefox ESR 60\
1667 **CCK2 Equivalent:** `disableSync`\
1668 **Preferences Affected:** `identity.fxaccounts.enabled`
1672 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1674 #### Windows (Intune)
1677 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1681 <enabled/> or <disabled/>
1686 <key>DisableFirefoxAccounts</key>
1694 "DisableFirefoxAccounts": true | false
1698 ### DisableFirefoxScreenshots
1699 Remove access to Firefox Screenshots.
1701 **Compatibility:** Firefox 60, Firefox ESR 60\
1702 **CCK2 Equivalent:** N/A\
1703 **Preferences Affected:** `extensions.screenshots.disabled`
1707 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1709 #### Windows (Intune)
1712 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1716 <enabled/> or <disabled/>
1721 <key>DisableFirefoxScreenshots</key>
1729 "DisableFirefoxScreenshots": true | false
1733 ### DisableFirefoxStudies
1734 Disable Firefox studies (Shield).
1736 **Compatibility:** Firefox 60, Firefox ESR 60\
1737 **CCK2 Equivalent:** N/A\
1738 **Preferences Affected:** `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
1742 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1744 #### Windows (Intune)
1747 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1751 <enabled/> or <disabled/>
1756 <key>DisableFirefoxStudies</key>
1764 "DisableFirefoxStudies": true | false
1768 ### DisableForgetButton
1769 Disable the "Forget" button.
1771 **Compatibility:** Firefox 60, Firefox ESR 60\
1772 **CCK2 Equivalent:** `disableForget`\
1773 **Preferences Affected:** N/A
1777 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1779 #### Windows (Intune)
1782 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1786 <enabled/> or <disabled/>
1791 <key>DisableForgetButton</key>
1799 "DisableForgetButton": true | false
1803 ### DisableFormHistory
1804 Turn off saving information on web forms and the search bar.
1806 **Compatibility:** Firefox 60, Firefox ESR 60\
1807 **CCK2 Equivalent:** `disableFormFill`\
1808 **Preferences Affected:** `browser.formfill.enable`
1812 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1814 #### Windows (Intune)
1817 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1821 <enabled/> or <disabled/>
1826 <key>DisableFormHistory</key>
1834 "DisableFormHistory": true | false
1838 ### DisableMasterPasswordCreation
1839 Remove the master password functionality.
1841 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
1843 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
1845 **Compatibility:** Firefox 60, Firefox ESR 60\
1846 **CCK2 Equivalent:** `noMasterPassword`\
1847 **Preferences Affected:** N/A
1851 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
1853 #### Windows (Intune)
1856 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
1860 <enabled/> or <disabled/>
1865 <key>DisableMasterPasswordCreation</key>
1873 "DisableMasterPasswordCreation": true | false
1877 ### DisablePasswordReveal
1878 Do not allow passwords to be shown in saved logins
1880 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1881 **CCK2 Equivalent:** N/A
1882 **Preferences Affected:** N/A
1886 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1888 #### Windows (Intune)
1891 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1895 <enabled/> or <disabled/>
1900 <key>DisablePasswordReveal</key>
1908 "DisablePasswordReveal": true | false
1913 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1915 **Compatibility:** Firefox 60, Firefox ESR 60\
1916 **CCK2 Equivalent:** `disablePocket`\
1917 **Preferences Affected:** `extensions.pocket.enabled`
1921 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1923 #### Windows (Intune)
1926 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1930 <enabled/> or <disabled/>
1935 <key>DisablePocket</key>
1943 "DisablePocket": true | false
1947 ### DisablePrivateBrowsing
1948 Remove access to private browsing.
1950 **Compatibility:** Firefox 60, Firefox ESR 60\
1951 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1952 **Preferences Affected:** N/A
1956 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1958 #### Windows (Intune)
1961 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1965 <enabled/> or <disabled/>
1970 <key>DisablePrivateBrowsing</key>
1978 "DisablePrivateBrowsing": true | false
1982 ### DisableProfileImport
1983 Disables the "Import data from another browser" option in the bookmarks window.
1985 **Compatibility:** Firefox 60, Firefox ESR 60\
1986 **CCK2 Equivalent:** N/A\
1987 **Preferences Affected:** N/A
1991 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1993 #### Windows (Intune)
1996 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
2000 <enabled/> or <disabled/>
2005 <key>DisableProfileImport</key>
2013 "DisableProfileImport": true | false
2017 ### DisableProfileRefresh
2018 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.
2020 **Compatibility:** Firefox 60, Firefox ESR 60\
2021 **CCK2 Equivalent:** `disableResetFirefox`\
2022 **Preferences Affected:** `browser.disableResetPrompt`
2026 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
2028 #### Windows (Intune)
2031 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
2035 <enabled/> or <disabled/>
2040 <key>DisableProfileRefresh</key>
2048 "DisableProfileRefresh": true | false
2053 Disable safe mode within the browser.
2055 On Windows, this disables safe mode via the command line as well.
2057 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
2058 **CCK2 Equivalent:** `disableSafeMode`\
2059 **Preferences Affected:** N/A
2063 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
2065 #### Windows (Intune)
2068 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
2072 <enabled/> or <disabled/>
2077 <key>DisableSafeMode</key>
2085 "DisableSafeMode": true | false
2089 ### DisableSecurityBypass
2090 Prevent the user from bypassing security in certain cases.
2092 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
2094 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
2096 These policies only affect what happens when an error is shown, they do not affect any settings in preferences.
2098 **Compatibility:** Firefox 60, Firefox ESR 60\
2099 **CCK2 Equivalent:** N/A\
2100 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
2104 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
2105 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
2107 #### Windows (Intune)
2110 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
2114 <enabled/> or <disabled/>
2118 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
2122 <enabled/> or <disabled/>
2128 <key>DisableSecurityBypass</key>
2130 <key>InvalidCertificate</key>
2132 <key>SafeBrowsing</key>
2141 "DisableSecurityBypass": {
2142 "InvalidCertificate": true | false,
2143 "SafeBrowsing": true | false
2148 ### DisableSetDesktopBackground
2149 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
2151 **Compatibility:** Firefox 60, Firefox ESR 60\
2152 **CCK2 Equivalent:** `removeSetDesktopBackground`\
2153 **Preferences Affected:** N/A
2157 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
2159 #### Windows (Intune)
2162 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
2166 <enabled/> or <disabled/>
2171 <key>DisableSetDesktopBackground</key>
2179 "DisableSetDesktopBackground": true | false
2183 ### DisableSystemAddonUpdate
2184 Prevent system add-ons from being installed or updated.
2186 **Compatibility:** Firefox 60, Firefox ESR 60\
2187 **CCK2 Equivalent:** N/A\
2188 **Preferences Affected:** N/A
2192 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
2194 #### Windows (Intune)
2197 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
2201 <enabled/> or <disabled/>
2206 <key>DisableSystemAddonUpdate</key>
2214 "DisableSystemAddonUpdate": true | false
2218 ### DisableTelemetry
2219 Prevent the upload of telemetry data.
2221 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
2223 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
2225 **Compatibility:** Firefox 60, Firefox ESR 60\
2226 **CCK2 Equivalent:** `disableTelemetry`\
2227 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
2231 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
2233 #### Windows (Intune)
2236 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
2240 <enabled/> or <disabled/>
2245 <key>DisableTelemetry</key>
2253 "DisableTelemetry": true | false
2257 ### DisableThirdPartyModuleBlocking
2258 Do not allow blocking third-party modules from the `about:third-party` page.
2260 This policy only works on Windows through GPO (not policies.json).
2262 **Compatibility:** Firefox 110 (Windows only, GPO only)\
2263 **CCK2 Equivalent:** N/A\
2264 **Preferences Affected:** N/A
2268 Software\Policies\Mozilla\Firefox\DisableThirdPartyModuleBlocking = = 0x1 | 0x0
2270 #### Windows (Intune)
2273 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableThirdPartyModuleBlocking
2277 <enabled/> or <disabled/>
2279 ### DisplayBookmarksToolbar
2280 Set the initial state of the bookmarks toolbar. A user can still change how it is displayed.
2282 `always` means the bookmarks toolbar is always shown.
2284 `never` means the bookmarks toolbar is not shown.
2286 `newtab` means the bookmarks toolbar is only shown on the new tab page.
2288 **Compatibility:** Firefox 109, Firefox ESR 102.7\
2289 **CCK2 Equivalent:** N/A\
2290 **Preferences Affected:** N/A
2294 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = "always", "never", "newtab"
2296 #### Windows (Intune)
2299 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar_Enum
2304 <data id="DisplayBookmarksToolbar" value="always | never | newtab"/>
2309 <key>DisplayBookmarksToolbar</key>
2310 <string>always | never | newtab</string>
2317 "DisplayBookmarksToolbar": "always" | "never" | "newtab"
2322 Set the state of the menubar.
2324 `always` means the menubar is shown and cannot be hidden.
2326 `never` means the menubar is hidden and cannot be shown.
2328 `default-on` means the menubar is on by default but can be hidden.
2330 `default-off` means the menubar is off by default but can be shown.
2332 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
2333 **CCK2 Equivalent:** `displayMenuBar`\
2334 **Preferences Affected:** N/A
2338 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
2340 #### Windows (Intune)
2343 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2348 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2353 <key>DisplayMenuBar</key>
2354 <string>always | never | default-on | default-off</string>
2361 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2366 Configure DNS over HTTPS.
2368 `Enabled` determines whether DNS over HTTPS is enabled
2370 `ProviderURL` is a URL to another provider.
2372 `Locked` prevents the user from changing DNS over HTTPS preferences.
2374 `ExcludedDomains` excludes domains from DNS over HTTPS.
2376 `Fallback` determines whether or not Firefox will use your default DNS resolver if there is a problem with the secure DNS provider.
2378 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7) (Fallback added in 124)\
2379 **CCK2 Equivalent:** N/A\
2380 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2384 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2385 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2386 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2387 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2388 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Fallback = 0x1 | 0x0
2390 #### Windows (Intune)
2393 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2397 <enabled/> or <disabled/>
2401 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2406 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2410 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2414 <enabled/> or <disabled/>
2418 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2423 <data id="List" value="1example.com"/>
2427 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Fallback
2431 <enabled/> or <disabled/>
2436 <key>DNSOverHTTPS</key>
2440 <key>ProviderURL</key>
2441 <string>URL_TO_ALTERNATE_PROVIDER</string>
2444 <key>ExcludedDomains</key>
2446 <string>example.com</string>
2458 "Enabled": true | false,
2459 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2460 "Locked": true | false,
2461 "ExcludedDomains": ["example.com"],
2462 "Fallback": true | false,
2467 ### DontCheckDefaultBrowser
2468 Don't check if Firefox is the default browser at startup.
2470 **Compatibility:** Firefox 60, Firefox ESR 60\
2471 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2472 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2476 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2478 #### Windows (Intune)
2481 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2485 <enabled/> or <disabled/>
2490 <key>DontCheckDefaultBrowser</key>
2498 "DontCheckDefaultBrowser": true | false
2502 ### DownloadDirectory
2503 Set and lock the download directory.
2505 You can use ${home} for the native home directory.
2507 **Compatibility:** Firefox 68, Firefox ESR 68\
2508 **CCK2 Equivalent:** N/A\
2509 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2513 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2515 #### Windows (Intune)
2518 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2523 <data id="Preferences_String" value="${home}\Downloads"/>
2528 <key>DownloadDirectory</key>
2529 <string>${home}/Downloads</string>
2532 #### policies.json (macOS and Linux)
2536 "DownloadDirectory": "${home}/Downloads"
2539 #### policies.json (Windows)
2543 "DownloadDirectory": "${home}\\Downloads"
2546 ### EnableTrackingProtection
2547 Configure tracking protection.
2549 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.
2551 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2553 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.
2555 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2557 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2559 If `EmailTracking` is set to true, hidden email tracking pixels and scripts on websites are blocked. (Firefox 112)
2561 `Exceptions` are origins for which tracking protection is not enabled.
2563 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2564 **CCK2 Equivalent:** N/A\
2565 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2569 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2570 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2571 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2572 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2573 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2575 #### Windows (Intune)
2578 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2582 <enabled/> or <disabled/>
2586 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2590 <enabled/> or <disabled/>
2594 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2598 <enabled/> or <disabled/>
2602 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2607 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2611 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2615 <enabled/> or <disabled/>
2620 <key>EnableTrackingProtection</key>
2626 <key>Cryptomining</key>
2628 <key>Fingerprinting</key>
2630 <key>Exceptions</key>
2632 <string>https://example.com</string>
2641 "EnableTrackingProtection": {
2642 "Value": true | false,
2643 "Locked": true | false,
2644 "Cryptomining": true | false,
2645 "Fingerprinting": true | false,
2646 "Exceptions": ["https://example.com"]
2651 ### EncryptedMediaExtensions
2652 Enable or disable Encrypted Media Extensions and optionally lock it.
2654 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2656 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.
2658 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2659 **CCK2 Equivalent:** N/A\
2660 **Preferences Affected:** `media.eme.enabled`
2664 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2665 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2667 #### Windows (Intune)
2670 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2671 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2675 <enabled/>or <disabled/>
2680 <key>EncryptedMediaExtensions</key>
2693 "EncryptedMediaExtensions": {
2694 "Enabled": true | false,
2695 "Locked": true | false
2700 ### EnterprisePoliciesEnabled
2701 Enable policy support on macOS.
2703 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2704 **CCK2 Equivalent:** N/A\
2705 **Preferences Affected:** N/A
2710 <key>EnterprisePoliciesEnabled</key>
2714 ### ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2716 Disable warnings based on file extension for specific file types on domains.
2718 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#ExemptDomainFileTypePairsFromFileTypeDownloadWarnings) of the same name.
2720 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.
2722 **Compatibility:** Firefox 102\
2723 **CCK2 Equivalent:** N/A\
2724 **Preferences Affected:** N/A
2727 Software\Policies\Mozilla\Firefox\ExemptDomainFileTypePairsFromFileTypeDownloadWarnings (REG_MULTI_SZ) =
2731 "file_extension": "jnlp",
2732 "domains": ["example.com"]
2736 #### Windows (Intune)
2739 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2744 <data id="JSON" value='
2747 "file_extension": "jnlp",
2748 "domains": ["example.com"]
2756 <key>ExemptDomainFileTypePairsFromFileTypeDownloadWarnings</key>
2759 <key>file_extension</key>
2760 <string>jnlp</string>
2763 <string>example.com</string>
2773 "ExemptDomainFileTypePairsFromFileTypeDownloadWarnings": [{
2774 "file_extension": "jnlp",
2775 "domains": ["example.com"]
2781 Control the installation, uninstallation and locking of extensions.
2783 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.
2785 This method will be deprecated in the near future.
2787 `Install` is a list of URLs or native paths for extensions to be installed.
2789 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2791 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2793 **Compatibility:** Firefox 60, Firefox ESR 60\
2794 **CCK2 Equivalent:** `addons`\
2795 **Preferences Affected:** N/A
2799 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2800 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2801 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2802 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2804 #### Windows (Intune)
2807 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2812 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2816 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2821 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2825 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2830 <data id="Extensions" value="1addon_id@mozilla.org"/>
2835 <key>Extensions</key>
2839 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2840 <string>//path/to/xpi</string>
2842 <key>Uninstall</key>
2844 <string>bad_addon_id@mozilla.org</string>
2848 <string>addon_id@mozilla.org</string>
2858 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2859 "Uninstall": ["bad_addon_id@mozilla.org"],
2860 "Locked": ["addon_id@mozilla.org"]
2865 ### ExtensionSettings
2866 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.
2868 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.
2870 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).
2872 The configuration for each extension is another dictionary that can contain the fields documented below.
2874 | Name | Description |
2876 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2877 | `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.
2878 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2879 | `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.
2880 | `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.
2881 | `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.
2882 | `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.
2883 | `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.
2884 | `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.
2885 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2886 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2887 | `default_area` | (Firefox 113) String that indicates where to place the extension icon by default. Possible values are `navbar` and `menupanel`.
2888 | `temporarily_allow_weak_signatures`| (Firefox 127) A boolean that indicates whether to allow installing extensions signed using deprecated signature algorithms.
2890 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2891 **CCK2 Equivalent:** N/A\
2892 **Preferences Affected:** N/A
2895 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2899 "blocked_install_message": "Custom error message.",
2900 "install_sources": ["https://yourwebsite.com/*"],
2901 "installation_mode": "blocked",
2902 "allowed_types": ["extension"]
2904 "uBlock0@raymondhill.net": {
2905 "installation_mode": "force_installed",
2906 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2908 "https-everywhere@eff.org": {
2909 "installation_mode": "allowed",
2910 "updates_disabled": false
2914 #### Windows (Intune)
2917 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2922 <data id="ExtensionSettings" value='
2925 "blocked_install_message": "Custom error message.",
2926 "install_sources": ["https://yourwebsite.com/*"],
2927 "installation_mode": "blocked",
2928 "allowed_types": ["extension"]
2930 "uBlock0@raymondhill.net": {
2931 "installation_mode": "force_installed",
2932 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2934 "https-everywhere@eff.org": {
2935 "installation_mode": "allowed",
2936 "updates_disabled": false
2943 <key>ExtensionSettings</key>
2947 <key>blocked_install_message</key>
2948 <string>Custom error message.</string>
2949 <key>install_sources</key>
2951 <string>"https://yourwebsite.com/*"</string>
2953 <key>installation_mode</key>
2954 <string>blocked</string>
2955 <key>allowed_types</key>
2957 <string>extension</string>
2960 <key>uBlock0@raymondhill.net</key>
2962 <key>installation_mode</key>
2963 <string>force_installed</string>
2964 <key>install_url</key>
2965 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2967 <key>https-everywhere@eff.org</key>
2969 <key>installation_mode</key>
2970 <string>allowed</string>
2971 <key>updates_disabled</key>
2981 "ExtensionSettings": {
2983 "blocked_install_message": "Custom error message.",
2984 "install_sources": ["https://yourwebsite.com/*"],
2985 "installation_mode": "blocked",
2986 "allowed_types": ["extension"]
2988 "uBlock0@raymondhill.net": {
2989 "installation_mode": "force_installed",
2990 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2992 "https-everywhere@eff.org": {
2993 "installation_mode": "allowed",
2994 "updates_disabled": false
3001 Control extension updates.
3003 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3004 **CCK2 Equivalent:** N/A\
3005 **Preferences Affected:** `extensions.update.enabled`
3009 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
3011 #### Windows (Intune)
3014 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
3018 <enabled/> or <disabled/>
3023 <key>ExtensionUpdate</key>
3031 "ExtensionUpdate": true | false
3036 Customize the Firefox Home page.
3038 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4, Snippets was deprecated in Firefox 122)
3039 **CCK2 Equivalent:** N/A\
3040 **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`
3044 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
3045 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
3046 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
3047 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
3048 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
3049 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
3050 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
3051 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
3053 #### Windows (Intune)
3056 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
3061 <data id="FirefoxHome_Search" value="true | false"/>
3062 <data id="FirefoxHome_TopSites" value="true | false"/>
3063 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
3064 <data id="FirefoxHome_Highlights" value="true | false"/>
3065 <data id="FirefoxHome_Pocket" value="true | false"/>
3066 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
3067 <data id="FirefoxHome_Snippets" value="true | false"/>
3068 <data id="FirefoxHome_Locked" value="true | false"/>
3073 <key>FirefoxHome</key>
3079 <key>SponsoredTopSites</key>
3081 <key>Highlights</key>
3085 <key>SponsoredPocket</key>
3099 "Search": true | false,
3100 "TopSites": true | false,
3101 "SponsoredTopSites": true | false,
3102 "Highlights": true | false,
3103 "Pocket": true | false,
3104 "SponsoredPocket": true | false,
3105 "Snippets": true | false,
3106 "Locked": true | false
3112 Customize Firefox Suggest (US only).
3114 **Compatibility:** Firefox 118, Firefox ESR 115.3.
3115 **CCK2 Equivalent:** N/A\
3116 **Preferences Affected:** `browser.urlbar.suggest.quicksuggest.nonsponsored`, `browser.urlbar.suggest.quicksuggest.sponsored`, `browser.urlbar.quicksuggest.dataCollection.enabled`
3120 Software\Policies\Mozilla\Firefox\FirefoxSuggest\WebSuggestions = 0x1 | 0x0
3121 Software\Policies\Mozilla\Firefox\FirefoxSuggest\SponsoredSuggestions = 0x1 | 0x0
3122 Software\Policies\Mozilla\Firefox\FirefoxSuggest\ImproveSuggest = 0x1 | 0x0
3123 Software\Policies\Mozilla\Firefox\FirefoxSuggest\Locked = 0x1 | 0x0
3125 #### Windows (Intune)
3128 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/WebSuggestions
3132 <enabled/> or <disabled/>
3136 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/SponsoredSuggestions
3140 <enabled/> or <disabled/>
3144 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/ImproveSuggest
3148 <enabled/> or <disabled/>
3152 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/Locked
3156 <enabled/> or <disabled/>
3161 <key>FirefoxSuggest</key>
3163 <key>WebSuggestions</key>
3165 <key>SponsoredSuggestions</key>
3167 <key>ImproveSuggest</key>
3179 "WebSuggestions": true | false,
3180 "SponsoredSuggestions": true | false,
3181 "ImproveSuggest": true | false,
3182 "Locked": true | false
3187 ### GoToIntranetSiteForSingleWordEntryInAddressBar
3188 Whether to always go through the DNS server before sending a single word search string to a search engine.
3190 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.
3192 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.
3194 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.
3196 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`.
3198 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`.
3200 **Compatibility:** Firefox 104, Firefox ESR 102.2\
3201 **CCK2 Equivalent:** `N/A`\
3202 **Preferences Affected:** `browser.fixup.dns_first_for_single_words`
3206 Software\Policies\Mozilla\Firefox\GoToIntranetSiteForSingleWordEntryInAddressBar = 0x1 | 0x0
3208 #### Windows (Intune)
3211 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/GoToIntranetSiteForSingleWordEntryInAddressBar
3215 <enabled/> or <disabled/>
3220 <key>GoToIntranetSiteForSingleWordEntryInAddressBar</key>
3228 "GoToIntranetSiteForSingleWordEntryInAddressBar": true | false
3233 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
3235 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
3237 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.
3239 | Name | Description |
3241 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
3242 | `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.
3243 | `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.
3244 | `name` | The display name of the handler (might not be used).
3245 | `path`| The native path to the executable to be used.
3246 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
3248 **Compatibility:** Firefox 78, Firefox ESR 78\
3249 **CCK2 Equivalent:** N/A\
3250 **Preferences Affected:** N/A
3253 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
3257 "application/msword": {
3258 "action": "useSystemDefault",
3264 "action": "useHelperApp",
3265 "ask": true | false,
3268 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3274 "action": "useHelperApp",
3275 "ask": true | false,
3277 "name": "Adobe Acrobat",
3278 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3284 #### Windows (Intune)
3287 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
3292 <data id="Handlers" value='
3295 "application/msword": {
3296 "action": "useSystemDefault",
3302 "action": "useHelperApp",
3303 "ask": true | false,
3306 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3312 "action": "useHelperApp",
3313 "ask": true | false,
3315 "name": "Adobe Acrobat",
3316 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3328 <key>mimeTypes</key>
3330 <key>application/msword</key>
3333 <string>useSystemDefault</string>
3343 <string>useHelperApp</string>
3350 <string>Gmail</string>
3351 <key>uriTemplate</key>
3352 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
3357 <key>extensions</key>
3362 <string>useHelperApp</string>
3369 <string>Adobe Acrobat</string>
3371 <string>/System/Applications/Preview.app</string>
3385 "application/msword": {
3386 "action": "useSystemDefault",
3392 "action": "useHelperApp",
3393 "ask": true | false,
3396 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3402 "action": "useHelperApp",
3403 "ask": true | false,
3405 "name": "Adobe Acrobat",
3406 "path": "/usr/bin/acroread"
3414 ### HardwareAcceleration
3415 Control hardware acceleration.
3417 **Compatibility:** Firefox 60, Firefox ESR 60\
3418 **CCK2 Equivalent:** N/A\
3419 **Preferences Affected:** `layers.acceleration.disabled`
3423 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3425 #### Windows (Intune)
3428 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3432 <enabled/> or <disabled/>
3437 <key>HardwareAcceleration</key>
3445 "HardwareAcceleration": true | false
3450 Configure the default homepage and how Firefox starts.
3452 `URL` is the default homepage.
3454 `Locked` prevents the user from changing homepage preferences.
3456 `Additional` allows for more than one homepage.
3458 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3460 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.
3462 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3463 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3464 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3468 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3469 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3470 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3471 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3472 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3474 #### Windows (Intune)
3477 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3483 <data id="HomepageURL" value="https://example.com"/>
3484 <data id="HomepageLocked" value="true | false"/>
3488 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3494 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
3498 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3504 <data id="StartPage" value="none | homepage | previous-session"/>
3512 <string>http://example.com</string>
3515 <key>Additional</key>
3517 <string>http://example.org</string>
3518 <string>http://example.edu</string>
3520 <key>StartPage</key>
3521 <string>none | homepage | previous-session | homepage-locked</string>
3530 "URL": "http://example.com/",
3531 "Locked": true | false,
3532 "Additional": ["http://example.org/",
3533 "http://example.edu/"],
3534 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3539 ### InstallAddonsPermission
3540 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.
3542 `Allow` is a list of origins where extension installs are allowed.
3544 `Default` determines whether or not extension installs are allowed by default.
3546 **Compatibility:** Firefox 60, Firefox ESR 60\
3547 **CCK2 Equivalent:** `permissions.install`\
3548 **Preferences Affected:** `xpinstall.enabled`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
3552 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3553 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3554 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3556 #### Windows (Intune)
3559 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3564 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3568 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3577 <key>InstallAddonsPermission</key>
3581 <string>http://example.org</string>
3582 <string>http://example.edu</string>
3593 "InstallAddonsPermission": {
3594 "Allow": ["http://example.org/",
3595 "http://example.edu/"],
3596 "Default": true | false
3602 Disable the feature enforcing a separate profile for each installation.
3604 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.
3606 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3608 This policy only work on Windows via GPO (not policies.json).
3610 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3611 **CCK2 Equivalent:** N/A\
3612 **Preferences Affected:** N/A
3616 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3618 #### Windows (Intune)
3621 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3625 <enabled/> or <disabled/>
3627 ### LegacySameSiteCookieBehaviorEnabled
3628 Enable default legacy SameSite cookie behavior setting.
3630 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```.
3632 **Compatibility:** Firefox 96\
3633 **CCK2 Equivalent:** N/A\
3634 **Preferences Affected:** `network.cookie.sameSite.laxByDefault`
3638 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = = 0x1 | 0x0
3640 #### Windows (Intune)
3643 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabled
3647 <enabled/> or <disabled/>
3652 <key>LegacySameSiteCookieBehaviorEnabled</key>
3660 "LegacySameSiteCookieBehaviorEnabled": true | false
3663 ### LegacySameSiteCookieBehaviorEnabledForDomainList
3664 Revert to legacy SameSite behavior for cookies on specified sites.
3666 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```.
3668 **Compatibility:** Firefox 96\
3669 **CCK2 Equivalent:** N/A\
3670 **Preferences Affected:** `network.cookie.sameSite.laxByDefault.disabledHosts`
3674 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\1 = "example.org"
3675 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\2 = "example.edu"
3677 #### Windows (Intune)
3680 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabledForDomainList
3685 <data id="LegacySameSiteCookieBehaviorEnabledForDomainList" value="1example.org2example.edu"/>
3690 <key>LegacySameSiteCookieBehaviorEnabledForDomainList</key>
3692 <string>example.org</string>
3693 <string>example.edu</string>
3701 "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org",
3707 Enable linking to local files by origin.
3709 **Compatibility:** Firefox 68, Firefox ESR 68\
3710 **CCK2 Equivalent:** N/A\
3711 **Preferences Affected:** `capability.policy.localfilelinks.*`
3715 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3716 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3718 #### Windows (Intune)
3721 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3726 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3731 <key>LocalFileLinks</key>
3733 <string>http://example.org</string>
3734 <string>http://example.edu</string>
3742 "LocalFileLinks": ["http://example.org/",
3743 "http://example.edu/"]
3747 ### ManagedBookmarks
3748 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3750 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3752 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:
3756 "id": "BookmarkType",
3760 "$ref": "BookmarkType"
3779 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3780 **CCK2 Equivalent:** N/A\
3781 **Preferences Affected:** N/A
3784 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3788 "toplevel_name": "My managed bookmarks folder"
3791 "url": "example.com",
3795 "name": "Mozilla links",
3798 "url": "https://mozilla.org",
3799 "name": "Mozilla.org"
3802 "url": "https://support.mozilla.org/",
3809 #### Windows (Intune)
3812 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3817 <data id="JSON" value='
3820 "toplevel_name": "My managed bookmarks folder"
3823 "url": "example.com",
3827 "name": "Mozilla links",
3830 "url": "https://mozilla.org",
3831 "name": "Mozilla.org"
3834 "url": "https://support.mozilla.org/",
3844 <key>ManagedBookmarks</key>
3847 <key>toplevel_name</key>
3848 <string>My managed bookmarks folder</string>
3851 <string>example.com</string>
3853 <string>Example</string>
3857 <string>Mozilla links</string>
3862 <string>https://mozilla.org</string>
3864 <string>Mozilla</string>
3868 <string>https://support.mozilla.org/</string>
3870 <string>SUMO</string>
3881 "ManagedBookmarks": [
3883 "toplevel_name": "My managed bookmarks folder"
3886 "url": "example.com",
3890 "name": "Mozilla links",
3893 "url": "https://mozilla.org",
3894 "name": "Mozilla.org"
3897 "url": "https://support.mozilla.org/",
3906 ### ManualAppUpdateOnly
3908 Switch to manual updates only.
3910 If this policy is enabled:
3911 1. The user will never be prompted to install updates
3912 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.
3913 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3915 This policy is primarily intended for advanced end users, not for enterprises, but it is available via GPO.
3917 **Compatibility:** Firefox 87\
3918 **CCK2 Equivalent:** N/A\
3919 **Preferences Affected:** N/A
3923 Software\Policies\Mozilla\Firefox\ManualAppUpdateOnly = 0x1 | 0x0
3925 #### Windows (Intune)
3928 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManualAppUpdateOnly
3932 <enabled/> or <disabled/>
3937 <key>ManualAppUpdateOnly</key>
3945 "ManualAppUpdateOnly": true | false
3949 ### NetworkPrediction
3950 Enable or disable network prediction (DNS prefetching).
3952 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3953 **CCK2 Equivalent:** N/A\
3954 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
3958 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3960 #### Windows (Intune)
3963 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3967 <enabled/> or <disabled/>
3972 <key>NetworkPrediction</key>
3980 "NetworkPrediction": true | false
3984 Enable or disable the New Tab page.
3986 **Compatibility:** Firefox 68, Firefox ESR 68\
3987 **CCK2 Equivalent:** N/A\
3988 **Preferences Affected:** `browser.newtabpage.enabled`
3992 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3994 #### Windows (Intune)
3997 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
4001 <enabled/> or <disabled/>
4006 <key>NewTabPage</key>
4014 "NewTabPage": true | false
4017 ### NoDefaultBookmarks
4018 Disable the creation of default bookmarks.
4020 This policy is only effective if the user profile has not been created yet.
4022 **Compatibility:** Firefox 60, Firefox ESR 60\
4023 **CCK2 Equivalent:** `removeDefaultBookmarks`\
4024 **Preferences Affected:** N/A
4028 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
4030 #### Windows (Intune)
4033 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
4037 <enabled/> or <disabled/>
4042 <key>NoDefaultBookmarks</key>
4050 "NoDefaultBookmarks": true | false
4054 ### OfferToSaveLogins
4055 Control whether or not Firefox offers to save passwords.
4057 **Compatibility:** Firefox 60, Firefox ESR 60\
4058 **CCK2 Equivalent:** `dontRememberPasswords`\
4059 **Preferences Affected:** `signon.rememberSignons`
4063 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
4065 #### Windows (Intune)
4068 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
4072 <enabled/> or <disabled/>
4077 <key>OfferToSaveLogins</key>
4085 "OfferToSaveLogins": true | false
4089 ### OfferToSaveLoginsDefault
4090 Sets the default value of signon.rememberSignons without locking it.
4092 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4093 **CCK2 Equivalent:** `dontRememberPasswords`\
4094 **Preferences Affected:** `signon.rememberSignons`
4098 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
4100 #### Windows (Intune)
4103 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
4107 <enabled/> or <disabled/>
4112 <key>OfferToSaveLoginsDefault</key>
4120 "OfferToSaveLoginsDefault": true | false
4124 ### OverrideFirstRunPage
4125 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
4127 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
4129 **Compatibility:** Firefox 60, Firefox ESR 60\
4130 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
4131 **Preferences Affected:** `startup.homepage_welcome_url`
4135 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
4137 #### Windows (Intune)
4140 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
4145 <data id="OverridePage" value="https://example.com"/>
4150 <key>OverrideFirstRunPage</key>
4151 <string>http://example.org</string>
4158 "OverrideFirstRunPage": "http://example.org"
4162 ### OverridePostUpdatePage
4163 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
4165 **Compatibility:** Firefox 60, Firefox ESR 60\
4166 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
4167 **Preferences Affected:** `startup.homepage_override_url`
4171 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
4173 #### Windows (Intune)
4176 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
4181 <data id="OverridePage" value="https://example.com"/>
4186 <key>OverridePostUpdatePage</key>
4187 <string>http://example.org</string>
4194 "OverridePostUpdatePage": "http://example.org"
4198 ### PasswordManagerEnabled
4199 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
4201 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4202 **CCK2 Equivalent:** N/A\
4203 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
4207 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
4209 #### Windows (Intune)
4212 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
4216 <enabled/> or <disabled/>
4221 <key>PasswordManagerEnabled</key>
4229 "PasswordManagerEnabled": true | false
4233 ### PasswordManagerExceptions
4234 Prevent Firefox from saving passwords for specific sites.
4236 The sites are specified as a list of origins.
4238 **Compatibility:** Firefox 101\
4239 **CCK2 Equivalent:** N/A\
4240 **Preferences Affected:** N/A
4244 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\1 = "https://example.org"
4245 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\2 = "https://example.edu"
4247 #### Windows (Intune)
4250 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerExceptions
4255 <data id="List" value="1https://example.org2https://example.edu"/>
4260 <key>PasswordManagerExceptions</key>
4262 <string>https://example.org</string>
4263 <string>https://example.edu</string>
4271 "PasswordManagerExceptions": ["https://example.org",
4272 "https://example.edu"]
4278 Disable or configure PDF.js, the built-in PDF viewer.
4280 If `Enabled` is set to false, the built-in PDF viewer is disabled.
4282 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
4284 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.
4286 **Compatibility:** Firefox 77, Firefox ESR 68.9\
4287 **CCK2 Equivalent:** N/A\
4288 **Preferences Affected:** `pdfjs.disabled`, `pdfjs.enablePermissions`
4292 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
4293 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
4295 #### Windows (Intune)
4298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
4299 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
4303 <enabled/>or <disabled/>
4312 <key>EnablePermissions</key>
4322 "Enabled": true | false,
4323 "EnablePermissions": true | false
4329 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.
4331 `Allow` is a list of origins where the feature is allowed.
4333 `Block` is a list of origins where the feature is not allowed.
4335 `BlockNewRequests` determines whether or not new requests can be made for the feature.
4337 `Locked` prevents the user from changing preferences for the feature.
4339 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
4341 **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)\
4342 **CCK2 Equivalent:** N/A\
4343 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
4347 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
4348 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
4349 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
4350 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
4351 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
4352 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
4353 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
4354 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
4355 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
4356 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
4357 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
4358 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
4359 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
4360 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
4361 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
4362 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
4363 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
4364 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
4365 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
4366 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
4367 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
4368 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
4369 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
4370 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
4371 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
4373 #### Windows (Intune)
4376 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
4380 <enabled/> or <disabled/>
4384 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
4388 <enabled/> or <disabled/>
4392 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
4397 <data id="Permissions" value="1https://example.org"/>
4401 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
4405 <enabled/> or <disabled/>
4409 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
4413 <enabled/> or <disabled/>
4417 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
4422 <data id="Permissions" value="1https://example.org"/>
4426 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
4431 <data id="Permissions" value="1https://example.edu"/>
4435 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
4440 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
4444 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
4448 <enabled/> or <disabled/>
4452 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
4457 <data id="Permissions" value="1https://example.org"/>
4461 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
4466 <data id="Permissions" value="1https://example.edu"/>
4470 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
4474 <enabled/> or <disabled/>
4478 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
4482 <enabled/> or <disabled/>
4487 <key>Permissions</key>
4493 <string>https://example.org</string>
4494 <string>https://example.org:1234</string>
4498 <string>https://example.edu</string>
4500 <key>BlockNewRequests</key>
4505 <key>Microphone</key>
4509 <string>https://example.org</string>
4513 <string>https://example.edu</string>
4515 <key>BlockNewRequests</key>
4524 <string>https://example.org</string>
4528 <string>https://example.edu</string>
4530 <key>BlockNewRequests</key>
4535 <key>Notifications</key>
4539 <string>https://example.org</string>
4543 <string>https://example.edu</string>
4545 <key>BlockNewRequests</key>
4554 <string>https://example.org</string>
4558 <string>https://example.edu</string>
4561 <string>allow-audio-video | block-audio | block-audio-video</string>
4574 "Allow": ["https://example.org","https://example.org:1234"],
4575 "Block": ["https://example.edu"],
4576 "BlockNewRequests": true | false,
4577 "Locked": true | false
4580 "Allow": ["https://example.org"],
4581 "Block": ["https://example.edu"],
4582 "BlockNewRequests": true | false,
4583 "Locked": true | false
4586 "Allow": ["https://example.org"],
4587 "Block": ["https://example.edu"],
4588 "BlockNewRequests": true | false,
4589 "Locked": true | false
4592 "Allow": ["https://example.org"],
4593 "Block": ["https://example.edu"],
4594 "BlockNewRequests": true | false,
4595 "Locked": true | false
4598 "Allow": ["https://example.org"],
4599 "Block": ["https://example.edu"],
4600 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
4601 "Locked": true | false
4607 ### PictureInPicture
4609 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
4611 **Compatibility:** Firefox 78, Firefox ESR 78\
4612 **CCK2 Equivalent:** N/A\
4613 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
4617 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
4618 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
4621 #### Windows (Intune)
4624 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
4625 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
4629 <enabled/> or <disabled/>
4634 <key>PictureInPicture</key>
4647 "PictureInPicture": {
4648 "Enabled": true | false,
4649 "Locked": true | false
4655 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
4657 `Allow` is a list of origins where popup-windows are allowed.
4659 `Default` determines whether or not pop-up windows are allowed by default.
4661 `Locked` prevents the user from changing pop-up preferences.
4663 **Compatibility:** Firefox 60, Firefox ESR 60\
4664 **CCK2 Equivalent:** `permissions.popup`\
4665 **Preferences Affected:** `dom.disable_open_during_load`
4669 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
4670 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
4671 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
4672 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4674 #### Windows (Intune)
4677 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4682 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4686 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4690 <enabled/> or <disabled/>
4694 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4698 <enabled/> or <disabled/>
4703 <key>PopupBlocking</key>
4707 <string>http://example.org</string>
4708 <string>http://example.edu</string>
4722 "Allow": ["http://example.org/",
4723 "http://example.edu/"],
4724 "Default": true | false,
4725 "Locked": true | false
4730 ### PostQuantumKeyAgreementEnabled
4731 Enable post-quantum key agreement for TLS.
4733 **Compatibility:** Firefox 127\
4734 **CCK2 Equivalent:** N/A\
4735 **Preferences Affected:** `security.tls.enable_kyber`, `network.http.http3.enable_kyber` (Firefox 128)
4739 Software\Policies\Mozilla\Firefox\PostQuantumKeyAgreementEnabled = 0x1 | 0x0
4741 #### Windows (Intune)
4744 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PostQuantumKeyAgreementEnabled
4748 <enabled/> or <disabled/>
4753 <key>PostQuantumKeyAgreementEnabled</key>
4761 "PostQuantumKeyAgreementEnabled": true | false
4766 Set and lock preferences.
4768 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section in group policy.
4770 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.
4772 Preferences that start with the following prefixes are supported:
4775 alerts.* (Firefox 122, Firefox ESR 115.7)
4776 app.update.* (Firefox 86, Firefox ESR 78.8)
4778 datareporting.policy.
4781 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4782 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4786 keyword.enabled (Firefox 95, Firefox ESR 91.4)
4791 pdfjs. (Firefox 84, Firefox ESR 78.6)
4795 privacy.globalprivacycontrol.enabled (Firefox 127, Firefox ESR 128.0)
4796 privacy.userContext.enabled (Firefox 126, Firefox ESR 115.11)
4797 privacy.userContext.ui.enabled (Firefox 126, Firefox ESR 115.11)
4798 signon. (Firefox 83, Firefox ESR 78.5)
4799 spellchecker. (Firefox 84, Firefox ESR 78.6)
4800 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
4803 xpinstall.signatures.required (Firefox ESR 102.10, Firefox ESR only)
4804 xpinstall.whitelist.required (Firefox 118, Firefox ESR 115.3)
4806 as well as the following security preferences:
4808 | Preference | Type | Default
4810 | security.default_personal_cert | string | Ask Every Time
4811 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4812 | security.disable_button.openCertManager | string | N/A
4813 | If set to true and locked, the View Certificates button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
4814 | security.disable_button.openDeviceManager | string | N/A
4815 | If set to true and locked, the Security Devices button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
4816 | security.insecure_connection_text.enabled | bool | false
4817 | If set to true, adds the words "Not Secure" for insecure sites.
4818 | security.insecure_connection_text.pbmode.enabled | bool | false
4819 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4820 | security.mixed_content.block_active_content | boolean | true
4821 | If set to true, mixed active content (HTTP subresources such as scripts, fetch requests, etc. on a HTTPS page) will be blocked.
4822 | security.mixed_content.block_display_content | boolean | false
4823 | 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)
4824 | security.mixed_content.upgrade_display_content | boolean | true
4825 | 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)
4826 | security.osclientcerts.autoload | boolean | false
4827 | If true, client certificates are loaded from the operating system certificate store.
4828 | security.OCSP.enabled | integer | 1
4829 | If 0, do not fetch OCSP. If 1, fetch OCSP for DV and EV certificates. If 2, fetch OCSP only for EV certificates.
4830 | security.OCSP.require | boolean | false
4831 | If true, if an OCSP request times out, the connection fails.
4832 | security.osclientcerts.assume_rsa_pss_support | boolean | true
4833 | If false, we don't assume an RSA key can do RSA-PSS. (Firefox 114, Firefox ESR 102.12)
4834 | security.ssl.enable_ocsp_stapling | boolean | true
4835 | If false, OCSP stapling is not enabled.
4836 | security.ssl.errorReporting.enabled | boolean | true
4837 | If false, SSL errors cannot be sent to Mozilla.
4838 | security.ssl.require_safe_negotiation | boolean | false
4839 | If true, Firefox will only negotiate TLS connections with servers that indicate they support secure renegotiation. (Firefox 118, Firefox ESR 115.3)
4840 | security.tls.enable_0rtt_data | boolean | true
4841 | If false, TLS early data is turned off. (Firefox 93, Firefox 91.2, Firefox 78.15)
4842 | security.tls.hello_downgrade_check | boolean | true
4843 | If false, the TLS 1.3 downgrade check is disabled.
4844 | security.tls.version.enable-deprecated | boolean | false
4845 | If true, browser will accept TLS 1.0. and TLS 1.1. (Firefox 86, Firefox 78.8)
4846 | security.warn_submit_secure_to_insecure | boolean | true
4847 | If false, no warning is shown when submitting a form from https to http.
4849 Using the preference as the key, set the `Value` to the corresponding preference value.
4851 `Status` can be "default", "locked", "user" or "clear"
4853 * `"default"`: Read/Write: Settings appear as default even if factory default differs.
4854 * `"locked"`: Read-Only: Settings appear as default even if factory default differs.
4855 * `"user"`: Read/Write: Settings appear as changed if it differs from factory default.
4856 * `"clear"`: Read/Write: `Value` has no effect. Resets to factory defaults on each startup.
4858 `"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```.
4860 `"user"` preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4862 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.
4864 See the examples below for more detail.
4866 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4869 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4870 **CCK2 Equivalent:** `preferences`\
4871 **Preferences Affected:** Many
4874 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4877 "accessibility.force_disabled": {
4879 "Status": "default",
4883 "browser.cache.disk.parent_directory": {
4884 "Value": "SOME_NATIVE_PATH",
4887 "browser.tabs.warnOnClose": {
4893 #### Windows (Intune)
4896 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4901 <data id="JSON" value='
4903 "accessibility.force_disabled": {
4905 "Status": "default",
4908 "browser.cache.disk.parent_directory": {
4909 "Value": "SOME_NATIVE_PATH",
4912 "browser.tabs.warnOnClose": {
4921 <key>Preferences</key>
4923 <key>accessibility.force_disabled</key>
4926 <integer>1</integer>
4928 <string>default</string>
4930 <string>number</string>
4932 <key>browser.cache.disk.parent_directory</key>
4935 <string>SOME_NATIVE_PATH</string>
4937 <string>user</string>
4939 <key>browser.tabs.warnOnClose</key>
4944 <string>locked</string>
4954 "accessibility.force_disabled": {
4959 "browser.cache.disk.parent_directory": {
4960 "Value": "SOME_NATIVE_PATH",
4963 "browser.tabs.warnOnClose": {
4972 Require or prevent using a primary (formerly master) password.
4974 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.
4976 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
4978 **Compatibility:** Firefox 79, Firefox ESR 78.1\
4979 **CCK2 Equivalent:** `noMasterPassword`\
4980 **Preferences Affected:** N/A
4984 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
4986 #### Windows (Intune)
4989 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
4993 <enabled/> or <disabled/>
4998 <key>PrimaryPassword</key>
5006 "PrimaryPassword": true | false
5011 Enable or disable printing.
5013 **Compatibility:** Firefox 120, Firefox ESR 115.5\
5014 **CCK2 Equivalent:** N/A\
5015 **Preferences Affected:** `print.enabled`
5019 Software\Policies\Mozilla\Firefox\PrintingEnabled = 0x1 | 0x0
5021 #### Windows (Intune)
5024 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrintingEnabled
5028 <enabled/> or <disabled/>
5033 <key>PrintingEnabled</key>
5041 "PrintingEnabled": true | false
5045 ### PromptForDownloadLocation
5046 Ask where to save each file before downloading.
5048 **Compatibility:** Firefox 68, Firefox ESR 68\
5049 **CCK2 Equivalent:** N/A\
5050 **Preferences Affected:** `browser.download.useDownloadDir`
5054 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
5056 #### Windows (Intune)
5059 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
5063 <enabled/> or <disabled/>
5068 <key>PromptForDownloadLocation</key>
5076 "PromptForDownloadLocation": true | false
5081 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
5082 To specify ports, append them to the hostnames with a colon (:).
5084 Unless you lock this policy, changes the user already has in place will take effect.
5086 `Mode` is the proxy method being used.
5088 `Locked` is whether or not proxy settings can be changed.
5090 `HTTPProxy` is the HTTP proxy server.
5092 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
5094 `SSLProxy` is the SSL proxy server.
5096 `FTPProxy` is the FTP proxy server.
5098 `SOCKSProxy` is the SOCKS proxy server
5100 `SOCKSVersion` is the SOCKS version (4 or 5)
5102 `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.
5104 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
5106 `AutoLogin` means do not prompt for authentication if password is saved.
5108 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
5110 **Compatibility:** Firefox 60, Firefox ESR 60\
5111 **CCK2 Equivalent:** `networkProxy*`\
5112 **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`
5116 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
5117 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
5118 Software\Policies\Mozilla\Firefox\Proxy\HTTPProxy = https://httpproxy.example.com
5119 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
5120 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
5121 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
5122 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
5123 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
5124 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
5125 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
5126 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
5127 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
5129 #### Windows (Intune)
5131 These setttings were moved to a category to make them easier to configure via Intune.
5135 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Locked
5139 <enabled/> or <disabled/>
5143 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_ConnectionType
5148 <data id="Proxy_ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5152 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_HTTPProxy
5157 <data id="Proxy_HTTPProxy" value="httpproxy.example.com"/>
5161 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseHTTPProxyForAllProtocols
5165 <enabled/> or <disabled/>
5169 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SSLProxy
5174 <data id="Proxy_SSLProxy" value="sslproxy.example.com"/>
5178 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SOCKSProxy
5183 <data id="Proxy_SOCKSProxy" value="socksproxy.example.com"/>
5184 <data id="Proxy_SOCKSVersion" value="4 | 5"/>
5188 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoConfigURL
5193 <data id="Proxy_AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5197 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Passthrough
5202 <data id="Proxy_Passthrough" value="<local>"/>
5206 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoLogin
5210 <enabled/> or <disabled/>
5214 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseProxyForDNS
5218 <enabled/> or <disabled/>
5222 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
5227 <data id="ProxyLocked" value="true | false"/>
5228 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5229 <data id="HTTPProxy" value="httpproxy.example.com"/>
5230 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
5231 <data id="SSLProxy" value="sslproxy.example.com"/>
5232 <data id="FTPProxy" value="ftpproxy.example.com"/>
5233 <data id="SOCKSProxy" value="socksproxy.example.com"/>
5234 <data id="SOCKSVersion" value="4 | 5"/>
5235 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5236 <data id="Passthrough" value="<local>"/>
5237 <data id="AutoLogin" value="true | false"/>
5238 <data id="UseProxyForDNS" value="true | false"/>
5246 <string>none | system | manual | autoDetect | autoConfig</string>
5249 <key>HTTPProxy</key>
5250 <string>https://httpproxy.example.com</string>
5251 <key>UseHTTPProxyForAllProtocols</key>
5254 <string>https://sslproxy.example.com</string>
5256 <string>https://ftpproxy.example.com</string>
5257 <key>SOCKSProxy</key>
5258 <string>https://socksproxy.example.com</string>
5259 <key>SOCKSVersion</key>
5260 <string>4 | 5</string>
5261 <key>Passthrough</key>
5262 <string><local>></string>
5263 <key>AutoConfigURL</key>
5264 <string>URL_TO_AUTOCONFIG</string>
5265 <key>AutoLogin</key>
5267 <key>UseProxyForDNS</key>
5277 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
5278 "Locked": true | false,
5279 "HTTPProxy": "hostname",
5280 "UseHTTPProxyForAllProtocols": true | false,
5281 "SSLProxy": "hostname",
5282 "FTPProxy": "hostname",
5283 "SOCKSProxy": "hostname",
5284 "SOCKSVersion": 4 | 5,
5285 "Passthrough": "<local>",
5286 "AutoConfigURL": "URL_TO_AUTOCONFIG",
5287 "AutoLogin": true | false,
5288 "UseProxyForDNS": true | false
5293 ### RequestedLocales
5294 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
5296 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
5298 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
5299 **CCK2 Equivalent:** N/A\
5300 **Preferences Affected:** N/A
5303 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
5304 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
5308 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
5310 #### Windows (Intune)
5313 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
5318 <data id="Preferences_String" value="de,en-US"/>
5323 <key>RequestedLocales</key>
5326 <string>en-US</string>
5333 <key>RequestedLocales</key>
5334 <string>de,en-US</string>
5342 "RequestedLocales": ["de", "en-US"]
5350 "RequestedLocales": "de,en-US"
5354 <a name="SanitizeOnShutdown"></a>
5356 ### SanitizeOnShutdown (Selective)
5357 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
5359 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.
5361 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
5362 **CCK2 Equivalent:** N/A\
5363 **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`
5366 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
5367 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
5368 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
5369 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
5370 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
5371 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
5372 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
5373 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
5374 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
5376 #### Windows (Intune)
5379 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
5383 <enabled/> or <disabled/>
5387 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
5391 <enabled/> or <disabled/>
5395 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
5399 <enabled/> or <disabled/>
5403 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
5407 <enabled/> or <disabled/>
5411 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
5415 <enabled/> or <disabled/>
5419 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
5423 <enabled/> or <disabled/>
5427 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
5431 <enabled/> or <disabled/>
5435 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
5439 <enabled/> or <disabled/>
5443 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
5447 <enabled/> or <disabled/>
5452 <key>SanitizeOnShutdown</key>
5458 <key>Downloads</key>
5466 <key>SiteSettings</key>
5468 <key>OfflineApps</key>
5479 "SanitizeOnShutdown": {
5480 "Cache": true | false,
5481 "Cookies": true | false,
5482 "Downloads": true | false,
5483 "FormData": true | false,
5484 "History": true | false,
5485 "Sessions": true | false,
5486 "SiteSettings": true | false,
5487 "OfflineApps": true | false,
5488 "Locked": true | false
5493 ### SanitizeOnShutdown (All)
5494 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
5496 **Compatibility:** Firefox 60, Firefox ESR 60\
5497 **CCK2 Equivalent:** N/A\
5498 **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`
5501 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
5503 #### Windows (Intune)
5506 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
5510 <enabled/> or <disabled/>
5515 <key>SanitizeOnShutdown</key>
5523 "SanitizeOnShutdown": true | false
5528 Set whether or not search bar is displayed.
5530 **Compatibility:** Firefox 60, Firefox ESR 60\
5531 **CCK2 Equivalent:** `showSearchBar`\
5532 **Preferences Affected:** N/A
5536 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
5539 #### Windows (Intune)
5542 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
5547 <data id="SearchBar" value="unified | separate"/>
5552 <key>SearchBar</key>
5553 <string>unified | separate</string>
5560 "SearchBar": "unified" | "separate"
5564 <a name="SearchEngines"></a>
5566 ### SearchEngines (This policy is only available on the ESR.)
5568 ### SearchEngines | Add
5570 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.
5572 This policy is only available on the ESR. `Name` and `URLTemplate` are required.
5574 `Name` is the name of the search engine.
5576 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
5578 `Method` is either GET or POST
5580 `IconURL` is a URL for the icon to use.
5582 `Alias` is a keyword to use for the engine.
5584 `Description` is a description of the search engine.
5586 `PostData` is the POST data as name value pairs separated by &.
5588 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
5590 `Encoding` is the query charset for the engine. It defaults to UTF-8.
5592 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
5593 **CCK2 Equivalent:** `searchplugins`\
5594 **Preferences Affected:** N/A
5598 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
5599 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
5600 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
5601 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
5602 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
5603 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
5604 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
5605 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
5607 #### Windows (Intune)
5610 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
5615 <data id="SearchEngine_Name" value="Example1"/>
5616 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
5617 <data id="SearchEngine_Method" value="GET | POST"/>
5618 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
5619 <data id="SearchEngine_Alias" value="example"/>
5620 <data id="SearchEngine_Description" value="Example Description"/>
5621 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
5622 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
5627 <key>SearchEngines</key>
5633 <string>Example1</string>
5634 <key>URLTemplate</key>
5635 <string>https://www.example.org/q={searchTerms}</string>
5637 <string>GET | POST </string>
5639 <string>https://www.example.org/favicon.ico</string>
5641 <string>example</string>
5642 <key>Description</key>
5643 <string>Example Description</string>
5644 <key>SuggestURLTemplate</key>
5645 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5647 <string>name=value&q={searchTerms}</string>
5661 "URLTemplate": "https://www.example.org/q={searchTerms}",
5662 "Method": "GET" | "POST",
5663 "IconURL": "https://www.example.org/favicon.ico",
5665 "Description": "Description",
5666 "PostData": "name=value&q={searchTerms}",
5667 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5674 ### SearchEngines | Default
5676 Set the default search engine. This policy is only available on the ESR.
5678 **Compatibility:** Firefox ESR 60\
5679 **CCK2 Equivalent:** `defaultSearchEngine`\
5680 **Preferences Affected:** N/A
5684 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
5686 #### Windows (Intune)
5689 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
5694 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
5699 <key>SearchEngines</key>
5702 <string>NAME_OF_SEARCH_ENGINE</string>
5711 "Default": "NAME_OF_SEARCH_ENGINE"
5716 ### SearchEngines | PreventInstalls
5718 Prevent installing search engines from webpages.
5720 **Compatibility:** Firefox ESR 60\
5721 **CCK2 Equivalent:** `disableSearchEngineInstall`\
5722 **Preferences Affected:** N/A
5726 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
5728 #### Windows (Intune)
5731 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
5735 <enabled/> or <disabled/>
5740 <key>SearchEngines</key>
5742 <key>PreventInstalls</key>
5752 "PreventInstalls": true | false
5757 ### SearchEngines | Remove
5759 Hide built-in search engines. This policy is only available on the ESR.
5761 **Compatibility:** Firefox ESR 60.2\
5762 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
5763 **Preferences Affected:** N/A
5767 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
5769 #### Windows (Intune)
5772 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
5777 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
5782 <key>SearchEngines</key>
5786 <string>NAME_OF_SEARCH_ENGINE</string>
5796 "Remove": ["NAME_OF_SEARCH_ENGINE"]
5801 ### SearchSuggestEnabled
5803 Enable search suggestions.
5805 **Compatibility:** Firefox 68, Firefox ESR 68\
5806 **CCK2 Equivalent:** N/A\
5807 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
5811 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5813 #### Windows (Intune)
5816 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5820 <enabled/> or <disabled/>
5825 <key>SearchSuggestEnabled</key>
5833 "SearchSuggestEnabled": true | false
5839 Add or delete PKCS #11 modules.
5841 **Compatibility:** Firefox 114, Firefox ESR 112.12\
5842 **CCK2 Equivalent:** N/A\
5843 **Preferences Affected:** N/A
5847 Software\Policies\Mozilla\Firefox\SecurityDevices\Add\NAME_OF_DEVICE_TO_ADD = PATH_TO_LIBRARY_FOR_DEVICE
5848 Software\Policies\Mozilla\Firefox\SecurityDevices\Remove\1 = NAME_OF_DEVICE_TO_REMOVE
5850 #### Windows (Intune)
5853 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Add
5858 <data id="SecurityDevices" value="NAME_OF_DEVICE_TO_ADDPATH_TO_LIBRARY_FOR_DEVICE"/>
5862 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Delete
5867 <data id="SecurityDevices" value="1NAME_OF_DEVICE_TO_REMOVE"/>
5872 <key>SecurityDevices</key>
5876 <key>NAME_OF_DEVICE_TO_ADD</key>
5877 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5881 <string>NAME_OF_DEVICE_TO_DELETE</string>
5890 "SecurityDevices": {
5892 "NAME_OF_DEVICE_TO_ADD": "PATH_TO_LIBRARY_FOR_DEVICE"
5894 "Delete": ["NAME_OF_DEVICE_TO_DELETE"]
5899 ### SecurityDevices (Deprecated)
5901 Install PKCS #11 modules.
5903 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5904 **CCK2 Equivalent:** `certs.devices`\
5905 **Preferences Affected:** N/A
5909 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5911 #### Windows (Intune)
5914 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5919 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5924 <key>SecurityDevices</key>
5926 <key>NAME_OF_DEVICE</key>
5927 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5935 "SecurityDevices": {
5936 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5942 Show the home button on the toolbar.
5944 Future versions of Firefox will not show the home button by default.
5946 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5947 **CCK2 Equivalent:** N/A\
5948 **Preferences Affected:** N/A
5952 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5954 #### Windows (Intune)
5957 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/Homepage_ShowHomeButton
5961 <enabled/> or <disabled/>
5966 <key>ShowHomeButton</key>
5974 "ShowHomeButton": true | false
5980 Set and lock the maximum version of TLS. (Firefox defaults to a maximum of TLS 1.3.)
5982 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5983 **CCK2 Equivalent:** N/A\
5984 **Preferences Affected:** `security.tls.version.max`
5988 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5990 #### Windows (Intune)
5993 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5998 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
6003 <key>SSLVersionMax</key>
6004 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
6012 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6018 Set and lock the minimum version of TLS. (Firefox defaults to a minimum of TLS 1.2.)
6020 **Compatibility:** Firefox 66, Firefox ESR 60.6\
6021 **CCK2 Equivalent:** N/A\
6022 **Preferences Affected:** `security.tls.version.min`
6026 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6028 #### Windows (Intune)
6031 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
6036 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
6041 <key>SSLVersionMin</key>
6042 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
6050 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6054 ### StartDownloadsInTempDirectory
6055 Force downloads to start off in a local, temporary location rather than the default download directory.
6057 **Compatibility:** Firefox 102\
6058 **CCK2 Equivalent:** N/A\
6059 **Preferences Affected:** `browser.download.start_downloads_in_tmp_dir`
6063 Software\Policies\Mozilla\Firefox\StartDownloadsInTempDirectory = 0x1 | 0x0
6065 #### Windows (Intune)
6068 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/StartDownloadsInTempDirectory
6072 <enabled/> or <disabled/>
6077 <key>StartDownloadsInTempDirectory</key>
6085 "StartDownloadsInTempDirectory": true | false
6089 Add a menuitem to the help menu for specifying support information.
6091 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
6092 **CCK2 Equivalent:** helpMenu\
6093 **Preferences Affected:** N/A
6097 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
6098 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
6099 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
6101 #### Windows (Intune)
6104 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
6109 <data id="SupportMenuTitle" value="Support Menu"/>
6110 <data id="SupportMenuURL" value="http://example.com/support"/>
6111 <data id="SupportMenuAccessKey" value="S"/>
6116 <key>SupportMenu</key>
6119 <string>SupportMenu</string>
6121 <string>http://example.com/support</string>
6122 <key>AccessKey</key>
6132 "Title": "Support Menu",
6133 "URL": "http://example.com/support",
6139 ### TranslateEnabled
6140 Enable or disable webpage translation.
6142 Note: Web page translation is done completely on the client, so there is no data or privacy risk.
6144 If you only want to disable the popup, you can set the pref `browser.translations.automaticallyPopup` to false using the [Preferences](#preferences) policy.
6146 **Compatibility:** Firefox 126\
6147 **CCK2 Equivalent:** N/A\
6148 **Preferences Affected:** `browser.translations.enable`
6152 Software\Policies\Mozilla\Firefox\TranslateEnabled = 0x1 | 0x0
6154 #### Windows (Intune)
6157 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/TranslateEnabled
6161 <enabled/> or <disabled/>
6166 <key>TranslateEnabled</key>
6174 "TranslateEnabled": true | false
6180 Prevent Firefox from messaging the user in certain situations.
6182 `WhatsNew` Remove the "What's New" icon and menuitem. (*Deprecated*)
6184 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
6186 `FeatureRecommendations` If false, don't recommend browser features.
6188 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
6190 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
6192 `MoreFromMozilla` If false, don't show the "More from Mozilla" section in Preferences. (Firefox 98)
6194 `Locked` prevents the user from changing user messaging preferences.
6196 **Compatibility:** Firefox 75, Firefox ESR 68.7\
6197 **CCK2 Equivalent:** N/A\
6198 **Preferences Affected:** `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`, `browser.aboutwelcome.enabled`, `browser.preferences.moreFromMozilla`
6202 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
6203 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
6204 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
6205 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
6206 Software\Policies\Mozilla\Firefox\UserMessaging\MoreFromMozilla = 0x1 | 0x0
6207 Software\Policies\Mozilla\Firefox\UserMessaging\Locked = 0x1 | 0x0
6209 #### Windows (Intune)
6212 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
6213 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
6214 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
6215 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
6216 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_MoreFromMozilla
6217 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_Locked
6221 <enabled/> or <disabled/>
6226 <key>UserMessaging</key>
6228 <key>ExtensionRecommendations</key>
6230 <key>FeatureRecommendations</key>
6232 <key>UrlbarInterventions</key>
6234 <key>SkipOnboarding</key>
6236 <key>MoreFromMozilla</key>
6248 "ExtensionRecommendations": true | false,
6249 "FeatureRecommendations": true | false,
6250 "UrlbarInterventions": true | false,
6251 "SkipOnboarding": true | false,
6252 "MoreFromMozilla": true | false,
6253 "Locked": true | false
6258 ### UseSystemPrintDialog
6259 Use the system print dialog instead of the print preview window.
6261 **Compatibility:** Firefox 102\
6262 **CCK2 Equivalent:** N/A\
6263 **Preferences Affected:** `print.prefer_system_dialog`
6267 Software\Policies\Mozilla\Firefox\UseSystemPrintDialog = 0x1 | 0x0
6269 #### Windows (Intune)
6272 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UseSystemPrintDialog
6276 <enabled/> or <disabled/>
6281 <key>UseSystemPrintDialog</key>
6289 "UseSystemPrintDialog": true | false
6294 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.
6295 The arrays are limited to 1000 entries each.
6297 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
6299 For specific protocols, use `https://*/*` or `http://*/*`.
6301 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
6303 **Compatibility:** Firefox 60, Firefox ESR 60\
6304 **CCK2 Equivalent:** N/A\
6305 **Preferences Affected:** N/A
6309 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
6310 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
6312 #### Windows (Intune)
6315 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
6319 <enabled/> <data id="WebsiteFilter" value="1<all_urls>"/>
6323 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
6328 <data id="WebsiteFilter" value="1http://example.org/*"/>
6333 <key>WebsiteFilter</key>
6337 <string><all_urls></string>
6339 <key>Exceptions</key>
6341 <string>http://example.org/*</string>
6352 "Block": ["<all_urls>"],
6353 "Exceptions": ["http://example.org/*"]
6359 Allow Windows single sign-on for Microsoft, work, and school accounts.
6361 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
6363 **Compatibility:** Firefox 91\
6364 **CCK2 Equivalent:** N/A\
6365 **Preferences Affected:** `network.http.windows-sso.enabled`
6369 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
6371 #### Windows (Intune)
6374 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
6378 <enabled/> or <disabled/>
6384 "WindowsSSO": true | false