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 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
66 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
67 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
68 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
69 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
70 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
71 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
72 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
73 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
74 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
75 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
76 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
77 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
78 | **[`Preferences`](#preferences)** | Set and lock preferences.
79 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
80 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
81 | **[`Proxy`](#proxy)** | Configure proxy settings.
82 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
83 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
84 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
85 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
86 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
87 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
88 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
89 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
90 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
91 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
92 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
93 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
94 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
95 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
96 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
97 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
101 Enable or disable **automatic** application update.
103 If set to true, application updates are installed without user approval.
105 If set to false, application updates are downloaded but the user can choose when to install the update.
107 If you have disabled updates via DisableAppUpdate, this policy has no effect.
109 **Compatibility:** Firefox 75, Firefox ESR 68.7\
110 **CCK2 Equivalent:** N/A\
111 **Preferences Affected:** app.update.auto
115 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
117 #### Windows (Intune)
120 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
124 <enabled/> or <disabled/>
129 <key>AppAutoUpdate</key>
137 "AppAutoUpdate": true | false
143 Change the URL for application update.
145 **Compatibility:** Firefox 62, Firefox ESR 60.2\
146 **CCK2 Equivalent:** N/A\
147 **Preferences Affected:** `app.update.url`
151 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
153 #### Windows (Intune)
156 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
161 <data id="AppUpdateURL" value="https://yoursite.com"/>
166 <key>AppUpdateURL</key>
167 <string>https://yoursite.com</string>
174 "AppUpdateURL": "https://yoursite.com"
180 Configure sites that support integrated authentication.
182 See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information.
184 `PrivateBrowsing` enables integrated authentication in private browsing.
186 **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)\
187 **CCK2 Equivalent:** N/A\
188 **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`
192 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
193 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
194 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
195 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
196 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
197 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
198 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
199 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
200 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
201 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
202 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
203 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
205 #### Windows (Intune)
208 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
213 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
217 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
222 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
226 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
231 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
235 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
240 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
241 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
245 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
249 <enabled/> or <disabled/>
253 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
257 <enabled/> or <disabled/>
262 <key>Authentication</key>
266 <string>mydomain.com</string>
267 <string>https://myotherdomain.com</string>
271 <string>mydomain.com</string>
272 <string>https://myotherdomain.com</string>
276 <string>mydomain.com</string>
277 <string>https://myotherdomain.com</string>
279 <key>AllowNonFQDN</key>
286 <key>AllowProxies</key>
295 <key>PrivateBrowsing</key>
305 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
306 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
307 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
309 "SPNEGO": true | false,
313 "SPNEGO": true | false,
316 "Locked": true | false,
317 "PrivateBrowsing": true | false
324 Block access to the Add-ons Manager (about:addons).
326 **Compatibility:** Firefox 60, Firefox ESR 60\
327 **CCK2 Equivalent:** `disableAddonsManager`\
328 **Preferences Affected:** N/A
332 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
334 #### Windows (Intune)
337 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
341 <enabled/> or <disabled/>
346 <key>BlockAboutAddons</key>
354 "BlockAboutAddons": true | false
360 Block access to about:config.
362 **Compatibility:** Firefox 60, Firefox ESR 60\
363 **CCK2 Equivalent:** `disableAboutConfig`\
364 **Preferences Affected:** N/A
368 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
370 #### Windows (Intune)
373 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
377 <enabled/> or <disabled/>
382 <key>BlockAboutConfig</key>
390 "BlockAboutConfig": true | false
394 ### BlockAboutProfiles
396 Block access to About Profiles (about:profiles).
398 **Compatibility:** Firefox 60, Firefox ESR 60\
399 **CCK2 Equivalent:** `disableAboutProfiles`\
400 **Preferences Affected:** N/A
404 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
406 #### Windows (Intune)
409 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
413 <enabled/> or <disabled/>
418 <key>BlockAboutProfiles</key>
426 "BlockAboutProfiles": true | false
430 ### BlockAboutSupport
432 Block access to Troubleshooting Information (about:support).
434 **Compatibility:** Firefox 60, Firefox ESR 60\
435 **CCK2 Equivalent:** `disableAboutSupport`\
436 **Preferences Affected:** N/A
440 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
442 #### Windows (Intune)
445 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
449 <enabled/> or <disabled/>
454 <key>BlockAboutSupport</key>
462 "BlockAboutSupport": true | false
468 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.
470 **Compatibility:** Firefox 60, Firefox ESR 60\
471 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
472 **Preferences Affected:** N/A
476 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
477 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
478 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
479 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
480 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
482 #### Windows (Intune)
485 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
490 <data id="BookmarkTitle" value="Example"/>
491 <data id="BookmarkURL" value="https://example.com"/>
492 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
493 <data id="BookmarkPlacement" value="toolbar | menu"/>
494 <data id="BookmarkFolder" value="FolderName"/>
503 <string>Example</string>
505 <string>https://example.com</string>
507 <string>https://example.com/favicon.ico</string>
509 <string>toolbar | menu</string>
511 <string>FolderName</string>
523 "URL": "https://example.com",
524 "Favicon": "https://example.com/favicon.ico",
525 "Placement": "toolbar" | "menu",
526 "Folder": "FolderName"
533 Enable or disable the detection of captive portals.
535 **Compatibility:** Firefox 67, Firefox ESR 60.7\
536 **CCK2 Equivalent:** N/A\
537 **Preferences Affected:** `network.captive-portal-service.enabled`
541 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
543 #### Windows (Intune)
546 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
550 <enabled/> or <disabled/>
555 <key>CaptivePortal</key>
563 "CaptivePortal": true | false
569 ### Certificates | ImportEnterpriseRoots
571 Trust certificates that have been added to the operating system certificate store by a user or administrator.
573 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
575 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
577 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
578 **CCK2 Equivalent:** N/A\
579 **Preferences Affected:** `security.enterprise_roots.enabled`
583 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
585 #### Windows (Intune)
588 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
592 <enabled/> or <disabled/>
597 <key>Certificates</key>
599 <key>ImportEnterpriseRoots</key>
609 "ImportEnterpriseRoots": true | false
614 ### Certificates | Install
616 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
619 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
620 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
622 - /Library/Application Support/Mozilla/Certificates
623 - ~/Library/Application Support/Mozilla/Certificates
625 - /usr/lib/mozilla/certificates
626 - /usr/lib64/mozilla/certificates
627 - ~/.mozilla/certificates
629 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.
631 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.
633 Certificates are installed using the trust string `CT,CT,`.
635 Binary (DER) and ASCII (PEM) certificates are both supported.
637 **Compatibility:** Firefox 64, Firefox ESR 64\
638 **CCK2 Equivalent:** `certs.ca`\
639 **Preferences Affected:** N/A
643 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
644 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
646 #### Windows (Intune)
649 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
654 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
659 <key>Certificates</key>
663 <string>cert1.der</string>
664 <string>/Users/username/cert2.pem</string>
674 "Install": ["cert1.der", "/home/username/cert2.pem"]
680 Configure cookie preferences.
682 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
684 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
686 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
688 `Default` determines whether cookies are accepted at all.
690 `AcceptThirdParty` determines how third-party cookies are handled.
692 `ExpireAtSessionEnd` determines when cookies expire.
694 `RejectTracker` only rejects cookies for trackers.
696 `Locked` prevents the user from changing cookie preferences.
698 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker added in Firefox 63, AllowSession added in Firefox 79/78.1)\
699 **CCK2 Equivalent:** N/A\
700 **Preferences Affected:** `network.cookie.cookieBehavior`,`network.cookie.lifetimePolicy`
704 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
705 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
706 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
707 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
708 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
709 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
710 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
711 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
713 #### Windows (Intune)
716 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
721 <data id="Cookies_Allow" value="1https://example.com"/>
725 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
730 <data id="Cookies_Allow" value="1https://example.edu"/>
734 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
739 <data id="Cookies_Block" value="1https://example.org"/>
743 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
747 <enabled/> or <disabled/>
751 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
756 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
760 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
764 <enabled/> or <disabled/>
768 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
772 <enabled/> or <disabled/>
776 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
780 <enabled/> or <disabled/>
789 <string>http://example.com</string>
791 <key>AllowSession</key>
793 <string>http://example.edu</string>
797 <string>http://example.org</string>
801 <key>AcceptThirdParty</key>
802 <string>always | never | from-visited</string>
803 <key>ExpireAtSessionEnd</key>
805 <key>RejectTracker</key>
817 "Allow": ["http://example.org/"],
818 "AllowSession": ["http://example.edu/"],
819 "Block": ["http://example.edu/"],
820 "Default": true | false,
821 "AcceptThirdParty": "always" | "never" | "from-visited",
822 "ExpireAtSessionEnd": true | false,
823 "RejectTracker": true | false,
824 "Locked": true | false
829 ### DisableSetDesktopBackground
830 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
832 **Compatibility:** Firefox 60, Firefox ESR 60\
833 **CCK2 Equivalent:** `removeSetDesktopBackground`\
834 **Preferences Affected:** N/A
838 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
840 #### Windows (Intune)
843 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
847 <enabled/> or <disabled/>
852 <key>DisableSetDesktopBackground</key>
860 "DisableSetDesktopBackground": true | false
864 ### DisableMasterPasswordCreation
865 Remove the master password functionality.
867 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
869 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
871 **Compatibility:** Firefox 60, Firefox ESR 60\
872 **CCK2 Equivalent:** `noMasterPassword`\
873 **Preferences Affected:** N/A
877 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
879 #### Windows (Intune)
882 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
886 <enabled/> or <disabled/>
891 <key>DisableMasterPasswordCreation</key>
899 "DisableMasterPasswordCreation": true | false
904 Turn off application updates.
906 **Compatibility:** Firefox 60, Firefox ESR 60\
907 **CCK2 Equivalent:** `disableFirefoxUpdates`\
908 **Preferences Affected:** N/A
912 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
914 #### Windows (Intune)
917 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
921 <enabled/> or <disabled/>
926 <key>DisableAppUpdate</key>
934 "DisableAppUpdate": true | false
938 ### DisableBuiltinPDFViewer
939 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
941 **Compatibility:** Firefox 60, Firefox ESR 60\
942 **CCK2 Equivalent:** `disablePDFjs`\
943 **Preferences Affected:** `pdfjs.disabled`
947 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
949 #### Windows (Intune)
952 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
956 <enabled/> or <disabled/>
961 <key>DisableBuiltinPDFViewer</key>
969 "DisableBuiltinPDFViewer": true | false
974 Disable specific cryptographic ciphers.
979 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.
982 **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)\
983 **CCK2 Equivalent:** N/A\
984 **Preferences Affected:** N/A
988 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
989 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
990 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
991 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
992 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
993 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
994 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
995 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
996 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
997 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
998 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
1000 #### Windows (Intune)
1003 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1004 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1005 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1006 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1007 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1008 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1009 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
1010 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
1011 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
1012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
1013 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
1017 <enabled/> or <disabled/>
1022 <key>DisabledCiphers</key>
1024 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1026 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1028 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1030 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1032 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1034 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1036 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1038 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1040 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1042 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1044 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1054 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1055 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1056 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1057 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1058 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1059 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1060 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1061 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1062 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false
1063 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false
1064 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1069 ### DisableDefaultBrowserAgent
1070 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1072 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1073 **CCK2 Equivalent:** N/A\
1074 **Preferences Affected:** N/A
1078 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1080 #### Windows (Intune)
1083 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1087 <enabled/> or <disabled/>
1093 "DisableDefaultBrowserAgent": true | false
1097 ### DisableDeveloperTools
1098 Remove access to all developer tools.
1100 **Compatibility:** Firefox 60, Firefox ESR 60\
1101 **CCK2 Equivalent:** `removeDeveloperTools`\
1102 **Preferences Affected:** `devtools.policy.disabled`
1106 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1108 #### Windows (Intune)
1111 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1115 <enabled/> or <disabled/>
1120 <key>DisableDeveloperTools</key>
1128 "DisableDeveloperTools": true | false
1132 ### DisableFeedbackCommands
1133 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1135 **Compatibility:** Firefox 60, Firefox ESR 60\
1136 **CCK2 Equivalent:** N/A\
1137 **Preferences Affected:** N/A
1141 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1143 #### Windows (Intune)
1146 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1150 <enabled/> or <disabled/>
1155 <key>DisableFeedbackCommands</key>
1163 "DisableFeedbackCommands": true | false
1167 ### DisableFirefoxScreenshots
1168 Remove access to Firefox Screenshots.
1170 **Compatibility:** Firefox 60, Firefox ESR 60\
1171 **CCK2 Equivalent:** N/A\
1172 **Preferences Affected:** `extensions.screenshots.disabled`
1176 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1178 #### Windows (Intune)
1181 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1185 <enabled/> or <disabled/>
1190 <key>DisableFirefoxScreenshots</key>
1198 "DisableFirefoxScreenshots": true | false
1202 ### DisableFirefoxAccounts
1203 Disable Firefox Accounts integration (Sync).
1205 **Compatibility:** Firefox 60, Firefox ESR 60\
1206 **CCK2 Equivalent:** `disableSync`\
1207 **Preferences Affected:** `identity.fxaccounts.enabled`
1211 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1213 #### Windows (Intune)
1216 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1220 <enabled/> or <disabled/>
1225 <key>DisableFirefoxAccounts</key>
1233 "DisableFirefoxAccounts": true | false
1237 ### DisableFirefoxStudies
1238 Disable Firefox studies (Shield).
1240 **Compatibility:** Firefox 60, Firefox ESR 60\
1241 **CCK2 Equivalent:** N/A\
1242 **Preferences Affected:** N/A
1246 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1248 #### Windows (Intune)
1251 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1255 <enabled/> or <disabled/>
1260 <key>DisableFirefoxStudies</key>
1268 "DisableFirefoxStudies": true | false
1272 ### DisableForgetButton
1273 Disable the "Forget" button.
1275 **Compatibility:** Firefox 60, Firefox ESR 60\
1276 **CCK2 Equivalent:** `disableForget`\
1277 **Preferences Affected:** N/A
1281 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1283 #### Windows (Intune)
1286 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1290 <enabled/> or <disabled/>
1295 <key>DisableForgetButton</key>
1303 "DisableForgetButton": true | false
1307 ### DisableFormHistory
1308 Turn off saving information on web forms and the search bar.
1310 **Compatibility:** Firefox 60, Firefox ESR 60\
1311 **CCK2 Equivalent:** `disableFormFill`\
1312 **Preferences Affected:** ` browser.formfill.enable`
1316 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1318 #### Windows (Intune)
1321 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1325 <enabled/> or <disabled/>
1330 <key>DisableFormHistory</key>
1338 "DisableFormHistory": true | false
1342 ### DisablePasswordReveal
1343 Do not allow passwords to be shown in saved logins
1345 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1346 **CCK2 Equivalent:** N/A
1347 **Preferences Affected:** N/A
1351 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1353 #### Windows (Intune)
1356 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1360 <enabled/> or <disabled/>
1365 <key>DisablePasswordReveal</key>
1373 "DisablePasswordReveal": true | false
1378 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1380 **Compatibility:** Firefox 60, Firefox ESR 60\
1381 **CCK2 Equivalent:** `disablePocket`\
1382 **Preferences Affected:** `extensions.pocket.enabled`
1386 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1388 #### Windows (Intune)
1391 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1395 <enabled/> or <disabled/>
1400 <key>DisablePocket</key>
1408 "DisablePocket": true | false
1412 ### DisablePrivateBrowsing
1413 Remove access to private browsing.
1415 **Compatibility:** Firefox 60, Firefox ESR 60\
1416 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1417 **Preferences Affected:** N/A
1421 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1423 #### Windows (Intune)
1426 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1430 <enabled/> or <disabled/>
1435 <key>DisablePrivateBrowsing</key>
1443 "DisablePrivateBrowsing": true | false
1447 ### DisableProfileImport
1448 Disables the "Import data from another browser" option in the bookmarks window.
1450 **Compatibility:** Firefox 60, Firefox ESR 60\
1451 **CCK2 Equivalent:** N/A\
1452 **Preferences Affected:** N/A
1456 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1458 #### Windows (Intune)
1461 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1465 <enabled/> or <disabled/>
1470 <key>DisableProfileImport</key>
1478 "DisableProfileImport": true | false
1482 ### DisableProfileRefresh
1483 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.
1485 **Compatibility:** Firefox 60, Firefox ESR 60\
1486 **CCK2 Equivalent:** `disableResetFirefox`\
1487 **Preferences Affected:** `browser.disableResetPrompt`
1491 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1493 #### Windows (Intune)
1496 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1500 <enabled/> or <disabled/>
1505 <key>DisableProfileRefresh</key>
1513 "DisableProfileRefresh": true | false
1518 Disable safe mode within the browser.
1520 On Windows, this disables safe mode via the command line as well.
1522 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1523 **CCK2 Equivalent:** `disableSafeMode`\
1524 **Preferences Affected:** N/A
1528 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1530 #### Windows (Intune)
1533 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1537 <enabled/> or <disabled/>
1542 <key>DisableSafeMode</key>
1550 "DisableSafeMode": true | false
1554 ### DisableSecurityBypass
1555 Prevent the user from bypassing security in certain cases.
1557 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1559 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1561 **Compatibility:** Firefox 60, Firefox ESR 60\
1562 **CCK2 Equivalent:** N/A\
1563 **Preferences Affected:** `security.certerror.hideAddException`,`browser.safebrowsing.allowOverride`
1567 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1568 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1570 #### Windows (Intune)
1573 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1577 <enabled/> or <disabled/>
1581 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1585 <enabled/> or <disabled/>
1591 <key>DisableSecurityBypass</key>
1593 <key>InvalidCertificate</key>
1595 <key>SafeBrowsing</key>
1604 "DisableSecurityBypass": {
1605 "InvalidCertificate": true | false,
1606 "SafeBrowsing": true | false
1611 ### DisableSystemAddonUpdate
1612 Prevent system add-ons from being installed or update.
1614 **Compatibility:** Firefox 60, Firefox ESR 60\
1615 **CCK2 Equivalent:** N/A\
1616 **Preferences Affected:** N/A
1620 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1622 #### Windows (Intune)
1625 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1629 <enabled/> or <disabled/>
1634 <key>DisableSystemAddonUpdate</key>
1642 "DisableSystemAddonUpdate": true | false
1646 ### DisableTelemetry
1647 Prevent the upload of telemetry data.
1649 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
1651 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1653 **Compatibility:** Firefox 60, Firefox ESR 60\
1654 **CCK2 Equivalent:** `disableTelemetry`\
1655 **Preferences Affected:** `datareporting.healthreport.uploadEnabled,datareporting.policy.dataSubmissionEnabled,toolkit.telemetry.archive.enabled`
1659 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1661 #### Windows (Intune)
1664 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1668 <enabled/> or <disabled/>
1673 <key>DisableTelemetry</key>
1681 "DisableTelemetry": true | false
1685 ### DisplayBookmarksToolbar
1686 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1688 **Compatibility:** Firefox 60, Firefox ESR 60\
1689 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1690 **Preferences Affected:** N/A
1694 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1696 #### Windows (Intune)
1699 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1703 <enabled/> or <disabled/>
1708 <key>DisplayBookmarksToolbar</key>
1716 "DisplayBookmarksToolbar": true | false
1720 ### DisplayMenuBar (Deprecated)
1721 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
1723 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
1724 **CCK2 Equivalent:** `displayMenuBar`\
1725 **Preferences Affected:** N/A
1729 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
1734 <key>DisplayMenuBar</key>
1742 "DisplayMenuBar": true | false
1747 Set the state of the menubar.
1749 `always` means the menubar is shown and cannot be hidden.
1751 `never` means the menubar is hidden and cannot be shown.
1753 `default-on` means the menubar is on by default but can be hidden.
1755 `default-off` means the menubar is off by default but can be shown.
1757 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
1758 **CCK2 Equivalent:** `displayMenuBar`\
1759 **Preferences Affected:** N/A
1763 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
1765 #### Windows (Intune)
1768 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
1773 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
1778 <key>DisplayMenuBar</key>
1779 <string>always | never | default-on | default-off</string>
1786 "DisplayMenuBar": "always", "never", "default-on", "default-off"
1791 Configure DNS over HTTPS.
1793 `Enabled` determines whether DNS over HTTPS is enabled
1795 `ProviderURL` is a URL to another provider.
1797 `Locked` prevents the user from changing DNS over HTTPS preferences.
1799 `ExcludedDomains` excludes domains from DNS over HTTPS.
1801 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
1802 **CCK2 Equivalent:** N/A\
1803 **Preferences Affected:** `network.trr.mode`,`network.trr.uri`
1807 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
1808 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
1809 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
1810 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
1812 #### Windows (Intune)
1815 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
1819 <enabled/> or <disabled/>
1823 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
1828 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
1832 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
1836 <enabled/> or <disabled/>
1840 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
1845 <data id="List" value="1example.com"/>
1850 <key>DNSOverHTTPS</key>
1854 <key>ProviderURL</key>
1855 <string>URL_TO_ALTERNATE_PROVIDER</string>
1858 <key>ExcludedDomains</key>
1860 <string>example.com</string>
1870 "Enabled": true | false,
1871 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
1872 "Locked": true | false,
1873 "ExcludedDomains": ["example.com"]
1878 ### DontCheckDefaultBrowser
1879 Don't check if Firefox is the default browser at startup.
1881 **Compatibility:** Firefox 60, Firefox ESR 60\
1882 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
1883 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
1887 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
1889 #### Windows (Intune)
1892 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
1896 <enabled/> or <disabled/>
1901 <key>DontCheckDefaultBrowser</key>
1909 "DontCheckDefaultBrowser": true | false
1913 ### DefaultDownloadDirectory
1914 Set the default download directory.
1916 You can use ${home} for the native home directory.
1918 **Compatibility:** Firefox 68, Firefox ESR 68\
1919 **CCK2 Equivalent:** N/A\
1920 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`
1924 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1926 #### Windows (Intune)
1929 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1934 <data id="Preferences_String" value="${home}\Downloads"/>
1939 <key>DefaultDownloadDirectory</key>
1940 <string>${home}/Downloads</string>
1943 #### policies.json (macOS and Linux)
1947 "DefaultDownloadDirectory": "${home}/Downloads"
1950 #### policies.json (Windows)
1954 "DefaultDownloadDirectory": "${home}\\Downloads"
1957 ### DownloadDirectory
1958 Set and lock the download directory.
1960 You can use ${home} for the native home directory.
1962 **Compatibility:** Firefox 68, Firefox ESR 68\
1963 **CCK2 Equivalent:** N/A\
1964 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`,`browser.download.useDownloadDir`
1968 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
1970 #### Windows (Intune)
1973 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
1978 <data id="Preferences_String" value="${home}\Downloads"/>
1983 <key>DownloadDirectory</key>
1984 <string>${home}/Downloads</string>
1987 #### policies.json (macOS and Linux)
1991 "DownloadDirectory": "${home}/Downloads"
1994 #### policies.json (Windows)
1998 "DownloadDirectory": "${home}\\Downloads"
2001 ### EnableTrackingProtection
2002 Configure tracking protection.
2004 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.
2006 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2008 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.
2010 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2012 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2014 `Exceptions` are origins for which tracking protection is not enabled.
2016 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2017 **CCK2 Equivalent:** N/A\
2018 **Preferences Affected:** `privacy.trackingprotection.enabled`,`privacy.trackingprotection.pbmode.enabled`,`privacy.trackingprotection.cryptomining.enabled`,`privacy.trackingprotection.fingerprinting.enabled`
2022 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2023 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2024 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2025 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2026 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2028 #### Windows (Intune)
2031 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2035 <enabled/> or <disabled/>
2039 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2043 <enabled/> or <disabled/>
2047 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2051 <enabled/> or <disabled/>
2055 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2059 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2063 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2067 <enabled/> or <disabled/>
2072 <key>EnableTrackingProtection</key>
2078 <key>Cryptomining</key>
2080 <key>Fingerprinting</key>
2082 <key>Exceptions</key>
2084 <string>https://example.com</string>
2093 "EnableTrackingProtection": {
2094 "Value": true | false,
2095 "Locked": true | false,
2096 "Cryptomining": true | false,
2097 "Fingerprinting": true | false,
2098 "Exceptions": ["https://example.com"]
2102 ### EncryptedMediaExtensions
2103 Enable or disable Encrypted Media Extensions and optionally lock it.
2105 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2107 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.
2109 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2110 **CCK2 Equivalent:** N/A\
2111 **Preferences Affected:** `media.eme.enabled`
2115 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2116 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2118 #### Windows (Intune)
2121 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2122 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2126 <enabled/>or <disabled/>
2131 <key>EncryptedMediaExtensions</key>
2144 "EncryptedMediaExtensions": {
2145 "Enabled": true | false,
2146 "Locked": true | false
2150 ### EnterprisePoliciesEnabled
2151 Enable policy support on macOS.
2153 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2154 **CCK2 Equivalent:** N/A\
2155 **Preferences Affected:** N/A
2160 <key>EnterprisePoliciesEnabled</key>
2165 Control the installation, uninstallation and locking of extensions.
2167 `Install` is a list of URLs or native paths for extensions to be installed.
2169 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2171 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2173 **Compatibility:** Firefox 60, Firefox ESR 60\
2174 **CCK2 Equivalent:** `addons`\
2175 **Preferences Affected:** N/A
2179 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2180 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2181 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2182 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2184 #### Windows (Intune)
2187 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2192 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2196 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2201 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2205 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2210 <data id="Extensions" value="1addon_id@mozilla.org"/>
2215 <key>Extensions</key>
2219 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2220 <string>//path/to/xpi</string>
2222 <key>Uninstall</key>
2224 <string>bad_addon_id@mozilla.org</string>
2228 <string>addon_id@mozilla.org</string>
2238 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2239 "Uninstall": ["bad_addon_id@mozilla.org"],
2240 "Locked": ["addon_id@mozilla.org"]
2245 ### ExtensionSettings
2246 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.
2248 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.
2250 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).
2252 The configuration for each extension is another dictionary that can contain the fields documented below.
2254 | Name | Description |
2256 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2257 | `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.
2258 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2259 | `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.
2260 | `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.
2261 | `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.
2262 | `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.
2263 | `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.
2264 | `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.
2265 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2267 **Compatibility:** Firefox 69, Firefox ESR 68.1\
2268 **CCK2 Equivalent:** N/A\
2269 **Preferences Affected:** N/A
2273 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2276 "blocked_install_message": "Custom error message.",
2277 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2278 "installation_mode": "blocked",
2279 "allowed_types": ["extension"]
2281 "uBlock0@raymondhill.net": {
2282 "installation_mode": "force_installed",
2283 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2285 "https-everywhere@eff.org": {
2286 "installation_mode": "allowed",
2290 #### Windows (Intune)
2293 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2298 <data id="ExtensionSettings" value='
2301 "blocked_install_message": "Custom error message.",
2302 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2303 "installation_mode": "blocked",
2304 "allowed_types": ["extension"]
2306 "uBlock0@raymondhill.net": {
2307 "installation_mode": "force_installed",
2308 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2310 "https-everywhere@eff.org": {
2311 "installation_mode": "allowed",
2318 <key>ExtensionSettings</key>
2322 <key>blocked_install_message</key>
2323 <string>Custom error message.</string>
2324 <key>install_sources</key>
2326 <string>about:addons</string>
2327 <string>https://addons.mozilla.org/</string>
2329 <key>installation_mode</key>
2330 <string>blocked</string>
2331 <key>allowed_types</key>
2333 <string>extension</string>
2336 <key>uBlock0@raymondhill.net</key>
2338 <key>installation_mode</key>
2339 <string>force_installed</string>
2340 <key>install_url</key>
2341 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2343 <key>https-everywhere@eff.org</key>
2345 <key>installation_mode</key>
2346 <string>allowed</string>
2355 "ExtensionSettings": {
2357 "blocked_install_message": "Custom error message.",
2358 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2359 "installation_mode": "blocked",
2360 "allowed_types": ["extension"]
2362 "uBlock0@raymondhill.net": {
2363 "installation_mode": "force_installed",
2364 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2366 "https-everywhere@eff.org": {
2367 "installation_mode": "allowed"
2374 Control extension updates.
2376 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2377 **CCK2 Equivalent:** N/A\
2378 **Preferences Affected:** `extensions.update.enabled`
2382 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2384 #### Windows (Intune)
2387 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2391 <enabled/> or <disabled/>
2396 <key>ExtensionUpdate</key>
2404 "ExtensionUpdate": true | false
2409 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2411 `Allow` is a list of origins where Flash are allowed.
2413 `Block` is a list of origins where Flash is not allowed.
2415 `Default` determines whether or not Flash is allowed by default.
2417 `Locked` prevents the user from changing Flash preferences.
2419 **Compatibility:** Firefox 60, Firefox ESR 60\
2420 **CCK2 Equivalent:** `permissions.plugin`\
2421 **Preferences Affected:** `plugin.state.flash`
2425 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2426 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2427 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2428 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2430 #### Windows (Intune)
2433 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2438 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2442 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2446 <enabled/> or <disabled/>
2450 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2454 <enabled/> or <disabled/>
2459 <key>FlashPlugin</key>
2463 <string>http://example.org</string>
2467 <string>http://example.edu</string>
2481 "Allow": ["http://example.org/"],
2482 "Block": ["http://example.edu/"],
2483 "Default": true | false,
2484 "Locked": true | false
2493 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2495 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2497 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.
2499 | Name | Description |
2501 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2502 | `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.
2503 | `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.
2504 | `name` | The display name of the handler (might not be used).
2505 | `path`| The native path to the executable to be used.
2506 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2508 **Compatibility:** Firefox 78, Firefox ESR 78\
2509 **CCK2 Equivalent:** N/A\
2510 **Preferences Affected:** N/A
2514 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
2517 "application/msword": {
2518 "action": "useSystemDefault",
2524 "action": "useHelperApp",
2525 "ask": true | false,
2528 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2534 "action": "useHelperApp",
2535 "ask": true | false,
2537 "name": "Adobe Acrobat",
2538 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2544 #### Windows (Intune)
2547 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2552 <data id="Handlers" value='
2555 "application/msword": {
2556 "action": "useSystemDefault",
2562 "action": "useHelperApp",
2563 "ask": true | false,
2566 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2572 "action": "useHelperApp",
2573 "ask": true | false,
2575 "name": "Adobe Acrobat",
2576 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2588 <key>mimeTypes</key>
2590 <key>application/msword</key>
2593 <string>useSystemDefault</string>
2603 <string>useHelperApp</string>
2610 <string>Gmail</string>
2611 <key>uriTemplate</key>
2612 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2617 <key>extensions</key>
2622 <string>useHelperApp</string>
2629 <string>Adobe Acrobat</string>
2631 <string>/System/Applications/Preview.app</string>
2645 "application/msword": {
2646 "action": "useSystemDefault",
2652 "action": "useHelperApp",
2653 "ask": true | false,
2656 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2662 "action": "useHelperApp",
2663 "ask": true | false,
2665 "name": "Adobe Acrobat",
2666 "path": "/usr/bin/acroread"
2675 Customize the Firefox Home page.
2677 **Compatibility:** Firefox 68, Firefox ESR 68\
2678 **CCK2 Equivalent:** N/A\
2679 **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`
2683 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2684 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2685 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2686 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2687 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2688 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2690 #### Windows (Intune)
2693 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2698 <data id="FirefoxHome_Search" value="true | false"/>
2699 <data id="FirefoxHome_TopSites" value="true | false"/>
2700 <data id="FirefoxHome_Highlights" value="true | false"/>
2701 <data id="FirefoxHome_Pocket" value="true | false"/>
2702 <data id="FirefoxHome_Snippets" value="true | false"/>
2703 <data id="FirefoxHome_Locked" value="true | false"/>
2708 <key>FirefoxHome</key>
2714 <key>Highlights</key>
2730 "Search": true | false,
2731 "TopSites": true | false,
2732 "Highlights": true | false,
2733 "Pocket": true | false,
2734 "Snippets": true | false,
2735 "Locked": true | false
2740 ### HardwareAcceleration
2741 Control hardware acceleration.
2743 **Compatibility:** Firefox 60, Firefox ESR 60\
2744 **CCK2 Equivalent:** N/A\
2745 **Preferences Affected:** `layers.acceleration.disabled`
2749 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
2751 #### Windows (Intune)
2754 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
2758 <enabled/> or <disabled/>
2763 <key>HardwareAcceleration</key>
2771 "HardwareAcceleration": true | false
2776 Configure the default homepage and how Firefox starts.
2778 `URL` is the default homepage.
2780 `Locked` prevents the user from changing homepage preferences.
2782 `Additional` allows for more than one homepage.
2784 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
2786 With Firefox 78, an additional option as added for `Startpage`, `homepage-locked`. This allows for locking the homepage, but still allowing the user to choose whether or not they want to restore their session.
2788 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
2789 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
2790 **Preferences Affected:** `browser.startup.homepage`,`browser.startup.page`
2794 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
2795 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
2796 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
2797 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
2798 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
2800 #### Windows (Intune)
2803 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
2809 <data id="HomepageURL" value="https://example.com"/>
2810 <data id="HomepageLocked" value="true | false"/>
2814 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
2820 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
2824 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
2830 <data id="StartPage" value="none | homepage | previous-session"/>
2838 <string>http://example.com</string>
2841 <key>Additional</key>
2843 <string>http://example.org</string>
2844 <string>http://example.edu</string>
2846 <key>StartPage</key>
2847 <string>none | homepage | previous-session | homepage-locked</string>
2856 "URL": "http://example.com/",
2857 "Locked": true | false,
2858 "Additional": ["http://example.org/",
2859 "http://example.edu/"],
2860 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
2865 ### InstallAddonsPermission
2866 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.
2868 `Allow` is a list of origins where extension installs are allowed.
2870 `Default` determines whether or not extension installs are allowed by default.
2872 **Compatibility:** Firefox 60, Firefox ESR 60\
2873 **CCK2 Equivalent:** `permissions.install`\
2874 **Preferences Affected:** `xpinstall.enabled`
2878 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
2879 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
2880 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
2882 #### Windows (Intune)
2885 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
2890 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2894 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
2903 <key>InstallAddonsPermission</key>
2907 <string>http://example.org</string>
2908 <string>http://example.edu</string>
2919 "InstallAddonsPermission": {
2920 "Allow": ["http://example.org/",
2921 "http://example.edu/"],
2922 "Default": true | false
2928 Disable the feature enforcing a separate profile for each installation.
2930 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.
2932 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
2934 This policy only work on Windows via GPO (not policies.json).
2936 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
2937 **CCK2 Equivalent:** N/A\
2938 **Preferences Affected:** N/A
2942 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
2944 #### Windows (Intune)
2947 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
2951 <enabled/> or <disabled/>
2954 Enable linking to local files by origin.
2956 **Compatibility:** Firefox 68, Firefox ESR 68\
2957 **CCK2 Equivalent:** N/A\
2958 **Preferences Affected:** `capability.policy.localfilelinks.*`
2962 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
2963 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
2965 #### Windows (Intune)
2968 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
2973 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
2978 <key>LocalFileLinks</key>
2980 <string>http://example.org</string>
2981 <string>http://example.edu</string>
2989 "LocalFileLinks": ["http://example.org/",
2990 "http://example.edu/"]
2995 Require or prevent using a primary (formerly master) password.
2997 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.
2999 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
3001 **Compatibility:** Firefox 79, Firefox ESR 78.1\
3002 **CCK2 Equivalent:** `noMasterPassword`\
3003 **Preferences Affected:** N/A
3007 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
3009 #### Windows (Intune)
3012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
3016 <enabled/> or <disabled/>
3021 <key>PrimaryPassword</key>
3029 "PrimaryPassword": true | false
3033 ### NetworkPrediction
3034 Enable or disable network prediction (DNS prefetching).
3036 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3037 **CCK2 Equivalent:** N/A\
3038 **Preferences Affected:** `network.dns.disablePrefetch`,`network.dns.disablePrefetchFromHTTPS`
3042 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3044 #### Windows (Intune)
3047 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3051 <enabled/> or <disabled/>
3056 <key>NetworkPrediction</key>
3064 "NetworkPrediction": true | false
3068 Enable or disable the New Tab page.
3070 **Compatibility:** Firefox 68, Firefox ESR 68\
3071 **CCK2 Equivalent:** N/A\
3072 **Preferences Affected:** `browser.newtabpage.enabled`
3076 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3078 #### Windows (Intune)
3081 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3085 <enabled/> or <disabled/>
3090 <key>NewTabPage</key>
3098 "NewTabPage": true | false
3101 ### NoDefaultBookmarks
3102 Disable the creation of default bookmarks.
3104 This policy is only effective if the user profile has not been created yet.
3106 **Compatibility:** Firefox 60, Firefox ESR 60\
3107 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3108 **Preferences Affected:** N/A
3112 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3114 #### Windows (Intune)
3117 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3121 <enabled/> or <disabled/>
3126 <key>NoDefaultBookmarks</key>
3134 "NoDefaultBookmarks": true | false
3138 ### OfferToSaveLogins
3139 Control whether or not Firefox offers to save passwords.
3141 **Compatibility:** Firefox 60, Firefox ESR 60\
3142 **CCK2 Equivalent:** `dontRememberPasswords`\
3143 **Preferences Affected:** `signon.rememberSignons`
3147 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3149 #### Windows (Intune)
3152 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3156 <enabled/> or <disabled/>
3161 <key>OfferToSaveLogins</key>
3169 "OfferToSaveLogins": true | false
3173 ### OfferToSaveLoginsDefault
3174 Sets the default value of signon.rememberSignons without locking it.
3176 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3177 **CCK2 Equivalent:** `dontRememberPasswords`\
3178 **Preferences Affected:** `signon.rememberSignons`
3182 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3184 #### Windows (Intune)
3187 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3191 <enabled/> or <disabled/>
3196 <key>OfferToSaveLoginsDefault</key>
3204 "OfferToSaveLoginsDefault": true | false
3208 ### OverrideFirstRunPage
3209 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
3211 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
3213 **Compatibility:** Firefox 60, Firefox ESR 60\
3214 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3215 **Preferences Affected:** `startup.homepage_welcome_url`
3219 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3221 #### Windows (Intune)
3224 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3229 <data id="OverridePage" value="https://example.com"/>
3234 <key>OverrideFirstRunPage</key>
3235 <string>http://example.org</string>
3242 "OverrideFirstRunPage": "http://example.org"
3245 ### OverridePostUpdatePage
3246 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
3248 **Compatibility:** Firefox 60, Firefox ESR 60\
3249 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3250 **Preferences Affected:** `startup.homepage_override_url`
3254 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3256 #### Windows (Intune)
3259 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3264 <data id="OverridePage" value="https://example.com"/>
3269 <key>OverridePostUpdatePage</key>
3270 <string>http://example.org</string>
3277 "OverridePostUpdatePage": "http://example.org"
3280 ### PasswordManagerEnabled
3281 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3283 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3284 **CCK2 Equivalent:** N/A\
3285 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3289 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3291 #### Windows (Intune)
3294 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3298 <enabled/> or <disabled/>
3303 <key>PasswordManagerEnabled</key>
3311 "PasswordManagerEnabled": true | false
3316 Disable or configure PDF.js, the built-in PDF viewer.
3318 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3320 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3322 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.
3324 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3325 **CCK2 Equivalent:** N/A\
3326 **Preferences Affected:** `pdfjs.diabled`,`pdfjs.enablePermissions`
3330 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3331 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3333 #### Windows (Intune)
3336 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3337 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3341 <enabled/>or <disabled/>
3350 <key>EnablePermissions</key>
3360 "Enabled": true | false,
3361 "EnablePermissions": true | false
3366 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.
3368 `Allow` is a list of origins where the feature is allowed.
3370 `Block` is a list of origins where the feature is not allowed.
3372 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3374 `Locked` prevents the user from changing preferences for the feature.
3376 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3378 **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)\
3379 **CCK2 Equivalent:** N/A\
3380 **Preferences Affected:** `permissions.default.camera`,`permissions.default.microphone`,`permissions.default.geo`,`permissions.default.desktop-notification`,`media.autoplay.default`.`permissions.default.xr`
3384 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3385 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3386 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3387 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3388 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3389 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3390 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3391 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3392 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3393 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3394 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3395 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3396 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3397 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3398 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3399 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3400 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3401 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3402 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3403 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3404 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3405 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
3406 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
3407 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
3408 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
3410 #### Windows (Intune)
3413 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3417 <enabled/> or <disabled/>
3421 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3425 <enabled/> or <disabled/>
3429 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3434 <data id="Permissions" value="1https://example.org"/>
3438 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3442 <enabled/> or <disabled/>
3446 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3450 <enabled/> or <disabled/>
3454 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3459 <data id="Permissions" value="1https://example.org"/>
3463 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3468 <data id="Permissions" value="1https://example.edu"/>
3472 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3477 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3481 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3485 <enabled/> or <disabled/>
3489 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
3494 <data id="Permissions" value="1https://example.org"/>
3498 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
3503 <data id="Permissions" value="1https://example.edu"/>
3507 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
3511 <enabled/> or <disabled/>
3515 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
3519 <enabled/> or <disabled/>
3524 <key>Permissions</key>
3530 <string>https://example.org</string>
3531 <string>https://example.org:1234</string>
3535 <string>https://example.edu</string>
3537 <key>BlockNewRequests</key>
3542 <key>Microphone</key>
3546 <string>https://example.org</string>
3550 <string>https://example.edu</string>
3552 <key>BlockNewRequests</key>
3561 <string>https://example.org</string>
3565 <string>https://example.edu</string>
3567 <key>BlockNewRequests</key>
3572 <key>Notifications</key>
3576 <string>https://example.org</string>
3580 <string>https://example.edu</string>
3582 <key>BlockNewRequests</key>
3591 <string>https://example.org</string>
3595 <string>https://example.edu</string>
3598 <string>allow-audio-video | block-audio | block-audio-video</string>
3611 "Allow": ["https://example.org","https://example.org:1234"],
3612 "Block": ["https://example.edu"],
3613 "BlockNewRequests": true | false,
3614 "Locked": true | false
3617 "Allow": ["https://example.org"],
3618 "Block": ["https://example.edu"],
3619 "BlockNewRequests": true | false,
3620 "Locked": true | false
3623 "Allow": ["https://example.org"],
3624 "Block": ["https://example.edu"],
3625 "BlockNewRequests": true | false,
3626 "Locked": true | false
3629 "Allow": ["https://example.org"],
3630 "Block": ["https://example.edu"],
3631 "BlockNewRequests": true | false,
3632 "Locked": true | false
3635 "Allow": ["https://example.org"],
3636 "Block": ["https://example.edu"],
3637 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
3638 "Locked": true | false
3644 ### PictureInPicture
3646 Enable or disable Picture-in-Picture.
3648 **Compatibility:** Firefox 78, Firefox ESR 78\
3649 **CCK2 Equivalent:** N/A\
3650 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
3654 Software\Policies\Mozilla\Firefox\PictureInPicture = 0x1 | 0x0
3656 #### Windows (Intune)
3659 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PictureInPicture
3663 <enabled/> or <disabled/>
3668 <key>PictureInPicture</key>
3676 "PictureInPicture": true | false
3681 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
3683 `Allow` is a list of origins where popup-windows are allowed.
3685 `Default` determines whether or not pop-up windows are allowed by default.
3687 `Locked` prevents the user from changing pop-up preferences.
3689 **Compatibility:** Firefox 60, Firefox ESR 60\
3690 **CCK2 Equivalent:** `permissions.popup`\
3691 **Preferences Affected:** `dom.disable_open_during_load`
3695 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
3696 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
3697 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
3698 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
3700 #### Windows (Intune)
3703 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
3708 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3712 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
3716 <enabled/> or <disabled/>
3720 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
3724 <enabled/> or <disabled/>
3729 <key>PopupBlocking</key>
3733 <string>http://example.org</string>
3734 <string>http://example.edu</string>
3748 "Allow": ["http://example.org/",
3749 "http://example.edu/"],
3750 "Default": true | false,
3751 "Locked": true | false
3757 Set and lock preferences.
3759 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
3761 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.
3763 Preferences that start with the following prefixes are supported:
3767 datareporting.policy.
3770 general.autoScroll (Firefox 83, Firefox ESR 78.5)
3771 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
3779 signon. (Firefox 83, Firefox ESR 78.5)
3783 as well as the following security preferences:
3784 | Preference | Type | Default
3786 | security.default_personal_cert | string | Ask Every Time
3787 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
3788 | security.insecure_connection_text.enabled | bool | false
3789 | If set to true, adds the words "Not Secure" for insecure sites.
3790 | security.insecure_connection_text.pbmode.enabled | bool | false
3791 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
3792 | security.insecure_field_warning.contextual.enabled | bool | true
3793 | If set to false, remove the warning for inscure login fields.
3794 | security.mixed_content.block_active_content | boolean | true
3795 | If false, mixed active content (HTTP and HTTPS) is not blocked.
3796 | security.osclientcerts.autoload | boolean | false
3797 | If true, client certificates are loaded from the operating system certificate store.
3798 | security.ssl.errorReporting.enabled | boolean | true
3799 | If false, SSL errors cannot be sent to Mozilla.
3800 | security.tls.hello_downgrade_check | boolean | true
3801 | If false, the TLS 1.3 downgrade check is disabled.
3802 | security.warn_submit_secure_to_insecure | boolean | true
3803 | If false, no warning is shown when submitting s form from https to http.
3806 Using the preference as the key, set the `Value` to the corresponding preference value.
3808 `Status` can be "default", "locked", "user" or "clear"
3810 Default preferences can be modified by the user.
3812 If a value is locked, it is also set as the default.
3814 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.
3816 User preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
3818 See the examples below for more detail.
3820 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
3823 **Compatibility:** Firefox 81, Firefox ESR 78.3\
3824 **CCK2 Equivalent:** `preferences`\
3825 **Preferences Affected:** Many
3829 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
3831 "accessibility.force_disabled": {
3835 "browser.cache.disk.parent_directory": {
3836 "Value": "SOME_NATIVE_PATH",
3839 "browser.tabs.warnOnClose": {
3845 #### Windows (Intune)
3848 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
3853 <data id="Preferences" value='
3855 "accessibility.force_disabled": {
3859 "browser.cache.disk.parent_directory": {
3860 "Value": "SOME_NATIVE_PATH",
3863 "browser.tabs.warnOnClose": {
3872 <key>Preferences</key>
3874 <key>accessibility.force_disabled</key>
3877 <integer>1</integer>
3879 <string>default</string>
3881 <key>browser.cache.disk.parent_directory</key>
3884 <string>SOME_NATIVE_PATH</string>
3886 <string>user</string>
3888 <key>browser.tabs.warnOnClose</key>
3893 <string>locked</string>
3903 "accessibility.force_disabled": {
3907 "browser.cache.disk.parent_directory": {
3908 "Value": "SOME_NATIVE_PATH",
3911 "browser.tabs.warnOnClose": {
3919 ### Preferences (Deprecated)
3920 Set and lock certain preferences.
3922 **Compatibility:** See below\
3923 **CCK2 Equivalent:** `preferences`\
3924 **Preferences Affected:** See below
3926 | Preference | Type | Compatibility | Default
3927 | --- | --- | --- | ---
3928 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
3929 | If set to 1, platform accessibility is disabled.
3930 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
3931 | If false, Firefox doesn't automatically install update.
3932 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
3933 | If true, bookmarks are exported on shutdown.
3934 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
3935 | If set, the name of the file where bookmarks are exported and imported.
3936 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
3937 | If true, bookmarks are restored to their defaults.
3938 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
3939 | If false, don't store cache on the hard drive.
3940 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
3941 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
3942 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
3943 | If true, single words are sent to DNS, not directly to search.
3944 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
3945 | 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.
3946 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
3947 | If true, bookmarks are always imported on startup.
3948 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3949 | If false, phishing protection is not enabled (Not recommended)
3950 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3951 | If false, malware protection is not enabled (Not recommended)
3952 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
3953 | If false, updates for search engines are not checked.
3954 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
3955 | If true, a notification isn't shown if startup is slow.
3956 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
3957 | If false, there is no warning when the browser is closed.
3958 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
3959 | If true, tab previews are shown in the Windows taskbar.
3960 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
3961 | If false, bookmarks aren't suggested when typing in the URL bar.
3962 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
3963 | If false, history isn't suggested when typing in the URL bar.
3964 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
3965 | If false, open tabs aren't suggested when typing in the URL bar.
3966 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
3967 | If true, don't show the privacy policy tab on first run.
3968 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
3969 | If false, web page can close windows.
3970 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
3971 | If false, web pages can focus and activate windows.
3972 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
3973 | If true, web pages can't move or resize windows.
3974 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3975 | If false, web pages can't override context menus.
3976 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
3977 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
3978 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
3979 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
3980 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
3981 | If false, XMLDocument.load is not available.
3982 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
3983 | If false, XMLDocument.async is not available.
3984 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3985 | If false, the extensions blocklist is not used (Not recommended)
3986 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
3987 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
3988 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
3989 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
3990 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3991 | If false, the geolocation API is disabled. | Language dependent
3992 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
3993 | If set, preferred language for web pages.
3994 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
3995 | If false, Encrypted Media Extensions are not enabled.
3996 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3997 | If false, the OpenH264 plugin is not downloaded.
3998 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3999 | If false, the Widevine plugin is not downloaded.
4000 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4001 | If false, WebRTC is disabled
4002 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4003 | If set, a list of domains for which mDNS hostname obfuscation is
4005 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4006 | If set, a list of domains for which mDNS hostname obfuscation is
4008 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4009 | If true, IPv6 DNS lokoups are disabled.
4010 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4011 | If true, display the punycode version of internationalized domain names.
4012 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4013 | If false, history is not enabled.
4014 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4015 | If false, print settings are not saved between jobs.
4016 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4017 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4018 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4019 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4020 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4021 | If true, client certificates are loaded from the operating system certificate store.
4022 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4023 | If false, SSL errors cannot be sent to Mozilla.
4024 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4025 | If false, the TLS 1.3 downgrade check is disabled.
4026 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4027 | If false, the Alt key doesn't show the menubar on Windows.
4028 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4029 | If set, overrides the GTK theme for widgets.
4032 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4033 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4035 #### Windows (Intune)
4036 OMA-URI: (periods are replaced by underscores)
4038 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4042 <enabled/> or <disabled/>
4044 OMA-URI: (periods are replaced by underscores)
4046 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4051 <data id="Preferences_String" value="string_value"/>
4056 <key>Preferences</key>
4058 <key>boolean_preference_name</key>
4060 <key>string_preference_name</key>
4061 <string>string_value</string>
4070 "boolean_preference_name": true | false,
4071 "string_preference_name": "string_value"
4076 ### PromptForDownloadLocation
4077 Ask where to save each file before downloading.
4079 **Compatibility:** Firefox 68, Firefox ESR 68\
4080 **CCK2 Equivalent:** N/A\
4081 **Preferences Affected:** `browser.download.useDownloadDir`
4085 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4087 #### Windows (Intune)
4090 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4094 <enabled/> or <disabled/>
4099 <key>PromptForDownloadLocation</key>
4107 "PromptForDownloadLocation": true | false
4112 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
4113 To specify ports, append them to the hostnames with a colon (:).
4115 `Mode` is the proxy method being used.
4117 `Locked` is whether or not proxy settings can be changed.
4119 `HTTPProxy` is the HTTP proxy server.
4121 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
4123 `SSLProxy` is the SSL proxy server.
4125 `FTPProxy` is the FTP proxy server.
4127 `SOCKSProxy` is the SOCKS proxy server
4129 `SOCKSVersion` is the SOCKS version (4 or 5)
4131 `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.
4133 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
4135 `AutoLogin` means do not prompt for authentication if password is saved.
4137 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
4139 **Compatibility:** Firefox 60, Firefox ESR 60\
4140 **CCK2 Equivalent:** `networkProxy*`\
4141 **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`
4145 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
4146 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
4147 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
4148 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
4149 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
4150 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
4151 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
4152 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
4153 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
4154 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
4155 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
4156 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
4158 #### Windows (Intune)
4161 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
4166 <data id="ProxyLocked" value="true | false"/>
4167 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
4168 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
4169 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
4170 <data id="SSLProxy" value="https://sslproxy.example.com"/>
4171 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
4172 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
4173 <data id="SOCKSVersion" value="4 | 5"/>
4174 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
4175 <data id="Passthrough" value="<local>"/>
4176 <data id="AutoLogin" value="true | false"/>
4177 <data id="UseProxyForDNS" value="true | false"/>
4185 <string>none | system | manual | autoDetect | autoConfig</string>
4188 <key>HTTPProxy</key>
4189 <string>https://httpproxy.example.com</string>
4190 <key>UseHTTPProxyForAllProtocols</key>
4193 <string>https://sslproxy.example.com</string>
4195 <string>https://ftpproxy.example.com</string>
4196 <key>SOCKSProxy</key>
4197 <string>https://socksproxy.example.com</string>
4198 <key>SOCKSVersion</key>
4199 <string>4 | 5</string>
4200 <key>Passthrough</key>
4201 <string><local>></string>
4202 <key>AutoConfigURL</key>
4203 <string>URL_TO_AUTOCONFIG</string>
4204 <key>AutoLogin</key>
4206 <key>UseProxyForDNS</key>
4216 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
4217 "Locked": true | false,
4218 "HTTPProxy": "hostname",
4219 "UseHTTPProxyForAllProtocols": true | false,
4220 "SSLProxy": "hostname",
4221 "FTPProxy": "hostname",
4222 "SOCKSProxy": "hostname",
4223 "SOCKSVersion": 4 | 5
4224 "Passthrough": "<local>",
4225 "AutoConfigURL": "URL_TO_AUTOCONFIG",
4226 "AutoLogin": true | false,
4227 "UseProxyForDNS": true | false
4232 ### RequestedLocales
4233 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
4235 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
4237 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
4238 **CCK2 Equivalent:** N/A\
4239 **Preferences Affected:** N/A
4242 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
4243 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
4247 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
4249 #### Windows (Intune)
4252 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
4257 <data id="Preferences_String" value="de,en-US"/>
4262 <key>RequestedLocales</key>
4265 <string>en-US</string>
4272 <key>RequestedLocales</key>
4273 <string>de,en-US</string>
4281 "RequestedLocales": ["de", "en-US"]
4289 "RequestedLocales": "de,en-US"
4293 <a name="SanitizeOnShutdown"></a>
4295 ### SanitizeOnShutdown (Selective)
4296 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
4298 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.
4300 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
4301 **CCK2 Equivalent:** N/A\
4302 **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`
4305 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4306 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4307 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4308 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4309 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4310 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4311 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4312 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4313 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4315 #### Windows (Intune)
4318 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4322 <enabled/> or <disabled/>
4327 <key>SanitizeOnShutdown</key>
4333 <key>Downloads</key>
4341 <key>SiteSettings</key>
4343 <key>OfflineApps</key>
4354 "SanitizeOnShutdown": {
4355 "Cache": true | false,
4356 "Cookies": true | false,
4357 "Downloads": true | false,
4358 "FormData": true | false,
4359 "History": true | false,
4360 "Sessions": true | false,
4361 "SiteSettings": true | false,
4362 "OfflineApps": true | false,
4363 "Locked": true | false
4368 ### SanitizeOnShutdown (All)
4369 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4371 **Compatibility:** Firefox 60, Firefox ESR 60\
4372 **CCK2 Equivalent:** N/A\
4373 **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`
4376 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4378 #### Windows (Intune)
4381 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4385 <enabled/> or <disabled/>
4390 <key>SanitizeOnShutdown</key>
4398 "SanitizeOnShutdown": true | false
4403 Set whether or not search bar is displayed.
4405 **Compatibility:** Firefox 60, Firefox ESR 60\
4406 **CCK2 Equivalent:** `showSearchBar`\
4407 **Preferences Affected:** N/A
4411 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
4414 #### Windows (Intune)
4417 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
4422 <data id="Permissions" value="unified | separate"/>
4427 <key>SearchBar</key>
4428 <string>unified | separate</string>
4435 "SearchBar": "unified" | "separate"
4439 <a name="SearchEngines"></a>
4441 ### SearchEngines (This policy is only available on the ESR.)
4443 ### SearchEngines | Default
4445 Set the default search engine. This policy is only available on the ESR.
4447 **Compatibility:** Firefox ESR 60\
4448 **CCK2 Equivalent:** `defaultSearchEngine`\
4449 **Preferences Affected:** N/A
4453 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
4455 #### Windows (Intune)
4458 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
4463 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
4468 <key>SearchEngines</key>
4471 <string>NAME_OF_SEARCH_ENGINE</string>
4480 "Default": "NAME_OF_SEARCH_ENGINE"
4485 ### SearchEngines | PreventInstalls
4487 Prevent installing search engines from webpages.
4489 **Compatibility:** Firefox ESR 60\
4490 **CCK2 Equivalent:** `disableSearchEngineInstall`\
4491 **Preferences Affected:** N/A
4495 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
4497 #### Windows (Intune)
4500 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
4504 <enabled/> or <disabled/>
4509 <key>SearchEngines</key>
4511 <key>PreventInstalls</key>
4521 "PreventInstalls": true | false
4526 ### SearchEngines | Remove
4528 Hide built-in search engines. This policy is only available on the ESR.
4530 **Compatibility:** Firefox ESR 60.2\
4531 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
4532 **Preferences Affected:** N/A
4536 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
4538 #### Windows (Intune)
4541 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
4546 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
4551 <key>SearchEngines</key>
4555 <string>NAME_OF_SEARCH_ENGINE</string>
4565 "Remove": ["NAME_OF_SEARCH_ENGINE"]
4570 ### SearchEngines | Add
4572 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
4574 `Name` is the name of the search engine.
4576 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
4578 `Method` is either GET or POST
4580 `IconURL` is a URL for the icon to use.
4582 `Alias` is a keyword to use for the engine.
4584 `Description` is a description of the search engine.
4586 `PostData` is the POST data as name value pairs separated by &.
4588 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
4590 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68)\
4591 **CCK2 Equivalent:** `searchplugins`\
4592 **Preferences Affected:** N/A
4596 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
4597 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
4598 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
4599 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
4600 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
4601 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
4602 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
4603 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
4605 #### Windows (Intune)
4608 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
4613 <data id="SearchEngine_Name" value="Example1"/>
4614 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
4615 <data id="SearchEngine_Method" value="GET | POST"/>
4616 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
4617 <data id="SearchEngine_Alias" value="example"/>
4618 <data id="SearchEngine_Description" value="Example Description"/>
4619 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
4620 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
4625 <key>SearchEngines</key>
4631 <string>Example1</string>
4632 <key>URLTemplate</key>
4633 <string>https://www.example.org/q={searchTerms}</string>
4635 <string>GET | POST </string>
4637 <string>https://www.example.org/favicon.ico</string>
4639 <string>example</string>
4640 <key>Description</key>
4641 <string>Example Description</string>
4642 <key>SuggestURLTemplate</key>
4643 <string>https://www.example.org/suggestions/q={searchTerms}</string>
4645 <string>name=value&q={searchTerms}</string>
4659 "URLTemplate": "https://www.example.org/q={searchTerms}",
4660 "Method": "GET" | "POST",
4661 "IconURL": "https://www.example.org/favicon.ico",
4663 "Description": "Description",
4664 "PostData": "name=value&q={searchTerms}",
4665 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
4672 ### SearchSuggestEnabled
4674 Enable search suggestions.
4676 **Compatibility:** Firefox 68, Firefox ESR 68\
4677 **CCK2 Equivalent:** N/A\
4678 **Preferences Affected:** `browser.urlbar.suggest.searches`,`browser.search.suggest.enabled`
4682 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
4684 #### Windows (Intune)
4687 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
4691 <enabled/> or <disabled/>
4696 <key>SearchSuggestEnabled</key>
4704 "SearchSuggestEnabled": true | false
4710 Install PKCS #11 modules.
4712 **Compatibility:** Firefox 64, Firefox ESR 60.4\
4713 **CCK2 Equivalent:** `certs.devices`\
4714 **Preferences Affected:** N/A
4718 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
4720 #### Windows (Intune)
4723 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
4728 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
4733 <key>SecurityDevices</key>
4735 <key>NAME_OF_DEVICE</key>
4736 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
4745 "SecurityDevices": {
4746 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
4753 Set and lock the maximum version of TLS.
4755 **Compatibility:** Firefox 66, Firefox ESR 60.6\
4756 **CCK2 Equivalent:** N/A\
4757 **Preferences Affected:** `security.tls.version.max`
4761 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4763 #### Windows (Intune)
4766 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
4771 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
4776 <key>SSLVersionMax</key>
4777 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
4785 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4791 Set and lock the minimum version of TLS.
4793 **Compatibility:** Firefox 66, Firefox ESR 60.6\
4794 **CCK2 Equivalent:** N/A\
4795 **Preferences Affected:** `security.tls.version.min`
4799 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4801 #### Windows (Intune)
4804 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
4809 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
4814 <key>SSLVersionMin</key>
4815 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
4823 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4828 Add a menuitem to the help menu for specifying support information.
4830 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
4831 **CCK2 Equivalent:** helpMenu\
4832 **Preferences Affected:** N/A
4836 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
4837 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
4838 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
4840 #### Windows (Intune)
4843 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
4848 <data id="SupportMenuTitle" value="Support Menu"/>
4849 <data id="SupportMenuURL" value="http://example.com/support"/>
4850 <data id="SupportMenuAccessKey" value="S">
4855 <key>SupportMenu</key>
4858 <string>SupportMenu</string>
4860 <string>http://example.com/support</string>
4861 <key>AccessKey</key>
4871 "Title": "Support Menu",
4872 "URL": "http://example.com/support",
4880 Prevent Firefox from messaging the user in certain situations.
4882 `WhatsNew` Remove the "What's New" icon and menuitem. (Firefox 75 only)
4884 `ExtensionRecommendations` Don't recommend extensions while the user is visiting web pages.
4886 `FeatureRecommendations` Don't recommend browser features.
4888 `UrlbarInterventions` Don't offer Firefox specific suggestions in the URL bar. (Firefox 75 only)
4890 **Compatibility:** Firefox 75, Firefox ESR 68.7\
4891 **CCK2 Equivalent:** N/A\
4892 **Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
4896 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
4897 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
4898 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
4899 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
4901 #### Windows (Intune)
4904 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_WhatsNew
4905 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_ExtensionRecommendations
4906 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_FeatureRecommendations
4907 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_UrlbarInterventions
4911 <enabled/> or <disabled/>
4916 <key>UserMessaging</key>
4920 <key>ExtensionRecommendations</key>
4922 <key>FeatureRecommendations</key>
4924 <key>UrlbarInterventions</key>
4934 "WhatsNew": true | false,
4935 "ExtensionRecommendations": true | false,
4936 "FeatureRecommendations": true | false,
4937 "UrlbarInterventions": true | false
4943 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.
4944 The arrays are limited to 1000 entries each.
4946 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
4948 **Compatibility:** Firefox 60, Firefox ESR 60\
4949 **CCK2 Equivalent:** N/A\
4950 **Preferences Affected:** N/A
4954 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
4955 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
4957 #### Windows (Intune)
4960 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
4965 <data id="WebsiteFilter" value="1<all_urls>"/>
4969 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
4974 <data id="WebsiteFilter" value="1http://example.org/*"/>
4979 <key>WebsiteFilter</key>
4983 <string><all_urls></string>
4985 <key>Exceptions</key>
4987 <string>http://example.org/*</string>
4998 "Block": ["<all_urls>"],
4999 "Exceptions": ["http://example.org/*"]