1 **These policies are in active development and so might contain changes that do not work with current versions of Firefox.**
3 **You should use the [officially released versions](https://github.com/mozilla/policy-templates/releases) if you are deploying changes.**
5 Official policy documentation has been moved to https://mozilla.github.io/policy-templates/.
7 I'm maintaining things in the README.md until we can update links in Firefox.
9 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`.
11 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:
17 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"]
19 "Authentication_Comment": "These domains are required for us"
24 | Policy Name | Description
26 | **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed.
27 | **[`AllowedDomainsForApps`](#alloweddomainsforapps)** | Define domains allowed to access Google Workspace.
28 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
29 | **[`AppUpdatePin`](#appupdatepin)** | Prevent Firefox from being updated beyond the specified version.
30 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
31 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
32 | **[`AutoLaunchProtocolsFromOrigins`](#autolaunchprotocolsfromorigins)** | Define a list of external protocols that can be used from listed origins without prompting the user.
33 | **[`BackgroundAppUpdate`](#backgroundappupdate)** | Enable or disable the background updater (Windows only).
34 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
35 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
36 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
37 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
38 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
39 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
40 | **[`Certificates`](#certificates)** |
41 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
42 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
43 | **[`Containers`](#containers)** | Set policies related to [containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/).
44 | **[`Cookies`](#cookies)** | Configure cookie preferences.
45 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
46 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
47 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
48 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
49 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
50 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
51 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
52 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
53 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
54 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
55 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
56 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
57 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
58 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
59 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
60 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
61 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
62 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
63 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
64 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
65 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
66 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or updated.
67 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
68 | **[`DisableThirdPartyModuleBlocking`](#disablethirdpartymoduleblocking)** | Do not allow blocking third-party modules.
69 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
70 | **[`DisplayBookmarksToolbar (Deprecated)`](#displaybookmarkstoolbar-deprecated)** | Set the initial state of the bookmarks toolbar.
71 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
72 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
73 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
74 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
75 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
76 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
77 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
78 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
79 | **[`ExemptDomainFileTypePairsFromFileTypeDownloadWarnings`](#exemptdomainfiletypepairsfromfiletypedownloadwarnings)** | Disable warnings based on file extension for specific file types on domains.
80 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
81 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
82 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
83 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
84 | **[`FlashPlugin (Deprecated)`](#flashplugin-deprecated)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
85 | **[`GoToIntranetSiteForSingleWordEntryInAddressBar`](#gotointranetsiteforsinglewordentryinaddressbar)** | Force direct intranet site navigation instead of searching when typing single word entries in the address bar.
86 | **[`Handlers`](#handlers)** | Configure default application handlers.
87 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
88 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
89 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
90 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
91 | **[`LegacySameSiteCookieBehaviorEnabled`](#legacysamesitecookiebehaviorenabled)** | Enable default legacy SameSite cookie behavior setting.
92 | **[`LegacySameSiteCookieBehaviorEnabledForDomainList`](#legacysamesitecookiebehaviorenabledfordomainlist)** | Revert to legacy SameSite behavior for cookies on specified sites.
93 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
94 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
95 | **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates.
96 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
97 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
98 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
99 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
100 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
101 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
102 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
103 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
104 | **[`PasswordManagerExceptions`](#passwordmanagerexceptions)** | Prevent Firefox from saving passwords for specific sites.
105 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
106 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
107 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
108 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
109 | **[`Preferences`](#preferences)** | Set and lock preferences.
110 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
111 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
112 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
113 | **[`Proxy`](#proxy)** | Configure proxy settings.
114 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
115 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
116 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
117 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
118 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
119 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
120 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
121 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
122 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
123 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
124 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
125 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
126 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
127 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
128 | **[`StartDownloadsInTempDirectory`](#startdownloadsintempdirectory)** | Force downloads to start off in a local, temporary location rather than the default download directory.
129 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
130 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
131 | **[`UseSystemPrintDialog`](#usesystemprintdialog)** | Print using the system print dialog instead of print preview.
132 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
133 | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
137 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/).
139 For GPO and Intune, the extension developer should provide an ADMX file.
141 **Compatibility:** Firefox 68\
142 **CCK2 Equivalent:** N/A\
143 **Preferences Affected:** N/A
150 <key>Extensions</key>
152 <key>uBlock0@raymondhill.net</key>
154 <key>adminSettings</key>
156 <key>selectedFilterLists</key>
158 <string>ublock-privacy</string>
159 <string>ublock-badware</string>
160 <string>ublock-filters</string>
161 <string>user-filters</string>
175 "uBlock0@raymondhill.net": {
177 "selectedFilterLists": [
191 ### AllowedDomainsForApps
193 Define domains allowed to access Google Workspace.
195 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
197 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.
199 **Compatibility:** Firefox 89, Firefox ESR 78.11\
200 **CCK2 Equivalent:** N/A\
201 **Preferences Affected:** N/A
205 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
207 #### Windows (Intune)
210 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
215 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
220 <key>AllowedDomainsForApps</key>
221 <string>managedfirefox.com,example.com</string>
228 "AllowedDomainsForApps": "managedfirefox.com,example.com"
234 Enable or disable **automatic** application update.
236 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
238 If set to false, application updates are downloaded but the user can choose when to install the update.
240 If you have disabled updates via `DisableAppUpdate`, this policy has no effect.
242 **Compatibility:** Firefox 75, Firefox ESR 68.7\
243 **CCK2 Equivalent:** N/A\
244 **Preferences Affected:** `app.update.auto`
248 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
250 #### Windows (Intune)
253 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
257 <enabled/> or <disabled/>
262 <key>AppAutoUpdate</key>
270 "AppAutoUpdate": true | false
276 Prevent Firefox from being updated beyond the specified version.
278 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.
280 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.
282 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.
284 **Compatibility:** Firefox 102,\
285 **CCK2 Equivalent:** N/A\
286 **Preferences Affected:** N/A
290 Software\Policies\Mozilla\Firefox\AppUpdatePin = "106."
292 #### Windows (Intune)
295 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdatePin
300 <data id="AppUpdatePin" value="106."/>
305 <key>AppUpdatePin</key>
306 <string>106.</string>
313 "AppUpdatePin": "106."
319 Change the URL for application update if you are providing Firefox updates from a custom update server.
321 **Compatibility:** Firefox 62, Firefox ESR 60.2\
322 **CCK2 Equivalent:** N/A\
323 **Preferences Affected:** `app.update.url`
327 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
329 #### Windows (Intune)
332 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
337 <data id="AppUpdateURL" value="https://yoursite.com"/>
342 <key>AppUpdateURL</key>
343 <string>https://yoursite.com</string>
350 "AppUpdateURL": "https://yoursite.com"
356 Configure sites that support integrated authentication.
358 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.
360 `PrivateBrowsing` enables integrated authentication in private browsing.
362 **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)\
363 **CCK2 Equivalent:** N/A\
364 **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`
368 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
369 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
370 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
371 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
372 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
373 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
374 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
375 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
376 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
377 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
378 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
379 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
381 #### Windows (Intune)
384 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
389 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
393 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
398 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
402 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
407 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
411 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
416 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
417 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
421 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
425 <enabled/> or <disabled/>
429 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
433 <enabled/> or <disabled/>
438 <key>Authentication</key>
442 <string>mydomain.com</string>
443 <string>https://myotherdomain.com</string>
447 <string>mydomain.com</string>
448 <string>https://myotherdomain.com</string>
452 <string>mydomain.com</string>
453 <string>https://myotherdomain.com</string>
455 <key>AllowNonFQDN</key>
462 <key>AllowProxies</key>
471 <key>PrivateBrowsing</key>
481 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
482 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
483 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
485 "SPNEGO": true | false,
489 "SPNEGO": true | false,
492 "Locked": true | false,
493 "PrivateBrowsing": true | false
498 ### AutoLaunchProtocolsFromOrigins
499 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.
501 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.
527 **Compatibility:** Firefox 90, Firefox ESR 78.12\
528 **CCK2 Equivalent:** N/A\
529 **Preferences Affected:** N/A
532 Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ) =
536 "protocol": "zoommtg",
538 "https://somesite.zoom.us"
543 #### Windows (Intune)
546 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutoLaunchProtocolsFromOrigins
551 <data id="JSON" value='
554 "protocol": "zoommtg",
556 "https://somesite.zoom.us"
564 <key>AutoLaunchProtocolsFromOrigins</key>
568 <string>zoommtg</string>
569 <key>allowed_origins</key>
571 <string>https://somesite.zoom.us</string>
581 "AutoLaunchProtocolsFromOrigins": [{
582 "protocol": "zoommtg",
584 "https://somesite.zoom.us"
590 ### BackgroundAppUpdate
592 Enable or disable **automatic** application update **in the background**, when the application is not running.
594 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.
596 If set to false, the application will not try to install updates when the application is not running.
598 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppAutoUpdate`, this policy has no effect.
600 **Compatibility:** Firefox 90 (Windows only)\
601 **CCK2 Equivalent:** N/A\
602 **Preferences Affected:** `app.update.background.enabled`
606 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
608 #### Windows (Intune)
611 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
615 <enabled/> or <disabled/>
620 <key>BackgroundAppUpdate</key>
628 "BackgroundAppUpdate": true | false
634 Block access to the Add-ons Manager (about:addons).
636 **Compatibility:** Firefox 60, Firefox ESR 60\
637 **CCK2 Equivalent:** `disableAddonsManager`\
638 **Preferences Affected:** N/A
642 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
644 #### Windows (Intune)
647 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
651 <enabled/> or <disabled/>
656 <key>BlockAboutAddons</key>
664 "BlockAboutAddons": true | false
670 Block access to about:config.
672 **Compatibility:** Firefox 60, Firefox ESR 60\
673 **CCK2 Equivalent:** `disableAboutConfig`\
674 **Preferences Affected:** N/A
678 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
680 #### Windows (Intune)
683 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
687 <enabled/> or <disabled/>
692 <key>BlockAboutConfig</key>
700 "BlockAboutConfig": true | false
704 ### BlockAboutProfiles
706 Block access to About Profiles (about:profiles).
708 **Compatibility:** Firefox 60, Firefox ESR 60\
709 **CCK2 Equivalent:** `disableAboutProfiles`\
710 **Preferences Affected:** N/A
714 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
716 #### Windows (Intune)
719 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
723 <enabled/> or <disabled/>
728 <key>BlockAboutProfiles</key>
736 "BlockAboutProfiles": true | false
740 ### BlockAboutSupport
742 Block access to Troubleshooting Information (about:support).
744 **Compatibility:** Firefox 60, Firefox ESR 60\
745 **CCK2 Equivalent:** `disableAboutSupport`\
746 **Preferences Affected:** N/A
750 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
752 #### Windows (Intune)
755 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
759 <enabled/> or <disabled/>
764 <key>BlockAboutSupport</key>
772 "BlockAboutSupport": true | false
778 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
780 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.
782 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.
784 **Compatibility:** Firefox 60, Firefox ESR 60\
785 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
786 **Preferences Affected:** N/A
790 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
791 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
792 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
793 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
794 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
796 Software\Policies\Mozilla\Firefox\Bookmarks (REG_MULTI_SZ) =
802 #### Windows (Intune)
805 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
810 <data id="BookmarkTitle" value="Example"/>
811 <data id="BookmarkURL" value="https://example.com"/>
812 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
813 <data id="BookmarkPlacement" value="toolbar | menu"/>
814 <data id="BookmarkFolder" value="FolderName"/>
818 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Bookmarks
823 <data id="JSON" value='[]'/>
832 <string>Example</string>
834 <string>https://example.com</string>
836 <string>https://example.com/favicon.ico</string>
838 <string>toolbar | menu</string>
840 <string>FolderName</string>
852 "URL": "https://example.com",
853 "Favicon": "https://example.com/favicon.ico",
854 "Placement": "toolbar" | "menu",
855 "Folder": "FolderName"
862 Enable or disable the detection of captive portals.
864 **Compatibility:** Firefox 67, Firefox ESR 60.7\
865 **CCK2 Equivalent:** N/A\
866 **Preferences Affected:** `network.captive-portal-service.enabled`
870 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
872 #### Windows (Intune)
875 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
879 <enabled/> or <disabled/>
884 <key>CaptivePortal</key>
892 "CaptivePortal": true | false
898 ### Certificates | ImportEnterpriseRoots
900 Trust certificates that have been added to the operating system certificate store by a user or administrator.
902 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
904 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
906 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
907 **CCK2 Equivalent:** N/A\
908 **Preferences Affected:** `security.enterprise_roots.enabled`
912 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
914 #### Windows (Intune)
917 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
921 <enabled/> or <disabled/>
926 <key>Certificates</key>
928 <key>ImportEnterpriseRoots</key>
938 "ImportEnterpriseRoots": true | false
943 ### Certificates | Install
945 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
948 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
949 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
951 - /Library/Application Support/Mozilla/Certificates
952 - ~/Library/Application Support/Mozilla/Certificates
954 - /usr/lib/mozilla/certificates
955 - /usr/lib64/mozilla/certificates
956 - ~/.mozilla/certificates
958 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.
960 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.
962 Certificates are installed using the trust string `CT,CT,`.
964 Binary (DER) and ASCII (PEM) certificates are both supported.
966 **Compatibility:** Firefox 64, Firefox ESR 64\
967 **CCK2 Equivalent:** `certs.ca`\
968 **Preferences Affected:** N/A
972 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
973 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
975 #### Windows (Intune)
978 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
983 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
988 <key>Certificates</key>
992 <string>cert1.der</string>
993 <string>/Users/username/cert2.pem</string>
1003 "Install": ["cert1.der", "/home/username/cert2.pem"]
1009 Set policies related to [containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/).
1011 Currently you can set the initial set of containers.
1013 For each container, you can specify the name, icon, and color.
1015 | Name | Description |
1017 | `name`| Name of container
1018 | `icon` | Can be `fingerprint`, `briefcase`, `dollar`, `cart`, `vacation`, `gift`, `food`, `fruit`, `pet`, `tree`, `chill`, `circle`, `fence`
1019 | `color` | Can be `blue`, `turquoise`, `green`, `yellow`, `orange`, `red`, `pink`, `purple`, `toolbar`
1021 **Compatibility:** Firefox 113\
1022 **CCK2 Equivalent:** N/A\
1023 **Preferences Affected:** N/A
1026 Software\Policies\Mozilla\Firefox\Containers (REG_MULTI_SZ) =
1031 "name": "My container",
1033 "color": "turquoise"
1038 #### Windows (Intune)
1041 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Containers
1046 <data id="JSON" value='
1050 "name": "My container",
1052 "color": "turquoise"
1063 <key>Containers</key>
1067 <string>My container</string>
1069 <string>pet</string>
1071 <string>turquoise</string>
1084 "name": "My container",
1086 "color": "turquoise"
1094 Configure cookie preferences.
1096 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
1098 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
1100 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
1102 `Behavior` sets the default behavior for cookies based on the values below.
1104 `BehaviorPrivateBrowsing` sets the default behavior for cookies in private browsing based on the values below.
1106 | Value | Description
1108 | accept | Accept all cookies
1109 | reject-foreign | Reject third party cookies
1110 | reject | Reject all cookies
1111 | limit-foreign | Reject third party cookies for sites you haven't visited
1112 | reject-tracker | Reject cookies for known trackers (default)
1113 | reject-tracker-and-partition-foreign | Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection) (default for private browsing)
1115 `Default` (Deprecated) determines whether cookies are accepted at all.
1117 `AcceptThirdParty` (Deprecated) determines how third-party cookies are handled.
1119 `ExpireAtSessionEnd` determines when cookies expire.
1121 `RejectTracker` (Deprecated) only rejects cookies for trackers.
1123 `Locked` prevents the user from changing cookie preferences.
1125 **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)\
1126 **CCK2 Equivalent:** N/A\
1127 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
1131 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
1132 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
1133 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
1134 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
1135 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
1136 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
1137 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
1138 Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1139 Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1140 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
1142 #### Windows (Intune)
1145 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
1150 <data id="Permissions" value="1https://example.com"/>
1154 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
1159 <data id="Permissions" value="1https://example.edu"/>
1163 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
1168 <data id="Permissions" value="1https://example.org"/>
1172 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
1176 <enabled/> or <disabled/>
1180 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
1185 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
1189 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
1193 <enabled/> or <disabled/>
1197 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
1201 <enabled/> or <disabled/>
1205 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
1209 <enabled/> or <disabled/>
1213 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Behavior
1218 <data id="Cookies_Behavior" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1222 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_BehaviorPrivateBrowsing
1227 <data id="Cookies_BehaviorPrivateBrowsing" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1236 <string>http://example.com</string>
1238 <key>AllowSession</key>
1240 <string>http://example.edu</string>
1244 <string>http://example.org</string>
1248 <key>AcceptThirdParty</key>
1249 <string>always | never | from-visited</string>
1250 <key>ExpireAtSessionEnd</key>
1252 <key>RejectTracker</key>
1257 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1258 <key>BehaviorPrivateBrowsing</key>
1259 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1268 "Allow": ["http://example.org/"],
1269 "AllowSession": ["http://example.edu/"],
1270 "Block": ["http://example.edu/"],
1271 "Default": true | false,
1272 "AcceptThirdParty": "always" | "never" | "from-visited",
1273 "ExpireAtSessionEnd": true | false,
1274 "RejectTracker": true | false,
1275 "Locked": true | false,
1276 "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1277 "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1282 ### DefaultDownloadDirectory
1283 Set the default download directory.
1285 You can use ${home} for the native home directory.
1287 **Compatibility:** Firefox 68, Firefox ESR 68\
1288 **CCK2 Equivalent:** N/A\
1289 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1293 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1295 #### Windows (Intune)
1298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1303 <data id="Preferences_String" value="${home}\Downloads"/>
1308 <key>DefaultDownloadDirectory</key>
1309 <string>${home}/Downloads</string>
1312 #### policies.json (macOS and Linux)
1316 "DefaultDownloadDirectory": "${home}/Downloads"
1320 #### policies.json (Windows)
1324 "DefaultDownloadDirectory": "${home}\\Downloads"
1328 ### DisableAppUpdate
1329 Turn off application updates within Firefox.
1331 **Compatibility:** Firefox 60, Firefox ESR 60\
1332 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1333 **Preferences Affected:** N/A
1337 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1339 #### Windows (Intune)
1342 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1346 <enabled/> or <disabled/>
1351 <key>DisableAppUpdate</key>
1359 "DisableAppUpdate": true | false
1363 ### DisableBuiltinPDFViewer
1364 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1366 **Compatibility:** Firefox 60, Firefox ESR 60\
1367 **CCK2 Equivalent:** `disablePDFjs`\
1368 **Preferences Affected:** `pdfjs.disabled`
1372 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1374 #### Windows (Intune)
1377 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1381 <enabled/> or <disabled/>
1386 <key>DisableBuiltinPDFViewer</key>
1394 "DisableBuiltinPDFViewer": true | false
1399 Disable specific cryptographic ciphers, listed below.
1402 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1403 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1404 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
1405 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
1406 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
1407 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
1408 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1409 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
1410 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1411 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
1412 TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1413 TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1414 TLS_RSA_WITH_AES_128_GCM_SHA256
1415 TLS_RSA_WITH_AES_256_GCM_SHA384
1416 TLS_RSA_WITH_AES_128_CBC_SHA
1417 TLS_RSA_WITH_AES_256_CBC_SHA
1418 TLS_RSA_WITH_3DES_EDE_CBC_SHA
1421 **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`
1426 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.
1429 **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)\
1430 **CCK2 Equivalent:** N/A\
1431 **Preferences Affected:** N/A
1435 Software\Policies\Mozilla\Firefox\DisabledCiphers\CIPHER_NAME = 0x1 | 0x0
1437 #### Windows (Intune)
1440 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_CIPHER_NAME
1445 <enabled/> or <disabled/>
1450 <key>DisabledCiphers</key>
1452 <key>CIPHER_NAME</key>
1461 "DisabledCiphers": {
1462 "CIPHER_NAME": true | false,
1467 ### DisableDefaultBrowserAgent
1468 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1470 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).
1472 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1473 **CCK2 Equivalent:** N/A\
1474 **Preferences Affected:** N/A
1478 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1480 #### Windows (Intune)
1483 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1487 <enabled/> or <disabled/>
1493 "DisableDefaultBrowserAgent": true | false
1497 ### DisableDeveloperTools
1498 Remove access to all developer tools.
1500 **Compatibility:** Firefox 60, Firefox ESR 60\
1501 **CCK2 Equivalent:** `removeDeveloperTools`\
1502 **Preferences Affected:** `devtools.policy.disabled`
1506 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1508 #### Windows (Intune)
1511 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1515 <enabled/> or <disabled/>
1520 <key>DisableDeveloperTools</key>
1528 "DisableDeveloperTools": true | false
1532 ### DisableFeedbackCommands
1533 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1535 **Compatibility:** Firefox 60, Firefox ESR 60\
1536 **CCK2 Equivalent:** N/A\
1537 **Preferences Affected:** N/A
1541 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1543 #### Windows (Intune)
1546 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1550 <enabled/> or <disabled/>
1555 <key>DisableFeedbackCommands</key>
1563 "DisableFeedbackCommands": true | false
1567 ### DisableFirefoxAccounts
1568 Disable Firefox Accounts integration (Sync).
1570 **Compatibility:** Firefox 60, Firefox ESR 60\
1571 **CCK2 Equivalent:** `disableSync`\
1572 **Preferences Affected:** `identity.fxaccounts.enabled`
1576 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1578 #### Windows (Intune)
1581 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1585 <enabled/> or <disabled/>
1590 <key>DisableFirefoxAccounts</key>
1598 "DisableFirefoxAccounts": true | false
1602 ### DisableFirefoxScreenshots
1603 Remove access to Firefox Screenshots.
1605 **Compatibility:** Firefox 60, Firefox ESR 60\
1606 **CCK2 Equivalent:** N/A\
1607 **Preferences Affected:** `extensions.screenshots.disabled`
1611 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1613 #### Windows (Intune)
1616 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1620 <enabled/> or <disabled/>
1625 <key>DisableFirefoxScreenshots</key>
1633 "DisableFirefoxScreenshots": true | false
1637 ### DisableFirefoxStudies
1638 Disable Firefox studies (Shield).
1640 **Compatibility:** Firefox 60, Firefox ESR 60\
1641 **CCK2 Equivalent:** N/A\
1642 **Preferences Affected:** N/A
1646 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1648 #### Windows (Intune)
1651 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1655 <enabled/> or <disabled/>
1660 <key>DisableFirefoxStudies</key>
1668 "DisableFirefoxStudies": true | false
1672 ### DisableForgetButton
1673 Disable the "Forget" button.
1675 **Compatibility:** Firefox 60, Firefox ESR 60\
1676 **CCK2 Equivalent:** `disableForget`\
1677 **Preferences Affected:** N/A
1681 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1683 #### Windows (Intune)
1686 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1690 <enabled/> or <disabled/>
1695 <key>DisableForgetButton</key>
1703 "DisableForgetButton": true | false
1707 ### DisableFormHistory
1708 Turn off saving information on web forms and the search bar.
1710 **Compatibility:** Firefox 60, Firefox ESR 60\
1711 **CCK2 Equivalent:** `disableFormFill`\
1712 **Preferences Affected:** `browser.formfill.enable`
1716 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1718 #### Windows (Intune)
1721 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1725 <enabled/> or <disabled/>
1730 <key>DisableFormHistory</key>
1738 "DisableFormHistory": true | false
1742 ### DisableMasterPasswordCreation
1743 Remove the master password functionality.
1745 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
1747 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
1749 **Compatibility:** Firefox 60, Firefox ESR 60\
1750 **CCK2 Equivalent:** `noMasterPassword`\
1751 **Preferences Affected:** N/A
1755 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
1757 #### Windows (Intune)
1760 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
1764 <enabled/> or <disabled/>
1769 <key>DisableMasterPasswordCreation</key>
1777 "DisableMasterPasswordCreation": true | false
1781 ### DisablePasswordReveal
1782 Do not allow passwords to be shown in saved logins
1784 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1785 **CCK2 Equivalent:** N/A
1786 **Preferences Affected:** N/A
1790 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1792 #### Windows (Intune)
1795 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1799 <enabled/> or <disabled/>
1804 <key>DisablePasswordReveal</key>
1812 "DisablePasswordReveal": true | false
1817 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1819 **Compatibility:** Firefox 60, Firefox ESR 60\
1820 **CCK2 Equivalent:** `disablePocket`\
1821 **Preferences Affected:** `extensions.pocket.enabled`
1825 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1827 #### Windows (Intune)
1830 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1834 <enabled/> or <disabled/>
1839 <key>DisablePocket</key>
1847 "DisablePocket": true | false
1851 ### DisablePrivateBrowsing
1852 Remove access to private browsing.
1854 **Compatibility:** Firefox 60, Firefox ESR 60\
1855 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1856 **Preferences Affected:** N/A
1860 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1862 #### Windows (Intune)
1865 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1869 <enabled/> or <disabled/>
1874 <key>DisablePrivateBrowsing</key>
1882 "DisablePrivateBrowsing": true | false
1886 ### DisableProfileImport
1887 Disables the "Import data from another browser" option in the bookmarks window.
1889 **Compatibility:** Firefox 60, Firefox ESR 60\
1890 **CCK2 Equivalent:** N/A\
1891 **Preferences Affected:** N/A
1895 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1897 #### Windows (Intune)
1900 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1904 <enabled/> or <disabled/>
1909 <key>DisableProfileImport</key>
1917 "DisableProfileImport": true | false
1921 ### DisableProfileRefresh
1922 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.
1924 **Compatibility:** Firefox 60, Firefox ESR 60\
1925 **CCK2 Equivalent:** `disableResetFirefox`\
1926 **Preferences Affected:** `browser.disableResetPrompt`
1930 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1932 #### Windows (Intune)
1935 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1939 <enabled/> or <disabled/>
1944 <key>DisableProfileRefresh</key>
1952 "DisableProfileRefresh": true | false
1957 Disable safe mode within the browser.
1959 On Windows, this disables safe mode via the command line as well.
1961 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1962 **CCK2 Equivalent:** `disableSafeMode`\
1963 **Preferences Affected:** N/A
1967 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1969 #### Windows (Intune)
1972 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1976 <enabled/> or <disabled/>
1981 <key>DisableSafeMode</key>
1989 "DisableSafeMode": true | false
1993 ### DisableSecurityBypass
1994 Prevent the user from bypassing security in certain cases.
1996 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1998 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
2000 **Compatibility:** Firefox 60, Firefox ESR 60\
2001 **CCK2 Equivalent:** N/A\
2002 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
2006 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
2007 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
2009 #### Windows (Intune)
2012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
2016 <enabled/> or <disabled/>
2020 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
2024 <enabled/> or <disabled/>
2030 <key>DisableSecurityBypass</key>
2032 <key>InvalidCertificate</key>
2034 <key>SafeBrowsing</key>
2043 "DisableSecurityBypass": {
2044 "InvalidCertificate": true | false,
2045 "SafeBrowsing": true | false
2050 ### DisableSetDesktopBackground
2051 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
2053 **Compatibility:** Firefox 60, Firefox ESR 60\
2054 **CCK2 Equivalent:** `removeSetDesktopBackground`\
2055 **Preferences Affected:** N/A
2059 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
2061 #### Windows (Intune)
2064 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
2068 <enabled/> or <disabled/>
2073 <key>DisableSetDesktopBackground</key>
2081 "DisableSetDesktopBackground": true | false
2085 ### DisableSystemAddonUpdate
2086 Prevent system add-ons from being installed or updated.
2088 **Compatibility:** Firefox 60, Firefox ESR 60\
2089 **CCK2 Equivalent:** N/A\
2090 **Preferences Affected:** N/A
2094 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
2096 #### Windows (Intune)
2099 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
2103 <enabled/> or <disabled/>
2108 <key>DisableSystemAddonUpdate</key>
2116 "DisableSystemAddonUpdate": true | false
2120 ### DisableTelemetry
2121 Prevent the upload of telemetry data.
2123 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
2125 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
2127 **Compatibility:** Firefox 60, Firefox ESR 60\
2128 **CCK2 Equivalent:** `disableTelemetry`\
2129 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
2133 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
2135 #### Windows (Intune)
2138 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
2142 <enabled/> or <disabled/>
2147 <key>DisableTelemetry</key>
2155 "DisableTelemetry": true | false
2159 ### DisableThirdPartyModuleBlocking
2160 Do not allow blocking third-party modules from the `about:third-party` page.
2162 This policy only works on Windows through GPO (not policies.json).
2164 **Compatibility:** Firefox 110 (Windows only, GPO only)\
2165 **CCK2 Equivalent:** N/A\
2166 **Preferences Affected:** N/A
2170 Software\Policies\Mozilla\Firefox\DisableThirdPartyModuleBlocking = = 0x1 | 0x0
2172 #### Windows (Intune)
2175 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableThirdPartyModuleBlocking
2179 <enabled/> or <disabled/>
2181 ### DisplayBookmarksToolbar
2182 Set the initial state of the bookmarks toolbar. A user can still change how it is displayed.
2184 `always` means the bookmarks toolbar is always shown.
2186 `never` means the bookmarks toolbar is not shown.
2188 `newtab` means the bookmarks toolbar is only shown on the new tab page.
2190 **Compatibility:** Firefox 109, Firefox ESR 102.7\
2191 **CCK2 Equivalent:** N/A\
2192 **Preferences Affected:** N/A
2196 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = "always", "never", "newtab"
2198 #### Windows (Intune)
2201 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar_Enum
2206 <data id="DisplayBookmarksToolbar" value="always | never | newtab"/>
2211 <key>DisplayBookmarksToolbar</key>
2212 <string>always | never | newtab</string>
2219 "DisplayBookmarksToolbar": "always" | "never" | "newtab"
2223 ### DisplayBookmarksToolbar (Deprecated)
2224 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
2226 **Compatibility:** Firefox 60, Firefox ESR 60\
2227 **CCK2 Equivalent:** `displayBookmarksToolbar`\
2228 **Preferences Affected:** N/A
2232 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
2234 #### Windows (Intune)
2237 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
2241 <enabled/> or <disabled/>
2246 <key>DisplayBookmarksToolbar</key>
2254 "DisplayBookmarksToolbar": true | false
2259 Set the state of the menubar.
2261 `always` means the menubar is shown and cannot be hidden.
2263 `never` means the menubar is hidden and cannot be shown.
2265 `default-on` means the menubar is on by default but can be hidden.
2267 `default-off` means the menubar is off by default but can be shown.
2269 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
2270 **CCK2 Equivalent:** `displayMenuBar`\
2271 **Preferences Affected:** N/A
2275 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
2277 #### Windows (Intune)
2280 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2285 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2290 <key>DisplayMenuBar</key>
2291 <string>always | never | default-on | default-off</string>
2298 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2302 ### DisplayMenuBar (Deprecated)
2303 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
2305 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
2306 **CCK2 Equivalent:** `displayMenuBar`\
2307 **Preferences Affected:** N/A
2311 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
2316 <key>DisplayMenuBar</key>
2324 "DisplayMenuBar": true | false
2329 Configure DNS over HTTPS.
2331 `Enabled` determines whether DNS over HTTPS is enabled
2333 `ProviderURL` is a URL to another provider.
2335 `Locked` prevents the user from changing DNS over HTTPS preferences.
2337 `ExcludedDomains` excludes domains from DNS over HTTPS.
2339 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
2340 **CCK2 Equivalent:** N/A\
2341 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2345 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2346 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2347 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2348 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2350 #### Windows (Intune)
2353 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2357 <enabled/> or <disabled/>
2361 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2366 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2370 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2374 <enabled/> or <disabled/>
2378 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2383 <data id="List" value="1example.com"/>
2388 <key>DNSOverHTTPS</key>
2392 <key>ProviderURL</key>
2393 <string>URL_TO_ALTERNATE_PROVIDER</string>
2396 <key>ExcludedDomains</key>
2398 <string>example.com</string>
2408 "Enabled": true | false,
2409 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2410 "Locked": true | false,
2411 "ExcludedDomains": ["example.com"]
2416 ### DontCheckDefaultBrowser
2417 Don't check if Firefox is the default browser at startup.
2419 **Compatibility:** Firefox 60, Firefox ESR 60\
2420 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2421 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2425 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2427 #### Windows (Intune)
2430 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2434 <enabled/> or <disabled/>
2439 <key>DontCheckDefaultBrowser</key>
2447 "DontCheckDefaultBrowser": true | false
2451 ### DownloadDirectory
2452 Set and lock the download directory.
2454 You can use ${home} for the native home directory.
2456 **Compatibility:** Firefox 68, Firefox ESR 68\
2457 **CCK2 Equivalent:** N/A\
2458 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2462 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2464 #### Windows (Intune)
2467 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2472 <data id="Preferences_String" value="${home}\Downloads"/>
2477 <key>DownloadDirectory</key>
2478 <string>${home}/Downloads</string>
2481 #### policies.json (macOS and Linux)
2485 "DownloadDirectory": "${home}/Downloads"
2488 #### policies.json (Windows)
2492 "DownloadDirectory": "${home}\\Downloads"
2495 ### EnableTrackingProtection
2496 Configure tracking protection.
2498 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.
2500 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2502 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.
2504 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2506 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2508 If `EmailTracking` is set to true, hidden email tracking pixels and scripts on websites are blocked. (Firefox 112)
2510 `Exceptions` are origins for which tracking protection is not enabled.
2512 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2513 **CCK2 Equivalent:** N/A\
2514 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2518 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2519 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2520 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2521 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2522 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2524 #### Windows (Intune)
2527 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2531 <enabled/> or <disabled/>
2535 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2539 <enabled/> or <disabled/>
2543 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2547 <enabled/> or <disabled/>
2551 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2556 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2560 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2564 <enabled/> or <disabled/>
2569 <key>EnableTrackingProtection</key>
2575 <key>Cryptomining</key>
2577 <key>Fingerprinting</key>
2579 <key>Exceptions</key>
2581 <string>https://example.com</string>
2590 "EnableTrackingProtection": {
2591 "Value": true | false,
2592 "Locked": true | false,
2593 "Cryptomining": true | false,
2594 "Fingerprinting": true | false,
2595 "Exceptions": ["https://example.com"]
2600 ### EncryptedMediaExtensions
2601 Enable or disable Encrypted Media Extensions and optionally lock it.
2603 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2605 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.
2607 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2608 **CCK2 Equivalent:** N/A\
2609 **Preferences Affected:** `media.eme.enabled`
2613 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2614 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2616 #### Windows (Intune)
2619 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2620 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2624 <enabled/>or <disabled/>
2629 <key>EncryptedMediaExtensions</key>
2642 "EncryptedMediaExtensions": {
2643 "Enabled": true | false,
2644 "Locked": true | false
2649 ### EnterprisePoliciesEnabled
2650 Enable policy support on macOS.
2652 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2653 **CCK2 Equivalent:** N/A\
2654 **Preferences Affected:** N/A
2659 <key>EnterprisePoliciesEnabled</key>
2663 ### ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2665 Disable warnings based on file extension for specific file types on domains.
2667 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#ExemptDomainFileTypePairsFromFileTypeDownloadWarnings) of the same name.
2669 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.
2671 **Compatibility:** Firefox 102\
2672 **CCK2 Equivalent:** N/A\
2673 **Preferences Affected:** N/A
2676 Software\Policies\Mozilla\Firefox\ExemptDomainFileTypePairsFromFileTypeDownloadWarnings (REG_MULTI_SZ) =
2680 "file_extension": "jnlp",
2681 "domains": ["example.com"]
2685 #### Windows (Intune)
2688 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2693 <data id="JSON" value='
2696 "file_extension": "jnlp",
2697 "domains": ["example.com"]
2705 <key>ExemptDomainFileTypePairsFromFileTypeDownloadWarnings</key>
2708 <key>file_extension</key>
2709 <string>jnlp</string>
2712 <string>example.com</string>
2722 "ExemptDomainFileTypePairsFromFileTypeDownloadWarnings": [{
2723 "file_extension": "jnlp",
2724 "domains": ["example.com"]
2730 Control the installation, uninstallation and locking of extensions.
2732 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.
2734 `Install` is a list of URLs or native paths for extensions to be installed.
2736 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2738 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2740 **Compatibility:** Firefox 60, Firefox ESR 60\
2741 **CCK2 Equivalent:** `addons`\
2742 **Preferences Affected:** N/A
2746 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2747 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2748 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2749 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2751 #### Windows (Intune)
2754 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2759 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2763 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2768 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2772 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2777 <data id="Extensions" value="1addon_id@mozilla.org"/>
2782 <key>Extensions</key>
2786 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2787 <string>//path/to/xpi</string>
2789 <key>Uninstall</key>
2791 <string>bad_addon_id@mozilla.org</string>
2795 <string>addon_id@mozilla.org</string>
2805 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2806 "Uninstall": ["bad_addon_id@mozilla.org"],
2807 "Locked": ["addon_id@mozilla.org"]
2812 ### ExtensionSettings
2813 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.
2815 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.
2817 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).
2819 The configuration for each extension is another dictionary that can contain the fields documented below.
2821 | Name | Description |
2823 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2824 | `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.
2825 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2826 | `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.
2827 | `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.
2828 | `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.
2829 | `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.
2830 | `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.
2831 | `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.
2832 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2833 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2835 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2836 **CCK2 Equivalent:** N/A\
2837 **Preferences Affected:** N/A
2840 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2844 "blocked_install_message": "Custom error message.",
2845 "install_sources": ["https://yourwebsite.com/*"],
2846 "installation_mode": "blocked",
2847 "allowed_types": ["extension"]
2849 "uBlock0@raymondhill.net": {
2850 "installation_mode": "force_installed",
2851 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2853 "https-everywhere@eff.org": {
2854 "installation_mode": "allowed"
2858 #### Windows (Intune)
2861 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2866 <data id="ExtensionSettings" value='
2869 "blocked_install_message": "Custom error message.",
2870 "install_sources": ["https://yourwebsite.com/*"],
2871 "installation_mode": "blocked",
2872 "allowed_types": ["extension"]
2874 "uBlock0@raymondhill.net": {
2875 "installation_mode": "force_installed",
2876 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2878 "https-everywhere@eff.org": {
2879 "installation_mode": "allowed"
2886 <key>ExtensionSettings</key>
2890 <key>blocked_install_message</key>
2891 <string>Custom error message.</string>
2892 <key>install_sources</key>
2894 <string>"https://yourwebsite.com/*"</string>
2896 <key>installation_mode</key>
2897 <string>blocked</string>
2898 <key>allowed_types</key>
2900 <string>extension</string>
2903 <key>uBlock0@raymondhill.net</key>
2905 <key>installation_mode</key>
2906 <string>force_installed</string>
2907 <key>install_url</key>
2908 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2910 <key>https-everywhere@eff.org</key>
2912 <key>installation_mode</key>
2913 <string>allowed</string>
2922 "ExtensionSettings": {
2924 "blocked_install_message": "Custom error message.",
2925 "install_sources": ["https://yourwebsite.com/*"],
2926 "installation_mode": "blocked",
2927 "allowed_types": ["extension"]
2929 "uBlock0@raymondhill.net": {
2930 "installation_mode": "force_installed",
2931 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2933 "https-everywhere@eff.org": {
2934 "installation_mode": "allowed"
2941 Control extension updates.
2943 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2944 **CCK2 Equivalent:** N/A\
2945 **Preferences Affected:** `extensions.update.enabled`
2949 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2951 #### Windows (Intune)
2954 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2958 <enabled/> or <disabled/>
2963 <key>ExtensionUpdate</key>
2971 "ExtensionUpdate": true | false
2976 Customize the Firefox Home page.
2978 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4)
2979 **CCK2 Equivalent:** N/A\
2980 **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`
2984 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2985 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2986 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
2987 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2988 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2989 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
2990 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2991 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2993 #### Windows (Intune)
2996 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
3001 <data id="FirefoxHome_Search" value="true | false"/>
3002 <data id="FirefoxHome_TopSites" value="true | false"/>
3003 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
3004 <data id="FirefoxHome_Highlights" value="true | false"/>
3005 <data id="FirefoxHome_Pocket" value="true | false"/>
3006 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
3007 <data id="FirefoxHome_Snippets" value="true | false"/>
3008 <data id="FirefoxHome_Locked" value="true | false"/>
3013 <key>FirefoxHome</key>
3019 <key>SponsoredTopSites</key>
3021 <key>Highlights</key>
3025 <key>SponsoredPocket</key>
3039 "Search": true | false,
3040 "TopSites": true | false,
3041 "SponsoredTopSites": true | false,
3042 "Highlights": true | false,
3043 "Pocket": true | false,
3044 "SponsoredPocket": true | false,
3045 "Snippets": true | false,
3046 "Locked": true | false
3051 ### FlashPlugin (Deprecated)
3052 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
3054 `Allow` is a list of origins where Flash are allowed.
3056 `Block` is a list of origins where Flash is not allowed.
3058 `Default` determines whether or not Flash is allowed by default.
3060 `Locked` prevents the user from changing Flash preferences.
3062 **Compatibility:** Firefox 60, Firefox ESR 60\
3063 **CCK2 Equivalent:** `permissions.plugin`\
3064 **Preferences Affected:** `plugin.state.flash`
3068 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
3069 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
3070 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
3071 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
3073 #### Windows (Intune)
3076 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
3081 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3085 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
3089 <enabled/> or <disabled/>
3093 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
3097 <enabled/> or <disabled/>
3102 <key>FlashPlugin</key>
3106 <string>http://example.org</string>
3110 <string>http://example.edu</string>
3124 "Allow": ["http://example.org/"],
3125 "Block": ["http://example.edu/"],
3126 "Default": true | false,
3127 "Locked": true | false
3132 ### GoToIntranetSiteForSingleWordEntryInAddressBar
3133 Whether to always go through the DNS server before sending a single word search string to a search engine.
3135 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.
3137 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.
3139 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.
3141 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`.
3143 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`.
3145 **Compatibility:** Firefox 104, Firefox ESR 102.2\
3146 **CCK2 Equivalent:** `N/A`\
3147 **Preferences Affected:** `browser.fixup.dns_first_for_single_words`
3151 Software\Policies\Mozilla\Firefox\GoToIntranetSiteForSingleWordEntryInAddressBar = 0x1 | 0x0
3153 #### Windows (Intune)
3156 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/GoToIntranetSiteForSingleWordEntryInAddressBar
3160 <enabled/> or <disabled/>
3165 <key>GoToIntranetSiteForSingleWordEntryInAddressBar</key>
3173 "GoToIntranetSiteForSingleWordEntryInAddressBar": true | false
3178 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
3180 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
3182 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.
3184 | Name | Description |
3186 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
3187 | `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.
3188 | `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.
3189 | `name` | The display name of the handler (might not be used).
3190 | `path`| The native path to the executable to be used.
3191 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
3193 **Compatibility:** Firefox 78, Firefox ESR 78\
3194 **CCK2 Equivalent:** N/A\
3195 **Preferences Affected:** N/A
3198 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
3202 "application/msword": {
3203 "action": "useSystemDefault",
3209 "action": "useHelperApp",
3210 "ask": true | false,
3213 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3219 "action": "useHelperApp",
3220 "ask": true | false,
3222 "name": "Adobe Acrobat",
3223 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3229 #### Windows (Intune)
3232 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
3237 <data id="Handlers" value='
3240 "application/msword": {
3241 "action": "useSystemDefault",
3247 "action": "useHelperApp",
3248 "ask": true | false,
3251 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3257 "action": "useHelperApp",
3258 "ask": true | false,
3260 "name": "Adobe Acrobat",
3261 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3273 <key>mimeTypes</key>
3275 <key>application/msword</key>
3278 <string>useSystemDefault</string>
3288 <string>useHelperApp</string>
3295 <string>Gmail</string>
3296 <key>uriTemplate</key>
3297 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
3302 <key>extensions</key>
3307 <string>useHelperApp</string>
3314 <string>Adobe Acrobat</string>
3316 <string>/System/Applications/Preview.app</string>
3330 "application/msword": {
3331 "action": "useSystemDefault",
3337 "action": "useHelperApp",
3338 "ask": true | false,
3341 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3347 "action": "useHelperApp",
3348 "ask": true | false,
3350 "name": "Adobe Acrobat",
3351 "path": "/usr/bin/acroread"
3359 ### HardwareAcceleration
3360 Control hardware acceleration.
3362 **Compatibility:** Firefox 60, Firefox ESR 60\
3363 **CCK2 Equivalent:** N/A\
3364 **Preferences Affected:** `layers.acceleration.disabled`
3368 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3370 #### Windows (Intune)
3373 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3377 <enabled/> or <disabled/>
3382 <key>HardwareAcceleration</key>
3390 "HardwareAcceleration": true | false
3395 Configure the default homepage and how Firefox starts.
3397 `URL` is the default homepage.
3399 `Locked` prevents the user from changing homepage preferences.
3401 `Additional` allows for more than one homepage.
3403 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3405 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.
3407 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3408 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3409 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3413 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3414 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3415 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3416 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3417 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3419 #### Windows (Intune)
3422 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3428 <data id="HomepageURL" value="https://example.com"/>
3429 <data id="HomepageLocked" value="true | false"/>
3433 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3439 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
3443 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3449 <data id="StartPage" value="none | homepage | previous-session"/>
3457 <string>http://example.com</string>
3460 <key>Additional</key>
3462 <string>http://example.org</string>
3463 <string>http://example.edu</string>
3465 <key>StartPage</key>
3466 <string>none | homepage | previous-session | homepage-locked</string>
3475 "URL": "http://example.com/",
3476 "Locked": true | false,
3477 "Additional": ["http://example.org/",
3478 "http://example.edu/"],
3479 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3484 ### InstallAddonsPermission
3485 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.
3487 `Allow` is a list of origins where extension installs are allowed.
3489 `Default` determines whether or not extension installs are allowed by default.
3491 **Compatibility:** Firefox 60, Firefox ESR 60\
3492 **CCK2 Equivalent:** `permissions.install`\
3493 **Preferences Affected:** `xpinstall.enabled`
3497 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3498 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3499 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3501 #### Windows (Intune)
3504 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3509 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3513 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3522 <key>InstallAddonsPermission</key>
3526 <string>http://example.org</string>
3527 <string>http://example.edu</string>
3538 "InstallAddonsPermission": {
3539 "Allow": ["http://example.org/",
3540 "http://example.edu/"],
3541 "Default": true | false
3547 Disable the feature enforcing a separate profile for each installation.
3549 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.
3551 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3553 This policy only work on Windows via GPO (not policies.json).
3555 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3556 **CCK2 Equivalent:** N/A\
3557 **Preferences Affected:** N/A
3561 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3563 #### Windows (Intune)
3566 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3570 <enabled/> or <disabled/>
3572 ### LegacySameSiteCookieBehaviorEnabled
3573 Enable default legacy SameSite cookie behavior setting.
3575 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```.
3577 **Compatibility:** Firefox 96\
3578 **CCK2 Equivalent:** N/A\
3579 **Preferences Affected:** `network.cookie.sameSite.laxByDefault`
3583 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = = 0x1 | 0x0
3585 #### Windows (Intune)
3588 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabled
3592 <enabled/> or <disabled/>
3597 <key>LegacySameSiteCookieBehaviorEnabled</key>
3605 "LegacySameSiteCookieBehaviorEnabled": true | false
3608 ### LegacySameSiteCookieBehaviorEnabledForDomainList
3609 Revert to legacy SameSite behavior for cookies on specified sites.
3611 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```.
3613 **Compatibility:** Firefox 96\
3614 **CCK2 Equivalent:** N/A\
3615 **Preferences Affected:** `network.cookie.sameSite.laxByDefault.disabledHosts`
3619 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\1 = "example.org"
3620 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\2 = "example.edu"
3622 #### Windows (Intune)
3625 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabledForDomainList
3630 <data id="LegacySameSiteCookieBehaviorEnabledForDomainList" value="1example.org2example.edu"/>
3635 <key>LegacySameSiteCookieBehaviorEnabledForDomainList</key>
3637 <string>example.org</string>
3638 <string>example.edu</string>
3646 "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org",
3652 Enable linking to local files by origin.
3654 **Compatibility:** Firefox 68, Firefox ESR 68\
3655 **CCK2 Equivalent:** N/A\
3656 **Preferences Affected:** `capability.policy.localfilelinks.*`
3660 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3661 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3663 #### Windows (Intune)
3666 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3671 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3676 <key>LocalFileLinks</key>
3678 <string>http://example.org</string>
3679 <string>http://example.edu</string>
3687 "LocalFileLinks": ["http://example.org/",
3688 "http://example.edu/"]
3692 ### ManagedBookmarks
3693 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3695 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3697 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:
3701 "id": "BookmarkType",
3705 "$ref": "BookmarkType"
3724 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3725 **CCK2 Equivalent:** N/A\
3726 **Preferences Affected:** N/A
3729 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3733 "toplevel_name": "My managed bookmarks folder"
3736 "url": "example.com",
3740 "name": "Mozilla links",
3743 "url": "https://mozilla.org",
3744 "name": "Mozilla.org"
3747 "url": "https://support.mozilla.org/",
3754 #### Windows (Intune)
3757 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3762 <data id="JSON" value='
3765 "toplevel_name": "My managed bookmarks folder"
3768 "url": "example.com",
3772 "name": "Mozilla links",
3775 "url": "https://mozilla.org",
3776 "name": "Mozilla.org"
3779 "url": "https://support.mozilla.org/",
3789 <key>ManagedBookmarks</key>
3792 <key>toplevel_name</key>
3793 <string>My managed bookmarks folder</string>
3796 <string>example.com</string>
3798 <string>Example</string>
3802 <string>Mozilla links</string>
3807 <string>https://mozilla.org</string>
3809 <string>Mozilla</string>
3813 <string>https://support.mozilla.org/</string>
3815 <string>SUMO</string>
3826 "ManagedBookmarks": [
3828 "toplevel_name": "My managed bookmarks folder"
3831 "url": "example.com",
3835 "name": "Mozilla links",
3838 "url": "https://mozilla.org",
3839 "name": "Mozilla.org"
3842 "url": "https://support.mozilla.org/",
3851 ### ManualAppUpdateOnly
3853 Switch to manual updates only.
3855 If this policy is enabled:
3856 1. The user will never be prompted to install updates
3857 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.
3858 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3860 This policy is primarily intended for advanced end users, not for enterprises.
3862 **Compatibility:** Firefox 87\
3863 **CCK2 Equivalent:** N/A\
3864 **Preferences Affected:** N/A
3870 "ManualAppUpdateOnly": true | false
3874 ### NetworkPrediction
3875 Enable or disable network prediction (DNS prefetching).
3877 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3878 **CCK2 Equivalent:** N/A\
3879 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
3883 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3885 #### Windows (Intune)
3888 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3892 <enabled/> or <disabled/>
3897 <key>NetworkPrediction</key>
3905 "NetworkPrediction": true | false
3909 Enable or disable the New Tab page.
3911 **Compatibility:** Firefox 68, Firefox ESR 68\
3912 **CCK2 Equivalent:** N/A\
3913 **Preferences Affected:** `browser.newtabpage.enabled`
3917 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3919 #### Windows (Intune)
3922 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3926 <enabled/> or <disabled/>
3931 <key>NewTabPage</key>
3939 "NewTabPage": true | false
3942 ### NoDefaultBookmarks
3943 Disable the creation of default bookmarks.
3945 This policy is only effective if the user profile has not been created yet.
3947 **Compatibility:** Firefox 60, Firefox ESR 60\
3948 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3949 **Preferences Affected:** N/A
3953 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3955 #### Windows (Intune)
3958 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3962 <enabled/> or <disabled/>
3967 <key>NoDefaultBookmarks</key>
3975 "NoDefaultBookmarks": true | false
3979 ### OfferToSaveLogins
3980 Control whether or not Firefox offers to save passwords.
3982 **Compatibility:** Firefox 60, Firefox ESR 60\
3983 **CCK2 Equivalent:** `dontRememberPasswords`\
3984 **Preferences Affected:** `signon.rememberSignons`
3988 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3990 #### Windows (Intune)
3993 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3997 <enabled/> or <disabled/>
4002 <key>OfferToSaveLogins</key>
4010 "OfferToSaveLogins": true | false
4014 ### OfferToSaveLoginsDefault
4015 Sets the default value of signon.rememberSignons without locking it.
4017 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4018 **CCK2 Equivalent:** `dontRememberPasswords`\
4019 **Preferences Affected:** `signon.rememberSignons`
4023 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
4025 #### Windows (Intune)
4028 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
4032 <enabled/> or <disabled/>
4037 <key>OfferToSaveLoginsDefault</key>
4045 "OfferToSaveLoginsDefault": true | false
4049 ### OverrideFirstRunPage
4050 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
4052 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
4054 **Compatibility:** Firefox 60, Firefox ESR 60\
4055 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
4056 **Preferences Affected:** `startup.homepage_welcome_url`
4060 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
4062 #### Windows (Intune)
4065 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
4070 <data id="OverridePage" value="https://example.com"/>
4075 <key>OverrideFirstRunPage</key>
4076 <string>http://example.org</string>
4083 "OverrideFirstRunPage": "http://example.org"
4087 ### OverridePostUpdatePage
4088 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
4090 **Compatibility:** Firefox 60, Firefox ESR 60\
4091 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
4092 **Preferences Affected:** `startup.homepage_override_url`
4096 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
4098 #### Windows (Intune)
4101 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
4106 <data id="OverridePage" value="https://example.com"/>
4111 <key>OverridePostUpdatePage</key>
4112 <string>http://example.org</string>
4119 "OverridePostUpdatePage": "http://example.org"
4123 ### PasswordManagerEnabled
4124 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
4126 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4127 **CCK2 Equivalent:** N/A\
4128 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
4132 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
4134 #### Windows (Intune)
4137 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
4141 <enabled/> or <disabled/>
4146 <key>PasswordManagerEnabled</key>
4154 "PasswordManagerEnabled": true | false
4158 ### PasswordManagerExceptions
4159 Prevent Firefox from saving passwords for specific sites.
4161 The sites are specified as a list of origins.
4163 **Compatibility:** Firefox 101\
4164 **CCK2 Equivalent:** N/A\
4165 **Preferences Affected:** N/A
4169 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\1 = "https://example.org"
4170 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\2 = "https://example.edu"
4172 #### Windows (Intune)
4175 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerExceptions
4180 <data id="List" value="1https://example.org2https://example.edu"/>
4185 <key>PasswordManagerExceptions</key>
4187 <string>https://example.org</string>
4188 <string>https://example.edu</string>
4196 "PasswordManagerExceptions": ["https://example.org",
4197 "https://example.edu"]
4203 Disable or configure PDF.js, the built-in PDF viewer.
4205 If `Enabled` is set to false, the built-in PDF viewer is disabled.
4207 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
4209 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.
4211 **Compatibility:** Firefox 77, Firefox ESR 68.9\
4212 **CCK2 Equivalent:** N/A\
4213 **Preferences Affected:** `pdfjs.diabled`, `pdfjs.enablePermissions`
4217 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
4218 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
4220 #### Windows (Intune)
4223 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
4224 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
4228 <enabled/>or <disabled/>
4237 <key>EnablePermissions</key>
4247 "Enabled": true | false,
4248 "EnablePermissions": true | false
4254 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.
4256 `Allow` is a list of origins where the feature is allowed.
4258 `Block` is a list of origins where the feature is not allowed.
4260 `BlockNewRequests` determines whether or not new requests can be made for the feature.
4262 `Locked` prevents the user from changing preferences for the feature.
4264 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
4266 **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)\
4267 **CCK2 Equivalent:** N/A\
4268 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
4272 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
4273 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
4274 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
4275 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
4276 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
4277 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
4278 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
4279 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
4280 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
4281 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
4282 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
4283 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
4284 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
4285 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
4286 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
4287 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
4288 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
4289 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
4290 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
4291 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
4292 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
4293 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
4294 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
4295 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
4296 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
4298 #### Windows (Intune)
4301 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
4305 <enabled/> or <disabled/>
4309 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
4313 <enabled/> or <disabled/>
4317 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
4322 <data id="Permissions" value="1https://example.org"/>
4326 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
4330 <enabled/> or <disabled/>
4334 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
4338 <enabled/> or <disabled/>
4342 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
4347 <data id="Permissions" value="1https://example.org"/>
4351 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
4356 <data id="Permissions" value="1https://example.edu"/>
4360 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
4365 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
4369 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
4373 <enabled/> or <disabled/>
4377 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
4382 <data id="Permissions" value="1https://example.org"/>
4386 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
4391 <data id="Permissions" value="1https://example.edu"/>
4395 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
4399 <enabled/> or <disabled/>
4403 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
4407 <enabled/> or <disabled/>
4412 <key>Permissions</key>
4418 <string>https://example.org</string>
4419 <string>https://example.org:1234</string>
4423 <string>https://example.edu</string>
4425 <key>BlockNewRequests</key>
4430 <key>Microphone</key>
4434 <string>https://example.org</string>
4438 <string>https://example.edu</string>
4440 <key>BlockNewRequests</key>
4449 <string>https://example.org</string>
4453 <string>https://example.edu</string>
4455 <key>BlockNewRequests</key>
4460 <key>Notifications</key>
4464 <string>https://example.org</string>
4468 <string>https://example.edu</string>
4470 <key>BlockNewRequests</key>
4479 <string>https://example.org</string>
4483 <string>https://example.edu</string>
4486 <string>allow-audio-video | block-audio | block-audio-video</string>
4499 "Allow": ["https://example.org","https://example.org:1234"],
4500 "Block": ["https://example.edu"],
4501 "BlockNewRequests": true | false,
4502 "Locked": true | false
4505 "Allow": ["https://example.org"],
4506 "Block": ["https://example.edu"],
4507 "BlockNewRequests": true | false,
4508 "Locked": true | false
4511 "Allow": ["https://example.org"],
4512 "Block": ["https://example.edu"],
4513 "BlockNewRequests": true | false,
4514 "Locked": true | false
4517 "Allow": ["https://example.org"],
4518 "Block": ["https://example.edu"],
4519 "BlockNewRequests": true | false,
4520 "Locked": true | false
4523 "Allow": ["https://example.org"],
4524 "Block": ["https://example.edu"],
4525 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
4526 "Locked": true | false
4532 ### PictureInPicture
4534 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
4536 **Compatibility:** Firefox 78, Firefox ESR 78\
4537 **CCK2 Equivalent:** N/A\
4538 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
4542 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
4543 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
4546 #### Windows (Intune)
4549 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
4550 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
4554 <enabled/> or <disabled/>
4559 <key>PictureInPicture</key>
4572 "PictureInPicture": {
4573 "Enabled": true | false,
4574 "Locked": true | false
4580 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
4582 `Allow` is a list of origins where popup-windows are allowed.
4584 `Default` determines whether or not pop-up windows are allowed by default.
4586 `Locked` prevents the user from changing pop-up preferences.
4588 **Compatibility:** Firefox 60, Firefox ESR 60\
4589 **CCK2 Equivalent:** `permissions.popup`\
4590 **Preferences Affected:** `dom.disable_open_during_load`
4594 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
4595 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
4596 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
4597 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4599 #### Windows (Intune)
4602 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4607 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4611 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4615 <enabled/> or <disabled/>
4619 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4623 <enabled/> or <disabled/>
4628 <key>PopupBlocking</key>
4632 <string>http://example.org</string>
4633 <string>http://example.edu</string>
4647 "Allow": ["http://example.org/",
4648 "http://example.edu/"],
4649 "Default": true | false,
4650 "Locked": true | false
4656 Set and lock preferences.
4658 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
4660 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.
4662 Preferences that start with the following prefixes are supported:
4665 app.update.* (Firefox 86, Firefox 78.8)
4667 datareporting.policy.
4670 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4671 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4675 keyword.enabled (Firefox 95, Firefox ESR 91.4)
4680 pdfjs. (Firefox 84, Firefox ESR 78.6)
4683 signon. (Firefox 83, Firefox ESR 78.5)
4684 spellchecker. (Firefox 84, Firefox ESR 78.6)
4685 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
4688 xpinstall.signatures.required (Firefox ESR 102.10, Firefox ESR only)
4690 as well as the following security preferences:
4692 | Preference | Type | Default
4694 | security.default_personal_cert | string | Ask Every Time
4695 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4696 | security.insecure_connection_text.enabled | bool | false
4697 | If set to true, adds the words "Not Secure" for insecure sites.
4698 | security.insecure_connection_text.pbmode.enabled | bool | false
4699 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4700 | security.mixed_content.block_active_content | boolean | true
4701 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4702 | security.osclientcerts.autoload | boolean | false
4703 | If true, client certificates are loaded from the operating system certificate store.
4704 | security.OCSP.enabled | integer | 1
4705 | If 0, do not fetch OCSP. If 1, fetch OCSP for DV and EV certificates. If 2, fetch OCSP only for EV certificates
4706 | security.OCSP.require | boolean | false
4707 | If true, if an OCSP request times out, the connection fails.
4708 | security.osclientcerts.assume_rsa_pss_support | boolean | true
4709 | If false, we don't assume an RSA key can do RSA-PSS (Firefox 114, Firefox ESR 102.12).
4710 | security.ssl.enable_ocsp_stapling | boolean | true
4711 | If false, OCSP stapling is not enabled.
4712 | security.ssl.errorReporting.enabled | boolean | true
4713 | If false, SSL errors cannot be sent to Mozilla.
4714 | security.tls.enable_0rtt_data | boolean | true
4715 | If false, TLS early data is turned off (Firefox 93, Firefox 91.2, Firefox 78.15).
4716 | security.tls.hello_downgrade_check | boolean | true
4717 | If false, the TLS 1.3 downgrade check is disabled.
4718 | security.tls.version.enable-deprecated | boolean | false
4719 | If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8).
4720 | security.warn_submit_secure_to_insecure | boolean | true
4721 | If false, no warning is shown when submitting a form from https to http.
4723 Using the preference as the key, set the `Value` to the corresponding preference value.
4725 `Status` can be "default", "locked", "user" or "clear"
4727 * `"default"`: Read/Write: Settings appear as default even if factory default differs.
4728 * `"locked"`: Read-Only: Settings appear as default even if factory default differs.
4729 * `"user"`: Read/Write: Settings appear as changed if it differs from factory default.
4730 * `"clear"`: Read/Write: `Value` has no effect. Resets to factory defaults on each startup.
4732 `"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```.
4734 `"user"` preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4736 See the examples below for more detail.
4738 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4741 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4742 **CCK2 Equivalent:** `preferences`\
4743 **Preferences Affected:** Many
4746 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4749 "accessibility.force_disabled": {
4753 "browser.cache.disk.parent_directory": {
4754 "Value": "SOME_NATIVE_PATH",
4757 "browser.tabs.warnOnClose": {
4763 #### Windows (Intune)
4766 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4771 <data id="JSON" value='
4773 "accessibility.force_disabled": {
4777 "browser.cache.disk.parent_directory": {
4778 "Value": "SOME_NATIVE_PATH",
4781 "browser.tabs.warnOnClose": {
4790 <key>Preferences</key>
4792 <key>accessibility.force_disabled</key>
4795 <integer>1</integer>
4797 <string>default</string>
4799 <key>browser.cache.disk.parent_directory</key>
4802 <string>SOME_NATIVE_PATH</string>
4804 <string>user</string>
4806 <key>browser.tabs.warnOnClose</key>
4811 <string>locked</string>
4821 "accessibility.force_disabled": {
4825 "browser.cache.disk.parent_directory": {
4826 "Value": "SOME_NATIVE_PATH",
4829 "browser.tabs.warnOnClose": {
4837 ### Preferences (Deprecated)
4838 Set and lock certain preferences.
4840 **Compatibility:** See below\
4841 **CCK2 Equivalent:** `preferences`\
4842 **Preferences Affected:** See below
4844 | Preference | Type | Compatibility | Default
4845 | --- | --- | --- | --- |
4846 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
4847 | If set to 1, platform accessibility is disabled.
4848 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
4849 | If false, Firefox doesn't automatically install update.
4850 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
4851 | If true, bookmarks are exported on shutdown.
4852 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
4853 | If set, the name of the file where bookmarks are exported and imported.
4854 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
4855 | If true, bookmarks are restored to their defaults.
4856 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
4857 | If false, don't store cache on the hard drive.
4858 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
4859 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4860 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
4861 | If true, single words are sent to DNS, not directly to search.
4862 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
4863 | 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.
4864 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
4865 | If true, bookmarks are always imported on startup.
4866 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4867 | If false, phishing protection is not enabled (Not recommended)
4868 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4869 | If false, malware protection is not enabled (Not recommended)
4870 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
4871 | If false, updates for search engines are not checked.
4872 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
4873 | If true, a notification isn't shown if startup is slow.
4874 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
4875 | If false, there is no warning when the browser is closed.
4876 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
4877 | If true, tab previews are shown in the Windows taskbar.
4878 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
4879 | If false, bookmarks aren't suggested when typing in the URL bar.
4880 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
4881 | If false, history isn't suggested when typing in the URL bar.
4882 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
4883 | If false, open tabs aren't suggested when typing in the URL bar.
4884 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
4885 | If true, don't show the privacy policy tab on first run.
4886 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
4887 | If false, web page can close windows.
4888 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
4889 | If false, web pages can focus and activate windows.
4890 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
4891 | If true, web pages can't move or resize windows.
4892 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4893 | If false, web pages can't override context menus.
4894 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
4895 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4896 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
4897 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4898 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
4899 | If false, XMLDocument.load is not available.
4900 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
4901 | If false, XMLDocument.async is not available.
4902 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4903 | If false, the extensions blocklist is not used (Not recommended)
4904 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
4905 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4906 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4907 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4908 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4909 | If false, the geolocation API is disabled. | Language dependent
4910 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
4911 | If set, preferred language for web pages.
4912 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
4913 | If false, Encrypted Media Extensions are not enabled.
4914 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4915 | If false, the OpenH264 plugin is not downloaded.
4916 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4917 | If false, the Widevine plugin is not downloaded.
4918 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4919 | If false, WebRTC is disabled
4920 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4921 | If set, a list of domains for which mDNS hostname obfuscation is
4923 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4924 | If set, a list of domains for which mDNS hostname obfuscation is
4926 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4927 | If true, IPv6 DNS lokoups are disabled.
4928 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4929 | If true, display the punycode version of internationalized domain names.
4930 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4931 | If false, history is not enabled.
4932 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4933 | If false, print settings are not saved between jobs.
4934 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4935 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4936 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4937 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4938 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4939 | If true, client certificates are loaded from the operating system certificate store.
4940 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4941 | If false, SSL errors cannot be sent to Mozilla.
4942 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4943 | If false, the TLS 1.3 downgrade check is disabled.
4944 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4945 | If false, the Alt key doesn't show the menubar on Windows.
4946 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4947 | If set, overrides the GTK theme for widgets.
4951 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4952 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4954 #### Windows (Intune)
4955 OMA-URI: (periods are replaced by underscores)
4957 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4961 <enabled/> or <disabled/>
4963 OMA-URI: (periods are replaced by underscores)
4965 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4970 <data id="Preferences_String" value="string_value"/>
4975 <key>Preferences</key>
4977 <key>boolean_preference_name</key>
4979 <key>string_preference_name</key>
4980 <string>string_value</string>
4989 "boolean_preference_name": true | false,
4990 "string_preference_name": "string_value"
4996 Require or prevent using a primary (formerly master) password.
4998 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.
5000 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
5002 **Compatibility:** Firefox 79, Firefox ESR 78.1\
5003 **CCK2 Equivalent:** `noMasterPassword`\
5004 **Preferences Affected:** N/A
5008 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
5010 #### Windows (Intune)
5013 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
5017 <enabled/> or <disabled/>
5022 <key>PrimaryPassword</key>
5030 "PrimaryPassword": true | false
5034 ### PromptForDownloadLocation
5035 Ask where to save each file before downloading.
5037 **Compatibility:** Firefox 68, Firefox ESR 68\
5038 **CCK2 Equivalent:** N/A\
5039 **Preferences Affected:** `browser.download.useDownloadDir`
5043 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
5045 #### Windows (Intune)
5048 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
5052 <enabled/> or <disabled/>
5057 <key>PromptForDownloadLocation</key>
5065 "PromptForDownloadLocation": true | false
5070 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
5071 To specify ports, append them to the hostnames with a colon (:).
5073 Unless you lock this policy, changes the user already has in place will take effect.
5075 `Mode` is the proxy method being used.
5077 `Locked` is whether or not proxy settings can be changed.
5079 `HTTPProxy` is the HTTP proxy server.
5081 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
5083 `SSLProxy` is the SSL proxy server.
5085 `FTPProxy` is the FTP proxy server.
5087 `SOCKSProxy` is the SOCKS proxy server
5089 `SOCKSVersion` is the SOCKS version (4 or 5)
5091 `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.
5093 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
5095 `AutoLogin` means do not prompt for authentication if password is saved.
5097 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
5099 **Compatibility:** Firefox 60, Firefox ESR 60\
5100 **CCK2 Equivalent:** `networkProxy*`\
5101 **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`
5105 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
5106 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
5107 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
5108 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
5109 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
5110 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
5111 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
5112 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
5113 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
5114 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
5115 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
5116 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
5118 #### Windows (Intune)
5120 These setttings were moved to a category to make them easier to configure via Intune.
5124 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Locked
5128 <enabled/> or <disabled/>
5132 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_ConnectionType
5137 <data id="Proxy_ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5141 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_HTTPProxy
5146 <data id="Proxy_HTTPProxy" value="httpproxy.example.com"/>
5150 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseHTTPProxyForAllProtocols
5154 <enabled/> or <disabled/>
5158 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SSLProxy
5163 <data id="Proxy_SSLProxy" value="sslproxy.example.com"/>
5167 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SOCKSProxy
5172 <data id="Proxy_SOCKSProxy" value="socksproxy.example.com"/>
5173 <data id="Proxy_SOCKSVersion" value="4 | 5"/>
5177 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoConfigURL
5182 <data id="Proxy_AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5186 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Passthrough
5191 <data id="Proxy_Passthrough" value="<local>"/>
5195 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoLogin
5199 <enabled/> or <disabled/>
5203 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseProxyForDNS
5207 <enabled/> or <disabled/>
5211 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
5216 <data id="ProxyLocked" value="true | false"/>
5217 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5218 <data id="HTTPProxy" value="httpproxy.example.com"/>
5219 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
5220 <data id="SSLProxy" value="sslproxy.example.com"/>
5221 <data id="FTPProxy" value="ftpproxy.example.com"/>
5222 <data id="SOCKSProxy" value="socksproxy.example.com"/>
5223 <data id="SOCKSVersion" value="4 | 5"/>
5224 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5225 <data id="Passthrough" value="<local>"/>
5226 <data id="AutoLogin" value="true | false"/>
5227 <data id="UseProxyForDNS" value="true | false"/>
5235 <string>none | system | manual | autoDetect | autoConfig</string>
5238 <key>HTTPProxy</key>
5239 <string>https://httpproxy.example.com</string>
5240 <key>UseHTTPProxyForAllProtocols</key>
5243 <string>https://sslproxy.example.com</string>
5245 <string>https://ftpproxy.example.com</string>
5246 <key>SOCKSProxy</key>
5247 <string>https://socksproxy.example.com</string>
5248 <key>SOCKSVersion</key>
5249 <string>4 | 5</string>
5250 <key>Passthrough</key>
5251 <string><local>></string>
5252 <key>AutoConfigURL</key>
5253 <string>URL_TO_AUTOCONFIG</string>
5254 <key>AutoLogin</key>
5256 <key>UseProxyForDNS</key>
5266 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
5267 "Locked": true | false,
5268 "HTTPProxy": "hostname",
5269 "UseHTTPProxyForAllProtocols": true | false,
5270 "SSLProxy": "hostname",
5271 "FTPProxy": "hostname",
5272 "SOCKSProxy": "hostname",
5273 "SOCKSVersion": 4 | 5,
5274 "Passthrough": "<local>",
5275 "AutoConfigURL": "URL_TO_AUTOCONFIG",
5276 "AutoLogin": true | false,
5277 "UseProxyForDNS": true | false
5282 ### RequestedLocales
5283 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
5285 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
5287 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
5288 **CCK2 Equivalent:** N/A\
5289 **Preferences Affected:** N/A
5292 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
5293 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
5297 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
5299 #### Windows (Intune)
5302 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
5307 <data id="Preferences_String" value="de,en-US"/>
5312 <key>RequestedLocales</key>
5315 <string>en-US</string>
5322 <key>RequestedLocales</key>
5323 <string>de,en-US</string>
5331 "RequestedLocales": ["de", "en-US"]
5339 "RequestedLocales": "de,en-US"
5343 <a name="SanitizeOnShutdown"></a>
5345 ### SanitizeOnShutdown (Selective)
5346 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
5348 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.
5350 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
5351 **CCK2 Equivalent:** N/A\
5352 **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`
5355 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
5356 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
5357 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
5358 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
5359 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
5360 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
5361 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
5362 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
5363 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
5365 #### Windows (Intune)
5368 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
5372 <enabled/> or <disabled/>
5376 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
5380 <enabled/> or <disabled/>
5384 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
5388 <enabled/> or <disabled/>
5392 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
5396 <enabled/> or <disabled/>
5400 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
5404 <enabled/> or <disabled/>
5408 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
5412 <enabled/> or <disabled/>
5416 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
5420 <enabled/> or <disabled/>
5424 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
5428 <enabled/> or <disabled/>
5432 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
5436 <enabled/> or <disabled/>
5441 <key>SanitizeOnShutdown</key>
5447 <key>Downloads</key>
5455 <key>SiteSettings</key>
5457 <key>OfflineApps</key>
5468 "SanitizeOnShutdown": {
5469 "Cache": true | false,
5470 "Cookies": true | false,
5471 "Downloads": true | false,
5472 "FormData": true | false,
5473 "History": true | false,
5474 "Sessions": true | false,
5475 "SiteSettings": true | false,
5476 "OfflineApps": true | false,
5477 "Locked": true | false
5482 ### SanitizeOnShutdown (All)
5483 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
5485 **Compatibility:** Firefox 60, Firefox ESR 60\
5486 **CCK2 Equivalent:** N/A\
5487 **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`
5490 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
5492 #### Windows (Intune)
5495 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
5499 <enabled/> or <disabled/>
5504 <key>SanitizeOnShutdown</key>
5512 "SanitizeOnShutdown": true | false
5517 Set whether or not search bar is displayed.
5519 **Compatibility:** Firefox 60, Firefox ESR 60\
5520 **CCK2 Equivalent:** `showSearchBar`\
5521 **Preferences Affected:** N/A
5525 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
5528 #### Windows (Intune)
5531 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
5536 <data id="SearchBar" value="unified | separate"/>
5541 <key>SearchBar</key>
5542 <string>unified | separate</string>
5549 "SearchBar": "unified" | "separate"
5553 <a name="SearchEngines"></a>
5555 ### SearchEngines (This policy is only available on the ESR.)
5557 ### SearchEngines | Add
5559 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.
5561 This policy is only available on the ESR. `Name` and `URLTemplate` are required.
5563 `Name` is the name of the search engine.
5565 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
5567 `Method` is either GET or POST
5569 `IconURL` is a URL for the icon to use.
5571 `Alias` is a keyword to use for the engine.
5573 `Description` is a description of the search engine.
5575 `PostData` is the POST data as name value pairs separated by &.
5577 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
5579 `Encoding` is the query charset for the engine. It defaults to UTF-8.
5581 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
5582 **CCK2 Equivalent:** `searchplugins`\
5583 **Preferences Affected:** N/A
5587 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
5588 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
5589 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
5590 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
5591 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
5592 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
5593 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
5594 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
5596 #### Windows (Intune)
5599 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
5604 <data id="SearchEngine_Name" value="Example1"/>
5605 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
5606 <data id="SearchEngine_Method" value="GET | POST"/>
5607 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
5608 <data id="SearchEngine_Alias" value="example"/>
5609 <data id="SearchEngine_Description" value="Example Description"/>
5610 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
5611 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
5616 <key>SearchEngines</key>
5622 <string>Example1</string>
5623 <key>URLTemplate</key>
5624 <string>https://www.example.org/q={searchTerms}</string>
5626 <string>GET | POST </string>
5628 <string>https://www.example.org/favicon.ico</string>
5630 <string>example</string>
5631 <key>Description</key>
5632 <string>Example Description</string>
5633 <key>SuggestURLTemplate</key>
5634 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5636 <string>name=value&q={searchTerms}</string>
5650 "URLTemplate": "https://www.example.org/q={searchTerms}",
5651 "Method": "GET" | "POST",
5652 "IconURL": "https://www.example.org/favicon.ico",
5654 "Description": "Description",
5655 "PostData": "name=value&q={searchTerms}",
5656 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5663 ### SearchEngines | Default
5665 Set the default search engine. This policy is only available on the ESR.
5667 **Compatibility:** Firefox ESR 60\
5668 **CCK2 Equivalent:** `defaultSearchEngine`\
5669 **Preferences Affected:** N/A
5673 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
5675 #### Windows (Intune)
5678 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
5683 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
5688 <key>SearchEngines</key>
5691 <string>NAME_OF_SEARCH_ENGINE</string>
5700 "Default": "NAME_OF_SEARCH_ENGINE"
5705 ### SearchEngines | PreventInstalls
5707 Prevent installing search engines from webpages.
5709 **Compatibility:** Firefox ESR 60\
5710 **CCK2 Equivalent:** `disableSearchEngineInstall`\
5711 **Preferences Affected:** N/A
5715 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
5717 #### Windows (Intune)
5720 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
5724 <enabled/> or <disabled/>
5729 <key>SearchEngines</key>
5731 <key>PreventInstalls</key>
5741 "PreventInstalls": true | false
5746 ### SearchEngines | Remove
5748 Hide built-in search engines. This policy is only available on the ESR.
5750 **Compatibility:** Firefox ESR 60.2\
5751 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
5752 **Preferences Affected:** N/A
5756 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
5758 #### Windows (Intune)
5761 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
5766 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
5771 <key>SearchEngines</key>
5775 <string>NAME_OF_SEARCH_ENGINE</string>
5785 "Remove": ["NAME_OF_SEARCH_ENGINE"]
5790 ### SearchSuggestEnabled
5792 Enable search suggestions.
5794 **Compatibility:** Firefox 68, Firefox ESR 68\
5795 **CCK2 Equivalent:** N/A\
5796 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
5800 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5802 #### Windows (Intune)
5805 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5809 <enabled/> or <disabled/>
5814 <key>SearchSuggestEnabled</key>
5822 "SearchSuggestEnabled": true | false
5828 Add or delete PKCS #11 modules.
5830 **Compatibility:** Firefox 114, Firefox ESR 112.12\
5831 **CCK2 Equivalent:** N/A\
5832 **Preferences Affected:** N/A
5836 Software\Policies\Mozilla\Firefox\SecurityDevices\Add\NAME_OF_DEVICE_TO_ADD = PATH_TO_LIBRARY_FOR_DEVICE
5837 Software\Policies\Mozilla\Firefox\SecurityDevices\Remove\1 = NAME_OF_DEVICE_TO_REMOVE
5839 #### Windows (Intune)
5842 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Add
5847 <data id="SecurityDevices" value="NAME_OF_DEVICE_TO_ADDPATH_TO_LIBRARY_FOR_DEVICE"/>
5851 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Delete
5856 <data id="SecurityDevices" value="1NAME_OF_DEVICE_TO_REMOVE"/>
5861 <key>SecurityDevices</key>
5865 <key>NAME_OF_DEVICE_TO_ADD</key>
5866 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5870 <string>NAME_OF_DEVICE_TO_DELETE</string>
5879 "SecurityDevices": {
5881 "NAME_OF_DEVICE_TO_ADD": "PATH_TO_LIBRARY_FOR_DEVICE"
5883 "Delete": ["NAME_OF_DEVICE_TO_DELETE"]
5888 ### SecurityDevices (Deprecated)
5890 Install PKCS #11 modules.
5892 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5893 **CCK2 Equivalent:** `certs.devices`\
5894 **Preferences Affected:** N/A
5898 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5900 #### Windows (Intune)
5903 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5908 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5913 <key>SecurityDevices</key>
5915 <key>NAME_OF_DEVICE</key>
5916 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5924 "SecurityDevices": {
5925 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5931 Show the home button on the toolbar.
5933 Future versions of Firefox will not show the home button by default.
5935 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5936 **CCK2 Equivalent:** N/A\
5937 **Preferences Affected:** N/A
5941 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5943 #### Windows (Intune)
5946 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/Homepage_ShowHomeButton
5950 <enabled/> or <disabled/>
5955 <key>ShowHomeButton</key>
5963 "ShowHomeButton": true | false
5969 Set and lock the maximum version of TLS.
5971 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5972 **CCK2 Equivalent:** N/A\
5973 **Preferences Affected:** `security.tls.version.max`
5977 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5979 #### Windows (Intune)
5982 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5987 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5992 <key>SSLVersionMax</key>
5993 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
6001 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6007 Set and lock the minimum version of TLS.
6009 **Compatibility:** Firefox 66, Firefox ESR 60.6\
6010 **CCK2 Equivalent:** N/A\
6011 **Preferences Affected:** `security.tls.version.min`
6015 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6017 #### Windows (Intune)
6020 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
6025 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
6030 <key>SSLVersionMin</key>
6031 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
6039 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6044 Add a menuitem to the help menu for specifying support information.
6046 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
6047 **CCK2 Equivalent:** helpMenu\
6048 **Preferences Affected:** N/A
6052 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
6053 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
6054 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
6056 #### Windows (Intune)
6059 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
6064 <data id="SupportMenuTitle" value="Support Menu"/>
6065 <data id="SupportMenuURL" value="http://example.com/support"/>
6066 <data id="SupportMenuAccessKey" value="S"/>
6071 <key>SupportMenu</key>
6074 <string>SupportMenu</string>
6076 <string>http://example.com/support</string>
6077 <key>AccessKey</key>
6087 "Title": "Support Menu",
6088 "URL": "http://example.com/support",
6094 ### StartDownloadsInTempDirectory
6095 Force downloads to start off in a local, temporary location rather than the default download directory.
6097 **Compatibility:** Firefox 102\
6098 **CCK2 Equivalent:** N/A\
6099 **Preferences Affected:** `browser.download.start_downloads_in_tmp_dir`
6103 Software\Policies\Mozilla\Firefox\StartDownloadsInTempDirectory = 0x1 | 0x0
6105 #### Windows (Intune)
6108 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/StartDownloadsInTempDirectory
6112 <enabled/> or <disabled/>
6117 <key>StartDownloadsInTempDirectory</key>
6125 "StartDownloadsInTempDirectory": true | false
6130 Prevent Firefox from messaging the user in certain situations.
6132 `WhatsNew` Remove the "What's New" icon and menuitem.
6134 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
6136 `FeatureRecommendations` If false, don't recommend browser features.
6138 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
6140 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
6142 `MoreFromMozilla` If false, don't show the "More from Mozilla" section in Preferences. (Firefox 98)
6144 **Compatibility:** Firefox 75, Firefox ESR 68.7\
6145 **CCK2 Equivalent:** N/A\
6146 **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`
6150 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
6151 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
6152 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
6153 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
6154 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
6155 Software\Policies\Mozilla\Firefox\UserMessaging\MoreFromMozilla = 0x1 | 0x0
6157 #### Windows (Intune)
6160 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_WhatsNew
6161 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
6162 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
6163 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
6164 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
6165 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_MoreFromMozilla
6169 <enabled/> or <disabled/>
6174 <key>UserMessaging</key>
6178 <key>ExtensionRecommendations</key>
6180 <key>FeatureRecommendations</key>
6182 <key>UrlbarInterventions</key>
6184 <key>SkipOnboarding</key>
6186 <key>MoreFromMozilla</key>
6196 "WhatsNew": true | false,
6197 "ExtensionRecommendations": true | false,
6198 "FeatureRecommendations": true | false,
6199 "UrlbarInterventions": true | false,
6200 "SkipOnboarding": true | false,
6201 "MoreFromMozilla": true | false
6206 ### UseSystemPrintDialog
6207 Use the system print dialog instead of the print preview window.
6209 **Compatibility:** Firefox 102\
6210 **CCK2 Equivalent:** N/A\
6211 **Preferences Affected:** `print.prefer_system_dialog`
6215 Software\Policies\Mozilla\Firefox\UseSystemPrintDialog = 0x1 | 0x0
6217 #### Windows (Intune)
6220 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UseSystemPrintDialog
6224 <enabled/> or <disabled/>
6229 <key>UseSystemPrintDialog</key>
6237 "UseSystemPrintDialog": true | false
6242 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.
6243 The arrays are limited to 1000 entries each.
6245 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
6247 For specific protocols, use `https://*/*` or `http://*/*`.
6249 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
6251 **Compatibility:** Firefox 60, Firefox ESR 60\
6252 **CCK2 Equivalent:** N/A\
6253 **Preferences Affected:** N/A
6257 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
6258 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
6260 #### Windows (Intune)
6263 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
6267 <enabled/> <data id="WebsiteFilter" value="1<all_urls>"/>
6271 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
6276 <data id="WebsiteFilter" value="1http://example.org/*"/>
6281 <key>WebsiteFilter</key>
6285 <string><all_urls></string>
6287 <key>Exceptions</key>
6289 <string>http://example.org/*</string>
6300 "Block": ["<all_urls>"],
6301 "Exceptions": ["http://example.org/*"]
6307 Allow Windows single sign-on for Microsoft, work, and school accounts.
6309 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
6311 **Compatibility:** Firefox 91\
6312 **CCK2 Equivalent:** N/A\
6313 **Preferences Affected:** `network.http.windows-sso.enabled`
6317 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
6319 #### Windows (Intune)
6322 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
6326 <enabled/> or <disabled/>
6332 "WindowsSSO": true | false