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 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
21 | **[`AppUpdatePin`](#appupdatepin)** | Prevent Firefox from being updated beyond the specified version.
22 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
23 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
24 | **[`AutoLaunchProtocolsFromOrigins`](#autolaunchprotocolsfromorigins)** | Define a list of external protocols that can be used from listed origins without prompting the user.
25 | **[`BackgroundAppUpdate`](#backgroundappupdate)** | Enable or disable the background updater (Windows only).
26 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
27 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
28 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
29 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
30 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
31 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
32 | **[`Certificates`](#certificates)** |
33 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
34 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
35 | **[`Containers`](#containers)** | Set policies related to [containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/).
36 | **[`Cookies`](#cookies)** | Configure cookie preferences.
37 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
38 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
39 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
40 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
41 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
42 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
43 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
44 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
45 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
46 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
47 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
48 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
49 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
50 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
51 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
52 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
53 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
54 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
55 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
56 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
57 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
58 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or updated.
59 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
60 | **[`DisableThirdPartyModuleBlocking`](#disablethirdpartymoduleblocking)** | Do not allow blocking third-party modules.
61 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
62 | **[`DisplayBookmarksToolbar (Deprecated)`](#displaybookmarkstoolbar-deprecated)** | Set the initial state of the bookmarks toolbar.
63 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
64 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
65 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
66 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
67 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
68 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
69 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
70 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
71 | **[`ExemptDomainFileTypePairsFromFileTypeDownloadWarnings`](#exemptdomainfiletypepairsfromfiletypedownloadwarnings)** | Disable warnings based on file extension for specific file types on domains.
72 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
73 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
74 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
75 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
76 | **[`FlashPlugin (Deprecated)`](#flashplugin-deprecated)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
77 | **[`GoToIntranetSiteForSingleWordEntryInAddressBar`](#gotointranetsiteforsinglewordentryinaddressbar)** | Force direct intranet site navigation instead of searching when typing single word entries in the address bar.
78 | **[`Handlers`](#handlers)** | Configure default application handlers.
79 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
80 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
81 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
82 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
83 | **[`LegacySameSiteCookieBehaviorEnabled`](#legacysamesitecookiebehaviorenabled)** | Enable default legacy SameSite cookie behavior setting.
84 | **[`LegacySameSiteCookieBehaviorEnabledForDomainList`](#legacysamesitecookiebehaviorenabledfordomainlist)** | Revert to legacy SameSite behavior for cookies on specified sites.
85 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
86 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
87 | **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates.
88 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
89 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
90 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
91 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
92 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
93 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
94 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
95 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
96 | **[`PasswordManagerExceptions`](#passwordmanagerexceptions)** | Prevent Firefox from saving passwords for specific sites.
97 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
98 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
99 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
100 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
101 | **[`Preferences`](#preferences)** | Set and lock preferences.
102 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
103 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
104 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
105 | **[`Proxy`](#proxy)** | Configure proxy settings.
106 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
107 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
108 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
109 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
110 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
111 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
112 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
113 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
114 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
115 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
116 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
117 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
118 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
119 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
120 | **[`StartDownloadsInTempDirectory`](#startdownloadsintempdirectory)** | Force downloads to start off in a local, temporary location rather than the default download directory.
121 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
122 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
123 | **[`UseSystemPrintDialog`](#usesystemprintdialog)** | Print using the system print dialog instead of print preview.
124 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
125 | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
129 Allow WebExtensions to configure policy. For more information, see [Adding policy support to your extension](https://extensionworkshop.com/documentation/enterprise/adding-policy-support-to-your-extension/).
131 For GPO and Intune, the extension developer should provide an ADMX file.
133 **Compatibility:** Firefox 68\
134 **CCK2 Equivalent:** N/A\
135 **Preferences Affected:** N/A
142 <key>Extensions</key>
144 <key>uBlock0@raymondhill.net</key>
146 <key>adminSettings</key>
148 <key>selectedFilterLists</key>
150 <string>ublock-privacy</string>
151 <string>ublock-badware</string>
152 <string>ublock-filters</string>
153 <string>user-filters</string>
167 "uBlock0@raymondhill.net": {
169 "selectedFilterLists": [
183 ### AllowedDomainsForApps
185 Define domains allowed to access Google Workspace.
187 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
189 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.
191 **Compatibility:** Firefox 89, Firefox ESR 78.11\
192 **CCK2 Equivalent:** N/A\
193 **Preferences Affected:** N/A
197 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
199 #### Windows (Intune)
202 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
207 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
212 <key>AllowedDomainsForApps</key>
213 <string>managedfirefox.com,example.com</string>
220 "AllowedDomainsForApps": "managedfirefox.com,example.com"
226 Enable or disable **automatic** application update.
228 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
230 If set to false, application updates are downloaded but the user can choose when to install the update.
232 If you have disabled updates via `DisableAppUpdate`, this policy has no effect.
234 **Compatibility:** Firefox 75, Firefox ESR 68.7\
235 **CCK2 Equivalent:** N/A\
236 **Preferences Affected:** `app.update.auto`
240 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
242 #### Windows (Intune)
245 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
249 <enabled/> or <disabled/>
254 <key>AppAutoUpdate</key>
262 "AppAutoUpdate": true | false
268 Prevent Firefox from being updated beyond the specified version.
270 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.
272 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.
274 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.
276 **Compatibility:** Firefox 102,\
277 **CCK2 Equivalent:** N/A\
278 **Preferences Affected:** N/A
282 Software\Policies\Mozilla\Firefox\AppUpdatePin = "106."
284 #### Windows (Intune)
287 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdatePin
292 <data id="AppUpdatePin" value="106."/>
297 <key>AppUpdatePin</key>
298 <string>106.</string>
305 "AppUpdatePin": "106."
311 Change the URL for application update if you are providing Firefox updates from a custom update server.
313 **Compatibility:** Firefox 62, Firefox ESR 60.2\
314 **CCK2 Equivalent:** N/A\
315 **Preferences Affected:** `app.update.url`
319 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
321 #### Windows (Intune)
324 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
329 <data id="AppUpdateURL" value="https://yoursite.com"/>
334 <key>AppUpdateURL</key>
335 <string>https://yoursite.com</string>
342 "AppUpdateURL": "https://yoursite.com"
348 Configure sites that support integrated authentication.
350 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.
352 `PrivateBrowsing` enables integrated authentication in private browsing.
354 **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)\
355 **CCK2 Equivalent:** N/A\
356 **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`
360 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
361 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
362 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
363 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
364 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
365 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
366 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
367 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
368 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
369 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
370 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
371 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
373 #### Windows (Intune)
376 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
381 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
385 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
390 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
394 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
399 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
403 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
408 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
409 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
413 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
417 <enabled/> or <disabled/>
421 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
425 <enabled/> or <disabled/>
430 <key>Authentication</key>
434 <string>mydomain.com</string>
435 <string>https://myotherdomain.com</string>
439 <string>mydomain.com</string>
440 <string>https://myotherdomain.com</string>
444 <string>mydomain.com</string>
445 <string>https://myotherdomain.com</string>
447 <key>AllowNonFQDN</key>
454 <key>AllowProxies</key>
463 <key>PrivateBrowsing</key>
473 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
474 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
475 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
477 "SPNEGO": true | false,
481 "SPNEGO": true | false,
484 "Locked": true | false,
485 "PrivateBrowsing": true | false
490 ### AutoLaunchProtocolsFromOrigins
491 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.
493 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.
519 **Compatibility:** Firefox 90, Firefox ESR 78.12\
520 **CCK2 Equivalent:** N/A\
521 **Preferences Affected:** N/A
524 Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ) =
528 "protocol": "zoommtg",
530 "https://somesite.zoom.us"
535 #### Windows (Intune)
538 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutoLaunchProtocolsFromOrigins
543 <data id="JSON" value='
546 "protocol": "zoommtg",
548 "https://somesite.zoom.us"
556 <key>AutoLaunchProtocolsFromOrigins</key>
560 <string>zoommtg</string>
561 <key>allowed_origins</key>
563 <string>https://somesite.zoom.us</string>
573 "AutoLaunchProtocolsFromOrigins": [{
574 "protocol": "zoommtg",
576 "https://somesite.zoom.us"
582 ### BackgroundAppUpdate
584 Enable or disable **automatic** application update **in the background**, when the application is not running.
586 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.
588 If set to false, the application will not try to install updates when the application is not running.
590 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppAutoUpdate`, this policy has no effect.
592 **Compatibility:** Firefox 90 (Windows only)\
593 **CCK2 Equivalent:** N/A\
594 **Preferences Affected:** `app.update.background.enabled`
598 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
600 #### Windows (Intune)
603 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
607 <enabled/> or <disabled/>
612 <key>BackgroundAppUpdate</key>
620 "BackgroundAppUpdate": true | false
626 Block access to the Add-ons Manager (about:addons).
628 **Compatibility:** Firefox 60, Firefox ESR 60\
629 **CCK2 Equivalent:** `disableAddonsManager`\
630 **Preferences Affected:** N/A
634 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
636 #### Windows (Intune)
639 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
643 <enabled/> or <disabled/>
648 <key>BlockAboutAddons</key>
656 "BlockAboutAddons": true | false
662 Block access to about:config.
664 **Compatibility:** Firefox 60, Firefox ESR 60\
665 **CCK2 Equivalent:** `disableAboutConfig`\
666 **Preferences Affected:** N/A
670 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
672 #### Windows (Intune)
675 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
679 <enabled/> or <disabled/>
684 <key>BlockAboutConfig</key>
692 "BlockAboutConfig": true | false
696 ### BlockAboutProfiles
698 Block access to About Profiles (about:profiles).
700 **Compatibility:** Firefox 60, Firefox ESR 60\
701 **CCK2 Equivalent:** `disableAboutProfiles`\
702 **Preferences Affected:** N/A
706 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
708 #### Windows (Intune)
711 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
715 <enabled/> or <disabled/>
720 <key>BlockAboutProfiles</key>
728 "BlockAboutProfiles": true | false
732 ### BlockAboutSupport
734 Block access to Troubleshooting Information (about:support).
736 **Compatibility:** Firefox 60, Firefox ESR 60\
737 **CCK2 Equivalent:** `disableAboutSupport`\
738 **Preferences Affected:** N/A
742 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
744 #### Windows (Intune)
747 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
751 <enabled/> or <disabled/>
756 <key>BlockAboutSupport</key>
764 "BlockAboutSupport": true | false
770 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
772 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.
774 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.
776 **Compatibility:** Firefox 60, Firefox ESR 60\
777 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
778 **Preferences Affected:** N/A
782 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
783 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
784 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
785 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
786 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
788 Software\Policies\Mozilla\Firefox\Bookmarks (REG_MULTI_SZ) =
794 #### Windows (Intune)
797 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
802 <data id="BookmarkTitle" value="Example"/>
803 <data id="BookmarkURL" value="https://example.com"/>
804 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
805 <data id="BookmarkPlacement" value="toolbar | menu"/>
806 <data id="BookmarkFolder" value="FolderName"/>
810 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Bookmarks
815 <data id="JSON" value='[]'/>
824 <string>Example</string>
826 <string>https://example.com</string>
828 <string>https://example.com/favicon.ico</string>
830 <string>toolbar | menu</string>
832 <string>FolderName</string>
844 "URL": "https://example.com",
845 "Favicon": "https://example.com/favicon.ico",
846 "Placement": "toolbar" | "menu",
847 "Folder": "FolderName"
854 Enable or disable the detection of captive portals.
856 **Compatibility:** Firefox 67, Firefox ESR 60.7\
857 **CCK2 Equivalent:** N/A\
858 **Preferences Affected:** `network.captive-portal-service.enabled`
862 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
864 #### Windows (Intune)
867 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
871 <enabled/> or <disabled/>
876 <key>CaptivePortal</key>
884 "CaptivePortal": true | false
890 ### Certificates | ImportEnterpriseRoots
892 Trust certificates that have been added to the operating system certificate store by a user or administrator.
894 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
896 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
898 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
899 **CCK2 Equivalent:** N/A\
900 **Preferences Affected:** `security.enterprise_roots.enabled`
904 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
906 #### Windows (Intune)
909 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
913 <enabled/> or <disabled/>
918 <key>Certificates</key>
920 <key>ImportEnterpriseRoots</key>
930 "ImportEnterpriseRoots": true | false
935 ### Certificates | Install
937 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
940 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
941 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
943 - /Library/Application Support/Mozilla/Certificates
944 - ~/Library/Application Support/Mozilla/Certificates
946 - /usr/lib/mozilla/certificates
947 - /usr/lib64/mozilla/certificates
948 - ~/.mozilla/certificates
950 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.
952 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.
954 Certificates are installed using the trust string `CT,CT,`.
956 Binary (DER) and ASCII (PEM) certificates are both supported.
958 **Compatibility:** Firefox 64, Firefox ESR 64\
959 **CCK2 Equivalent:** `certs.ca`\
960 **Preferences Affected:** N/A
964 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
965 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
967 #### Windows (Intune)
970 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
975 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
980 <key>Certificates</key>
984 <string>cert1.der</string>
985 <string>/Users/username/cert2.pem</string>
995 "Install": ["cert1.der", "/home/username/cert2.pem"]
1001 Set policies related to [containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/).
1003 Currently you can set the initial set of containers.
1005 For each container, you can specify the name, icon, and color.
1007 | Name | Description |
1009 | `name`| Name of container
1010 | `icon` | Can be `fingerprint`, `briefcase`, `dollar`, `cart`, `vacation`, `gift`, `food`, `fruit`, `pet`, `tree`, `chill`, `circle`, `fence`
1011 | `color` | Can be `blue`, `turquoise`, `green`, `yellow`, `orange`, `red`, `pink`, `purple`, `toolbar`
1013 **Compatibility:** Firefox 113\
1014 **CCK2 Equivalent:** N/A\
1015 **Preferences Affected:** N/A
1018 Software\Policies\Mozilla\Firefox\Containers (REG_MULTI_SZ) =
1023 "name": "My container",
1025 "color": "turquoise"
1030 #### Windows (Intune)
1033 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Containers
1038 <data id="JSON" value='
1042 "name": "My container",
1044 "color": "turquoise"
1055 <key>Containers</key>
1059 <string>My container</string>
1061 <string>pet</string>
1063 <string>turquoise</string>
1076 "name": "My container",
1078 "color": "turquoise"
1086 Configure cookie preferences.
1088 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
1090 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
1092 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
1094 `Behavior` sets the default behavior for cookies based on the values below.
1096 `BehaviorPrivateBrowsing` sets the default behavior for cookies in private browsing based on the values below.
1098 | Value | Description
1100 | accept | Accept all cookies
1101 | reject-foreign | Reject third party cookies
1102 | reject | Reject all cookies
1103 | limit-foreign | Reject third party cookies for sites you haven't visited
1104 | reject-tracker | Reject cookies for known trackers (default)
1105 | reject-tracker-and-partition-foreign | Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection) (default for private browsing)
1107 `Default` (Deprecated) determines whether cookies are accepted at all.
1109 `AcceptThirdParty` (Deprecated) determines how third-party cookies are handled.
1111 `ExpireAtSessionEnd` determines when cookies expire.
1113 `RejectTracker` (Deprecated) only rejects cookies for trackers.
1115 `Locked` prevents the user from changing cookie preferences.
1117 **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)\
1118 **CCK2 Equivalent:** N/A\
1119 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
1123 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
1124 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
1125 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
1126 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
1127 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
1128 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
1129 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
1130 Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1131 Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1132 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
1134 #### Windows (Intune)
1137 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
1142 <data id="Permissions" value="1https://example.com"/>
1146 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
1151 <data id="Permissions" value="1https://example.edu"/>
1155 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
1160 <data id="Permissions" value="1https://example.org"/>
1164 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
1168 <enabled/> or <disabled/>
1172 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
1177 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
1181 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
1185 <enabled/> or <disabled/>
1189 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
1193 <enabled/> or <disabled/>
1197 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
1201 <enabled/> or <disabled/>
1205 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Behavior
1210 <data id="Cookies_Behavior" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1214 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_BehaviorPrivateBrowsing
1219 <data id="Cookies_BehaviorPrivateBrowsing" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1228 <string>http://example.com</string>
1230 <key>AllowSession</key>
1232 <string>http://example.edu</string>
1236 <string>http://example.org</string>
1240 <key>AcceptThirdParty</key>
1241 <string>always | never | from-visited</string>
1242 <key>ExpireAtSessionEnd</key>
1244 <key>RejectTracker</key>
1249 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1250 <key>BehaviorPrivateBrowsing</key>
1251 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1260 "Allow": ["http://example.org/"],
1261 "AllowSession": ["http://example.edu/"],
1262 "Block": ["http://example.edu/"],
1263 "Default": true | false,
1264 "AcceptThirdParty": "always" | "never" | "from-visited",
1265 "ExpireAtSessionEnd": true | false,
1266 "RejectTracker": true | false,
1267 "Locked": true | false,
1268 "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1269 "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1274 ### DefaultDownloadDirectory
1275 Set the default download directory.
1277 You can use ${home} for the native home directory.
1279 **Compatibility:** Firefox 68, Firefox ESR 68\
1280 **CCK2 Equivalent:** N/A\
1281 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1285 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1287 #### Windows (Intune)
1290 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1295 <data id="Preferences_String" value="${home}\Downloads"/>
1300 <key>DefaultDownloadDirectory</key>
1301 <string>${home}/Downloads</string>
1304 #### policies.json (macOS and Linux)
1308 "DefaultDownloadDirectory": "${home}/Downloads"
1312 #### policies.json (Windows)
1316 "DefaultDownloadDirectory": "${home}\\Downloads"
1320 ### DisableAppUpdate
1321 Turn off application updates within Firefox.
1323 **Compatibility:** Firefox 60, Firefox ESR 60\
1324 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1325 **Preferences Affected:** N/A
1329 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1331 #### Windows (Intune)
1334 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1338 <enabled/> or <disabled/>
1343 <key>DisableAppUpdate</key>
1351 "DisableAppUpdate": true | false
1355 ### DisableBuiltinPDFViewer
1356 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1358 **Compatibility:** Firefox 60, Firefox ESR 60\
1359 **CCK2 Equivalent:** `disablePDFjs`\
1360 **Preferences Affected:** `pdfjs.disabled`
1364 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1366 #### Windows (Intune)
1369 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1373 <enabled/> or <disabled/>
1378 <key>DisableBuiltinPDFViewer</key>
1386 "DisableBuiltinPDFViewer": true | false
1391 Disable specific cryptographic ciphers, listed below.
1394 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1395 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1396 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
1397 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
1398 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
1399 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
1400 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1401 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
1402 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1403 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
1404 TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1405 TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1406 TLS_RSA_WITH_AES_128_GCM_SHA256
1407 TLS_RSA_WITH_AES_256_GCM_SHA384
1408 TLS_RSA_WITH_AES_128_CBC_SHA
1409 TLS_RSA_WITH_AES_256_CBC_SHA
1410 TLS_RSA_WITH_3DES_EDE_CBC_SHA
1413 **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`
1418 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.
1421 **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)\
1422 **CCK2 Equivalent:** N/A\
1423 **Preferences Affected:** N/A
1427 Software\Policies\Mozilla\Firefox\DisabledCiphers\CIPHER_NAME = 0x1 | 0x0
1429 #### Windows (Intune)
1432 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_CIPHER_NAME
1437 <enabled/> or <disabled/>
1442 <key>DisabledCiphers</key>
1444 <key>CIPHER_NAME</key>
1453 "DisabledCiphers": {
1454 "CIPHER_NAME": true | false,
1459 ### DisableDefaultBrowserAgent
1460 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1462 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).
1464 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1465 **CCK2 Equivalent:** N/A\
1466 **Preferences Affected:** N/A
1470 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1472 #### Windows (Intune)
1475 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1479 <enabled/> or <disabled/>
1485 "DisableDefaultBrowserAgent": true | false
1489 ### DisableDeveloperTools
1490 Remove access to all developer tools.
1492 **Compatibility:** Firefox 60, Firefox ESR 60\
1493 **CCK2 Equivalent:** `removeDeveloperTools`\
1494 **Preferences Affected:** `devtools.policy.disabled`
1498 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1500 #### Windows (Intune)
1503 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1507 <enabled/> or <disabled/>
1512 <key>DisableDeveloperTools</key>
1520 "DisableDeveloperTools": true | false
1524 ### DisableFeedbackCommands
1525 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1527 **Compatibility:** Firefox 60, Firefox ESR 60\
1528 **CCK2 Equivalent:** N/A\
1529 **Preferences Affected:** N/A
1533 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1535 #### Windows (Intune)
1538 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1542 <enabled/> or <disabled/>
1547 <key>DisableFeedbackCommands</key>
1555 "DisableFeedbackCommands": true | false
1559 ### DisableFirefoxAccounts
1560 Disable Firefox Accounts integration (Sync).
1562 **Compatibility:** Firefox 60, Firefox ESR 60\
1563 **CCK2 Equivalent:** `disableSync`\
1564 **Preferences Affected:** `identity.fxaccounts.enabled`
1568 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1570 #### Windows (Intune)
1573 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1577 <enabled/> or <disabled/>
1582 <key>DisableFirefoxAccounts</key>
1590 "DisableFirefoxAccounts": true | false
1594 ### DisableFirefoxScreenshots
1595 Remove access to Firefox Screenshots.
1597 **Compatibility:** Firefox 60, Firefox ESR 60\
1598 **CCK2 Equivalent:** N/A\
1599 **Preferences Affected:** `extensions.screenshots.disabled`
1603 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1605 #### Windows (Intune)
1608 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1612 <enabled/> or <disabled/>
1617 <key>DisableFirefoxScreenshots</key>
1625 "DisableFirefoxScreenshots": true | false
1629 ### DisableFirefoxStudies
1630 Disable Firefox studies (Shield).
1632 **Compatibility:** Firefox 60, Firefox ESR 60\
1633 **CCK2 Equivalent:** N/A\
1634 **Preferences Affected:** N/A
1638 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1640 #### Windows (Intune)
1643 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1647 <enabled/> or <disabled/>
1652 <key>DisableFirefoxStudies</key>
1660 "DisableFirefoxStudies": true | false
1664 ### DisableForgetButton
1665 Disable the "Forget" button.
1667 **Compatibility:** Firefox 60, Firefox ESR 60\
1668 **CCK2 Equivalent:** `disableForget`\
1669 **Preferences Affected:** N/A
1673 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1675 #### Windows (Intune)
1678 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1682 <enabled/> or <disabled/>
1687 <key>DisableForgetButton</key>
1695 "DisableForgetButton": true | false
1699 ### DisableFormHistory
1700 Turn off saving information on web forms and the search bar.
1702 **Compatibility:** Firefox 60, Firefox ESR 60\
1703 **CCK2 Equivalent:** `disableFormFill`\
1704 **Preferences Affected:** `browser.formfill.enable`
1708 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1710 #### Windows (Intune)
1713 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1717 <enabled/> or <disabled/>
1722 <key>DisableFormHistory</key>
1730 "DisableFormHistory": true | false
1734 ### DisableMasterPasswordCreation
1735 Remove the master password functionality.
1737 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
1739 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
1741 **Compatibility:** Firefox 60, Firefox ESR 60\
1742 **CCK2 Equivalent:** `noMasterPassword`\
1743 **Preferences Affected:** N/A
1747 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
1749 #### Windows (Intune)
1752 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
1756 <enabled/> or <disabled/>
1761 <key>DisableMasterPasswordCreation</key>
1769 "DisableMasterPasswordCreation": true | false
1773 ### DisablePasswordReveal
1774 Do not allow passwords to be shown in saved logins
1776 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1777 **CCK2 Equivalent:** N/A
1778 **Preferences Affected:** N/A
1782 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1784 #### Windows (Intune)
1787 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1791 <enabled/> or <disabled/>
1796 <key>DisablePasswordReveal</key>
1804 "DisablePasswordReveal": true | false
1809 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1811 **Compatibility:** Firefox 60, Firefox ESR 60\
1812 **CCK2 Equivalent:** `disablePocket`\
1813 **Preferences Affected:** `extensions.pocket.enabled`
1817 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1819 #### Windows (Intune)
1822 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1826 <enabled/> or <disabled/>
1831 <key>DisablePocket</key>
1839 "DisablePocket": true | false
1843 ### DisablePrivateBrowsing
1844 Remove access to private browsing.
1846 **Compatibility:** Firefox 60, Firefox ESR 60\
1847 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1848 **Preferences Affected:** N/A
1852 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1854 #### Windows (Intune)
1857 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1861 <enabled/> or <disabled/>
1866 <key>DisablePrivateBrowsing</key>
1874 "DisablePrivateBrowsing": true | false
1878 ### DisableProfileImport
1879 Disables the "Import data from another browser" option in the bookmarks window.
1881 **Compatibility:** Firefox 60, Firefox ESR 60\
1882 **CCK2 Equivalent:** N/A\
1883 **Preferences Affected:** N/A
1887 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1889 #### Windows (Intune)
1892 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1896 <enabled/> or <disabled/>
1901 <key>DisableProfileImport</key>
1909 "DisableProfileImport": true | false
1913 ### DisableProfileRefresh
1914 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.
1916 **Compatibility:** Firefox 60, Firefox ESR 60\
1917 **CCK2 Equivalent:** `disableResetFirefox`\
1918 **Preferences Affected:** `browser.disableResetPrompt`
1922 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1924 #### Windows (Intune)
1927 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1931 <enabled/> or <disabled/>
1936 <key>DisableProfileRefresh</key>
1944 "DisableProfileRefresh": true | false
1949 Disable safe mode within the browser.
1951 On Windows, this disables safe mode via the command line as well.
1953 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1954 **CCK2 Equivalent:** `disableSafeMode`\
1955 **Preferences Affected:** N/A
1959 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1961 #### Windows (Intune)
1964 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1968 <enabled/> or <disabled/>
1973 <key>DisableSafeMode</key>
1981 "DisableSafeMode": true | false
1985 ### DisableSecurityBypass
1986 Prevent the user from bypassing security in certain cases.
1988 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1990 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1992 **Compatibility:** Firefox 60, Firefox ESR 60\
1993 **CCK2 Equivalent:** N/A\
1994 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
1998 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1999 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
2001 #### Windows (Intune)
2004 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
2008 <enabled/> or <disabled/>
2012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
2016 <enabled/> or <disabled/>
2022 <key>DisableSecurityBypass</key>
2024 <key>InvalidCertificate</key>
2026 <key>SafeBrowsing</key>
2035 "DisableSecurityBypass": {
2036 "InvalidCertificate": true | false,
2037 "SafeBrowsing": true | false
2042 ### DisableSetDesktopBackground
2043 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
2045 **Compatibility:** Firefox 60, Firefox ESR 60\
2046 **CCK2 Equivalent:** `removeSetDesktopBackground`\
2047 **Preferences Affected:** N/A
2051 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
2053 #### Windows (Intune)
2056 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
2060 <enabled/> or <disabled/>
2065 <key>DisableSetDesktopBackground</key>
2073 "DisableSetDesktopBackground": true | false
2077 ### DisableSystemAddonUpdate
2078 Prevent system add-ons from being installed or updated.
2080 **Compatibility:** Firefox 60, Firefox ESR 60\
2081 **CCK2 Equivalent:** N/A\
2082 **Preferences Affected:** N/A
2086 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
2088 #### Windows (Intune)
2091 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
2095 <enabled/> or <disabled/>
2100 <key>DisableSystemAddonUpdate</key>
2108 "DisableSystemAddonUpdate": true | false
2112 ### DisableTelemetry
2113 Prevent the upload of telemetry data.
2115 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
2117 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
2119 **Compatibility:** Firefox 60, Firefox ESR 60\
2120 **CCK2 Equivalent:** `disableTelemetry`\
2121 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
2125 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
2127 #### Windows (Intune)
2130 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
2134 <enabled/> or <disabled/>
2139 <key>DisableTelemetry</key>
2147 "DisableTelemetry": true | false
2151 ### DisableThirdPartyModuleBlocking
2152 Do not allow blocking third-party modules from the `about:third-party` page.
2154 This policy only works on Windows through GPO (not policies.json).
2156 **Compatibility:** Firefox 110 (Windows only, GPO only)\
2157 **CCK2 Equivalent:** N/A\
2158 **Preferences Affected:** N/A
2162 Software\Policies\Mozilla\Firefox\DisableThirdPartyModuleBlocking = = 0x1 | 0x0
2164 #### Windows (Intune)
2167 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableThirdPartyModuleBlocking
2171 <enabled/> or <disabled/>
2173 ### DisplayBookmarksToolbar
2174 Set the initial state of the bookmarks toolbar. A user can still change how it is displayed.
2176 `always` means the bookmarks toolbar is always shown.
2178 `never` means the bookmarks toolbar is not shown.
2180 `newtab` means the bookmarks toolbar is only shown on the new tab page.
2182 **Compatibility:** Firefox 109, Firefox ESR 102.7\
2183 **CCK2 Equivalent:** N/A\
2184 **Preferences Affected:** N/A
2188 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = "always", "never", "newtab"
2190 #### Windows (Intune)
2193 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar_Enum
2198 <data id="DisplayBookmarksToolbar" value="always | never | newtab"/>
2203 <key>DisplayBookmarksToolbar</key>
2204 <string>always | never | newtab</string>
2211 "DisplayBookmarksToolbar": "always" | "never" | "newtab"
2215 ### DisplayBookmarksToolbar (Deprecated)
2216 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
2218 **Compatibility:** Firefox 60, Firefox ESR 60\
2219 **CCK2 Equivalent:** `displayBookmarksToolbar`\
2220 **Preferences Affected:** N/A
2224 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
2226 #### Windows (Intune)
2229 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
2233 <enabled/> or <disabled/>
2238 <key>DisplayBookmarksToolbar</key>
2246 "DisplayBookmarksToolbar": true | false
2251 Set the state of the menubar.
2253 `always` means the menubar is shown and cannot be hidden.
2255 `never` means the menubar is hidden and cannot be shown.
2257 `default-on` means the menubar is on by default but can be hidden.
2259 `default-off` means the menubar is off by default but can be shown.
2261 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
2262 **CCK2 Equivalent:** `displayMenuBar`\
2263 **Preferences Affected:** N/A
2267 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
2269 #### Windows (Intune)
2272 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2277 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2282 <key>DisplayMenuBar</key>
2283 <string>always | never | default-on | default-off</string>
2290 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2294 ### DisplayMenuBar (Deprecated)
2295 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
2297 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
2298 **CCK2 Equivalent:** `displayMenuBar`\
2299 **Preferences Affected:** N/A
2303 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
2308 <key>DisplayMenuBar</key>
2316 "DisplayMenuBar": true | false
2321 Configure DNS over HTTPS.
2323 `Enabled` determines whether DNS over HTTPS is enabled
2325 `ProviderURL` is a URL to another provider.
2327 `Locked` prevents the user from changing DNS over HTTPS preferences.
2329 `ExcludedDomains` excludes domains from DNS over HTTPS.
2331 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
2332 **CCK2 Equivalent:** N/A\
2333 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2337 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2338 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2339 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2340 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2342 #### Windows (Intune)
2345 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2349 <enabled/> or <disabled/>
2353 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2358 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2362 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2366 <enabled/> or <disabled/>
2370 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2375 <data id="List" value="1example.com"/>
2380 <key>DNSOverHTTPS</key>
2384 <key>ProviderURL</key>
2385 <string>URL_TO_ALTERNATE_PROVIDER</string>
2388 <key>ExcludedDomains</key>
2390 <string>example.com</string>
2400 "Enabled": true | false,
2401 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2402 "Locked": true | false,
2403 "ExcludedDomains": ["example.com"]
2408 ### DontCheckDefaultBrowser
2409 Don't check if Firefox is the default browser at startup.
2411 **Compatibility:** Firefox 60, Firefox ESR 60\
2412 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2413 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2417 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2419 #### Windows (Intune)
2422 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2426 <enabled/> or <disabled/>
2431 <key>DontCheckDefaultBrowser</key>
2439 "DontCheckDefaultBrowser": true | false
2443 ### DownloadDirectory
2444 Set and lock the download directory.
2446 You can use ${home} for the native home directory.
2448 **Compatibility:** Firefox 68, Firefox ESR 68\
2449 **CCK2 Equivalent:** N/A\
2450 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2454 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2456 #### Windows (Intune)
2459 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2464 <data id="Preferences_String" value="${home}\Downloads"/>
2469 <key>DownloadDirectory</key>
2470 <string>${home}/Downloads</string>
2473 #### policies.json (macOS and Linux)
2477 "DownloadDirectory": "${home}/Downloads"
2480 #### policies.json (Windows)
2484 "DownloadDirectory": "${home}\\Downloads"
2487 ### EnableTrackingProtection
2488 Configure tracking protection.
2490 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.
2492 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2494 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.
2496 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2498 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2500 If `EmailTracking` is set to true, hidden email tracking pixels and scripts on websites are blocked. (Firefox 112)
2502 `Exceptions` are origins for which tracking protection is not enabled.
2504 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2505 **CCK2 Equivalent:** N/A\
2506 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2510 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2511 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2512 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2513 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2514 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2516 #### Windows (Intune)
2519 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2523 <enabled/> or <disabled/>
2527 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2531 <enabled/> or <disabled/>
2535 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2539 <enabled/> or <disabled/>
2543 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2548 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2552 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2556 <enabled/> or <disabled/>
2561 <key>EnableTrackingProtection</key>
2567 <key>Cryptomining</key>
2569 <key>Fingerprinting</key>
2571 <key>Exceptions</key>
2573 <string>https://example.com</string>
2582 "EnableTrackingProtection": {
2583 "Value": true | false,
2584 "Locked": true | false,
2585 "Cryptomining": true | false,
2586 "Fingerprinting": true | false,
2587 "Exceptions": ["https://example.com"]
2592 ### EncryptedMediaExtensions
2593 Enable or disable Encrypted Media Extensions and optionally lock it.
2595 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2597 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.
2599 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2600 **CCK2 Equivalent:** N/A\
2601 **Preferences Affected:** `media.eme.enabled`
2605 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2606 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2608 #### Windows (Intune)
2611 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2612 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2616 <enabled/>or <disabled/>
2621 <key>EncryptedMediaExtensions</key>
2634 "EncryptedMediaExtensions": {
2635 "Enabled": true | false,
2636 "Locked": true | false
2641 ### EnterprisePoliciesEnabled
2642 Enable policy support on macOS.
2644 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2645 **CCK2 Equivalent:** N/A\
2646 **Preferences Affected:** N/A
2651 <key>EnterprisePoliciesEnabled</key>
2655 ### ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2657 Disable warnings based on file extension for specific file types on domains.
2659 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#ExemptDomainFileTypePairsFromFileTypeDownloadWarnings) of the same name.
2661 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.
2663 **Compatibility:** Firefox 102\
2664 **CCK2 Equivalent:** N/A\
2665 **Preferences Affected:** N/A
2668 Software\Policies\Mozilla\Firefox\ExemptDomainFileTypePairsFromFileTypeDownloadWarnings (REG_MULTI_SZ) =
2672 "file_extension": "jnlp",
2673 "domains": ["example.com"]
2677 #### Windows (Intune)
2680 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2685 <data id="JSON" value='
2688 "file_extension": "jnlp",
2689 "domains": ["example.com"]
2697 <key>ExemptDomainFileTypePairsFromFileTypeDownloadWarnings</key>
2700 <key>file_extension</key>
2701 <string>jnlp</string>
2704 <string>example.com</string>
2714 "ExemptDomainFileTypePairsFromFileTypeDownloadWarnings": [{
2715 "file_extension": "jnlp",
2716 "domains": ["example.com"]
2722 Control the installation, uninstallation and locking of extensions.
2724 While this policy is not technically deprecated, it is recommended that you use the **[`ExtensionSettings`](#extensionsettings)** policy. It has the same functionality and adds more. It does not support native paths, though, so you'll have to use file:/// URLs.
2726 `Install` is a list of URLs or native paths for extensions to be installed.
2728 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2730 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2732 **Compatibility:** Firefox 60, Firefox ESR 60\
2733 **CCK2 Equivalent:** `addons`\
2734 **Preferences Affected:** N/A
2738 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2739 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2740 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2741 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2743 #### Windows (Intune)
2746 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2751 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2755 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2760 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2764 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2769 <data id="Extensions" value="1addon_id@mozilla.org"/>
2774 <key>Extensions</key>
2778 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2779 <string>//path/to/xpi</string>
2781 <key>Uninstall</key>
2783 <string>bad_addon_id@mozilla.org</string>
2787 <string>addon_id@mozilla.org</string>
2797 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2798 "Uninstall": ["bad_addon_id@mozilla.org"],
2799 "Locked": ["addon_id@mozilla.org"]
2804 ### ExtensionSettings
2805 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.
2807 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.
2809 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).
2811 The configuration for each extension is another dictionary that can contain the fields documented below.
2813 | Name | Description |
2815 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2816 | `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.
2817 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2818 | `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.
2819 | `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.
2820 | `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.
2821 | `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.
2822 | `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.
2823 | `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.
2824 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2825 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2827 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2828 **CCK2 Equivalent:** N/A\
2829 **Preferences Affected:** N/A
2832 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2836 "blocked_install_message": "Custom error message.",
2837 "install_sources": ["https://yourwebsite.com/*"],
2838 "installation_mode": "blocked",
2839 "allowed_types": ["extension"]
2841 "uBlock0@raymondhill.net": {
2842 "installation_mode": "force_installed",
2843 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2845 "https-everywhere@eff.org": {
2846 "installation_mode": "allowed"
2850 #### Windows (Intune)
2853 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2858 <data id="ExtensionSettings" value='
2861 "blocked_install_message": "Custom error message.",
2862 "install_sources": ["https://yourwebsite.com/*"],
2863 "installation_mode": "blocked",
2864 "allowed_types": ["extension"]
2866 "uBlock0@raymondhill.net": {
2867 "installation_mode": "force_installed",
2868 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2870 "https-everywhere@eff.org": {
2871 "installation_mode": "allowed"
2878 <key>ExtensionSettings</key>
2882 <key>blocked_install_message</key>
2883 <string>Custom error message.</string>
2884 <key>install_sources</key>
2886 <string>"https://yourwebsite.com/*"</string>
2888 <key>installation_mode</key>
2889 <string>blocked</string>
2890 <key>allowed_types</key>
2892 <string>extension</string>
2895 <key>uBlock0@raymondhill.net</key>
2897 <key>installation_mode</key>
2898 <string>force_installed</string>
2899 <key>install_url</key>
2900 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2902 <key>https-everywhere@eff.org</key>
2904 <key>installation_mode</key>
2905 <string>allowed</string>
2914 "ExtensionSettings": {
2916 "blocked_install_message": "Custom error message.",
2917 "install_sources": ["https://yourwebsite.com/*"],
2918 "installation_mode": "blocked",
2919 "allowed_types": ["extension"]
2921 "uBlock0@raymondhill.net": {
2922 "installation_mode": "force_installed",
2923 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2925 "https-everywhere@eff.org": {
2926 "installation_mode": "allowed"
2933 Control extension updates.
2935 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2936 **CCK2 Equivalent:** N/A\
2937 **Preferences Affected:** `extensions.update.enabled`
2941 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2943 #### Windows (Intune)
2946 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2950 <enabled/> or <disabled/>
2955 <key>ExtensionUpdate</key>
2963 "ExtensionUpdate": true | false
2968 Customize the Firefox Home page.
2970 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4)
2971 **CCK2 Equivalent:** N/A\
2972 **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`
2976 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2977 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2978 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
2979 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2980 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2981 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
2982 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2983 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2985 #### Windows (Intune)
2988 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2993 <data id="FirefoxHome_Search" value="true | false"/>
2994 <data id="FirefoxHome_TopSites" value="true | false"/>
2995 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
2996 <data id="FirefoxHome_Highlights" value="true | false"/>
2997 <data id="FirefoxHome_Pocket" value="true | false"/>
2998 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
2999 <data id="FirefoxHome_Snippets" value="true | false"/>
3000 <data id="FirefoxHome_Locked" value="true | false"/>
3005 <key>FirefoxHome</key>
3011 <key>SponsoredTopSites</key>
3013 <key>Highlights</key>
3017 <key>SponsoredPocket</key>
3031 "Search": true | false,
3032 "TopSites": true | false,
3033 "SponsoredTopSites": true | false,
3034 "Highlights": true | false,
3035 "Pocket": true | false,
3036 "SponsoredPocket": true | false,
3037 "Snippets": true | false,
3038 "Locked": true | false
3043 ### FlashPlugin (Deprecated)
3044 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
3046 `Allow` is a list of origins where Flash are allowed.
3048 `Block` is a list of origins where Flash is not allowed.
3050 `Default` determines whether or not Flash is allowed by default.
3052 `Locked` prevents the user from changing Flash preferences.
3054 **Compatibility:** Firefox 60, Firefox ESR 60\
3055 **CCK2 Equivalent:** `permissions.plugin`\
3056 **Preferences Affected:** `plugin.state.flash`
3060 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
3061 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
3062 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
3063 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
3065 #### Windows (Intune)
3068 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
3073 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3077 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
3081 <enabled/> or <disabled/>
3085 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
3089 <enabled/> or <disabled/>
3094 <key>FlashPlugin</key>
3098 <string>http://example.org</string>
3102 <string>http://example.edu</string>
3116 "Allow": ["http://example.org/"],
3117 "Block": ["http://example.edu/"],
3118 "Default": true | false,
3119 "Locked": true | false
3124 ### GoToIntranetSiteForSingleWordEntryInAddressBar
3125 Whether to always go through the DNS server before sending a single word search string to a search engine.
3127 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.
3129 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.
3131 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.
3133 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`.
3135 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`.
3137 **Compatibility:** Firefox 104, Firefox ESR 102.2\
3138 **CCK2 Equivalent:** `N/A`\
3139 **Preferences Affected:** `browser.fixup.dns_first_for_single_words`
3143 Software\Policies\Mozilla\Firefox\GoToIntranetSiteForSingleWordEntryInAddressBar = 0x1 | 0x0
3145 #### Windows (Intune)
3148 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/GoToIntranetSiteForSingleWordEntryInAddressBar
3152 <enabled/> or <disabled/>
3157 <key>GoToIntranetSiteForSingleWordEntryInAddressBar</key>
3165 "GoToIntranetSiteForSingleWordEntryInAddressBar": true | false
3170 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
3172 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
3174 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.
3176 | Name | Description |
3178 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
3179 | `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.
3180 | `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.
3181 | `name` | The display name of the handler (might not be used).
3182 | `path`| The native path to the executable to be used.
3183 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
3185 **Compatibility:** Firefox 78, Firefox ESR 78\
3186 **CCK2 Equivalent:** N/A\
3187 **Preferences Affected:** N/A
3190 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
3194 "application/msword": {
3195 "action": "useSystemDefault",
3201 "action": "useHelperApp",
3202 "ask": true | false,
3205 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3211 "action": "useHelperApp",
3212 "ask": true | false,
3214 "name": "Adobe Acrobat",
3215 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3221 #### Windows (Intune)
3224 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
3229 <data id="Handlers" value='
3232 "application/msword": {
3233 "action": "useSystemDefault",
3239 "action": "useHelperApp",
3240 "ask": true | false,
3243 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3249 "action": "useHelperApp",
3250 "ask": true | false,
3252 "name": "Adobe Acrobat",
3253 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3265 <key>mimeTypes</key>
3267 <key>application/msword</key>
3270 <string>useSystemDefault</string>
3280 <string>useHelperApp</string>
3287 <string>Gmail</string>
3288 <key>uriTemplate</key>
3289 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
3294 <key>extensions</key>
3299 <string>useHelperApp</string>
3306 <string>Adobe Acrobat</string>
3308 <string>/System/Applications/Preview.app</string>
3322 "application/msword": {
3323 "action": "useSystemDefault",
3329 "action": "useHelperApp",
3330 "ask": true | false,
3333 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3339 "action": "useHelperApp",
3340 "ask": true | false,
3342 "name": "Adobe Acrobat",
3343 "path": "/usr/bin/acroread"
3351 ### HardwareAcceleration
3352 Control hardware acceleration.
3354 **Compatibility:** Firefox 60, Firefox ESR 60\
3355 **CCK2 Equivalent:** N/A\
3356 **Preferences Affected:** `layers.acceleration.disabled`
3360 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3362 #### Windows (Intune)
3365 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3369 <enabled/> or <disabled/>
3374 <key>HardwareAcceleration</key>
3382 "HardwareAcceleration": true | false
3387 Configure the default homepage and how Firefox starts.
3389 `URL` is the default homepage.
3391 `Locked` prevents the user from changing homepage preferences.
3393 `Additional` allows for more than one homepage.
3395 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3397 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.
3399 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3400 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3401 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3405 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3406 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3407 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3408 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3409 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3411 #### Windows (Intune)
3414 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3420 <data id="HomepageURL" value="https://example.com"/>
3421 <data id="HomepageLocked" value="true | false"/>
3425 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3431 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
3435 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3441 <data id="StartPage" value="none | homepage | previous-session"/>
3449 <string>http://example.com</string>
3452 <key>Additional</key>
3454 <string>http://example.org</string>
3455 <string>http://example.edu</string>
3457 <key>StartPage</key>
3458 <string>none | homepage | previous-session | homepage-locked</string>
3467 "URL": "http://example.com/",
3468 "Locked": true | false,
3469 "Additional": ["http://example.org/",
3470 "http://example.edu/"],
3471 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3476 ### InstallAddonsPermission
3477 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.
3479 `Allow` is a list of origins where extension installs are allowed.
3481 `Default` determines whether or not extension installs are allowed by default.
3483 **Compatibility:** Firefox 60, Firefox ESR 60\
3484 **CCK2 Equivalent:** `permissions.install`\
3485 **Preferences Affected:** `xpinstall.enabled`
3489 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3490 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3491 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3493 #### Windows (Intune)
3496 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3501 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3505 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3514 <key>InstallAddonsPermission</key>
3518 <string>http://example.org</string>
3519 <string>http://example.edu</string>
3530 "InstallAddonsPermission": {
3531 "Allow": ["http://example.org/",
3532 "http://example.edu/"],
3533 "Default": true | false
3539 Disable the feature enforcing a separate profile for each installation.
3541 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.
3543 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3545 This policy only work on Windows via GPO (not policies.json).
3547 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3548 **CCK2 Equivalent:** N/A\
3549 **Preferences Affected:** N/A
3553 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3555 #### Windows (Intune)
3558 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3562 <enabled/> or <disabled/>
3564 ### LegacySameSiteCookieBehaviorEnabled
3565 Enable default legacy SameSite cookie behavior setting.
3567 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```.
3569 **Compatibility:** Firefox 96\
3570 **CCK2 Equivalent:** N/A\
3571 **Preferences Affected:** `network.cookie.sameSite.laxByDefault`
3575 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = = 0x1 | 0x0
3577 #### Windows (Intune)
3580 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabled
3584 <enabled/> or <disabled/>
3589 <key>LegacySameSiteCookieBehaviorEnabled</key>
3597 "LegacySameSiteCookieBehaviorEnabled": true | false
3600 ### LegacySameSiteCookieBehaviorEnabledForDomainList
3601 Revert to legacy SameSite behavior for cookies on specified sites.
3603 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```.
3605 **Compatibility:** Firefox 96\
3606 **CCK2 Equivalent:** N/A\
3607 **Preferences Affected:** `network.cookie.sameSite.laxByDefault.disabledHosts`
3611 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\1 = "example.org"
3612 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\2 = "example.edu"
3614 #### Windows (Intune)
3617 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabledForDomainList
3622 <data id="LegacySameSiteCookieBehaviorEnabledForDomainList" value="1example.org2example.edu"/>
3627 <key>LegacySameSiteCookieBehaviorEnabledForDomainList</key>
3629 <string>example.org</string>
3630 <string>example.edu</string>
3638 "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org",
3644 Enable linking to local files by origin.
3646 **Compatibility:** Firefox 68, Firefox ESR 68\
3647 **CCK2 Equivalent:** N/A\
3648 **Preferences Affected:** `capability.policy.localfilelinks.*`
3652 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3653 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3655 #### Windows (Intune)
3658 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3663 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3668 <key>LocalFileLinks</key>
3670 <string>http://example.org</string>
3671 <string>http://example.edu</string>
3679 "LocalFileLinks": ["http://example.org/",
3680 "http://example.edu/"]
3684 ### ManagedBookmarks
3685 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3687 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3689 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:
3693 "id": "BookmarkType",
3697 "$ref": "BookmarkType"
3716 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3717 **CCK2 Equivalent:** N/A\
3718 **Preferences Affected:** N/A
3721 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3725 "toplevel_name": "My managed bookmarks folder"
3728 "url": "example.com",
3732 "name": "Mozilla links",
3735 "url": "https://mozilla.org",
3736 "name": "Mozilla.org"
3739 "url": "https://support.mozilla.org/",
3746 #### Windows (Intune)
3749 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3754 <data id="JSON" value='
3757 "toplevel_name": "My managed bookmarks folder"
3760 "url": "example.com",
3764 "name": "Mozilla links",
3767 "url": "https://mozilla.org",
3768 "name": "Mozilla.org"
3771 "url": "https://support.mozilla.org/",
3781 <key>ManagedBookmarks</key>
3784 <key>toplevel_name</key>
3785 <string>My managed bookmarks folder</string>
3788 <string>example.com</string>
3790 <string>Example</string>
3794 <string>Mozilla links</string>
3799 <string>https://mozilla.org</string>
3801 <string>Mozilla</string>
3805 <string>https://support.mozilla.org/</string>
3807 <string>SUMO</string>
3818 "ManagedBookmarks": [
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/",
3843 ### ManualAppUpdateOnly
3845 Switch to manual updates only.
3847 If this policy is enabled:
3848 1. The user will never be prompted to install updates
3849 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.
3850 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3852 This policy is primarily intended for advanced end users, not for enterprises.
3854 **Compatibility:** Firefox 87\
3855 **CCK2 Equivalent:** N/A\
3856 **Preferences Affected:** N/A
3862 "ManualAppUpdateOnly": true | false
3866 ### NetworkPrediction
3867 Enable or disable network prediction (DNS prefetching).
3869 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3870 **CCK2 Equivalent:** N/A\
3871 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
3875 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3877 #### Windows (Intune)
3880 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3884 <enabled/> or <disabled/>
3889 <key>NetworkPrediction</key>
3897 "NetworkPrediction": true | false
3901 Enable or disable the New Tab page.
3903 **Compatibility:** Firefox 68, Firefox ESR 68\
3904 **CCK2 Equivalent:** N/A\
3905 **Preferences Affected:** `browser.newtabpage.enabled`
3909 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3911 #### Windows (Intune)
3914 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3918 <enabled/> or <disabled/>
3923 <key>NewTabPage</key>
3931 "NewTabPage": true | false
3934 ### NoDefaultBookmarks
3935 Disable the creation of default bookmarks.
3937 This policy is only effective if the user profile has not been created yet.
3939 **Compatibility:** Firefox 60, Firefox ESR 60\
3940 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3941 **Preferences Affected:** N/A
3945 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3947 #### Windows (Intune)
3950 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3954 <enabled/> or <disabled/>
3959 <key>NoDefaultBookmarks</key>
3967 "NoDefaultBookmarks": true | false
3971 ### OfferToSaveLogins
3972 Control whether or not Firefox offers to save passwords.
3974 **Compatibility:** Firefox 60, Firefox ESR 60\
3975 **CCK2 Equivalent:** `dontRememberPasswords`\
3976 **Preferences Affected:** `signon.rememberSignons`
3980 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3982 #### Windows (Intune)
3985 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3989 <enabled/> or <disabled/>
3994 <key>OfferToSaveLogins</key>
4002 "OfferToSaveLogins": true | false
4006 ### OfferToSaveLoginsDefault
4007 Sets the default value of signon.rememberSignons without locking it.
4009 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4010 **CCK2 Equivalent:** `dontRememberPasswords`\
4011 **Preferences Affected:** `signon.rememberSignons`
4015 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
4017 #### Windows (Intune)
4020 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
4024 <enabled/> or <disabled/>
4029 <key>OfferToSaveLoginsDefault</key>
4037 "OfferToSaveLoginsDefault": true | false
4041 ### OverrideFirstRunPage
4042 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
4044 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
4046 **Compatibility:** Firefox 60, Firefox ESR 60\
4047 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
4048 **Preferences Affected:** `startup.homepage_welcome_url`
4052 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
4054 #### Windows (Intune)
4057 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
4062 <data id="OverridePage" value="https://example.com"/>
4067 <key>OverrideFirstRunPage</key>
4068 <string>http://example.org</string>
4075 "OverrideFirstRunPage": "http://example.org"
4079 ### OverridePostUpdatePage
4080 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
4082 **Compatibility:** Firefox 60, Firefox ESR 60\
4083 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
4084 **Preferences Affected:** `startup.homepage_override_url`
4088 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
4090 #### Windows (Intune)
4093 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
4098 <data id="OverridePage" value="https://example.com"/>
4103 <key>OverridePostUpdatePage</key>
4104 <string>http://example.org</string>
4111 "OverridePostUpdatePage": "http://example.org"
4115 ### PasswordManagerEnabled
4116 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
4118 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4119 **CCK2 Equivalent:** N/A\
4120 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
4124 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
4126 #### Windows (Intune)
4129 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
4133 <enabled/> or <disabled/>
4138 <key>PasswordManagerEnabled</key>
4146 "PasswordManagerEnabled": true | false
4150 ### PasswordManagerExceptions
4151 Prevent Firefox from saving passwords for specific sites.
4153 The sites are specified as a list of origins.
4155 **Compatibility:** Firefox 101\
4156 **CCK2 Equivalent:** N/A\
4157 **Preferences Affected:** N/A
4161 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\1 = "https://example.org"
4162 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\2 = "https://example.edu"
4164 #### Windows (Intune)
4167 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerExceptions
4172 <data id="List" value="1https://example.org2https://example.edu"/>
4177 <key>PasswordManagerExceptions</key>
4179 <string>https://example.org</string>
4180 <string>https://example.edu</string>
4188 "PasswordManagerExceptions": ["https://example.org",
4189 "https://example.edu"]
4195 Disable or configure PDF.js, the built-in PDF viewer.
4197 If `Enabled` is set to false, the built-in PDF viewer is disabled.
4199 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
4201 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.
4203 **Compatibility:** Firefox 77, Firefox ESR 68.9\
4204 **CCK2 Equivalent:** N/A\
4205 **Preferences Affected:** `pdfjs.diabled`, `pdfjs.enablePermissions`
4209 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
4210 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
4212 #### Windows (Intune)
4215 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
4216 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
4220 <enabled/>or <disabled/>
4229 <key>EnablePermissions</key>
4239 "Enabled": true | false,
4240 "EnablePermissions": true | false
4246 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.
4248 `Allow` is a list of origins where the feature is allowed.
4250 `Block` is a list of origins where the feature is not allowed.
4252 `BlockNewRequests` determines whether or not new requests can be made for the feature.
4254 `Locked` prevents the user from changing preferences for the feature.
4256 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
4258 **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)\
4259 **CCK2 Equivalent:** N/A\
4260 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
4264 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
4265 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
4266 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
4267 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
4268 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
4269 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
4270 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
4271 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
4272 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
4273 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
4274 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
4275 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
4276 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
4277 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
4278 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
4279 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
4280 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
4281 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
4282 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
4283 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
4284 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
4285 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
4286 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
4287 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
4288 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
4290 #### Windows (Intune)
4293 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
4297 <enabled/> or <disabled/>
4301 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
4305 <enabled/> or <disabled/>
4309 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
4314 <data id="Permissions" value="1https://example.org"/>
4318 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
4322 <enabled/> or <disabled/>
4326 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
4330 <enabled/> or <disabled/>
4334 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
4339 <data id="Permissions" value="1https://example.org"/>
4343 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
4348 <data id="Permissions" value="1https://example.edu"/>
4352 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
4357 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
4361 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
4365 <enabled/> or <disabled/>
4369 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
4374 <data id="Permissions" value="1https://example.org"/>
4378 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
4383 <data id="Permissions" value="1https://example.edu"/>
4387 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
4391 <enabled/> or <disabled/>
4395 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
4399 <enabled/> or <disabled/>
4404 <key>Permissions</key>
4410 <string>https://example.org</string>
4411 <string>https://example.org:1234</string>
4415 <string>https://example.edu</string>
4417 <key>BlockNewRequests</key>
4422 <key>Microphone</key>
4426 <string>https://example.org</string>
4430 <string>https://example.edu</string>
4432 <key>BlockNewRequests</key>
4441 <string>https://example.org</string>
4445 <string>https://example.edu</string>
4447 <key>BlockNewRequests</key>
4452 <key>Notifications</key>
4456 <string>https://example.org</string>
4460 <string>https://example.edu</string>
4462 <key>BlockNewRequests</key>
4471 <string>https://example.org</string>
4475 <string>https://example.edu</string>
4478 <string>allow-audio-video | block-audio | block-audio-video</string>
4491 "Allow": ["https://example.org","https://example.org:1234"],
4492 "Block": ["https://example.edu"],
4493 "BlockNewRequests": true | false,
4494 "Locked": true | false
4497 "Allow": ["https://example.org"],
4498 "Block": ["https://example.edu"],
4499 "BlockNewRequests": true | false,
4500 "Locked": true | false
4503 "Allow": ["https://example.org"],
4504 "Block": ["https://example.edu"],
4505 "BlockNewRequests": true | false,
4506 "Locked": true | false
4509 "Allow": ["https://example.org"],
4510 "Block": ["https://example.edu"],
4511 "BlockNewRequests": true | false,
4512 "Locked": true | false
4515 "Allow": ["https://example.org"],
4516 "Block": ["https://example.edu"],
4517 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
4518 "Locked": true | false
4524 ### PictureInPicture
4526 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
4528 **Compatibility:** Firefox 78, Firefox ESR 78\
4529 **CCK2 Equivalent:** N/A\
4530 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
4534 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
4535 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
4538 #### Windows (Intune)
4541 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
4542 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
4546 <enabled/> or <disabled/>
4551 <key>PictureInPicture</key>
4564 "PictureInPicture": {
4565 "Enabled": true | false,
4566 "Locked": true | false
4572 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
4574 `Allow` is a list of origins where popup-windows are allowed.
4576 `Default` determines whether or not pop-up windows are allowed by default.
4578 `Locked` prevents the user from changing pop-up preferences.
4580 **Compatibility:** Firefox 60, Firefox ESR 60\
4581 **CCK2 Equivalent:** `permissions.popup`\
4582 **Preferences Affected:** `dom.disable_open_during_load`
4586 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
4587 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
4588 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
4589 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4591 #### Windows (Intune)
4594 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4599 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4603 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4607 <enabled/> or <disabled/>
4611 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4615 <enabled/> or <disabled/>
4620 <key>PopupBlocking</key>
4624 <string>http://example.org</string>
4625 <string>http://example.edu</string>
4639 "Allow": ["http://example.org/",
4640 "http://example.edu/"],
4641 "Default": true | false,
4642 "Locked": true | false
4648 Set and lock preferences.
4650 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
4652 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.
4654 Preferences that start with the following prefixes are supported:
4657 app.update.* (Firefox 86, Firefox 78.8)
4659 datareporting.policy.
4662 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4663 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4667 keyword.enabled (Firefox 95, Firefox ESR 91.4)
4672 pdfjs. (Firefox 84, Firefox ESR 78.6)
4675 signon. (Firefox 83, Firefox ESR 78.5)
4676 spellchecker. (Firefox 84, Firefox ESR 78.6)
4677 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
4680 xpinstall.signatures.required (Firefox ESR 102.10, Firefox ESR only)
4682 as well as the following security preferences:
4684 | Preference | Type | Default
4686 | security.default_personal_cert | string | Ask Every Time
4687 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4688 | security.insecure_connection_text.enabled | bool | false
4689 | If set to true, adds the words "Not Secure" for insecure sites.
4690 | security.insecure_connection_text.pbmode.enabled | bool | false
4691 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4692 | security.mixed_content.block_active_content | boolean | true
4693 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4694 | security.osclientcerts.autoload | boolean | false
4695 | If true, client certificates are loaded from the operating system certificate store.
4696 | security.OCSP.enabled | integer | 1
4697 | If 0, do not fetch OCSP. If 1, fetch OCSP for DV and EV certificates. If 2, fetch OCSP only for EV certificates
4698 | security.OCSP.require | boolean | false
4699 | If true, if an OCSP request times out, the connection fails.
4700 | security.osclientcerts.assume_rsa_pss_support | boolean | true
4701 | If false, we don't assume an RSA key can do RSA-PSS (Firefox 114, Firefox ESR 102.12).
4702 | security.ssl.enable_ocsp_stapling | boolean | true
4703 | If false, OCSP stapling is not enabled.
4704 | security.ssl.errorReporting.enabled | boolean | true
4705 | If false, SSL errors cannot be sent to Mozilla.
4706 | security.tls.enable_0rtt_data | boolean | true
4707 | If false, TLS early data is turned off (Firefox 93, Firefox 91.2, Firefox 78.15).
4708 | security.tls.hello_downgrade_check | boolean | true
4709 | If false, the TLS 1.3 downgrade check is disabled.
4710 | security.tls.version.enable-deprecated | boolean | false
4711 | If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8).
4712 | security.warn_submit_secure_to_insecure | boolean | true
4713 | If false, no warning is shown when submitting a form from https to http.
4715 Using the preference as the key, set the `Value` to the corresponding preference value.
4717 `Status` can be "default", "locked", "user" or "clear"
4719 * `"default"`: Read/Write: Settings appear as default even if factory default differs.
4720 * `"locked"`: Read-Only: Settings appear as default even if factory default differs.
4721 * `"user"`: Read/Write: Settings appear as changed if it differs from factory default.
4722 * `"clear"`: Read/Write: `Value` has no effect. Resets to factory defaults on each startup.
4724 `"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```.
4726 `"user"` preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4728 See the examples below for more detail.
4730 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4733 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4734 **CCK2 Equivalent:** `preferences`\
4735 **Preferences Affected:** Many
4738 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4741 "accessibility.force_disabled": {
4745 "browser.cache.disk.parent_directory": {
4746 "Value": "SOME_NATIVE_PATH",
4749 "browser.tabs.warnOnClose": {
4755 #### Windows (Intune)
4758 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4763 <data id="JSON" value='
4765 "accessibility.force_disabled": {
4769 "browser.cache.disk.parent_directory": {
4770 "Value": "SOME_NATIVE_PATH",
4773 "browser.tabs.warnOnClose": {
4782 <key>Preferences</key>
4784 <key>accessibility.force_disabled</key>
4787 <integer>1</integer>
4789 <string>default</string>
4791 <key>browser.cache.disk.parent_directory</key>
4794 <string>SOME_NATIVE_PATH</string>
4796 <string>user</string>
4798 <key>browser.tabs.warnOnClose</key>
4803 <string>locked</string>
4813 "accessibility.force_disabled": {
4817 "browser.cache.disk.parent_directory": {
4818 "Value": "SOME_NATIVE_PATH",
4821 "browser.tabs.warnOnClose": {
4829 ### Preferences (Deprecated)
4830 Set and lock certain preferences.
4832 **Compatibility:** See below\
4833 **CCK2 Equivalent:** `preferences`\
4834 **Preferences Affected:** See below
4836 | Preference | Type | Compatibility | Default
4837 | --- | --- | --- | --- |
4838 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0 | If set to 1, platform accessibility is disabled.
4839 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true | If false, Firefox doesn't automatically install update.
4840 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false | If true, bookmarks are exported on shutdown.
4841 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A | If set, the name of the file where bookmarks are exported and imported.
4842 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A | If true, bookmarks are restored to their defaults.
4843 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true | If false, don't store cache on the hard drive.
4844 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4845 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false | If true, single words are sent to DNS, not directly to search.
4846 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent | If set, a list of URLs to use as the default top sites on the new tab page. Due to Firefox limitations, search sites can't be added. In addition, sites with the same name but different TLDs (example.org/example.com) will not display properly.
4847 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2 | If true, bookmarks are always imported on startup.
4848 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true | If false, phishing protection is not enabled (Not recommended)
4849 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true | If false, malware protection is not enabled (Not recommended)
4850 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true | If false, updates for search engines are not checked.
4851 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false | If true, a notification isn't shown if startup is slow.
4852 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true | If false, there is no warning when the browser is closed.
4853 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false | If true, tab previews are shown in the Windows taskbar.
4854 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true | If false, bookmarks aren't suggested when typing in the URL bar.
4855 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true | If false, history isn't suggested when typing in the URL bar.
4856 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true | If false, open tabs aren't suggested when typing in the URL bar.
4857 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false | If true, don't show the privacy policy tab on first run.
4858 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false | If false, web page can close windows.
4859 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true | If false, web pages can focus and activate windows.
4860 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false | If true, web pages can't move or resize windows.
4861 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true | If false, web pages can't override context menus.
4862 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4863 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4864 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true. | If false, XMLDocument.load is not available.
4865 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true | If false, XMLDocument.async is not available.
4866 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true | If false, the extensions blocklist is not used (Not recommended)
4867 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4868 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4869 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true | If false, the geolocation API is disabled. | Language dependent
4870 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2 | If set, preferred language for web pages.
4871 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true | If false, Encrypted Media Extensions are not enabled.
4872 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true | If false, the OpenH264 plugin is not downloaded.
4873 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true | If false, the Widevine plugin is not downloaded.
4874 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true | If false, WebRTC is disabled
4875 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A | If set, a list of domains for which mDNS hostname obfuscation is
4877 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A | If set, a list of domains for which mDNS hostname obfuscation is
4879 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false | If true, IPv6 DNS lokoups are disabled.
4880 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false | If true, display the punycode version of internationalized domain names.
4881 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true | If false, history is not enabled.
4882 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true | If false, print settings are not saved between jobs.
4883 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4884 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true | If false, mixed active content (HTTP and HTTPS) is not blocked.
4885 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false | If true, client certificates are loaded from the operating system certificate store.
4886 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true | If false, SSL errors cannot be sent to Mozilla.
4887 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true | If false, the TLS 1.3 downgrade check is disabled.
4888 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true | If false, the Alt key doesn't show the menubar on Windows.
4889 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A | If set, overrides the GTK theme for widgets.
4893 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4894 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4896 #### Windows (Intune)
4897 OMA-URI: (periods are replaced by underscores)
4899 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4903 <enabled/> or <disabled/>
4905 OMA-URI: (periods are replaced by underscores)
4907 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4912 <data id="Preferences_String" value="string_value"/>
4917 <key>Preferences</key>
4919 <key>boolean_preference_name</key>
4921 <key>string_preference_name</key>
4922 <string>string_value</string>
4931 "boolean_preference_name": true | false,
4932 "string_preference_name": "string_value"
4938 Require or prevent using a primary (formerly master) password.
4940 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.
4942 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
4944 **Compatibility:** Firefox 79, Firefox ESR 78.1\
4945 **CCK2 Equivalent:** `noMasterPassword`\
4946 **Preferences Affected:** N/A
4950 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
4952 #### Windows (Intune)
4955 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
4959 <enabled/> or <disabled/>
4964 <key>PrimaryPassword</key>
4972 "PrimaryPassword": true | false
4976 ### PromptForDownloadLocation
4977 Ask where to save each file before downloading.
4979 **Compatibility:** Firefox 68, Firefox ESR 68\
4980 **CCK2 Equivalent:** N/A\
4981 **Preferences Affected:** `browser.download.useDownloadDir`
4985 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4987 #### Windows (Intune)
4990 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4994 <enabled/> or <disabled/>
4999 <key>PromptForDownloadLocation</key>
5007 "PromptForDownloadLocation": true | false
5012 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
5013 To specify ports, append them to the hostnames with a colon (:).
5015 Unless you lock this policy, changes the user already has in place will take effect.
5017 `Mode` is the proxy method being used.
5019 `Locked` is whether or not proxy settings can be changed.
5021 `HTTPProxy` is the HTTP proxy server.
5023 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
5025 `SSLProxy` is the SSL proxy server.
5027 `FTPProxy` is the FTP proxy server.
5029 `SOCKSProxy` is the SOCKS proxy server
5031 `SOCKSVersion` is the SOCKS version (4 or 5)
5033 `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.
5035 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
5037 `AutoLogin` means do not prompt for authentication if password is saved.
5039 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
5041 **Compatibility:** Firefox 60, Firefox ESR 60\
5042 **CCK2 Equivalent:** `networkProxy*`\
5043 **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`
5047 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
5048 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
5049 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
5050 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
5051 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
5052 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
5053 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
5054 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
5055 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
5056 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
5057 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
5058 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
5060 #### Windows (Intune)
5062 These setttings were moved to a category to make them easier to configure via Intune.
5066 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Locked
5070 <enabled/> or <disabled/>
5074 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_ConnectionType
5079 <data id="Proxy_ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5083 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_HTTPProxy
5088 <data id="Proxy_HTTPProxy" value="httpproxy.example.com"/>
5092 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseHTTPProxyForAllProtocols
5096 <enabled/> or <disabled/>
5100 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SSLProxy
5105 <data id="Proxy_SSLProxy" value="sslproxy.example.com"/>
5109 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SOCKSProxy
5114 <data id="Proxy_SOCKSProxy" value="socksproxy.example.com"/>
5115 <data id="Proxy_SOCKSVersion" value="4 | 5"/>
5119 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoConfigURL
5124 <data id="Proxy_AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5128 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Passthrough
5133 <data id="Proxy_Passthrough" value="<local>"/>
5137 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoLogin
5141 <enabled/> or <disabled/>
5145 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseProxyForDNS
5149 <enabled/> or <disabled/>
5153 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
5158 <data id="ProxyLocked" value="true | false"/>
5159 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5160 <data id="HTTPProxy" value="httpproxy.example.com"/>
5161 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
5162 <data id="SSLProxy" value="sslproxy.example.com"/>
5163 <data id="FTPProxy" value="ftpproxy.example.com"/>
5164 <data id="SOCKSProxy" value="socksproxy.example.com"/>
5165 <data id="SOCKSVersion" value="4 | 5"/>
5166 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5167 <data id="Passthrough" value="<local>"/>
5168 <data id="AutoLogin" value="true | false"/>
5169 <data id="UseProxyForDNS" value="true | false"/>
5177 <string>none | system | manual | autoDetect | autoConfig</string>
5180 <key>HTTPProxy</key>
5181 <string>https://httpproxy.example.com</string>
5182 <key>UseHTTPProxyForAllProtocols</key>
5185 <string>https://sslproxy.example.com</string>
5187 <string>https://ftpproxy.example.com</string>
5188 <key>SOCKSProxy</key>
5189 <string>https://socksproxy.example.com</string>
5190 <key>SOCKSVersion</key>
5191 <string>4 | 5</string>
5192 <key>Passthrough</key>
5193 <string><local>></string>
5194 <key>AutoConfigURL</key>
5195 <string>URL_TO_AUTOCONFIG</string>
5196 <key>AutoLogin</key>
5198 <key>UseProxyForDNS</key>
5208 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
5209 "Locked": true | false,
5210 "HTTPProxy": "hostname",
5211 "UseHTTPProxyForAllProtocols": true | false,
5212 "SSLProxy": "hostname",
5213 "FTPProxy": "hostname",
5214 "SOCKSProxy": "hostname",
5215 "SOCKSVersion": 4 | 5,
5216 "Passthrough": "<local>",
5217 "AutoConfigURL": "URL_TO_AUTOCONFIG",
5218 "AutoLogin": true | false,
5219 "UseProxyForDNS": true | false
5224 ### RequestedLocales
5225 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
5227 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
5229 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
5230 **CCK2 Equivalent:** N/A\
5231 **Preferences Affected:** N/A
5234 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
5235 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
5239 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
5241 #### Windows (Intune)
5244 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
5249 <data id="Preferences_String" value="de,en-US"/>
5254 <key>RequestedLocales</key>
5257 <string>en-US</string>
5264 <key>RequestedLocales</key>
5265 <string>de,en-US</string>
5273 "RequestedLocales": ["de", "en-US"]
5281 "RequestedLocales": "de,en-US"
5285 <a name="SanitizeOnShutdown"></a>
5287 ### SanitizeOnShutdown (Selective)
5288 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
5290 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.
5292 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
5293 **CCK2 Equivalent:** N/A\
5294 **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`
5297 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
5298 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
5299 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
5300 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
5301 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
5302 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
5303 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
5304 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
5305 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
5307 #### Windows (Intune)
5310 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
5314 <enabled/> or <disabled/>
5318 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
5322 <enabled/> or <disabled/>
5326 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
5330 <enabled/> or <disabled/>
5334 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
5338 <enabled/> or <disabled/>
5342 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
5346 <enabled/> or <disabled/>
5350 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
5354 <enabled/> or <disabled/>
5358 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
5362 <enabled/> or <disabled/>
5366 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
5370 <enabled/> or <disabled/>
5374 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
5378 <enabled/> or <disabled/>
5383 <key>SanitizeOnShutdown</key>
5389 <key>Downloads</key>
5397 <key>SiteSettings</key>
5399 <key>OfflineApps</key>
5410 "SanitizeOnShutdown": {
5411 "Cache": true | false,
5412 "Cookies": true | false,
5413 "Downloads": true | false,
5414 "FormData": true | false,
5415 "History": true | false,
5416 "Sessions": true | false,
5417 "SiteSettings": true | false,
5418 "OfflineApps": true | false,
5419 "Locked": true | false
5424 ### SanitizeOnShutdown (All)
5425 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
5427 **Compatibility:** Firefox 60, Firefox ESR 60\
5428 **CCK2 Equivalent:** N/A\
5429 **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`
5432 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
5434 #### Windows (Intune)
5437 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
5441 <enabled/> or <disabled/>
5446 <key>SanitizeOnShutdown</key>
5454 "SanitizeOnShutdown": true | false
5459 Set whether or not search bar is displayed.
5461 **Compatibility:** Firefox 60, Firefox ESR 60\
5462 **CCK2 Equivalent:** `showSearchBar`\
5463 **Preferences Affected:** N/A
5467 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
5470 #### Windows (Intune)
5473 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
5478 <data id="SearchBar" value="unified | separate"/>
5483 <key>SearchBar</key>
5484 <string>unified | separate</string>
5491 "SearchBar": "unified" | "separate"
5495 <a name="SearchEngines"></a>
5497 ### SearchEngines (This policy is only available on the ESR.)
5499 ### SearchEngines | Add
5501 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.
5503 This policy is only available on the ESR. `Name` and `URLTemplate` are required.
5505 `Name` is the name of the search engine.
5507 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
5509 `Method` is either GET or POST
5511 `IconURL` is a URL for the icon to use.
5513 `Alias` is a keyword to use for the engine.
5515 `Description` is a description of the search engine.
5517 `PostData` is the POST data as name value pairs separated by &.
5519 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
5521 `Encoding` is the query charset for the engine. It defaults to UTF-8.
5523 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
5524 **CCK2 Equivalent:** `searchplugins`\
5525 **Preferences Affected:** N/A
5529 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
5530 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
5531 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
5532 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
5533 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
5534 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
5535 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
5536 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
5538 #### Windows (Intune)
5541 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
5546 <data id="SearchEngine_Name" value="Example1"/>
5547 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
5548 <data id="SearchEngine_Method" value="GET | POST"/>
5549 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
5550 <data id="SearchEngine_Alias" value="example"/>
5551 <data id="SearchEngine_Description" value="Example Description"/>
5552 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
5553 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
5558 <key>SearchEngines</key>
5564 <string>Example1</string>
5565 <key>URLTemplate</key>
5566 <string>https://www.example.org/q={searchTerms}</string>
5568 <string>GET | POST </string>
5570 <string>https://www.example.org/favicon.ico</string>
5572 <string>example</string>
5573 <key>Description</key>
5574 <string>Example Description</string>
5575 <key>SuggestURLTemplate</key>
5576 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5578 <string>name=value&q={searchTerms}</string>
5592 "URLTemplate": "https://www.example.org/q={searchTerms}",
5593 "Method": "GET" | "POST",
5594 "IconURL": "https://www.example.org/favicon.ico",
5596 "Description": "Description",
5597 "PostData": "name=value&q={searchTerms}",
5598 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5605 ### SearchEngines | Default
5607 Set the default search engine. This policy is only available on the ESR.
5609 **Compatibility:** Firefox ESR 60\
5610 **CCK2 Equivalent:** `defaultSearchEngine`\
5611 **Preferences Affected:** N/A
5615 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
5617 #### Windows (Intune)
5620 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
5625 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
5630 <key>SearchEngines</key>
5633 <string>NAME_OF_SEARCH_ENGINE</string>
5642 "Default": "NAME_OF_SEARCH_ENGINE"
5647 ### SearchEngines | PreventInstalls
5649 Prevent installing search engines from webpages.
5651 **Compatibility:** Firefox ESR 60\
5652 **CCK2 Equivalent:** `disableSearchEngineInstall`\
5653 **Preferences Affected:** N/A
5657 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
5659 #### Windows (Intune)
5662 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
5666 <enabled/> or <disabled/>
5671 <key>SearchEngines</key>
5673 <key>PreventInstalls</key>
5683 "PreventInstalls": true | false
5688 ### SearchEngines | Remove
5690 Hide built-in search engines. This policy is only available on the ESR.
5692 **Compatibility:** Firefox ESR 60.2\
5693 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
5694 **Preferences Affected:** N/A
5698 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
5700 #### Windows (Intune)
5703 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
5708 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
5713 <key>SearchEngines</key>
5717 <string>NAME_OF_SEARCH_ENGINE</string>
5727 "Remove": ["NAME_OF_SEARCH_ENGINE"]
5732 ### SearchSuggestEnabled
5734 Enable search suggestions.
5736 **Compatibility:** Firefox 68, Firefox ESR 68\
5737 **CCK2 Equivalent:** N/A\
5738 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
5742 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5744 #### Windows (Intune)
5747 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5751 <enabled/> or <disabled/>
5756 <key>SearchSuggestEnabled</key>
5764 "SearchSuggestEnabled": true | false
5770 Add or delete PKCS #11 modules.
5772 **Compatibility:** Firefox 114, Firefox ESR 112.12\
5773 **CCK2 Equivalent:** N/A\
5774 **Preferences Affected:** N/A
5778 Software\Policies\Mozilla\Firefox\SecurityDevices\Add\NAME_OF_DEVICE_TO_ADD = PATH_TO_LIBRARY_FOR_DEVICE
5779 Software\Policies\Mozilla\Firefox\SecurityDevices\Remove\1 = NAME_OF_DEVICE_TO_REMOVE
5781 #### Windows (Intune)
5784 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Add
5789 <data id="SecurityDevices" value="NAME_OF_DEVICE_TO_ADDPATH_TO_LIBRARY_FOR_DEVICE"/>
5793 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Delete
5798 <data id="SecurityDevices" value="1NAME_OF_DEVICE_TO_REMOVE"/>
5803 <key>SecurityDevices</key>
5807 <key>NAME_OF_DEVICE_TO_ADD</key>
5808 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5812 <string>NAME_OF_DEVICE_TO_DELETE</string>
5821 "SecurityDevices": {
5823 "NAME_OF_DEVICE_TO_ADD": "PATH_TO_LIBRARY_FOR_DEVICE"
5825 "Delete": ["NAME_OF_DEVICE_TO_DELETE"]
5830 ### SecurityDevices (Deprecated)
5832 Install PKCS #11 modules.
5834 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5835 **CCK2 Equivalent:** `certs.devices`\
5836 **Preferences Affected:** N/A
5840 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5842 #### Windows (Intune)
5845 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5850 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5855 <key>SecurityDevices</key>
5857 <key>NAME_OF_DEVICE</key>
5858 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5866 "SecurityDevices": {
5867 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5873 Show the home button on the toolbar.
5875 Future versions of Firefox will not show the home button by default.
5877 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5878 **CCK2 Equivalent:** N/A\
5879 **Preferences Affected:** N/A
5883 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5885 #### Windows (Intune)
5888 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/Homepage_ShowHomeButton
5892 <enabled/> or <disabled/>
5897 <key>ShowHomeButton</key>
5905 "ShowHomeButton": true | false
5911 Set and lock the maximum version of TLS.
5913 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5914 **CCK2 Equivalent:** N/A\
5915 **Preferences Affected:** `security.tls.version.max`
5919 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5921 #### Windows (Intune)
5924 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5929 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5934 <key>SSLVersionMax</key>
5935 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5943 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5949 Set and lock the minimum version of TLS.
5951 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5952 **CCK2 Equivalent:** N/A\
5953 **Preferences Affected:** `security.tls.version.min`
5957 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5959 #### Windows (Intune)
5962 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
5967 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5972 <key>SSLVersionMin</key>
5973 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5981 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5986 Add a menuitem to the help menu for specifying support information.
5988 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
5989 **CCK2 Equivalent:** helpMenu\
5990 **Preferences Affected:** N/A
5994 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
5995 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
5996 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
5998 #### Windows (Intune)
6001 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
6006 <data id="SupportMenuTitle" value="Support Menu"/>
6007 <data id="SupportMenuURL" value="http://example.com/support"/>
6008 <data id="SupportMenuAccessKey" value="S"/>
6013 <key>SupportMenu</key>
6016 <string>SupportMenu</string>
6018 <string>http://example.com/support</string>
6019 <key>AccessKey</key>
6029 "Title": "Support Menu",
6030 "URL": "http://example.com/support",
6036 ### StartDownloadsInTempDirectory
6037 Force downloads to start off in a local, temporary location rather than the default download directory.
6039 **Compatibility:** Firefox 102\
6040 **CCK2 Equivalent:** N/A\
6041 **Preferences Affected:** `browser.download.start_downloads_in_tmp_dir`
6045 Software\Policies\Mozilla\Firefox\StartDownloadsInTempDirectory = 0x1 | 0x0
6047 #### Windows (Intune)
6050 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/StartDownloadsInTempDirectory
6054 <enabled/> or <disabled/>
6059 <key>StartDownloadsInTempDirectory</key>
6067 "StartDownloadsInTempDirectory": true | false
6072 Prevent Firefox from messaging the user in certain situations.
6074 `WhatsNew` Remove the "What's New" icon and menuitem.
6076 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
6078 `FeatureRecommendations` If false, don't recommend browser features.
6080 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
6082 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
6084 `MoreFromMozilla` If false, don't show the "More from Mozilla" section in Preferences. (Firefox 98)
6086 **Compatibility:** Firefox 75, Firefox ESR 68.7\
6087 **CCK2 Equivalent:** N/A\
6088 **Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`, `browser.aboutwelcome.enabled`, `browser.preferences.moreFromMozilla`
6092 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
6093 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
6094 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
6095 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
6096 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
6097 Software\Policies\Mozilla\Firefox\UserMessaging\MoreFromMozilla = 0x1 | 0x0
6099 #### Windows (Intune)
6102 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_WhatsNew
6103 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
6104 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
6105 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
6106 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
6107 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_MoreFromMozilla
6111 <enabled/> or <disabled/>
6116 <key>UserMessaging</key>
6120 <key>ExtensionRecommendations</key>
6122 <key>FeatureRecommendations</key>
6124 <key>UrlbarInterventions</key>
6126 <key>SkipOnboarding</key>
6128 <key>MoreFromMozilla</key>
6138 "WhatsNew": true | false,
6139 "ExtensionRecommendations": true | false,
6140 "FeatureRecommendations": true | false,
6141 "UrlbarInterventions": true | false,
6142 "SkipOnboarding": true | false,
6143 "MoreFromMozilla": true | false
6148 ### UseSystemPrintDialog
6149 Use the system print dialog instead of the print preview window.
6151 **Compatibility:** Firefox 102\
6152 **CCK2 Equivalent:** N/A\
6153 **Preferences Affected:** `print.prefer_system_dialog`
6157 Software\Policies\Mozilla\Firefox\UseSystemPrintDialog = 0x1 | 0x0
6159 #### Windows (Intune)
6162 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UseSystemPrintDialog
6166 <enabled/> or <disabled/>
6171 <key>UseSystemPrintDialog</key>
6179 "UseSystemPrintDialog": true | false
6184 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.
6185 The arrays are limited to 1000 entries each.
6187 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
6189 For specific protocols, use `https://*/*` or `http://*/*`.
6191 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
6193 **Compatibility:** Firefox 60, Firefox ESR 60\
6194 **CCK2 Equivalent:** N/A\
6195 **Preferences Affected:** N/A
6199 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
6200 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
6202 #### Windows (Intune)
6205 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
6209 <enabled/> <data id="WebsiteFilter" value="1<all_urls>"/>
6213 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
6218 <data id="WebsiteFilter" value="1http://example.org/*"/>
6223 <key>WebsiteFilter</key>
6227 <string><all_urls></string>
6229 <key>Exceptions</key>
6231 <string>http://example.org/*</string>
6242 "Block": ["<all_urls>"],
6243 "Exceptions": ["http://example.org/*"]
6249 Allow Windows single sign-on for Microsoft, work, and school accounts.
6251 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
6253 **Compatibility:** Firefox 91\
6254 **CCK2 Equivalent:** N/A\
6255 **Preferences Affected:** `network.http.windows-sso.enabled`
6259 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
6261 #### Windows (Intune)
6264 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
6268 <enabled/> or <disabled/>
6274 "WindowsSSO": true | false