1 **These policies are in active development and so might contain changes that do not work with current versions of Firefox.**
3 **You should use the [officially released versions](https://github.com/mozilla/policy-templates/releases) if you are deploying changes.**
5 Policies can be specified using the [Group Policy templates on Windows](https://github.com/mozilla/policy-templates/tree/master/windows), [Intune on Windows](https://support.mozilla.org/kb/managing-firefox-intune), [configuration profiles on macOS](https://github.com/mozilla/policy-templates/tree/master/mac), or by creating a file called `policies.json`. On Windows, create a directory called `distribution` where the EXE is located and place the file there. On Mac, the file goes into `Firefox.app/Contents/Resources/distribution`. On Linux, the file goes into `firefox/distribution`, where `firefox` is the installation directory for firefox, which varies by distribution or you can specify system-wide policy by placing the file in `/etc/firefox/policies`.
7 | Policy Name | Description
9 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
10 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
11 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
12 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
13 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
14 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
15 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
16 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
17 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
18 | **[`Certificates`](#certificates)** |
19 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
20 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
21 | **[`Cookies`](#cookies)** | Configure cookie preferences.
22 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
23 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
24 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
25 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
26 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
27 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
28 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
29 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
30 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
31 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
32 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
33 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
34 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
35 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
36 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
37 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
38 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
39 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
40 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
41 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
42 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update.
43 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
44 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
45 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
46 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
47 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
48 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
49 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
50 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
51 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
52 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
53 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
54 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
55 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
56 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
57 | **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
58 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
59 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
60 | **[`Handlers`](#handlers)** | Configure default application handlers.
61 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
62 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
63 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
64 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
65 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
66 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
67 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
68 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
69 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
70 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
71 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
72 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
73 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
74 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
75 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
76 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
77 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
78 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
79 | **[`Preferences`](#preferences)** | Set and lock preferences.
80 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
81 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
82 | **[`Proxy`](#proxy)** | Configure proxy settings.
83 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
84 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
85 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
86 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
87 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
88 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
89 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
90 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
91 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
92 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
93 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
94 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
95 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
96 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
97 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
98 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
102 Enable or disable **automatic** application update.
104 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
106 If set to false, application updates are downloaded but the user can choose when to install the update.
108 If you have disabled updates via DisableAppUpdate, this policy has no effect.
110 **Compatibility:** Firefox 75, Firefox ESR 68.7\
111 **CCK2 Equivalent:** N/A\
112 **Preferences Affected:** app.update.auto
116 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
118 #### Windows (Intune)
121 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
125 <enabled/> or <disabled/>
130 <key>AppAutoUpdate</key>
138 "AppAutoUpdate": true | false
144 Change the URL for application update if you are providing Firefox updates from a custom update server.
146 **Compatibility:** Firefox 62, Firefox ESR 60.2\
147 **CCK2 Equivalent:** N/A\
148 **Preferences Affected:** `app.update.url`
152 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
154 #### Windows (Intune)
157 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
162 <data id="AppUpdateURL" value="https://yoursite.com"/>
167 <key>AppUpdateURL</key>
168 <string>https://yoursite.com</string>
175 "AppUpdateURL": "https://yoursite.com"
181 Configure sites that support integrated authentication.
183 See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information.
185 `PrivateBrowsing` enables integrated authentication in private browsing.
187 **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)\
188 **CCK2 Equivalent:** N/A\
189 **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`
193 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
194 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
195 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
196 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
197 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
198 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
199 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
200 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
201 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
202 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
203 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
204 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
206 #### Windows (Intune)
209 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
214 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
218 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
223 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
227 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
232 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
236 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
241 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
242 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
246 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
250 <enabled/> or <disabled/>
254 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
258 <enabled/> or <disabled/>
263 <key>Authentication</key>
267 <string>mydomain.com</string>
268 <string>https://myotherdomain.com</string>
272 <string>mydomain.com</string>
273 <string>https://myotherdomain.com</string>
277 <string>mydomain.com</string>
278 <string>https://myotherdomain.com</string>
280 <key>AllowNonFQDN</key>
287 <key>AllowProxies</key>
296 <key>PrivateBrowsing</key>
306 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
307 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
308 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
310 "SPNEGO": true | false,
314 "SPNEGO": true | false,
317 "Locked": true | false,
318 "PrivateBrowsing": true | false
325 Block access to the Add-ons Manager (about:addons).
327 **Compatibility:** Firefox 60, Firefox ESR 60\
328 **CCK2 Equivalent:** `disableAddonsManager`\
329 **Preferences Affected:** N/A
333 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
335 #### Windows (Intune)
338 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
342 <enabled/> or <disabled/>
347 <key>BlockAboutAddons</key>
355 "BlockAboutAddons": true | false
361 Block access to about:config.
363 **Compatibility:** Firefox 60, Firefox ESR 60\
364 **CCK2 Equivalent:** `disableAboutConfig`\
365 **Preferences Affected:** N/A
369 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
371 #### Windows (Intune)
374 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
378 <enabled/> or <disabled/>
383 <key>BlockAboutConfig</key>
391 "BlockAboutConfig": true | false
395 ### BlockAboutProfiles
397 Block access to About Profiles (about:profiles).
399 **Compatibility:** Firefox 60, Firefox ESR 60\
400 **CCK2 Equivalent:** `disableAboutProfiles`\
401 **Preferences Affected:** N/A
405 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
407 #### Windows (Intune)
410 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
414 <enabled/> or <disabled/>
419 <key>BlockAboutProfiles</key>
427 "BlockAboutProfiles": true | false
431 ### BlockAboutSupport
433 Block access to Troubleshooting Information (about:support).
435 **Compatibility:** Firefox 60, Firefox ESR 60\
436 **CCK2 Equivalent:** `disableAboutSupport`\
437 **Preferences Affected:** N/A
441 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
443 #### Windows (Intune)
446 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
450 <enabled/> or <disabled/>
455 <key>BlockAboutSupport</key>
463 "BlockAboutSupport": true | false
469 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
471 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.
473 **Compatibility:** Firefox 60, Firefox ESR 60\
474 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
475 **Preferences Affected:** N/A
479 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
480 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
481 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
482 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
483 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
485 #### Windows (Intune)
488 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
493 <data id="BookmarkTitle" value="Example"/>
494 <data id="BookmarkURL" value="https://example.com"/>
495 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
496 <data id="BookmarkPlacement" value="toolbar | menu"/>
497 <data id="BookmarkFolder" value="FolderName"/>
506 <string>Example</string>
508 <string>https://example.com</string>
510 <string>https://example.com/favicon.ico</string>
512 <string>toolbar | menu</string>
514 <string>FolderName</string>
526 "URL": "https://example.com",
527 "Favicon": "https://example.com/favicon.ico",
528 "Placement": "toolbar" | "menu",
529 "Folder": "FolderName"
536 Enable or disable the detection of captive portals.
538 **Compatibility:** Firefox 67, Firefox ESR 60.7\
539 **CCK2 Equivalent:** N/A\
540 **Preferences Affected:** `network.captive-portal-service.enabled`
544 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
546 #### Windows (Intune)
549 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
553 <enabled/> or <disabled/>
558 <key>CaptivePortal</key>
566 "CaptivePortal": true | false
572 ### Certificates | ImportEnterpriseRoots
574 Trust certificates that have been added to the operating system certificate store by a user or administrator.
576 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
578 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
580 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
581 **CCK2 Equivalent:** N/A\
582 **Preferences Affected:** `security.enterprise_roots.enabled`
586 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
588 #### Windows (Intune)
591 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
595 <enabled/> or <disabled/>
600 <key>Certificates</key>
602 <key>ImportEnterpriseRoots</key>
612 "ImportEnterpriseRoots": true | false
617 ### Certificates | Install
619 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
622 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
623 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
625 - /Library/Application Support/Mozilla/Certificates
626 - ~/Library/Application Support/Mozilla/Certificates
628 - /usr/lib/mozilla/certificates
629 - /usr/lib64/mozilla/certificates
630 - ~/.mozilla/certificates
632 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.
634 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.
636 Certificates are installed using the trust string `CT,CT,`.
638 Binary (DER) and ASCII (PEM) certificates are both supported.
640 **Compatibility:** Firefox 64, Firefox ESR 64\
641 **CCK2 Equivalent:** `certs.ca`\
642 **Preferences Affected:** N/A
646 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
647 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
649 #### Windows (Intune)
652 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
657 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
662 <key>Certificates</key>
666 <string>cert1.der</string>
667 <string>/Users/username/cert2.pem</string>
677 "Install": ["cert1.der", "/home/username/cert2.pem"]
683 Configure cookie preferences.
685 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
687 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
689 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
691 `Default` determines whether cookies are accepted at all.
693 `AcceptThirdParty` determines how third-party cookies are handled.
695 `ExpireAtSessionEnd` determines when cookies expire.
697 `RejectTracker` only rejects cookies for trackers.
699 `Locked` prevents the user from changing cookie preferences.
701 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker added in Firefox 63, AllowSession added in Firefox 79/78.1)\
702 **CCK2 Equivalent:** N/A\
703 **Preferences Affected:** `network.cookie.cookieBehavior`,`network.cookie.lifetimePolicy`
707 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
708 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
709 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
710 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
711 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
712 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
713 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
714 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
716 #### Windows (Intune)
719 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
724 <data id="Cookies_Allow" value="1https://example.com"/>
728 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
733 <data id="Cookies_Allow" value="1https://example.edu"/>
737 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
742 <data id="Cookies_Block" value="1https://example.org"/>
746 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
750 <enabled/> or <disabled/>
754 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
759 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
763 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
767 <enabled/> or <disabled/>
771 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
775 <enabled/> or <disabled/>
779 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
783 <enabled/> or <disabled/>
792 <string>http://example.com</string>
794 <key>AllowSession</key>
796 <string>http://example.edu</string>
800 <string>http://example.org</string>
804 <key>AcceptThirdParty</key>
805 <string>always | never | from-visited</string>
806 <key>ExpireAtSessionEnd</key>
808 <key>RejectTracker</key>
820 "Allow": ["http://example.org/"],
821 "AllowSession": ["http://example.edu/"],
822 "Block": ["http://example.edu/"],
823 "Default": true | false,
824 "AcceptThirdParty": "always" | "never" | "from-visited",
825 "ExpireAtSessionEnd": true | false,
826 "RejectTracker": true | false,
827 "Locked": true | false
832 ### DisableSetDesktopBackground
833 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
835 **Compatibility:** Firefox 60, Firefox ESR 60\
836 **CCK2 Equivalent:** `removeSetDesktopBackground`\
837 **Preferences Affected:** N/A
841 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
843 #### Windows (Intune)
846 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
850 <enabled/> or <disabled/>
855 <key>DisableSetDesktopBackground</key>
863 "DisableSetDesktopBackground": true | false
867 ### DisableMasterPasswordCreation
868 Remove the master password functionality.
870 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
872 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
874 **Compatibility:** Firefox 60, Firefox ESR 60\
875 **CCK2 Equivalent:** `noMasterPassword`\
876 **Preferences Affected:** N/A
880 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
882 #### Windows (Intune)
885 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
889 <enabled/> or <disabled/>
894 <key>DisableMasterPasswordCreation</key>
902 "DisableMasterPasswordCreation": true | false
907 Turn off application updates within Firefox.
909 **Compatibility:** Firefox 60, Firefox ESR 60\
910 **CCK2 Equivalent:** `disableFirefoxUpdates`\
911 **Preferences Affected:** N/A
915 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
917 #### Windows (Intune)
920 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
924 <enabled/> or <disabled/>
929 <key>DisableAppUpdate</key>
937 "DisableAppUpdate": true | false
941 ### DisableBuiltinPDFViewer
942 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
944 **Compatibility:** Firefox 60, Firefox ESR 60\
945 **CCK2 Equivalent:** `disablePDFjs`\
946 **Preferences Affected:** `pdfjs.disabled`
950 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
952 #### Windows (Intune)
955 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
959 <enabled/> or <disabled/>
964 <key>DisableBuiltinPDFViewer</key>
972 "DisableBuiltinPDFViewer": true | false
977 Disable specific cryptographic ciphers.
982 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.
985 **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)\
986 **CCK2 Equivalent:** N/A\
987 **Preferences Affected:** N/A
991 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
992 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
993 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
994 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
995 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
996 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
997 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
998 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
999 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
1000 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1001 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
1003 #### Windows (Intune)
1006 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1007 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1008 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1009 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1010 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1011 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
1013 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
1014 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
1015 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
1016 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
1020 <enabled/> or <disabled/>
1025 <key>DisabledCiphers</key>
1027 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1029 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1031 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1033 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1035 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1037 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1039 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1041 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1043 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1045 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1047 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1056 "DisabledCiphers": {
1057 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1058 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1059 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1060 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1061 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1062 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1063 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1064 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1065 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false,
1066 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false,
1067 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1072 ### DisableDefaultBrowserAgent
1073 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1075 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).
1077 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1078 **CCK2 Equivalent:** N/A\
1079 **Preferences Affected:** N/A
1083 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1085 #### Windows (Intune)
1088 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1092 <enabled/> or <disabled/>
1098 "DisableDefaultBrowserAgent": true | false
1102 ### DisableDeveloperTools
1103 Remove access to all developer tools.
1105 **Compatibility:** Firefox 60, Firefox ESR 60\
1106 **CCK2 Equivalent:** `removeDeveloperTools`\
1107 **Preferences Affected:** `devtools.policy.disabled`
1111 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1113 #### Windows (Intune)
1116 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1120 <enabled/> or <disabled/>
1125 <key>DisableDeveloperTools</key>
1133 "DisableDeveloperTools": true | false
1137 ### DisableFeedbackCommands
1138 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1140 **Compatibility:** Firefox 60, Firefox ESR 60\
1141 **CCK2 Equivalent:** N/A\
1142 **Preferences Affected:** N/A
1146 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1148 #### Windows (Intune)
1151 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1155 <enabled/> or <disabled/>
1160 <key>DisableFeedbackCommands</key>
1168 "DisableFeedbackCommands": true | false
1172 ### DisableFirefoxScreenshots
1173 Remove access to Firefox Screenshots.
1175 **Compatibility:** Firefox 60, Firefox ESR 60\
1176 **CCK2 Equivalent:** N/A\
1177 **Preferences Affected:** `extensions.screenshots.disabled`
1181 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1183 #### Windows (Intune)
1186 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1190 <enabled/> or <disabled/>
1195 <key>DisableFirefoxScreenshots</key>
1203 "DisableFirefoxScreenshots": true | false
1207 ### DisableFirefoxAccounts
1208 Disable Firefox Accounts integration (Sync).
1210 **Compatibility:** Firefox 60, Firefox ESR 60\
1211 **CCK2 Equivalent:** `disableSync`\
1212 **Preferences Affected:** `identity.fxaccounts.enabled`
1216 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1218 #### Windows (Intune)
1221 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1225 <enabled/> or <disabled/>
1230 <key>DisableFirefoxAccounts</key>
1238 "DisableFirefoxAccounts": true | false
1242 ### DisableFirefoxStudies
1243 Disable Firefox studies (Shield).
1245 **Compatibility:** Firefox 60, Firefox ESR 60\
1246 **CCK2 Equivalent:** N/A\
1247 **Preferences Affected:** N/A
1251 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1253 #### Windows (Intune)
1256 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1260 <enabled/> or <disabled/>
1265 <key>DisableFirefoxStudies</key>
1273 "DisableFirefoxStudies": true | false
1277 ### DisableForgetButton
1278 Disable the "Forget" button.
1280 **Compatibility:** Firefox 60, Firefox ESR 60\
1281 **CCK2 Equivalent:** `disableForget`\
1282 **Preferences Affected:** N/A
1286 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1288 #### Windows (Intune)
1291 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1295 <enabled/> or <disabled/>
1300 <key>DisableForgetButton</key>
1308 "DisableForgetButton": true | false
1312 ### DisableFormHistory
1313 Turn off saving information on web forms and the search bar.
1315 **Compatibility:** Firefox 60, Firefox ESR 60\
1316 **CCK2 Equivalent:** `disableFormFill`\
1317 **Preferences Affected:** ` browser.formfill.enable`
1321 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1323 #### Windows (Intune)
1326 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1330 <enabled/> or <disabled/>
1335 <key>DisableFormHistory</key>
1343 "DisableFormHistory": true | false
1347 ### DisablePasswordReveal
1348 Do not allow passwords to be shown in saved logins
1350 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1351 **CCK2 Equivalent:** N/A
1352 **Preferences Affected:** N/A
1356 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1358 #### Windows (Intune)
1361 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1365 <enabled/> or <disabled/>
1370 <key>DisablePasswordReveal</key>
1378 "DisablePasswordReveal": true | false
1383 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1385 **Compatibility:** Firefox 60, Firefox ESR 60\
1386 **CCK2 Equivalent:** `disablePocket`\
1387 **Preferences Affected:** `extensions.pocket.enabled`
1391 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1393 #### Windows (Intune)
1396 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1400 <enabled/> or <disabled/>
1405 <key>DisablePocket</key>
1413 "DisablePocket": true | false
1417 ### DisablePrivateBrowsing
1418 Remove access to private browsing.
1420 **Compatibility:** Firefox 60, Firefox ESR 60\
1421 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1422 **Preferences Affected:** N/A
1426 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1428 #### Windows (Intune)
1431 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1435 <enabled/> or <disabled/>
1440 <key>DisablePrivateBrowsing</key>
1448 "DisablePrivateBrowsing": true | false
1452 ### DisableProfileImport
1453 Disables the "Import data from another browser" option in the bookmarks window.
1455 **Compatibility:** Firefox 60, Firefox ESR 60\
1456 **CCK2 Equivalent:** N/A\
1457 **Preferences Affected:** N/A
1461 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1463 #### Windows (Intune)
1466 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1470 <enabled/> or <disabled/>
1475 <key>DisableProfileImport</key>
1483 "DisableProfileImport": true | false
1487 ### DisableProfileRefresh
1488 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.
1490 **Compatibility:** Firefox 60, Firefox ESR 60\
1491 **CCK2 Equivalent:** `disableResetFirefox`\
1492 **Preferences Affected:** `browser.disableResetPrompt`
1496 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1498 #### Windows (Intune)
1501 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1505 <enabled/> or <disabled/>
1510 <key>DisableProfileRefresh</key>
1518 "DisableProfileRefresh": true | false
1523 Disable safe mode within the browser.
1525 On Windows, this disables safe mode via the command line as well.
1527 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1528 **CCK2 Equivalent:** `disableSafeMode`\
1529 **Preferences Affected:** N/A
1533 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1535 #### Windows (Intune)
1538 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1542 <enabled/> or <disabled/>
1547 <key>DisableSafeMode</key>
1555 "DisableSafeMode": true | false
1559 ### DisableSecurityBypass
1560 Prevent the user from bypassing security in certain cases.
1562 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1564 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1566 **Compatibility:** Firefox 60, Firefox ESR 60\
1567 **CCK2 Equivalent:** N/A\
1568 **Preferences Affected:** `security.certerror.hideAddException`,`browser.safebrowsing.allowOverride`
1572 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1573 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1575 #### Windows (Intune)
1578 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1582 <enabled/> or <disabled/>
1586 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1590 <enabled/> or <disabled/>
1596 <key>DisableSecurityBypass</key>
1598 <key>InvalidCertificate</key>
1600 <key>SafeBrowsing</key>
1609 "DisableSecurityBypass": {
1610 "InvalidCertificate": true | false,
1611 "SafeBrowsing": true | false
1616 ### DisableSystemAddonUpdate
1617 Prevent system add-ons from being installed or update.
1619 **Compatibility:** Firefox 60, Firefox ESR 60\
1620 **CCK2 Equivalent:** N/A\
1621 **Preferences Affected:** N/A
1625 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1627 #### Windows (Intune)
1630 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1634 <enabled/> or <disabled/>
1639 <key>DisableSystemAddonUpdate</key>
1647 "DisableSystemAddonUpdate": true | false
1651 ### DisableTelemetry
1652 Prevent the upload of telemetry data.
1654 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
1656 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1658 **Compatibility:** Firefox 60, Firefox ESR 60\
1659 **CCK2 Equivalent:** `disableTelemetry`\
1660 **Preferences Affected:** `datareporting.healthreport.uploadEnabled,datareporting.policy.dataSubmissionEnabled,toolkit.telemetry.archive.enabled`
1664 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1666 #### Windows (Intune)
1669 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1673 <enabled/> or <disabled/>
1678 <key>DisableTelemetry</key>
1686 "DisableTelemetry": true | false
1690 ### DisplayBookmarksToolbar
1691 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1693 **Compatibility:** Firefox 60, Firefox ESR 60\
1694 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1695 **Preferences Affected:** N/A
1699 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1701 #### Windows (Intune)
1704 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1708 <enabled/> or <disabled/>
1713 <key>DisplayBookmarksToolbar</key>
1721 "DisplayBookmarksToolbar": true | false
1725 ### DisplayMenuBar (Deprecated)
1726 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
1728 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
1729 **CCK2 Equivalent:** `displayMenuBar`\
1730 **Preferences Affected:** N/A
1734 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
1739 <key>DisplayMenuBar</key>
1747 "DisplayMenuBar": true | false
1752 Set the state of the menubar.
1754 `always` means the menubar is shown and cannot be hidden.
1756 `never` means the menubar is hidden and cannot be shown.
1758 `default-on` means the menubar is on by default but can be hidden.
1760 `default-off` means the menubar is off by default but can be shown.
1762 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
1763 **CCK2 Equivalent:** `displayMenuBar`\
1764 **Preferences Affected:** N/A
1768 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
1770 #### Windows (Intune)
1773 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
1778 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
1783 <key>DisplayMenuBar</key>
1784 <string>always | never | default-on | default-off</string>
1791 "DisplayMenuBar": "always", "never", "default-on", "default-off"
1796 Configure DNS over HTTPS.
1798 `Enabled` determines whether DNS over HTTPS is enabled
1800 `ProviderURL` is a URL to another provider.
1802 `Locked` prevents the user from changing DNS over HTTPS preferences.
1804 `ExcludedDomains` excludes domains from DNS over HTTPS.
1806 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
1807 **CCK2 Equivalent:** N/A\
1808 **Preferences Affected:** `network.trr.mode`,`network.trr.uri`
1812 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
1813 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
1814 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
1815 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
1817 #### Windows (Intune)
1820 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
1824 <enabled/> or <disabled/>
1828 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
1833 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
1837 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
1841 <enabled/> or <disabled/>
1845 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
1850 <data id="List" value="1example.com"/>
1855 <key>DNSOverHTTPS</key>
1859 <key>ProviderURL</key>
1860 <string>URL_TO_ALTERNATE_PROVIDER</string>
1863 <key>ExcludedDomains</key>
1865 <string>example.com</string>
1875 "Enabled": true | false,
1876 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
1877 "Locked": true | false,
1878 "ExcludedDomains": ["example.com"]
1883 ### DontCheckDefaultBrowser
1884 Don't check if Firefox is the default browser at startup.
1886 **Compatibility:** Firefox 60, Firefox ESR 60\
1887 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
1888 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
1892 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
1894 #### Windows (Intune)
1897 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
1901 <enabled/> or <disabled/>
1906 <key>DontCheckDefaultBrowser</key>
1914 "DontCheckDefaultBrowser": true | false
1918 ### DefaultDownloadDirectory
1919 Set the default download directory.
1921 You can use ${home} for the native home directory.
1923 **Compatibility:** Firefox 68, Firefox ESR 68\
1924 **CCK2 Equivalent:** N/A\
1925 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`
1929 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1931 #### Windows (Intune)
1934 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1939 <data id="Preferences_String" value="${home}\Downloads"/>
1944 <key>DefaultDownloadDirectory</key>
1945 <string>${home}/Downloads</string>
1948 #### policies.json (macOS and Linux)
1952 "DefaultDownloadDirectory": "${home}/Downloads"
1955 #### policies.json (Windows)
1959 "DefaultDownloadDirectory": "${home}\\Downloads"
1962 ### DownloadDirectory
1963 Set and lock the download directory.
1965 You can use ${home} for the native home directory.
1967 **Compatibility:** Firefox 68, Firefox ESR 68\
1968 **CCK2 Equivalent:** N/A\
1969 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`,`browser.download.useDownloadDir`
1973 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
1975 #### Windows (Intune)
1978 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
1983 <data id="Preferences_String" value="${home}\Downloads"/>
1988 <key>DownloadDirectory</key>
1989 <string>${home}/Downloads</string>
1992 #### policies.json (macOS and Linux)
1996 "DownloadDirectory": "${home}/Downloads"
1999 #### policies.json (Windows)
2003 "DownloadDirectory": "${home}\\Downloads"
2006 ### EnableTrackingProtection
2007 Configure tracking protection.
2009 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.
2011 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2013 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.
2015 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2017 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2019 `Exceptions` are origins for which tracking protection is not enabled.
2021 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2022 **CCK2 Equivalent:** N/A\
2023 **Preferences Affected:** `privacy.trackingprotection.enabled`,`privacy.trackingprotection.pbmode.enabled`,`privacy.trackingprotection.cryptomining.enabled`,`privacy.trackingprotection.fingerprinting.enabled`
2027 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2028 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2029 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2030 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2031 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2033 #### Windows (Intune)
2036 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2040 <enabled/> or <disabled/>
2044 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2048 <enabled/> or <disabled/>
2052 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2056 <enabled/> or <disabled/>
2060 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2064 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2068 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2072 <enabled/> or <disabled/>
2077 <key>EnableTrackingProtection</key>
2083 <key>Cryptomining</key>
2085 <key>Fingerprinting</key>
2087 <key>Exceptions</key>
2089 <string>https://example.com</string>
2098 "EnableTrackingProtection": {
2099 "Value": true | false,
2100 "Locked": true | false,
2101 "Cryptomining": true | false,
2102 "Fingerprinting": true | false,
2103 "Exceptions": ["https://example.com"]
2107 ### EncryptedMediaExtensions
2108 Enable or disable Encrypted Media Extensions and optionally lock it.
2110 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2112 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.
2114 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2115 **CCK2 Equivalent:** N/A\
2116 **Preferences Affected:** `media.eme.enabled`
2120 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2121 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2123 #### Windows (Intune)
2126 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2127 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2131 <enabled/>or <disabled/>
2136 <key>EncryptedMediaExtensions</key>
2149 "EncryptedMediaExtensions": {
2150 "Enabled": true | false,
2151 "Locked": true | false
2155 ### EnterprisePoliciesEnabled
2156 Enable policy support on macOS.
2158 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2159 **CCK2 Equivalent:** N/A\
2160 **Preferences Affected:** N/A
2165 <key>EnterprisePoliciesEnabled</key>
2170 Control the installation, uninstallation and locking of extensions.
2172 `Install` is a list of URLs or native paths for extensions to be installed.
2174 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2176 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2178 **Compatibility:** Firefox 60, Firefox ESR 60\
2179 **CCK2 Equivalent:** `addons`\
2180 **Preferences Affected:** N/A
2184 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2185 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2186 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2187 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2189 #### Windows (Intune)
2192 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2197 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2201 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2206 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2210 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2215 <data id="Extensions" value="1addon_id@mozilla.org"/>
2220 <key>Extensions</key>
2224 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2225 <string>//path/to/xpi</string>
2227 <key>Uninstall</key>
2229 <string>bad_addon_id@mozilla.org</string>
2233 <string>addon_id@mozilla.org</string>
2243 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2244 "Uninstall": ["bad_addon_id@mozilla.org"],
2245 "Locked": ["addon_id@mozilla.org"]
2250 ### ExtensionSettings
2251 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.
2253 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.
2255 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).
2257 The configuration for each extension is another dictionary that can contain the fields documented below.
2259 | Name | Description |
2261 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2262 | `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.
2263 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2264 | `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.
2265 | `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.
2266 | `install_url`| Maps to a URL indicating where Firefox can download a force_installed or normal_installed extension. 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. If installing from the local file system, use a file:/// URL. 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.
2267 | `install_sources` | A list of sources from which installing extensions is allowed. **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.
2268 | `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.
2269 | `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.
2270 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2272 **Compatibility:** Firefox 69, Firefox ESR 68.1\
2273 **CCK2 Equivalent:** N/A\
2274 **Preferences Affected:** N/A
2278 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2281 "blocked_install_message": "Custom error message.",
2282 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2283 "installation_mode": "blocked",
2284 "allowed_types": ["extension"]
2286 "uBlock0@raymondhill.net": {
2287 "installation_mode": "force_installed",
2288 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2290 "https-everywhere@eff.org": {
2291 "installation_mode": "allowed",
2295 #### Windows (Intune)
2298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2303 <data id="ExtensionSettings" value='
2306 "blocked_install_message": "Custom error message.",
2307 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2308 "installation_mode": "blocked",
2309 "allowed_types": ["extension"]
2311 "uBlock0@raymondhill.net": {
2312 "installation_mode": "force_installed",
2313 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2315 "https-everywhere@eff.org": {
2316 "installation_mode": "allowed",
2323 <key>ExtensionSettings</key>
2327 <key>blocked_install_message</key>
2328 <string>Custom error message.</string>
2329 <key>install_sources</key>
2331 <string>about:addons</string>
2332 <string>https://addons.mozilla.org/</string>
2334 <key>installation_mode</key>
2335 <string>blocked</string>
2336 <key>allowed_types</key>
2338 <string>extension</string>
2341 <key>uBlock0@raymondhill.net</key>
2343 <key>installation_mode</key>
2344 <string>force_installed</string>
2345 <key>install_url</key>
2346 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2348 <key>https-everywhere@eff.org</key>
2350 <key>installation_mode</key>
2351 <string>allowed</string>
2360 "ExtensionSettings": {
2362 "blocked_install_message": "Custom error message.",
2363 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2364 "installation_mode": "blocked",
2365 "allowed_types": ["extension"]
2367 "uBlock0@raymondhill.net": {
2368 "installation_mode": "force_installed",
2369 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2371 "https-everywhere@eff.org": {
2372 "installation_mode": "allowed"
2379 Control extension updates.
2381 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2382 **CCK2 Equivalent:** N/A\
2383 **Preferences Affected:** `extensions.update.enabled`
2387 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2389 #### Windows (Intune)
2392 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2396 <enabled/> or <disabled/>
2401 <key>ExtensionUpdate</key>
2409 "ExtensionUpdate": true | false
2414 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2416 `Allow` is a list of origins where Flash are allowed.
2418 `Block` is a list of origins where Flash is not allowed.
2420 `Default` determines whether or not Flash is allowed by default.
2422 `Locked` prevents the user from changing Flash preferences.
2424 **Compatibility:** Firefox 60, Firefox ESR 60\
2425 **CCK2 Equivalent:** `permissions.plugin`\
2426 **Preferences Affected:** `plugin.state.flash`
2430 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2431 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2432 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2433 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2435 #### Windows (Intune)
2438 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2443 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2447 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2451 <enabled/> or <disabled/>
2455 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2459 <enabled/> or <disabled/>
2464 <key>FlashPlugin</key>
2468 <string>http://example.org</string>
2472 <string>http://example.edu</string>
2486 "Allow": ["http://example.org/"],
2487 "Block": ["http://example.edu/"],
2488 "Default": true | false,
2489 "Locked": true | false
2498 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2500 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2502 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.
2504 | Name | Description |
2506 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2507 | `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.
2508 | `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.
2509 | `name` | The display name of the handler (might not be used).
2510 | `path`| The native path to the executable to be used.
2511 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2513 **Compatibility:** Firefox 78, Firefox ESR 78\
2514 **CCK2 Equivalent:** N/A\
2515 **Preferences Affected:** N/A
2519 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
2522 "application/msword": {
2523 "action": "useSystemDefault",
2529 "action": "useHelperApp",
2530 "ask": true | false,
2533 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2539 "action": "useHelperApp",
2540 "ask": true | false,
2542 "name": "Adobe Acrobat",
2543 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2549 #### Windows (Intune)
2552 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2557 <data id="Handlers" value='
2560 "application/msword": {
2561 "action": "useSystemDefault",
2567 "action": "useHelperApp",
2568 "ask": true | false,
2571 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2577 "action": "useHelperApp",
2578 "ask": true | false,
2580 "name": "Adobe Acrobat",
2581 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2593 <key>mimeTypes</key>
2595 <key>application/msword</key>
2598 <string>useSystemDefault</string>
2608 <string>useHelperApp</string>
2615 <string>Gmail</string>
2616 <key>uriTemplate</key>
2617 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2622 <key>extensions</key>
2627 <string>useHelperApp</string>
2634 <string>Adobe Acrobat</string>
2636 <string>/System/Applications/Preview.app</string>
2650 "application/msword": {
2651 "action": "useSystemDefault",
2657 "action": "useHelperApp",
2658 "ask": true | false,
2661 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2667 "action": "useHelperApp",
2668 "ask": true | false,
2670 "name": "Adobe Acrobat",
2671 "path": "/usr/bin/acroread"
2680 Customize the Firefox Home page.
2682 **Compatibility:** Firefox 68, Firefox ESR 68\
2683 **CCK2 Equivalent:** N/A\
2684 **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`
2688 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2689 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2690 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2691 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2692 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2693 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2695 #### Windows (Intune)
2698 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2703 <data id="FirefoxHome_Search" value="true | false"/>
2704 <data id="FirefoxHome_TopSites" value="true | false"/>
2705 <data id="FirefoxHome_Highlights" value="true | false"/>
2706 <data id="FirefoxHome_Pocket" value="true | false"/>
2707 <data id="FirefoxHome_Snippets" value="true | false"/>
2708 <data id="FirefoxHome_Locked" value="true | false"/>
2713 <key>FirefoxHome</key>
2719 <key>Highlights</key>
2735 "Search": true | false,
2736 "TopSites": true | false,
2737 "Highlights": true | false,
2738 "Pocket": true | false,
2739 "Snippets": true | false,
2740 "Locked": true | false
2745 ### HardwareAcceleration
2746 Control hardware acceleration.
2748 **Compatibility:** Firefox 60, Firefox ESR 60\
2749 **CCK2 Equivalent:** N/A\
2750 **Preferences Affected:** `layers.acceleration.disabled`
2754 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
2756 #### Windows (Intune)
2759 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
2763 <enabled/> or <disabled/>
2768 <key>HardwareAcceleration</key>
2776 "HardwareAcceleration": true | false
2781 Configure the default homepage and how Firefox starts.
2783 `URL` is the default homepage.
2785 `Locked` prevents the user from changing homepage preferences.
2787 `Additional` allows for more than one homepage.
2789 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
2791 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.
2793 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
2794 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
2795 **Preferences Affected:** `browser.startup.homepage`,`browser.startup.page`
2799 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
2800 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
2801 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
2802 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
2803 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
2805 #### Windows (Intune)
2808 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
2814 <data id="HomepageURL" value="https://example.com"/>
2815 <data id="HomepageLocked" value="true | false"/>
2819 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
2825 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
2829 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
2835 <data id="StartPage" value="none | homepage | previous-session"/>
2843 <string>http://example.com</string>
2846 <key>Additional</key>
2848 <string>http://example.org</string>
2849 <string>http://example.edu</string>
2851 <key>StartPage</key>
2852 <string>none | homepage | previous-session | homepage-locked</string>
2861 "URL": "http://example.com/",
2862 "Locked": true | false,
2863 "Additional": ["http://example.org/",
2864 "http://example.edu/"],
2865 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
2870 ### InstallAddonsPermission
2871 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.
2873 `Allow` is a list of origins where extension installs are allowed.
2875 `Default` determines whether or not extension installs are allowed by default.
2877 **Compatibility:** Firefox 60, Firefox ESR 60\
2878 **CCK2 Equivalent:** `permissions.install`\
2879 **Preferences Affected:** `xpinstall.enabled`
2883 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
2884 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
2885 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
2887 #### Windows (Intune)
2890 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
2895 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2899 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
2908 <key>InstallAddonsPermission</key>
2912 <string>http://example.org</string>
2913 <string>http://example.edu</string>
2924 "InstallAddonsPermission": {
2925 "Allow": ["http://example.org/",
2926 "http://example.edu/"],
2927 "Default": true | false
2933 Disable the feature enforcing a separate profile for each installation.
2935 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.
2937 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
2939 This policy only work on Windows via GPO (not policies.json).
2941 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
2942 **CCK2 Equivalent:** N/A\
2943 **Preferences Affected:** N/A
2947 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
2949 #### Windows (Intune)
2952 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
2956 <enabled/> or <disabled/>
2959 Enable linking to local files by origin.
2961 **Compatibility:** Firefox 68, Firefox ESR 68\
2962 **CCK2 Equivalent:** N/A\
2963 **Preferences Affected:** `capability.policy.localfilelinks.*`
2967 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
2968 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
2970 #### Windows (Intune)
2973 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
2978 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
2983 <key>LocalFileLinks</key>
2985 <string>http://example.org</string>
2986 <string>http://example.edu</string>
2994 "LocalFileLinks": ["http://example.org/",
2995 "http://example.edu/"]
2999 ### ManagedBookmarks
3000 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3002 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3004 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:
3008 "id": "BookmarkType",
3012 "$ref": "BookmarkType"
3031 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3032 **CCK2 Equivalent:** N/A\
3033 **Preferences Affected:** N/A
3037 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3040 "toplevel_name": "My managed bookmarks folder"
3043 "url": "example.com",
3047 "name": "Mozilla links",
3050 "url": "https://mozilla.org",
3051 "name": "Mozilla.org"
3054 "url": "https://support.mozilla.org/",
3061 #### Windows (Intune)
3064 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3069 <data id="JSON" value='
3072 "toplevel_name": "My managed bookmarks folder"
3075 "url": "example.com",
3079 "name": "Mozilla links",
3082 "url": "https://mozilla.org",
3083 "name": "Mozilla.org"
3086 "url": "https://support.mozilla.org/",
3096 <key>ManagedBookmarks</key>
3099 <key>toplevel_name</key>
3100 <string>My managed bookmarks folder</string></dict>
3103 <string>example.com</string>
3105 <string>Example</string>
3109 <string>Mozilla links</string>
3114 <string>https://mozilla.org</string>
3116 <string>Mozilla</string>
3120 <string>https://support.mozilla.org/</string>
3122 <string>SUMO</string>
3133 "ManagedBookmarks": [
3135 "toplevel_name": "My managed bookmarks folder"
3138 "url": "example.com",
3142 "name": "Mozilla links",
3145 "url": "https://mozilla.org",
3146 "name": "Mozilla.org"
3149 "url": "https://support.mozilla.org/",
3159 Require or prevent using a primary (formerly master) password.
3161 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.
3163 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
3165 **Compatibility:** Firefox 79, Firefox ESR 78.1\
3166 **CCK2 Equivalent:** `noMasterPassword`\
3167 **Preferences Affected:** N/A
3171 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
3173 #### Windows (Intune)
3176 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
3180 <enabled/> or <disabled/>
3185 <key>PrimaryPassword</key>
3193 "PrimaryPassword": true | false
3197 ### NetworkPrediction
3198 Enable or disable network prediction (DNS prefetching).
3200 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3201 **CCK2 Equivalent:** N/A\
3202 **Preferences Affected:** `network.dns.disablePrefetch`,`network.dns.disablePrefetchFromHTTPS`
3206 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3208 #### Windows (Intune)
3211 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3215 <enabled/> or <disabled/>
3220 <key>NetworkPrediction</key>
3228 "NetworkPrediction": true | false
3232 Enable or disable the New Tab page.
3234 **Compatibility:** Firefox 68, Firefox ESR 68\
3235 **CCK2 Equivalent:** N/A\
3236 **Preferences Affected:** `browser.newtabpage.enabled`
3240 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3242 #### Windows (Intune)
3245 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3249 <enabled/> or <disabled/>
3254 <key>NewTabPage</key>
3262 "NewTabPage": true | false
3265 ### NoDefaultBookmarks
3266 Disable the creation of default bookmarks.
3268 This policy is only effective if the user profile has not been created yet.
3270 **Compatibility:** Firefox 60, Firefox ESR 60\
3271 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3272 **Preferences Affected:** N/A
3276 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3278 #### Windows (Intune)
3281 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3285 <enabled/> or <disabled/>
3290 <key>NoDefaultBookmarks</key>
3298 "NoDefaultBookmarks": true | false
3302 ### OfferToSaveLogins
3303 Control whether or not Firefox offers to save passwords.
3305 **Compatibility:** Firefox 60, Firefox ESR 60\
3306 **CCK2 Equivalent:** `dontRememberPasswords`\
3307 **Preferences Affected:** `signon.rememberSignons`
3311 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3313 #### Windows (Intune)
3316 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3320 <enabled/> or <disabled/>
3325 <key>OfferToSaveLogins</key>
3333 "OfferToSaveLogins": true | false
3337 ### OfferToSaveLoginsDefault
3338 Sets the default value of signon.rememberSignons without locking it.
3340 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3341 **CCK2 Equivalent:** `dontRememberPasswords`\
3342 **Preferences Affected:** `signon.rememberSignons`
3346 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3348 #### Windows (Intune)
3351 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3355 <enabled/> or <disabled/>
3360 <key>OfferToSaveLoginsDefault</key>
3368 "OfferToSaveLoginsDefault": true | false
3372 ### OverrideFirstRunPage
3373 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
3375 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
3377 **Compatibility:** Firefox 60, Firefox ESR 60\
3378 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3379 **Preferences Affected:** `startup.homepage_welcome_url`
3383 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3385 #### Windows (Intune)
3388 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3393 <data id="OverridePage" value="https://example.com"/>
3398 <key>OverrideFirstRunPage</key>
3399 <string>http://example.org</string>
3406 "OverrideFirstRunPage": "http://example.org"
3409 ### OverridePostUpdatePage
3410 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
3412 **Compatibility:** Firefox 60, Firefox ESR 60\
3413 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3414 **Preferences Affected:** `startup.homepage_override_url`
3418 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3420 #### Windows (Intune)
3423 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3428 <data id="OverridePage" value="https://example.com"/>
3433 <key>OverridePostUpdatePage</key>
3434 <string>http://example.org</string>
3441 "OverridePostUpdatePage": "http://example.org"
3444 ### PasswordManagerEnabled
3445 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3447 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3448 **CCK2 Equivalent:** N/A\
3449 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3453 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3455 #### Windows (Intune)
3458 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3462 <enabled/> or <disabled/>
3467 <key>PasswordManagerEnabled</key>
3475 "PasswordManagerEnabled": true | false
3480 Disable or configure PDF.js, the built-in PDF viewer.
3482 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3484 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3486 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.
3488 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3489 **CCK2 Equivalent:** N/A\
3490 **Preferences Affected:** `pdfjs.diabled`,`pdfjs.enablePermissions`
3494 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3495 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3497 #### Windows (Intune)
3500 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3501 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3505 <enabled/>or <disabled/>
3514 <key>EnablePermissions</key>
3524 "Enabled": true | false,
3525 "EnablePermissions": true | false
3530 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.
3532 `Allow` is a list of origins where the feature is allowed.
3534 `Block` is a list of origins where the feature is not allowed.
3536 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3538 `Locked` prevents the user from changing preferences for the feature.
3540 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3542 **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)\
3543 **CCK2 Equivalent:** N/A\
3544 **Preferences Affected:** `permissions.default.camera`,`permissions.default.microphone`,`permissions.default.geo`,`permissions.default.desktop-notification`,`media.autoplay.default`.`permissions.default.xr`
3548 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3549 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3550 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3551 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3552 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3553 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3554 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3555 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3556 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3557 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3558 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3559 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3560 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3561 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3562 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3563 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3564 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3565 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3566 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3567 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3568 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3569 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
3570 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
3571 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
3572 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
3574 #### Windows (Intune)
3577 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3581 <enabled/> or <disabled/>
3585 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3589 <enabled/> or <disabled/>
3593 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3598 <data id="Permissions" value="1https://example.org"/>
3602 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3606 <enabled/> or <disabled/>
3610 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3614 <enabled/> or <disabled/>
3618 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3623 <data id="Permissions" value="1https://example.org"/>
3627 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3632 <data id="Permissions" value="1https://example.edu"/>
3636 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3641 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3645 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3649 <enabled/> or <disabled/>
3653 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
3658 <data id="Permissions" value="1https://example.org"/>
3662 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
3667 <data id="Permissions" value="1https://example.edu"/>
3671 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
3675 <enabled/> or <disabled/>
3679 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
3683 <enabled/> or <disabled/>
3688 <key>Permissions</key>
3694 <string>https://example.org</string>
3695 <string>https://example.org:1234</string>
3699 <string>https://example.edu</string>
3701 <key>BlockNewRequests</key>
3706 <key>Microphone</key>
3710 <string>https://example.org</string>
3714 <string>https://example.edu</string>
3716 <key>BlockNewRequests</key>
3725 <string>https://example.org</string>
3729 <string>https://example.edu</string>
3731 <key>BlockNewRequests</key>
3736 <key>Notifications</key>
3740 <string>https://example.org</string>
3744 <string>https://example.edu</string>
3746 <key>BlockNewRequests</key>
3755 <string>https://example.org</string>
3759 <string>https://example.edu</string>
3762 <string>allow-audio-video | block-audio | block-audio-video</string>
3775 "Allow": ["https://example.org","https://example.org:1234"],
3776 "Block": ["https://example.edu"],
3777 "BlockNewRequests": true | false,
3778 "Locked": true | false
3781 "Allow": ["https://example.org"],
3782 "Block": ["https://example.edu"],
3783 "BlockNewRequests": true | false,
3784 "Locked": true | false
3787 "Allow": ["https://example.org"],
3788 "Block": ["https://example.edu"],
3789 "BlockNewRequests": true | false,
3790 "Locked": true | false
3793 "Allow": ["https://example.org"],
3794 "Block": ["https://example.edu"],
3795 "BlockNewRequests": true | false,
3796 "Locked": true | false
3799 "Allow": ["https://example.org"],
3800 "Block": ["https://example.edu"],
3801 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
3802 "Locked": true | false
3808 ### PictureInPicture
3810 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
3812 **Compatibility:** Firefox 78, Firefox ESR 78\
3813 **CCK2 Equivalent:** N/A\
3814 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
3818 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
3819 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
3822 #### Windows (Intune)
3825 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
3826 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
3830 <enabled/> or <disabled/>
3835 <key>PictureInPicture</key>
3848 "PictureInPicture": {
3849 "Enabled": true | false,
3850 "Locked": true, false
3856 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
3858 `Allow` is a list of origins where popup-windows are allowed.
3860 `Default` determines whether or not pop-up windows are allowed by default.
3862 `Locked` prevents the user from changing pop-up preferences.
3864 **Compatibility:** Firefox 60, Firefox ESR 60\
3865 **CCK2 Equivalent:** `permissions.popup`\
3866 **Preferences Affected:** `dom.disable_open_during_load`
3870 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
3871 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
3872 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
3873 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
3875 #### Windows (Intune)
3878 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
3883 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3887 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
3891 <enabled/> or <disabled/>
3895 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
3899 <enabled/> or <disabled/>
3904 <key>PopupBlocking</key>
3908 <string>http://example.org</string>
3909 <string>http://example.edu</string>
3923 "Allow": ["http://example.org/",
3924 "http://example.edu/"],
3925 "Default": true | false,
3926 "Locked": true | false
3932 Set and lock preferences.
3934 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
3936 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.
3938 Preferences that start with the following prefixes are supported:
3942 datareporting.policy.
3945 general.autoScroll (Firefox 83, Firefox ESR 78.5)
3946 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
3952 pdfjs. (Firefox 84, Firefox ESR 78.6)
3955 signon. (Firefox 83, Firefox ESR 78.5)
3956 spellchecker. (Firefox 84, Firefox ESR 78.6)
3960 as well as the following security preferences:
3961 | Preference | Type | Default
3963 | security.default_personal_cert | string | Ask Every Time
3964 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
3965 | security.insecure_connection_text.enabled | bool | false
3966 | If set to true, adds the words "Not Secure" for insecure sites.
3967 | security.insecure_connection_text.pbmode.enabled | bool | false
3968 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
3969 | security.insecure_field_warning.contextual.enabled | bool | true
3970 | If set to false, remove the warning for inscure login fields.
3971 | security.mixed_content.block_active_content | boolean | true
3972 | If false, mixed active content (HTTP and HTTPS) is not blocked.
3973 | security.osclientcerts.autoload | boolean | false
3974 | If true, client certificates are loaded from the operating system certificate store.
3975 | security.ssl.errorReporting.enabled | boolean | true
3976 | If false, SSL errors cannot be sent to Mozilla.
3977 | security.tls.hello_downgrade_check | boolean | true
3978 | If false, the TLS 1.3 downgrade check is disabled.
3979 | security.warn_submit_secure_to_insecure | boolean | true
3980 | If false, no warning is shown when submitting s form from https to http.
3983 Using the preference as the key, set the `Value` to the corresponding preference value.
3985 `Status` can be "default", "locked", "user" or "clear"
3987 Default preferences can be modified by the user.
3989 If a value is locked, it is also set as the default.
3991 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.
3993 User preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
3995 See the examples below for more detail.
3997 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4000 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4001 **CCK2 Equivalent:** `preferences`\
4002 **Preferences Affected:** Many
4006 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4008 "accessibility.force_disabled": {
4012 "browser.cache.disk.parent_directory": {
4013 "Value": "SOME_NATIVE_PATH",
4016 "browser.tabs.warnOnClose": {
4022 #### Windows (Intune)
4025 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4030 <data id="JSON" value='
4032 "accessibility.force_disabled": {
4036 "browser.cache.disk.parent_directory": {
4037 "Value": "SOME_NATIVE_PATH",
4040 "browser.tabs.warnOnClose": {
4049 <key>Preferences</key>
4051 <key>accessibility.force_disabled</key>
4054 <integer>1</integer>
4056 <string>default</string>
4058 <key>browser.cache.disk.parent_directory</key>
4061 <string>SOME_NATIVE_PATH</string>
4063 <string>user</string>
4065 <key>browser.tabs.warnOnClose</key>
4070 <string>locked</string>
4080 "accessibility.force_disabled": {
4084 "browser.cache.disk.parent_directory": {
4085 "Value": "SOME_NATIVE_PATH",
4088 "browser.tabs.warnOnClose": {
4096 ### Preferences (Deprecated)
4097 Set and lock certain preferences.
4099 **Compatibility:** See below\
4100 **CCK2 Equivalent:** `preferences`\
4101 **Preferences Affected:** See below
4103 | Preference | Type | Compatibility | Default
4104 | --- | --- | --- | ---
4105 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
4106 | If set to 1, platform accessibility is disabled.
4107 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
4108 | If false, Firefox doesn't automatically install update.
4109 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
4110 | If true, bookmarks are exported on shutdown.
4111 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
4112 | If set, the name of the file where bookmarks are exported and imported.
4113 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
4114 | If true, bookmarks are restored to their defaults.
4115 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
4116 | If false, don't store cache on the hard drive.
4117 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
4118 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4119 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
4120 | If true, single words are sent to DNS, not directly to search.
4121 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
4122 | 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.
4123 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
4124 | If true, bookmarks are always imported on startup.
4125 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4126 | If false, phishing protection is not enabled (Not recommended)
4127 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4128 | If false, malware protection is not enabled (Not recommended)
4129 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
4130 | If false, updates for search engines are not checked.
4131 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
4132 | If true, a notification isn't shown if startup is slow.
4133 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
4134 | If false, there is no warning when the browser is closed.
4135 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
4136 | If true, tab previews are shown in the Windows taskbar.
4137 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
4138 | If false, bookmarks aren't suggested when typing in the URL bar.
4139 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
4140 | If false, history isn't suggested when typing in the URL bar.
4141 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
4142 | If false, open tabs aren't suggested when typing in the URL bar.
4143 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
4144 | If true, don't show the privacy policy tab on first run.
4145 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
4146 | If false, web page can close windows.
4147 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
4148 | If false, web pages can focus and activate windows.
4149 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
4150 | If true, web pages can't move or resize windows.
4151 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4152 | If false, web pages can't override context menus.
4153 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
4154 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4155 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
4156 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4157 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
4158 | If false, XMLDocument.load is not available.
4159 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
4160 | If false, XMLDocument.async is not available.
4161 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4162 | If false, the extensions blocklist is not used (Not recommended)
4163 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
4164 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4165 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4166 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4167 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4168 | If false, the geolocation API is disabled. | Language dependent
4169 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
4170 | If set, preferred language for web pages.
4171 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
4172 | If false, Encrypted Media Extensions are not enabled.
4173 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4174 | If false, the OpenH264 plugin is not downloaded.
4175 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4176 | If false, the Widevine plugin is not downloaded.
4177 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4178 | If false, WebRTC is disabled
4179 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4180 | If set, a list of domains for which mDNS hostname obfuscation is
4182 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4183 | If set, a list of domains for which mDNS hostname obfuscation is
4185 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4186 | If true, IPv6 DNS lokoups are disabled.
4187 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4188 | If true, display the punycode version of internationalized domain names.
4189 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4190 | If false, history is not enabled.
4191 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4192 | If false, print settings are not saved between jobs.
4193 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4194 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4195 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4196 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4197 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4198 | If true, client certificates are loaded from the operating system certificate store.
4199 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4200 | If false, SSL errors cannot be sent to Mozilla.
4201 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4202 | If false, the TLS 1.3 downgrade check is disabled.
4203 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4204 | If false, the Alt key doesn't show the menubar on Windows.
4205 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4206 | If set, overrides the GTK theme for widgets.
4209 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4210 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4212 #### Windows (Intune)
4213 OMA-URI: (periods are replaced by underscores)
4215 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4219 <enabled/> or <disabled/>
4221 OMA-URI: (periods are replaced by underscores)
4223 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4228 <data id="Preferences_String" value="string_value"/>
4233 <key>Preferences</key>
4235 <key>boolean_preference_name</key>
4237 <key>string_preference_name</key>
4238 <string>string_value</string>
4247 "boolean_preference_name": true | false,
4248 "string_preference_name": "string_value"
4253 ### PromptForDownloadLocation
4254 Ask where to save each file before downloading.
4256 **Compatibility:** Firefox 68, Firefox ESR 68\
4257 **CCK2 Equivalent:** N/A\
4258 **Preferences Affected:** `browser.download.useDownloadDir`
4262 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4264 #### Windows (Intune)
4267 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4271 <enabled/> or <disabled/>
4276 <key>PromptForDownloadLocation</key>
4284 "PromptForDownloadLocation": true | false
4289 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
4290 To specify ports, append them to the hostnames with a colon (:).
4292 `Mode` is the proxy method being used.
4294 `Locked` is whether or not proxy settings can be changed.
4296 `HTTPProxy` is the HTTP proxy server.
4298 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
4300 `SSLProxy` is the SSL proxy server.
4302 `FTPProxy` is the FTP proxy server.
4304 `SOCKSProxy` is the SOCKS proxy server
4306 `SOCKSVersion` is the SOCKS version (4 or 5)
4308 `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.
4310 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
4312 `AutoLogin` means do not prompt for authentication if password is saved.
4314 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
4316 **Compatibility:** Firefox 60, Firefox ESR 60\
4317 **CCK2 Equivalent:** `networkProxy*`\
4318 **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`
4322 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
4323 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
4324 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
4325 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
4326 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
4327 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
4328 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
4329 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
4330 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
4331 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
4332 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
4333 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
4335 #### Windows (Intune)
4338 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
4343 <data id="ProxyLocked" value="true | false"/>
4344 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
4345 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
4346 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
4347 <data id="SSLProxy" value="https://sslproxy.example.com"/>
4348 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
4349 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
4350 <data id="SOCKSVersion" value="4 | 5"/>
4351 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
4352 <data id="Passthrough" value="<local>"/>
4353 <data id="AutoLogin" value="true | false"/>
4354 <data id="UseProxyForDNS" value="true | false"/>
4362 <string>none | system | manual | autoDetect | autoConfig</string>
4365 <key>HTTPProxy</key>
4366 <string>https://httpproxy.example.com</string>
4367 <key>UseHTTPProxyForAllProtocols</key>
4370 <string>https://sslproxy.example.com</string>
4372 <string>https://ftpproxy.example.com</string>
4373 <key>SOCKSProxy</key>
4374 <string>https://socksproxy.example.com</string>
4375 <key>SOCKSVersion</key>
4376 <string>4 | 5</string>
4377 <key>Passthrough</key>
4378 <string><local>></string>
4379 <key>AutoConfigURL</key>
4380 <string>URL_TO_AUTOCONFIG</string>
4381 <key>AutoLogin</key>
4383 <key>UseProxyForDNS</key>
4393 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
4394 "Locked": true | false,
4395 "HTTPProxy": "hostname",
4396 "UseHTTPProxyForAllProtocols": true | false,
4397 "SSLProxy": "hostname",
4398 "FTPProxy": "hostname",
4399 "SOCKSProxy": "hostname",
4400 "SOCKSVersion": 4 | 5
4401 "Passthrough": "<local>",
4402 "AutoConfigURL": "URL_TO_AUTOCONFIG",
4403 "AutoLogin": true | false,
4404 "UseProxyForDNS": true | false
4409 ### RequestedLocales
4410 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
4412 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
4414 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
4415 **CCK2 Equivalent:** N/A\
4416 **Preferences Affected:** N/A
4419 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
4420 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
4424 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
4426 #### Windows (Intune)
4429 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
4434 <data id="Preferences_String" value="de,en-US"/>
4439 <key>RequestedLocales</key>
4442 <string>en-US</string>
4449 <key>RequestedLocales</key>
4450 <string>de,en-US</string>
4458 "RequestedLocales": ["de", "en-US"]
4466 "RequestedLocales": "de,en-US"
4470 <a name="SanitizeOnShutdown"></a>
4472 ### SanitizeOnShutdown (Selective)
4473 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
4475 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.
4477 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
4478 **CCK2 Equivalent:** N/A\
4479 **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`
4482 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4483 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4484 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4485 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4486 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4487 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4488 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4489 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4490 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4492 #### Windows (Intune)
4495 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
4499 <enabled/> or <disabled/>
4503 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
4507 <enabled/> or <disabled/>
4511 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
4515 <enabled/> or <disabled/>
4519 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
4523 <enabled/> or <disabled/>
4527 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
4531 <enabled/> or <disabled/>
4535 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
4539 <enabled/> or <disabled/>
4543 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
4547 <enabled/> or <disabled/>
4551 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
4555 <enabled/> or <disabled/>
4559 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4563 <enabled/> or <disabled/>
4568 <key>SanitizeOnShutdown</key>
4574 <key>Downloads</key>
4582 <key>SiteSettings</key>
4584 <key>OfflineApps</key>
4595 "SanitizeOnShutdown": {
4596 "Cache": true | false,
4597 "Cookies": true | false,
4598 "Downloads": true | false,
4599 "FormData": true | false,
4600 "History": true | false,
4601 "Sessions": true | false,
4602 "SiteSettings": true | false,
4603 "OfflineApps": true | false,
4604 "Locked": true | false
4609 ### SanitizeOnShutdown (All)
4610 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4612 **Compatibility:** Firefox 60, Firefox ESR 60\
4613 **CCK2 Equivalent:** N/A\
4614 **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`
4617 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4619 #### Windows (Intune)
4622 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4626 <enabled/> or <disabled/>
4631 <key>SanitizeOnShutdown</key>
4639 "SanitizeOnShutdown": true | false
4644 Set whether or not search bar is displayed.
4646 **Compatibility:** Firefox 60, Firefox ESR 60\
4647 **CCK2 Equivalent:** `showSearchBar`\
4648 **Preferences Affected:** N/A
4652 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
4655 #### Windows (Intune)
4658 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
4663 <data id="Permissions" value="unified | separate"/>
4668 <key>SearchBar</key>
4669 <string>unified | separate</string>
4676 "SearchBar": "unified" | "separate"
4680 <a name="SearchEngines"></a>
4682 ### SearchEngines (This policy is only available on the ESR.)
4684 ### SearchEngines | Default
4686 Set the default search engine. This policy is only available on the ESR.
4688 **Compatibility:** Firefox ESR 60\
4689 **CCK2 Equivalent:** `defaultSearchEngine`\
4690 **Preferences Affected:** N/A
4694 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
4696 #### Windows (Intune)
4699 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
4704 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
4709 <key>SearchEngines</key>
4712 <string>NAME_OF_SEARCH_ENGINE</string>
4721 "Default": "NAME_OF_SEARCH_ENGINE"
4726 ### SearchEngines | PreventInstalls
4728 Prevent installing search engines from webpages.
4730 **Compatibility:** Firefox ESR 60\
4731 **CCK2 Equivalent:** `disableSearchEngineInstall`\
4732 **Preferences Affected:** N/A
4736 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
4738 #### Windows (Intune)
4741 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
4745 <enabled/> or <disabled/>
4750 <key>SearchEngines</key>
4752 <key>PreventInstalls</key>
4762 "PreventInstalls": true | false
4767 ### SearchEngines | Remove
4769 Hide built-in search engines. This policy is only available on the ESR.
4771 **Compatibility:** Firefox ESR 60.2\
4772 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
4773 **Preferences Affected:** N/A
4777 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
4779 #### Windows (Intune)
4782 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
4787 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
4792 <key>SearchEngines</key>
4796 <string>NAME_OF_SEARCH_ENGINE</string>
4806 "Remove": ["NAME_OF_SEARCH_ENGINE"]
4811 ### SearchEngines | Add
4813 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
4815 `Name` is the name of the search engine.
4817 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
4819 `Method` is either GET or POST
4821 `IconURL` is a URL for the icon to use.
4823 `Alias` is a keyword to use for the engine.
4825 `Description` is a description of the search engine.
4827 `PostData` is the POST data as name value pairs separated by &.
4829 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
4831 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68)\
4832 **CCK2 Equivalent:** `searchplugins`\
4833 **Preferences Affected:** N/A
4837 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
4838 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
4839 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
4840 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
4841 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
4842 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
4843 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
4844 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
4846 #### Windows (Intune)
4849 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
4854 <data id="SearchEngine_Name" value="Example1"/>
4855 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
4856 <data id="SearchEngine_Method" value="GET | POST"/>
4857 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
4858 <data id="SearchEngine_Alias" value="example"/>
4859 <data id="SearchEngine_Description" value="Example Description"/>
4860 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
4861 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
4866 <key>SearchEngines</key>
4872 <string>Example1</string>
4873 <key>URLTemplate</key>
4874 <string>https://www.example.org/q={searchTerms}</string>
4876 <string>GET | POST </string>
4878 <string>https://www.example.org/favicon.ico</string>
4880 <string>example</string>
4881 <key>Description</key>
4882 <string>Example Description</string>
4883 <key>SuggestURLTemplate</key>
4884 <string>https://www.example.org/suggestions/q={searchTerms}</string>
4886 <string>name=value&q={searchTerms}</string>
4900 "URLTemplate": "https://www.example.org/q={searchTerms}",
4901 "Method": "GET" | "POST",
4902 "IconURL": "https://www.example.org/favicon.ico",
4904 "Description": "Description",
4905 "PostData": "name=value&q={searchTerms}",
4906 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
4913 ### SearchSuggestEnabled
4915 Enable search suggestions.
4917 **Compatibility:** Firefox 68, Firefox ESR 68\
4918 **CCK2 Equivalent:** N/A\
4919 **Preferences Affected:** `browser.urlbar.suggest.searches`,`browser.search.suggest.enabled`
4923 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
4925 #### Windows (Intune)
4928 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
4932 <enabled/> or <disabled/>
4937 <key>SearchSuggestEnabled</key>
4945 "SearchSuggestEnabled": true | false
4951 Install PKCS #11 modules.
4953 **Compatibility:** Firefox 64, Firefox ESR 60.4\
4954 **CCK2 Equivalent:** `certs.devices`\
4955 **Preferences Affected:** N/A
4959 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
4961 #### Windows (Intune)
4964 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
4969 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
4974 <key>SecurityDevices</key>
4976 <key>NAME_OF_DEVICE</key>
4977 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
4986 "SecurityDevices": {
4987 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
4994 Set and lock the maximum version of TLS.
4996 **Compatibility:** Firefox 66, Firefox ESR 60.6\
4997 **CCK2 Equivalent:** N/A\
4998 **Preferences Affected:** `security.tls.version.max`
5002 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5004 #### Windows (Intune)
5007 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5012 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5017 <key>SSLVersionMax</key>
5018 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5026 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5032 Set and lock the minimum version of TLS.
5034 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5035 **CCK2 Equivalent:** N/A\
5036 **Preferences Affected:** `security.tls.version.min`
5040 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5042 #### Windows (Intune)
5045 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
5050 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5055 <key>SSLVersionMin</key>
5056 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5064 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5069 Add a menuitem to the help menu for specifying support information.
5071 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
5072 **CCK2 Equivalent:** helpMenu\
5073 **Preferences Affected:** N/A
5077 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
5078 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
5079 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
5081 #### Windows (Intune)
5084 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
5089 <data id="SupportMenuTitle" value="Support Menu"/>
5090 <data id="SupportMenuURL" value="http://example.com/support"/>
5091 <data id="SupportMenuAccessKey" value="S">
5096 <key>SupportMenu</key>
5099 <string>SupportMenu</string>
5101 <string>http://example.com/support</string>
5102 <key>AccessKey</key>
5112 "Title": "Support Menu",
5113 "URL": "http://example.com/support",
5121 Prevent Firefox from messaging the user in certain situations.
5123 `WhatsNew` Remove the "What's New" icon and menuitem. (Firefox 75 only)
5125 `ExtensionRecommendations` Don't recommend extensions while the user is visiting web pages.
5127 `FeatureRecommendations` Don't recommend browser features.
5129 `UrlbarInterventions` Don't offer Firefox specific suggestions in the URL bar. (Firefox 75 only)
5131 **Compatibility:** Firefox 75, Firefox ESR 68.7\
5132 **CCK2 Equivalent:** N/A\
5133 **Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
5137 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
5138 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
5139 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
5140 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
5142 #### Windows (Intune)
5145 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_WhatsNew
5146 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_ExtensionRecommendations
5147 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_FeatureRecommendations
5148 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_UrlbarInterventions
5152 <enabled/> or <disabled/>
5157 <key>UserMessaging</key>
5161 <key>ExtensionRecommendations</key>
5163 <key>FeatureRecommendations</key>
5165 <key>UrlbarInterventions</key>
5175 "WhatsNew": true | false,
5176 "ExtensionRecommendations": true | false,
5177 "FeatureRecommendations": true | false,
5178 "UrlbarInterventions": true | false
5184 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.
5185 The arrays are limited to 1000 entries each.
5187 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
5189 **Compatibility:** Firefox 60, Firefox ESR 60\
5190 **CCK2 Equivalent:** N/A\
5191 **Preferences Affected:** N/A
5195 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
5196 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
5198 #### Windows (Intune)
5201 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
5206 <data id="WebsiteFilter" value="1<all_urls>"/>
5210 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
5215 <data id="WebsiteFilter" value="1http://example.org/*"/>
5220 <key>WebsiteFilter</key>
5224 <string><all_urls></string>
5226 <key>Exceptions</key>
5228 <string>http://example.org/*</string>
5239 "Block": ["<all_urls>"],
5240 "Exceptions": ["http://example.org/*"]