1 **These policies are in active development and so might contain changes that do not work with current versions of Firefox.**
3 **You should use the [officially released versions](https://github.com/mozilla/policy-templates/releases) if you are deploying changes.**
5 Policies can be specified using the [Group Policy templates on Windows](https://github.com/mozilla/policy-templates/tree/master/windows), [Intune on Windows](https://support.mozilla.org/kb/managing-firefox-intune), [configuration profiles on macOS](https://github.com/mozilla/policy-templates/tree/master/mac), or by creating a file called `policies.json`. On Windows, create a directory called `distribution` where the EXE is located and place the file there. On Mac, the file goes into `Firefox.app/Contents/Resources/distribution`. On Linux, the file goes into `firefox/distribution`, where `firefox` is the installation directory for firefox, which varies by distribution or you can specify system-wide policy by placing the file in `/etc/firefox/policies`.
7 | Policy Name | Description
9 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
10 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
11 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
12 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
13 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
14 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
15 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
16 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
17 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
18 | **[`Certificates`](#certificates)** |
19 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
20 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
21 | **[`Cookies`](#cookies)** | Configure cookie preferences.
22 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
23 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
24 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
25 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
26 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
27 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
28 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
29 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
30 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
31 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
32 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
33 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
34 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
35 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
36 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
37 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
38 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
39 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
40 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
41 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
42 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update.
43 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
44 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
45 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
46 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
47 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
48 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
49 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
50 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
51 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
52 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
53 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
54 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
55 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
56 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
57 | **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
58 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
59 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
60 | **[`Handlers`](#handlers)** | Configure default application handlers.
61 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
62 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
63 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
64 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
65 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
66 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
67 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
68 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
69 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
70 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
71 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
72 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
73 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
74 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
75 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
76 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
77 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
78 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
79 | **[`Preferences`](#preferences)** | Set and lock preferences.
80 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
81 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
82 | **[`Proxy`](#proxy)** | Configure proxy settings.
83 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
84 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
85 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
86 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
87 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
88 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
89 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
90 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
91 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
92 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
93 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
94 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
95 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
96 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
97 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
98 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
102 Enable or disable **automatic** application update.
104 If set to true, application updates are installed without user approval.
106 If set to false, application updates are downloaded but the user can choose when to install the update.
108 If you have disabled updates via DisableAppUpdate, this policy has no effect.
110 **Compatibility:** Firefox 75, Firefox ESR 68.7\
111 **CCK2 Equivalent:** N/A\
112 **Preferences Affected:** app.update.auto
116 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
118 #### Windows (Intune)
121 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
125 <enabled/> or <disabled/>
130 <key>AppAutoUpdate</key>
138 "AppAutoUpdate": true | false
144 Change the URL for application update.
146 **Compatibility:** Firefox 62, Firefox ESR 60.2\
147 **CCK2 Equivalent:** N/A\
148 **Preferences Affected:** `app.update.url`
152 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
154 #### Windows (Intune)
157 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
162 <data id="AppUpdateURL" value="https://yoursite.com"/>
167 <key>AppUpdateURL</key>
168 <string>https://yoursite.com</string>
175 "AppUpdateURL": "https://yoursite.com"
181 Configure sites that support integrated authentication.
183 See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information.
185 `PrivateBrowsing` enables integrated authentication in private browsing.
187 **Compatibility:** Firefox 60, Firefox ESR 60 (AllowNonFQDN added in 62/60.2, AllowProxies added in 70/68.2, Locked added in 71/68.3, PrivateBrowsing added in 77/68.9)\
188 **CCK2 Equivalent:** N/A\
189 **Preferences Affected:** `network.negotiate-auth.trusted-uris`,`network.negotiate-auth.delegation-uris`,`network.automatic-ntlm-auth.trusted-uris`,`network.automatic-ntlm-auth.allow-non-fqdn`,`network.negotiate-auth.allow-non-fqdn`,`network.automatic-ntlm-auth.allow-proxies`,`network.negotiate-auth.allow-proxies`,`network.auth.private-browsing-sso`
193 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
194 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
195 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
196 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
197 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
198 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
199 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
200 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
201 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
202 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
203 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
204 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
206 #### Windows (Intune)
209 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
214 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
218 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
223 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
227 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
232 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
236 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
241 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
242 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
246 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
250 <enabled/> or <disabled/>
254 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
258 <enabled/> or <disabled/>
263 <key>Authentication</key>
267 <string>mydomain.com</string>
268 <string>https://myotherdomain.com</string>
272 <string>mydomain.com</string>
273 <string>https://myotherdomain.com</string>
277 <string>mydomain.com</string>
278 <string>https://myotherdomain.com</string>
280 <key>AllowNonFQDN</key>
287 <key>AllowProxies</key>
296 <key>PrivateBrowsing</key>
306 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
307 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
308 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
310 "SPNEGO": true | false,
314 "SPNEGO": true | false,
317 "Locked": true | false,
318 "PrivateBrowsing": true | false
325 Block access to the Add-ons Manager (about:addons).
327 **Compatibility:** Firefox 60, Firefox ESR 60\
328 **CCK2 Equivalent:** `disableAddonsManager`\
329 **Preferences Affected:** N/A
333 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
335 #### Windows (Intune)
338 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
342 <enabled/> or <disabled/>
347 <key>BlockAboutAddons</key>
355 "BlockAboutAddons": true | false
361 Block access to about:config.
363 **Compatibility:** Firefox 60, Firefox ESR 60\
364 **CCK2 Equivalent:** `disableAboutConfig`\
365 **Preferences Affected:** N/A
369 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
371 #### Windows (Intune)
374 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
378 <enabled/> or <disabled/>
383 <key>BlockAboutConfig</key>
391 "BlockAboutConfig": true | false
395 ### BlockAboutProfiles
397 Block access to About Profiles (about:profiles).
399 **Compatibility:** Firefox 60, Firefox ESR 60\
400 **CCK2 Equivalent:** `disableAboutProfiles`\
401 **Preferences Affected:** N/A
405 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
407 #### Windows (Intune)
410 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
414 <enabled/> or <disabled/>
419 <key>BlockAboutProfiles</key>
427 "BlockAboutProfiles": true | false
431 ### BlockAboutSupport
433 Block access to Troubleshooting Information (about:support).
435 **Compatibility:** Firefox 60, Firefox ESR 60\
436 **CCK2 Equivalent:** `disableAboutSupport`\
437 **Preferences Affected:** N/A
441 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
443 #### Windows (Intune)
446 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
450 <enabled/> or <disabled/>
455 <key>BlockAboutSupport</key>
463 "BlockAboutSupport": true | false
469 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.
471 **Compatibility:** Firefox 60, Firefox ESR 60\
472 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
473 **Preferences Affected:** N/A
477 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
478 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
479 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
480 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
481 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
483 #### Windows (Intune)
486 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
491 <data id="BookmarkTitle" value="Example"/>
492 <data id="BookmarkURL" value="https://example.com"/>
493 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
494 <data id="BookmarkPlacement" value="toolbar | menu"/>
495 <data id="BookmarkFolder" value="FolderName"/>
504 <string>Example</string>
506 <string>https://example.com</string>
508 <string>https://example.com/favicon.ico</string>
510 <string>toolbar | menu</string>
512 <string>FolderName</string>
524 "URL": "https://example.com",
525 "Favicon": "https://example.com/favicon.ico",
526 "Placement": "toolbar" | "menu",
527 "Folder": "FolderName"
534 Enable or disable the detection of captive portals.
536 **Compatibility:** Firefox 67, Firefox ESR 60.7\
537 **CCK2 Equivalent:** N/A\
538 **Preferences Affected:** `network.captive-portal-service.enabled`
542 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
544 #### Windows (Intune)
547 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
551 <enabled/> or <disabled/>
556 <key>CaptivePortal</key>
564 "CaptivePortal": true | false
570 ### Certificates | ImportEnterpriseRoots
572 Trust certificates that have been added to the operating system certificate store by a user or administrator.
574 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
576 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
578 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
579 **CCK2 Equivalent:** N/A\
580 **Preferences Affected:** `security.enterprise_roots.enabled`
584 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
586 #### Windows (Intune)
589 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
593 <enabled/> or <disabled/>
598 <key>Certificates</key>
600 <key>ImportEnterpriseRoots</key>
610 "ImportEnterpriseRoots": true | false
615 ### Certificates | Install
617 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
620 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
621 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
623 - /Library/Application Support/Mozilla/Certificates
624 - ~/Library/Application Support/Mozilla/Certificates
626 - /usr/lib/mozilla/certificates
627 - /usr/lib64/mozilla/certificates
628 - ~/.mozilla/certificates
630 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.
632 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.
634 Certificates are installed using the trust string `CT,CT,`.
636 Binary (DER) and ASCII (PEM) certificates are both supported.
638 **Compatibility:** Firefox 64, Firefox ESR 64\
639 **CCK2 Equivalent:** `certs.ca`\
640 **Preferences Affected:** N/A
644 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
645 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
647 #### Windows (Intune)
650 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
655 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
660 <key>Certificates</key>
664 <string>cert1.der</string>
665 <string>/Users/username/cert2.pem</string>
675 "Install": ["cert1.der", "/home/username/cert2.pem"]
681 Configure cookie preferences.
683 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
685 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
687 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
689 `Default` determines whether cookies are accepted at all.
691 `AcceptThirdParty` determines how third-party cookies are handled.
693 `ExpireAtSessionEnd` determines when cookies expire.
695 `RejectTracker` only rejects cookies for trackers.
697 `Locked` prevents the user from changing cookie preferences.
699 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker added in Firefox 63, AllowSession added in Firefox 79/78.1)\
700 **CCK2 Equivalent:** N/A\
701 **Preferences Affected:** `network.cookie.cookieBehavior`,`network.cookie.lifetimePolicy`
705 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
706 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
707 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
708 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
709 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
710 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
711 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
712 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
714 #### Windows (Intune)
717 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
722 <data id="Cookies_Allow" value="1https://example.com"/>
726 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
731 <data id="Cookies_Allow" value="1https://example.edu"/>
735 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
740 <data id="Cookies_Block" value="1https://example.org"/>
744 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
748 <enabled/> or <disabled/>
752 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
757 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
761 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
765 <enabled/> or <disabled/>
769 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
773 <enabled/> or <disabled/>
777 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
781 <enabled/> or <disabled/>
790 <string>http://example.com</string>
792 <key>AllowSession</key>
794 <string>http://example.edu</string>
798 <string>http://example.org</string>
802 <key>AcceptThirdParty</key>
803 <string>always | never | from-visited</string>
804 <key>ExpireAtSessionEnd</key>
806 <key>RejectTracker</key>
818 "Allow": ["http://example.org/"],
819 "AllowSession": ["http://example.edu/"],
820 "Block": ["http://example.edu/"],
821 "Default": true | false,
822 "AcceptThirdParty": "always" | "never" | "from-visited",
823 "ExpireAtSessionEnd": true | false,
824 "RejectTracker": true | false,
825 "Locked": true | false
830 ### DisableSetDesktopBackground
831 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
833 **Compatibility:** Firefox 60, Firefox ESR 60\
834 **CCK2 Equivalent:** `removeSetDesktopBackground`\
835 **Preferences Affected:** N/A
839 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
841 #### Windows (Intune)
844 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
848 <enabled/> or <disabled/>
853 <key>DisableSetDesktopBackground</key>
861 "DisableSetDesktopBackground": true | false
865 ### DisableMasterPasswordCreation
866 Remove the master password functionality.
868 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
870 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
872 **Compatibility:** Firefox 60, Firefox ESR 60\
873 **CCK2 Equivalent:** `noMasterPassword`\
874 **Preferences Affected:** N/A
878 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
880 #### Windows (Intune)
883 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
887 <enabled/> or <disabled/>
892 <key>DisableMasterPasswordCreation</key>
900 "DisableMasterPasswordCreation": true | false
905 Turn off application updates.
907 **Compatibility:** Firefox 60, Firefox ESR 60\
908 **CCK2 Equivalent:** `disableFirefoxUpdates`\
909 **Preferences Affected:** N/A
913 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
915 #### Windows (Intune)
918 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
922 <enabled/> or <disabled/>
927 <key>DisableAppUpdate</key>
935 "DisableAppUpdate": true | false
939 ### DisableBuiltinPDFViewer
940 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
942 **Compatibility:** Firefox 60, Firefox ESR 60\
943 **CCK2 Equivalent:** `disablePDFjs`\
944 **Preferences Affected:** `pdfjs.disabled`
948 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
950 #### Windows (Intune)
953 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
957 <enabled/> or <disabled/>
962 <key>DisableBuiltinPDFViewer</key>
970 "DisableBuiltinPDFViewer": true | false
975 Disable specific cryptographic ciphers.
980 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.
983 **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)\
984 **CCK2 Equivalent:** N/A\
985 **Preferences Affected:** N/A
989 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
990 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
991 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
992 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
993 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
994 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
995 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
996 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
997 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
998 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
999 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
1001 #### Windows (Intune)
1004 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1005 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1006 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1007 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1008 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1009 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1010 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
1011 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
1012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
1013 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
1014 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
1018 <enabled/> or <disabled/>
1023 <key>DisabledCiphers</key>
1025 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1027 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1029 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1031 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1033 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1035 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1037 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1039 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1041 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1043 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1045 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1055 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1056 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1057 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1058 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1059 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1060 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1061 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1062 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1063 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false
1064 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false
1065 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1070 ### DisableDefaultBrowserAgent
1071 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1073 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1074 **CCK2 Equivalent:** N/A\
1075 **Preferences Affected:** N/A
1079 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1081 #### Windows (Intune)
1084 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1088 <enabled/> or <disabled/>
1094 "DisableDefaultBrowserAgent": true | false
1098 ### DisableDeveloperTools
1099 Remove access to all developer tools.
1101 **Compatibility:** Firefox 60, Firefox ESR 60\
1102 **CCK2 Equivalent:** `removeDeveloperTools`\
1103 **Preferences Affected:** `devtools.policy.disabled`
1107 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1109 #### Windows (Intune)
1112 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1116 <enabled/> or <disabled/>
1121 <key>DisableDeveloperTools</key>
1129 "DisableDeveloperTools": true | false
1133 ### DisableFeedbackCommands
1134 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1136 **Compatibility:** Firefox 60, Firefox ESR 60\
1137 **CCK2 Equivalent:** N/A\
1138 **Preferences Affected:** N/A
1142 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1144 #### Windows (Intune)
1147 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1151 <enabled/> or <disabled/>
1156 <key>DisableFeedbackCommands</key>
1164 "DisableFeedbackCommands": true | false
1168 ### DisableFirefoxScreenshots
1169 Remove access to Firefox Screenshots.
1171 **Compatibility:** Firefox 60, Firefox ESR 60\
1172 **CCK2 Equivalent:** N/A\
1173 **Preferences Affected:** `extensions.screenshots.disabled`
1177 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1179 #### Windows (Intune)
1182 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1186 <enabled/> or <disabled/>
1191 <key>DisableFirefoxScreenshots</key>
1199 "DisableFirefoxScreenshots": true | false
1203 ### DisableFirefoxAccounts
1204 Disable Firefox Accounts integration (Sync).
1206 **Compatibility:** Firefox 60, Firefox ESR 60\
1207 **CCK2 Equivalent:** `disableSync`\
1208 **Preferences Affected:** `identity.fxaccounts.enabled`
1212 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1214 #### Windows (Intune)
1217 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1221 <enabled/> or <disabled/>
1226 <key>DisableFirefoxAccounts</key>
1234 "DisableFirefoxAccounts": true | false
1238 ### DisableFirefoxStudies
1239 Disable Firefox studies (Shield).
1241 **Compatibility:** Firefox 60, Firefox ESR 60\
1242 **CCK2 Equivalent:** N/A\
1243 **Preferences Affected:** N/A
1247 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1249 #### Windows (Intune)
1252 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1256 <enabled/> or <disabled/>
1261 <key>DisableFirefoxStudies</key>
1269 "DisableFirefoxStudies": true | false
1273 ### DisableForgetButton
1274 Disable the "Forget" button.
1276 **Compatibility:** Firefox 60, Firefox ESR 60\
1277 **CCK2 Equivalent:** `disableForget`\
1278 **Preferences Affected:** N/A
1282 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1284 #### Windows (Intune)
1287 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1291 <enabled/> or <disabled/>
1296 <key>DisableForgetButton</key>
1304 "DisableForgetButton": true | false
1308 ### DisableFormHistory
1309 Turn off saving information on web forms and the search bar.
1311 **Compatibility:** Firefox 60, Firefox ESR 60\
1312 **CCK2 Equivalent:** `disableFormFill`\
1313 **Preferences Affected:** ` browser.formfill.enable`
1317 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1319 #### Windows (Intune)
1322 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1326 <enabled/> or <disabled/>
1331 <key>DisableFormHistory</key>
1339 "DisableFormHistory": true | false
1343 ### DisablePasswordReveal
1344 Do not allow passwords to be shown in saved logins
1346 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1347 **CCK2 Equivalent:** N/A
1348 **Preferences Affected:** N/A
1352 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1354 #### Windows (Intune)
1357 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1361 <enabled/> or <disabled/>
1366 <key>DisablePasswordReveal</key>
1374 "DisablePasswordReveal": true | false
1379 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1381 **Compatibility:** Firefox 60, Firefox ESR 60\
1382 **CCK2 Equivalent:** `disablePocket`\
1383 **Preferences Affected:** `extensions.pocket.enabled`
1387 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1389 #### Windows (Intune)
1392 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1396 <enabled/> or <disabled/>
1401 <key>DisablePocket</key>
1409 "DisablePocket": true | false
1413 ### DisablePrivateBrowsing
1414 Remove access to private browsing.
1416 **Compatibility:** Firefox 60, Firefox ESR 60\
1417 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1418 **Preferences Affected:** N/A
1422 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1424 #### Windows (Intune)
1427 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1431 <enabled/> or <disabled/>
1436 <key>DisablePrivateBrowsing</key>
1444 "DisablePrivateBrowsing": true | false
1448 ### DisableProfileImport
1449 Disables the "Import data from another browser" option in the bookmarks window.
1451 **Compatibility:** Firefox 60, Firefox ESR 60\
1452 **CCK2 Equivalent:** N/A\
1453 **Preferences Affected:** N/A
1457 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1459 #### Windows (Intune)
1462 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1466 <enabled/> or <disabled/>
1471 <key>DisableProfileImport</key>
1479 "DisableProfileImport": true | false
1483 ### DisableProfileRefresh
1484 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.
1486 **Compatibility:** Firefox 60, Firefox ESR 60\
1487 **CCK2 Equivalent:** `disableResetFirefox`\
1488 **Preferences Affected:** `browser.disableResetPrompt`
1492 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1494 #### Windows (Intune)
1497 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1501 <enabled/> or <disabled/>
1506 <key>DisableProfileRefresh</key>
1514 "DisableProfileRefresh": true | false
1519 Disable safe mode within the browser.
1521 On Windows, this disables safe mode via the command line as well.
1523 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1524 **CCK2 Equivalent:** `disableSafeMode`\
1525 **Preferences Affected:** N/A
1529 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1531 #### Windows (Intune)
1534 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1538 <enabled/> or <disabled/>
1543 <key>DisableSafeMode</key>
1551 "DisableSafeMode": true | false
1555 ### DisableSecurityBypass
1556 Prevent the user from bypassing security in certain cases.
1558 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1560 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1562 **Compatibility:** Firefox 60, Firefox ESR 60\
1563 **CCK2 Equivalent:** N/A\
1564 **Preferences Affected:** `security.certerror.hideAddException`,`browser.safebrowsing.allowOverride`
1568 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1569 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1571 #### Windows (Intune)
1574 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1578 <enabled/> or <disabled/>
1582 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1586 <enabled/> or <disabled/>
1592 <key>DisableSecurityBypass</key>
1594 <key>InvalidCertificate</key>
1596 <key>SafeBrowsing</key>
1605 "DisableSecurityBypass": {
1606 "InvalidCertificate": true | false,
1607 "SafeBrowsing": true | false
1612 ### DisableSystemAddonUpdate
1613 Prevent system add-ons from being installed or update.
1615 **Compatibility:** Firefox 60, Firefox ESR 60\
1616 **CCK2 Equivalent:** N/A\
1617 **Preferences Affected:** N/A
1621 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1623 #### Windows (Intune)
1626 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1630 <enabled/> or <disabled/>
1635 <key>DisableSystemAddonUpdate</key>
1643 "DisableSystemAddonUpdate": true | false
1647 ### DisableTelemetry
1648 Prevent the upload of telemetry data.
1650 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
1652 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1654 **Compatibility:** Firefox 60, Firefox ESR 60\
1655 **CCK2 Equivalent:** `disableTelemetry`\
1656 **Preferences Affected:** `datareporting.healthreport.uploadEnabled,datareporting.policy.dataSubmissionEnabled,toolkit.telemetry.archive.enabled`
1660 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1662 #### Windows (Intune)
1665 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1669 <enabled/> or <disabled/>
1674 <key>DisableTelemetry</key>
1682 "DisableTelemetry": true | false
1686 ### DisplayBookmarksToolbar
1687 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1689 **Compatibility:** Firefox 60, Firefox ESR 60\
1690 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1691 **Preferences Affected:** N/A
1695 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1697 #### Windows (Intune)
1700 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1704 <enabled/> or <disabled/>
1709 <key>DisplayBookmarksToolbar</key>
1717 "DisplayBookmarksToolbar": true | false
1721 ### DisplayMenuBar (Deprecated)
1722 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
1724 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
1725 **CCK2 Equivalent:** `displayMenuBar`\
1726 **Preferences Affected:** N/A
1730 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
1735 <key>DisplayMenuBar</key>
1743 "DisplayMenuBar": true | false
1748 Set the state of the menubar.
1750 `always` means the menubar is shown and cannot be hidden.
1752 `never` means the menubar is hidden and cannot be shown.
1754 `default-on` means the menubar is on by default but can be hidden.
1756 `default-off` means the menubar is off by default but can be shown.
1758 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
1759 **CCK2 Equivalent:** `displayMenuBar`\
1760 **Preferences Affected:** N/A
1764 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
1766 #### Windows (Intune)
1769 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
1774 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
1779 <key>DisplayMenuBar</key>
1780 <string>always | never | default-on | default-off</string>
1787 "DisplayMenuBar": "always", "never", "default-on", "default-off"
1792 Configure DNS over HTTPS.
1794 `Enabled` determines whether DNS over HTTPS is enabled
1796 `ProviderURL` is a URL to another provider.
1798 `Locked` prevents the user from changing DNS over HTTPS preferences.
1800 `ExcludedDomains` excludes domains from DNS over HTTPS.
1802 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
1803 **CCK2 Equivalent:** N/A\
1804 **Preferences Affected:** `network.trr.mode`,`network.trr.uri`
1808 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
1809 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
1810 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
1811 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
1813 #### Windows (Intune)
1816 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
1820 <enabled/> or <disabled/>
1824 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
1829 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
1833 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
1837 <enabled/> or <disabled/>
1841 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
1846 <data id="List" value="1example.com"/>
1851 <key>DNSOverHTTPS</key>
1855 <key>ProviderURL</key>
1856 <string>URL_TO_ALTERNATE_PROVIDER</string>
1859 <key>ExcludedDomains</key>
1861 <string>example.com</string>
1871 "Enabled": true | false,
1872 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
1873 "Locked": true | false,
1874 "ExcludedDomains": ["example.com"]
1879 ### DontCheckDefaultBrowser
1880 Don't check if Firefox is the default browser at startup.
1882 **Compatibility:** Firefox 60, Firefox ESR 60\
1883 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
1884 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
1888 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
1890 #### Windows (Intune)
1893 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
1897 <enabled/> or <disabled/>
1902 <key>DontCheckDefaultBrowser</key>
1910 "DontCheckDefaultBrowser": true | false
1914 ### DefaultDownloadDirectory
1915 Set the default download directory.
1917 You can use ${home} for the native home directory.
1919 **Compatibility:** Firefox 68, Firefox ESR 68\
1920 **CCK2 Equivalent:** N/A\
1921 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`
1925 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1927 #### Windows (Intune)
1930 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1935 <data id="Preferences_String" value="${home}\Downloads"/>
1940 <key>DefaultDownloadDirectory</key>
1941 <string>${home}/Downloads</string>
1944 #### policies.json (macOS and Linux)
1948 "DefaultDownloadDirectory": "${home}/Downloads"
1951 #### policies.json (Windows)
1955 "DefaultDownloadDirectory": "${home}\\Downloads"
1958 ### DownloadDirectory
1959 Set and lock the download directory.
1961 You can use ${home} for the native home directory.
1963 **Compatibility:** Firefox 68, Firefox ESR 68\
1964 **CCK2 Equivalent:** N/A\
1965 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`,`browser.download.useDownloadDir`
1969 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
1971 #### Windows (Intune)
1974 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
1979 <data id="Preferences_String" value="${home}\Downloads"/>
1984 <key>DownloadDirectory</key>
1985 <string>${home}/Downloads</string>
1988 #### policies.json (macOS and Linux)
1992 "DownloadDirectory": "${home}/Downloads"
1995 #### policies.json (Windows)
1999 "DownloadDirectory": "${home}\\Downloads"
2002 ### EnableTrackingProtection
2003 Configure tracking protection.
2005 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.
2007 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2009 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.
2011 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2013 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2015 `Exceptions` are origins for which tracking protection is not enabled.
2017 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2018 **CCK2 Equivalent:** N/A\
2019 **Preferences Affected:** `privacy.trackingprotection.enabled`,`privacy.trackingprotection.pbmode.enabled`,`privacy.trackingprotection.cryptomining.enabled`,`privacy.trackingprotection.fingerprinting.enabled`
2023 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2024 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2025 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2026 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2027 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2029 #### Windows (Intune)
2032 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2036 <enabled/> or <disabled/>
2040 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2044 <enabled/> or <disabled/>
2048 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2052 <enabled/> or <disabled/>
2056 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2060 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2064 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2068 <enabled/> or <disabled/>
2073 <key>EnableTrackingProtection</key>
2079 <key>Cryptomining</key>
2081 <key>Fingerprinting</key>
2083 <key>Exceptions</key>
2085 <string>https://example.com</string>
2094 "EnableTrackingProtection": {
2095 "Value": true | false,
2096 "Locked": true | false,
2097 "Cryptomining": true | false,
2098 "Fingerprinting": true | false,
2099 "Exceptions": ["https://example.com"]
2103 ### EncryptedMediaExtensions
2104 Enable or disable Encrypted Media Extensions and optionally lock it.
2106 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2108 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.
2110 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2111 **CCK2 Equivalent:** N/A\
2112 **Preferences Affected:** `media.eme.enabled`
2116 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2117 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2119 #### Windows (Intune)
2122 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2123 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2127 <enabled/>or <disabled/>
2132 <key>EncryptedMediaExtensions</key>
2145 "EncryptedMediaExtensions": {
2146 "Enabled": true | false,
2147 "Locked": true | false
2151 ### EnterprisePoliciesEnabled
2152 Enable policy support on macOS.
2154 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2155 **CCK2 Equivalent:** N/A\
2156 **Preferences Affected:** N/A
2161 <key>EnterprisePoliciesEnabled</key>
2166 Control the installation, uninstallation and locking of extensions.
2168 `Install` is a list of URLs or native paths for extensions to be installed.
2170 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2172 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2174 **Compatibility:** Firefox 60, Firefox ESR 60\
2175 **CCK2 Equivalent:** `addons`\
2176 **Preferences Affected:** N/A
2180 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2181 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2182 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2183 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2185 #### Windows (Intune)
2188 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2193 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2197 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2202 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2206 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2211 <data id="Extensions" value="1addon_id@mozilla.org"/>
2216 <key>Extensions</key>
2220 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2221 <string>//path/to/xpi</string>
2223 <key>Uninstall</key>
2225 <string>bad_addon_id@mozilla.org</string>
2229 <string>addon_id@mozilla.org</string>
2239 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2240 "Uninstall": ["bad_addon_id@mozilla.org"],
2241 "Locked": ["addon_id@mozilla.org"]
2246 ### ExtensionSettings
2247 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.
2249 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.
2251 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).
2253 The configuration for each extension is another dictionary that can contain the fields documented below.
2255 | Name | Description |
2257 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2258 | `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.
2259 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2260 | `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.
2261 | `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.
2262 | `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.
2263 | `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.
2264 | `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.
2265 | `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.
2266 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2268 **Compatibility:** Firefox 69, Firefox ESR 68.1\
2269 **CCK2 Equivalent:** N/A\
2270 **Preferences Affected:** N/A
2274 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2277 "blocked_install_message": "Custom error message.",
2278 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2279 "installation_mode": "blocked",
2280 "allowed_types": ["extension"]
2282 "uBlock0@raymondhill.net": {
2283 "installation_mode": "force_installed",
2284 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2286 "https-everywhere@eff.org": {
2287 "installation_mode": "allowed",
2291 #### Windows (Intune)
2294 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2299 <data id="ExtensionSettings" value='
2302 "blocked_install_message": "Custom error message.",
2303 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2304 "installation_mode": "blocked",
2305 "allowed_types": ["extension"]
2307 "uBlock0@raymondhill.net": {
2308 "installation_mode": "force_installed",
2309 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2311 "https-everywhere@eff.org": {
2312 "installation_mode": "allowed",
2319 <key>ExtensionSettings</key>
2323 <key>blocked_install_message</key>
2324 <string>Custom error message.</string>
2325 <key>install_sources</key>
2327 <string>about:addons</string>
2328 <string>https://addons.mozilla.org/</string>
2330 <key>installation_mode</key>
2331 <string>blocked</string>
2332 <key>allowed_types</key>
2334 <string>extension</string>
2337 <key>uBlock0@raymondhill.net</key>
2339 <key>installation_mode</key>
2340 <string>force_installed</string>
2341 <key>install_url</key>
2342 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2344 <key>https-everywhere@eff.org</key>
2346 <key>installation_mode</key>
2347 <string>allowed</string>
2356 "ExtensionSettings": {
2358 "blocked_install_message": "Custom error message.",
2359 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2360 "installation_mode": "blocked",
2361 "allowed_types": ["extension"]
2363 "uBlock0@raymondhill.net": {
2364 "installation_mode": "force_installed",
2365 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2367 "https-everywhere@eff.org": {
2368 "installation_mode": "allowed"
2375 Control extension updates.
2377 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2378 **CCK2 Equivalent:** N/A\
2379 **Preferences Affected:** `extensions.update.enabled`
2383 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2385 #### Windows (Intune)
2388 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2392 <enabled/> or <disabled/>
2397 <key>ExtensionUpdate</key>
2405 "ExtensionUpdate": true | false
2410 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2412 `Allow` is a list of origins where Flash are allowed.
2414 `Block` is a list of origins where Flash is not allowed.
2416 `Default` determines whether or not Flash is allowed by default.
2418 `Locked` prevents the user from changing Flash preferences.
2420 **Compatibility:** Firefox 60, Firefox ESR 60\
2421 **CCK2 Equivalent:** `permissions.plugin`\
2422 **Preferences Affected:** `plugin.state.flash`
2426 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2427 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2428 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2429 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2431 #### Windows (Intune)
2434 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2439 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2443 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2447 <enabled/> or <disabled/>
2451 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2455 <enabled/> or <disabled/>
2460 <key>FlashPlugin</key>
2464 <string>http://example.org</string>
2468 <string>http://example.edu</string>
2482 "Allow": ["http://example.org/"],
2483 "Block": ["http://example.edu/"],
2484 "Default": true | false,
2485 "Locked": true | false
2494 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2496 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2498 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.
2500 | Name | Description |
2502 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2503 | `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.
2504 | `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.
2505 | `name` | The display name of the handler (might not be used).
2506 | `path`| The native path to the executable to be used.
2507 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2509 **Compatibility:** Firefox 78, Firefox ESR 78\
2510 **CCK2 Equivalent:** N/A\
2511 **Preferences Affected:** N/A
2515 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
2518 "application/msword": {
2519 "action": "useSystemDefault",
2525 "action": "useHelperApp",
2526 "ask": true | false,
2529 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2535 "action": "useHelperApp",
2536 "ask": true | false,
2538 "name": "Adobe Acrobat",
2539 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2545 #### Windows (Intune)
2548 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2553 <data id="Handlers" value='
2556 "application/msword": {
2557 "action": "useSystemDefault",
2563 "action": "useHelperApp",
2564 "ask": true | false,
2567 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2573 "action": "useHelperApp",
2574 "ask": true | false,
2576 "name": "Adobe Acrobat",
2577 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2589 <key>mimeTypes</key>
2591 <key>application/msword</key>
2594 <string>useSystemDefault</string>
2604 <string>useHelperApp</string>
2611 <string>Gmail</string>
2612 <key>uriTemplate</key>
2613 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2618 <key>extensions</key>
2623 <string>useHelperApp</string>
2630 <string>Adobe Acrobat</string>
2632 <string>/System/Applications/Preview.app</string>
2646 "application/msword": {
2647 "action": "useSystemDefault",
2653 "action": "useHelperApp",
2654 "ask": true | false,
2657 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2663 "action": "useHelperApp",
2664 "ask": true | false,
2666 "name": "Adobe Acrobat",
2667 "path": "/usr/bin/acroread"
2676 Customize the Firefox Home page.
2678 **Compatibility:** Firefox 68, Firefox ESR 68\
2679 **CCK2 Equivalent:** N/A\
2680 **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`
2684 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2685 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2686 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2687 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2688 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2689 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2691 #### Windows (Intune)
2694 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2699 <data id="FirefoxHome_Search" value="true | false"/>
2700 <data id="FirefoxHome_TopSites" value="true | false"/>
2701 <data id="FirefoxHome_Highlights" value="true | false"/>
2702 <data id="FirefoxHome_Pocket" value="true | false"/>
2703 <data id="FirefoxHome_Snippets" value="true | false"/>
2704 <data id="FirefoxHome_Locked" value="true | false"/>
2709 <key>FirefoxHome</key>
2715 <key>Highlights</key>
2731 "Search": true | false,
2732 "TopSites": true | false,
2733 "Highlights": true | false,
2734 "Pocket": true | false,
2735 "Snippets": true | false,
2736 "Locked": true | false
2741 ### HardwareAcceleration
2742 Control hardware acceleration.
2744 **Compatibility:** Firefox 60, Firefox ESR 60\
2745 **CCK2 Equivalent:** N/A\
2746 **Preferences Affected:** `layers.acceleration.disabled`
2750 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
2752 #### Windows (Intune)
2755 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
2759 <enabled/> or <disabled/>
2764 <key>HardwareAcceleration</key>
2772 "HardwareAcceleration": true | false
2777 Configure the default homepage and how Firefox starts.
2779 `URL` is the default homepage.
2781 `Locked` prevents the user from changing homepage preferences.
2783 `Additional` allows for more than one homepage.
2785 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
2787 With Firefox 78, an additional option as added for `Startpage`, `homepage-locked`. If this is value is set for the Startpage, the user will always get the homepage at startup and cannot choose to restore their session.
2789 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
2790 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
2791 **Preferences Affected:** `browser.startup.homepage`,`browser.startup.page`
2795 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
2796 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
2797 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
2798 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
2799 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
2801 #### Windows (Intune)
2804 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
2810 <data id="HomepageURL" value="https://example.com"/>
2811 <data id="HomepageLocked" value="true | false"/>
2815 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
2821 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
2825 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
2831 <data id="StartPage" value="none | homepage | previous-session"/>
2839 <string>http://example.com</string>
2842 <key>Additional</key>
2844 <string>http://example.org</string>
2845 <string>http://example.edu</string>
2847 <key>StartPage</key>
2848 <string>none | homepage | previous-session | homepage-locked</string>
2857 "URL": "http://example.com/",
2858 "Locked": true | false,
2859 "Additional": ["http://example.org/",
2860 "http://example.edu/"],
2861 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
2866 ### InstallAddonsPermission
2867 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.
2869 `Allow` is a list of origins where extension installs are allowed.
2871 `Default` determines whether or not extension installs are allowed by default.
2873 **Compatibility:** Firefox 60, Firefox ESR 60\
2874 **CCK2 Equivalent:** `permissions.install`\
2875 **Preferences Affected:** `xpinstall.enabled`
2879 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
2880 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
2881 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
2883 #### Windows (Intune)
2886 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
2891 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2895 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
2904 <key>InstallAddonsPermission</key>
2908 <string>http://example.org</string>
2909 <string>http://example.edu</string>
2920 "InstallAddonsPermission": {
2921 "Allow": ["http://example.org/",
2922 "http://example.edu/"],
2923 "Default": true | false
2929 Disable the feature enforcing a separate profile for each installation.
2931 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.
2933 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
2935 This policy only work on Windows via GPO (not policies.json).
2937 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
2938 **CCK2 Equivalent:** N/A\
2939 **Preferences Affected:** N/A
2943 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
2945 #### Windows (Intune)
2948 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
2952 <enabled/> or <disabled/>
2955 Enable linking to local files by origin.
2957 **Compatibility:** Firefox 68, Firefox ESR 68\
2958 **CCK2 Equivalent:** N/A\
2959 **Preferences Affected:** `capability.policy.localfilelinks.*`
2963 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
2964 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
2966 #### Windows (Intune)
2969 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
2974 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
2979 <key>LocalFileLinks</key>
2981 <string>http://example.org</string>
2982 <string>http://example.edu</string>
2990 "LocalFileLinks": ["http://example.org/",
2991 "http://example.edu/"]
2995 ### ManagedBookmarks
2996 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
2998 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3000 The syntax of this policy is exactly the same as the [Chrome ManagedBookmarks policy](https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ManagedBookmarks). The schema is:
3004 "id": "BookmarkType",
3008 "$ref": "BookmarkType"
3027 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3028 **CCK2 Equivalent:** N/A\
3029 **Preferences Affected:** N/A
3033 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3036 "toplevel_name": "My managed bookmarks folder"
3039 "url": "example.com",
3043 "name": "Mozilla links",
3046 "url": "https://mozilla.org",
3047 "name": "Mozilla.org"
3050 "url": "https://support.mozilla.org/",
3057 #### Windows (Intune)
3060 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3065 <data id="JSON" value='
3068 "toplevel_name": "My managed bookmarks folder"
3071 "url": "example.com",
3075 "name": "Mozilla links",
3078 "url": "https://mozilla.org",
3079 "name": "Mozilla.org"
3082 "url": "https://support.mozilla.org/",
3092 <key>ManagedBookmarks</key>
3095 <key>toplevel_name</key>
3096 <string>My managed bookmarks folder</string></dict>
3099 <string>example.com</string>
3101 <string>Example</string>
3105 <string>Mozilla links</string>
3110 <string>https://mozilla.org</string>
3112 <string>Mozilla</string>
3116 <string>https://support.mozilla.org/</string>
3118 <string>SUMO</string>
3129 "ManagedBookmarks": [
3131 "toplevel_name": "My managed bookmarks folder"
3134 "url": "example.com",
3138 "name": "Mozilla links",
3141 "url": "https://mozilla.org",
3142 "name": "Mozilla.org"
3145 "url": "https://support.mozilla.org/",
3155 Require or prevent using a primary (formerly master) password.
3157 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.
3159 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
3161 **Compatibility:** Firefox 79, Firefox ESR 78.1\
3162 **CCK2 Equivalent:** `noMasterPassword`\
3163 **Preferences Affected:** N/A
3167 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
3169 #### Windows (Intune)
3172 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
3176 <enabled/> or <disabled/>
3181 <key>PrimaryPassword</key>
3189 "PrimaryPassword": true | false
3193 ### NetworkPrediction
3194 Enable or disable network prediction (DNS prefetching).
3196 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3197 **CCK2 Equivalent:** N/A\
3198 **Preferences Affected:** `network.dns.disablePrefetch`,`network.dns.disablePrefetchFromHTTPS`
3202 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3204 #### Windows (Intune)
3207 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3211 <enabled/> or <disabled/>
3216 <key>NetworkPrediction</key>
3224 "NetworkPrediction": true | false
3228 Enable or disable the New Tab page.
3230 **Compatibility:** Firefox 68, Firefox ESR 68\
3231 **CCK2 Equivalent:** N/A\
3232 **Preferences Affected:** `browser.newtabpage.enabled`
3236 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3238 #### Windows (Intune)
3241 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3245 <enabled/> or <disabled/>
3250 <key>NewTabPage</key>
3258 "NewTabPage": true | false
3261 ### NoDefaultBookmarks
3262 Disable the creation of default bookmarks.
3264 This policy is only effective if the user profile has not been created yet.
3266 **Compatibility:** Firefox 60, Firefox ESR 60\
3267 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3268 **Preferences Affected:** N/A
3272 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3274 #### Windows (Intune)
3277 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3281 <enabled/> or <disabled/>
3286 <key>NoDefaultBookmarks</key>
3294 "NoDefaultBookmarks": true | false
3298 ### OfferToSaveLogins
3299 Control whether or not Firefox offers to save passwords.
3301 **Compatibility:** Firefox 60, Firefox ESR 60\
3302 **CCK2 Equivalent:** `dontRememberPasswords`\
3303 **Preferences Affected:** `signon.rememberSignons`
3307 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3309 #### Windows (Intune)
3312 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3316 <enabled/> or <disabled/>
3321 <key>OfferToSaveLogins</key>
3329 "OfferToSaveLogins": true | false
3333 ### OfferToSaveLoginsDefault
3334 Sets the default value of signon.rememberSignons without locking it.
3336 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3337 **CCK2 Equivalent:** `dontRememberPasswords`\
3338 **Preferences Affected:** `signon.rememberSignons`
3342 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3344 #### Windows (Intune)
3347 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3351 <enabled/> or <disabled/>
3356 <key>OfferToSaveLoginsDefault</key>
3364 "OfferToSaveLoginsDefault": true | false
3368 ### OverrideFirstRunPage
3369 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
3371 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
3373 **Compatibility:** Firefox 60, Firefox ESR 60\
3374 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3375 **Preferences Affected:** `startup.homepage_welcome_url`
3379 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3381 #### Windows (Intune)
3384 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3389 <data id="OverridePage" value="https://example.com"/>
3394 <key>OverrideFirstRunPage</key>
3395 <string>http://example.org</string>
3402 "OverrideFirstRunPage": "http://example.org"
3405 ### OverridePostUpdatePage
3406 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
3408 **Compatibility:** Firefox 60, Firefox ESR 60\
3409 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3410 **Preferences Affected:** `startup.homepage_override_url`
3414 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3416 #### Windows (Intune)
3419 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3424 <data id="OverridePage" value="https://example.com"/>
3429 <key>OverridePostUpdatePage</key>
3430 <string>http://example.org</string>
3437 "OverridePostUpdatePage": "http://example.org"
3440 ### PasswordManagerEnabled
3441 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3443 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3444 **CCK2 Equivalent:** N/A\
3445 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3449 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3451 #### Windows (Intune)
3454 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3458 <enabled/> or <disabled/>
3463 <key>PasswordManagerEnabled</key>
3471 "PasswordManagerEnabled": true | false
3476 Disable or configure PDF.js, the built-in PDF viewer.
3478 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3480 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3482 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.
3484 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3485 **CCK2 Equivalent:** N/A\
3486 **Preferences Affected:** `pdfjs.diabled`,`pdfjs.enablePermissions`
3490 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3491 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3493 #### Windows (Intune)
3496 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3497 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3501 <enabled/>or <disabled/>
3510 <key>EnablePermissions</key>
3520 "Enabled": true | false,
3521 "EnablePermissions": true | false
3526 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.
3528 `Allow` is a list of origins where the feature is allowed.
3530 `Block` is a list of origins where the feature is not allowed.
3532 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3534 `Locked` prevents the user from changing preferences for the feature.
3536 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3538 **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)\
3539 **CCK2 Equivalent:** N/A\
3540 **Preferences Affected:** `permissions.default.camera`,`permissions.default.microphone`,`permissions.default.geo`,`permissions.default.desktop-notification`,`media.autoplay.default`.`permissions.default.xr`
3544 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3545 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3546 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3547 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3548 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3549 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3550 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3551 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3552 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3553 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3554 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3555 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3556 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3557 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3558 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3559 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3560 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3561 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3562 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3563 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3564 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3565 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
3566 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
3567 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
3568 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
3570 #### Windows (Intune)
3573 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3577 <enabled/> or <disabled/>
3581 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3585 <enabled/> or <disabled/>
3589 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3594 <data id="Permissions" value="1https://example.org"/>
3598 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3602 <enabled/> or <disabled/>
3606 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3610 <enabled/> or <disabled/>
3614 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3619 <data id="Permissions" value="1https://example.org"/>
3623 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3628 <data id="Permissions" value="1https://example.edu"/>
3632 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3637 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3641 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3645 <enabled/> or <disabled/>
3649 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
3654 <data id="Permissions" value="1https://example.org"/>
3658 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
3663 <data id="Permissions" value="1https://example.edu"/>
3667 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
3671 <enabled/> or <disabled/>
3675 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
3679 <enabled/> or <disabled/>
3684 <key>Permissions</key>
3690 <string>https://example.org</string>
3691 <string>https://example.org:1234</string>
3695 <string>https://example.edu</string>
3697 <key>BlockNewRequests</key>
3702 <key>Microphone</key>
3706 <string>https://example.org</string>
3710 <string>https://example.edu</string>
3712 <key>BlockNewRequests</key>
3721 <string>https://example.org</string>
3725 <string>https://example.edu</string>
3727 <key>BlockNewRequests</key>
3732 <key>Notifications</key>
3736 <string>https://example.org</string>
3740 <string>https://example.edu</string>
3742 <key>BlockNewRequests</key>
3751 <string>https://example.org</string>
3755 <string>https://example.edu</string>
3758 <string>allow-audio-video | block-audio | block-audio-video</string>
3771 "Allow": ["https://example.org","https://example.org:1234"],
3772 "Block": ["https://example.edu"],
3773 "BlockNewRequests": true | false,
3774 "Locked": true | false
3777 "Allow": ["https://example.org"],
3778 "Block": ["https://example.edu"],
3779 "BlockNewRequests": true | false,
3780 "Locked": true | false
3783 "Allow": ["https://example.org"],
3784 "Block": ["https://example.edu"],
3785 "BlockNewRequests": true | false,
3786 "Locked": true | false
3789 "Allow": ["https://example.org"],
3790 "Block": ["https://example.edu"],
3791 "BlockNewRequests": true | false,
3792 "Locked": true | false
3795 "Allow": ["https://example.org"],
3796 "Block": ["https://example.edu"],
3797 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
3798 "Locked": true | false
3804 ### PictureInPicture
3806 Enable or disable Picture-in-Picture as well as lock it.
3808 **Compatibility:** Firefox 78, Firefox ESR 78\
3809 **CCK2 Equivalent:** N/A\
3810 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
3814 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
3815 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
3818 #### Windows (Intune)
3821 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
3822 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
3826 <enabled/> or <disabled/>
3831 <key>PictureInPicture</key>
3844 "PictureInPicture": {
3845 "Enabled": true | false,
3846 "Locked": true, false
3852 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
3854 `Allow` is a list of origins where popup-windows are allowed.
3856 `Default` determines whether or not pop-up windows are allowed by default.
3858 `Locked` prevents the user from changing pop-up preferences.
3860 **Compatibility:** Firefox 60, Firefox ESR 60\
3861 **CCK2 Equivalent:** `permissions.popup`\
3862 **Preferences Affected:** `dom.disable_open_during_load`
3866 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
3867 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
3868 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
3869 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
3871 #### Windows (Intune)
3874 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
3879 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3883 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
3887 <enabled/> or <disabled/>
3891 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
3895 <enabled/> or <disabled/>
3900 <key>PopupBlocking</key>
3904 <string>http://example.org</string>
3905 <string>http://example.edu</string>
3919 "Allow": ["http://example.org/",
3920 "http://example.edu/"],
3921 "Default": true | false,
3922 "Locked": true | false
3928 Set and lock preferences.
3930 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
3932 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.
3934 Preferences that start with the following prefixes are supported:
3938 datareporting.policy.
3941 general.autoScroll (Firefox 83, Firefox ESR 78.5)
3942 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
3948 pdfjs. (Firefox 84, Firefox ESR 78.6)
3951 signon. (Firefox 83, Firefox ESR 78.5)
3952 spellchecker. (Firefox 84, Firefox ESR 78.6)
3956 as well as the following security preferences:
3957 | Preference | Type | Default
3959 | security.default_personal_cert | string | Ask Every Time
3960 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
3961 | security.insecure_connection_text.enabled | bool | false
3962 | If set to true, adds the words "Not Secure" for insecure sites.
3963 | security.insecure_connection_text.pbmode.enabled | bool | false
3964 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
3965 | security.insecure_field_warning.contextual.enabled | bool | true
3966 | If set to false, remove the warning for inscure login fields.
3967 | security.mixed_content.block_active_content | boolean | true
3968 | If false, mixed active content (HTTP and HTTPS) is not blocked.
3969 | security.osclientcerts.autoload | boolean | false
3970 | If true, client certificates are loaded from the operating system certificate store.
3971 | security.ssl.errorReporting.enabled | boolean | true
3972 | If false, SSL errors cannot be sent to Mozilla.
3973 | security.tls.hello_downgrade_check | boolean | true
3974 | If false, the TLS 1.3 downgrade check is disabled.
3975 | security.warn_submit_secure_to_insecure | boolean | true
3976 | If false, no warning is shown when submitting s form from https to http.
3979 Using the preference as the key, set the `Value` to the corresponding preference value.
3981 `Status` can be "default", "locked", "user" or "clear"
3983 Default preferences can be modified by the user.
3985 If a value is locked, it is also set as the default.
3987 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.
3989 User preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
3991 See the examples below for more detail.
3993 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
3996 **Compatibility:** Firefox 81, Firefox ESR 78.3\
3997 **CCK2 Equivalent:** `preferences`\
3998 **Preferences Affected:** Many
4002 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4004 "accessibility.force_disabled": {
4008 "browser.cache.disk.parent_directory": {
4009 "Value": "SOME_NATIVE_PATH",
4012 "browser.tabs.warnOnClose": {
4018 #### Windows (Intune)
4021 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4026 <data id="Preferences" value='
4028 "accessibility.force_disabled": {
4032 "browser.cache.disk.parent_directory": {
4033 "Value": "SOME_NATIVE_PATH",
4036 "browser.tabs.warnOnClose": {
4045 <key>Preferences</key>
4047 <key>accessibility.force_disabled</key>
4050 <integer>1</integer>
4052 <string>default</string>
4054 <key>browser.cache.disk.parent_directory</key>
4057 <string>SOME_NATIVE_PATH</string>
4059 <string>user</string>
4061 <key>browser.tabs.warnOnClose</key>
4066 <string>locked</string>
4076 "accessibility.force_disabled": {
4080 "browser.cache.disk.parent_directory": {
4081 "Value": "SOME_NATIVE_PATH",
4084 "browser.tabs.warnOnClose": {
4092 ### Preferences (Deprecated)
4093 Set and lock certain preferences.
4095 **Compatibility:** See below\
4096 **CCK2 Equivalent:** `preferences`\
4097 **Preferences Affected:** See below
4099 | Preference | Type | Compatibility | Default
4100 | --- | --- | --- | ---
4101 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
4102 | If set to 1, platform accessibility is disabled.
4103 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
4104 | If false, Firefox doesn't automatically install update.
4105 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
4106 | If true, bookmarks are exported on shutdown.
4107 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
4108 | If set, the name of the file where bookmarks are exported and imported.
4109 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
4110 | If true, bookmarks are restored to their defaults.
4111 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
4112 | If false, don't store cache on the hard drive.
4113 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
4114 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4115 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
4116 | If true, single words are sent to DNS, not directly to search.
4117 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
4118 | 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.
4119 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
4120 | If true, bookmarks are always imported on startup.
4121 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4122 | If false, phishing protection is not enabled (Not recommended)
4123 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4124 | If false, malware protection is not enabled (Not recommended)
4125 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
4126 | If false, updates for search engines are not checked.
4127 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
4128 | If true, a notification isn't shown if startup is slow.
4129 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
4130 | If false, there is no warning when the browser is closed.
4131 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
4132 | If true, tab previews are shown in the Windows taskbar.
4133 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
4134 | If false, bookmarks aren't suggested when typing in the URL bar.
4135 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
4136 | If false, history isn't suggested when typing in the URL bar.
4137 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
4138 | If false, open tabs aren't suggested when typing in the URL bar.
4139 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
4140 | If true, don't show the privacy policy tab on first run.
4141 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
4142 | If false, web page can close windows.
4143 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
4144 | If false, web pages can focus and activate windows.
4145 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
4146 | If true, web pages can't move or resize windows.
4147 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4148 | If false, web pages can't override context menus.
4149 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
4150 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4151 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
4152 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4153 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
4154 | If false, XMLDocument.load is not available.
4155 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
4156 | If false, XMLDocument.async is not available.
4157 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4158 | If false, the extensions blocklist is not used (Not recommended)
4159 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
4160 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4161 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4162 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4163 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4164 | If false, the geolocation API is disabled. | Language dependent
4165 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
4166 | If set, preferred language for web pages.
4167 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
4168 | If false, Encrypted Media Extensions are not enabled.
4169 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4170 | If false, the OpenH264 plugin is not downloaded.
4171 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4172 | If false, the Widevine plugin is not downloaded.
4173 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4174 | If false, WebRTC is disabled
4175 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4176 | If set, a list of domains for which mDNS hostname obfuscation is
4178 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4179 | If set, a list of domains for which mDNS hostname obfuscation is
4181 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4182 | If true, IPv6 DNS lokoups are disabled.
4183 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4184 | If true, display the punycode version of internationalized domain names.
4185 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4186 | If false, history is not enabled.
4187 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4188 | If false, print settings are not saved between jobs.
4189 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4190 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4191 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4192 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4193 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4194 | If true, client certificates are loaded from the operating system certificate store.
4195 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4196 | If false, SSL errors cannot be sent to Mozilla.
4197 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4198 | If false, the TLS 1.3 downgrade check is disabled.
4199 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4200 | If false, the Alt key doesn't show the menubar on Windows.
4201 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4202 | If set, overrides the GTK theme for widgets.
4205 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4206 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4208 #### Windows (Intune)
4209 OMA-URI: (periods are replaced by underscores)
4211 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4215 <enabled/> or <disabled/>
4217 OMA-URI: (periods are replaced by underscores)
4219 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4224 <data id="Preferences_String" value="string_value"/>
4229 <key>Preferences</key>
4231 <key>boolean_preference_name</key>
4233 <key>string_preference_name</key>
4234 <string>string_value</string>
4243 "boolean_preference_name": true | false,
4244 "string_preference_name": "string_value"
4249 ### PromptForDownloadLocation
4250 Ask where to save each file before downloading.
4252 **Compatibility:** Firefox 68, Firefox ESR 68\
4253 **CCK2 Equivalent:** N/A\
4254 **Preferences Affected:** `browser.download.useDownloadDir`
4258 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4260 #### Windows (Intune)
4263 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4267 <enabled/> or <disabled/>
4272 <key>PromptForDownloadLocation</key>
4280 "PromptForDownloadLocation": true | false
4285 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
4286 To specify ports, append them to the hostnames with a colon (:).
4288 `Mode` is the proxy method being used.
4290 `Locked` is whether or not proxy settings can be changed.
4292 `HTTPProxy` is the HTTP proxy server.
4294 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
4296 `SSLProxy` is the SSL proxy server.
4298 `FTPProxy` is the FTP proxy server.
4300 `SOCKSProxy` is the SOCKS proxy server
4302 `SOCKSVersion` is the SOCKS version (4 or 5)
4304 `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.
4306 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
4308 `AutoLogin` means do not prompt for authentication if password is saved.
4310 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
4312 **Compatibility:** Firefox 60, Firefox ESR 60\
4313 **CCK2 Equivalent:** `networkProxy*`\
4314 **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`
4318 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
4319 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
4320 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
4321 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
4322 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
4323 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
4324 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
4325 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
4326 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
4327 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
4328 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
4329 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
4331 #### Windows (Intune)
4334 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
4339 <data id="ProxyLocked" value="true | false"/>
4340 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
4341 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
4342 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
4343 <data id="SSLProxy" value="https://sslproxy.example.com"/>
4344 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
4345 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
4346 <data id="SOCKSVersion" value="4 | 5"/>
4347 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
4348 <data id="Passthrough" value="<local>"/>
4349 <data id="AutoLogin" value="true | false"/>
4350 <data id="UseProxyForDNS" value="true | false"/>
4358 <string>none | system | manual | autoDetect | autoConfig</string>
4361 <key>HTTPProxy</key>
4362 <string>https://httpproxy.example.com</string>
4363 <key>UseHTTPProxyForAllProtocols</key>
4366 <string>https://sslproxy.example.com</string>
4368 <string>https://ftpproxy.example.com</string>
4369 <key>SOCKSProxy</key>
4370 <string>https://socksproxy.example.com</string>
4371 <key>SOCKSVersion</key>
4372 <string>4 | 5</string>
4373 <key>Passthrough</key>
4374 <string><local>></string>
4375 <key>AutoConfigURL</key>
4376 <string>URL_TO_AUTOCONFIG</string>
4377 <key>AutoLogin</key>
4379 <key>UseProxyForDNS</key>
4389 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
4390 "Locked": true | false,
4391 "HTTPProxy": "hostname",
4392 "UseHTTPProxyForAllProtocols": true | false,
4393 "SSLProxy": "hostname",
4394 "FTPProxy": "hostname",
4395 "SOCKSProxy": "hostname",
4396 "SOCKSVersion": 4 | 5
4397 "Passthrough": "<local>",
4398 "AutoConfigURL": "URL_TO_AUTOCONFIG",
4399 "AutoLogin": true | false,
4400 "UseProxyForDNS": true | false
4405 ### RequestedLocales
4406 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
4408 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
4410 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
4411 **CCK2 Equivalent:** N/A\
4412 **Preferences Affected:** N/A
4415 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
4416 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
4420 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
4422 #### Windows (Intune)
4425 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
4430 <data id="Preferences_String" value="de,en-US"/>
4435 <key>RequestedLocales</key>
4438 <string>en-US</string>
4445 <key>RequestedLocales</key>
4446 <string>de,en-US</string>
4454 "RequestedLocales": ["de", "en-US"]
4462 "RequestedLocales": "de,en-US"
4466 <a name="SanitizeOnShutdown"></a>
4468 ### SanitizeOnShutdown (Selective)
4469 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
4471 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.
4473 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
4474 **CCK2 Equivalent:** N/A\
4475 **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`
4478 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4479 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4480 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4481 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4482 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4483 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4484 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4485 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4486 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4488 #### Windows (Intune)
4491 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4495 <enabled/> or <disabled/>
4500 <key>SanitizeOnShutdown</key>
4506 <key>Downloads</key>
4514 <key>SiteSettings</key>
4516 <key>OfflineApps</key>
4527 "SanitizeOnShutdown": {
4528 "Cache": true | false,
4529 "Cookies": true | false,
4530 "Downloads": true | false,
4531 "FormData": true | false,
4532 "History": true | false,
4533 "Sessions": true | false,
4534 "SiteSettings": true | false,
4535 "OfflineApps": true | false,
4536 "Locked": true | false
4541 ### SanitizeOnShutdown (All)
4542 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4544 **Compatibility:** Firefox 60, Firefox ESR 60\
4545 **CCK2 Equivalent:** N/A\
4546 **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`
4549 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4551 #### Windows (Intune)
4554 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4558 <enabled/> or <disabled/>
4563 <key>SanitizeOnShutdown</key>
4571 "SanitizeOnShutdown": true | false
4576 Set whether or not search bar is displayed.
4578 **Compatibility:** Firefox 60, Firefox ESR 60\
4579 **CCK2 Equivalent:** `showSearchBar`\
4580 **Preferences Affected:** N/A
4584 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
4587 #### Windows (Intune)
4590 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
4595 <data id="Permissions" value="unified | separate"/>
4600 <key>SearchBar</key>
4601 <string>unified | separate</string>
4608 "SearchBar": "unified" | "separate"
4612 <a name="SearchEngines"></a>
4614 ### SearchEngines (This policy is only available on the ESR.)
4616 ### SearchEngines | Default
4618 Set the default search engine. This policy is only available on the ESR.
4620 **Compatibility:** Firefox ESR 60\
4621 **CCK2 Equivalent:** `defaultSearchEngine`\
4622 **Preferences Affected:** N/A
4626 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
4628 #### Windows (Intune)
4631 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
4636 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
4641 <key>SearchEngines</key>
4644 <string>NAME_OF_SEARCH_ENGINE</string>
4653 "Default": "NAME_OF_SEARCH_ENGINE"
4658 ### SearchEngines | PreventInstalls
4660 Prevent installing search engines from webpages.
4662 **Compatibility:** Firefox ESR 60\
4663 **CCK2 Equivalent:** `disableSearchEngineInstall`\
4664 **Preferences Affected:** N/A
4668 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
4670 #### Windows (Intune)
4673 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
4677 <enabled/> or <disabled/>
4682 <key>SearchEngines</key>
4684 <key>PreventInstalls</key>
4694 "PreventInstalls": true | false
4699 ### SearchEngines | Remove
4701 Hide built-in search engines. This policy is only available on the ESR.
4703 **Compatibility:** Firefox ESR 60.2\
4704 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
4705 **Preferences Affected:** N/A
4709 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
4711 #### Windows (Intune)
4714 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
4719 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
4724 <key>SearchEngines</key>
4728 <string>NAME_OF_SEARCH_ENGINE</string>
4738 "Remove": ["NAME_OF_SEARCH_ENGINE"]
4743 ### SearchEngines | Add
4745 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
4747 `Name` is the name of the search engine.
4749 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
4751 `Method` is either GET or POST
4753 `IconURL` is a URL for the icon to use.
4755 `Alias` is a keyword to use for the engine.
4757 `Description` is a description of the search engine.
4759 `PostData` is the POST data as name value pairs separated by &.
4761 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
4763 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68)\
4764 **CCK2 Equivalent:** `searchplugins`\
4765 **Preferences Affected:** N/A
4769 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
4770 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
4771 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
4772 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
4773 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
4774 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
4775 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
4776 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
4778 #### Windows (Intune)
4781 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
4786 <data id="SearchEngine_Name" value="Example1"/>
4787 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
4788 <data id="SearchEngine_Method" value="GET | POST"/>
4789 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
4790 <data id="SearchEngine_Alias" value="example"/>
4791 <data id="SearchEngine_Description" value="Example Description"/>
4792 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
4793 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
4798 <key>SearchEngines</key>
4804 <string>Example1</string>
4805 <key>URLTemplate</key>
4806 <string>https://www.example.org/q={searchTerms}</string>
4808 <string>GET | POST </string>
4810 <string>https://www.example.org/favicon.ico</string>
4812 <string>example</string>
4813 <key>Description</key>
4814 <string>Example Description</string>
4815 <key>SuggestURLTemplate</key>
4816 <string>https://www.example.org/suggestions/q={searchTerms}</string>
4818 <string>name=value&q={searchTerms}</string>
4832 "URLTemplate": "https://www.example.org/q={searchTerms}",
4833 "Method": "GET" | "POST",
4834 "IconURL": "https://www.example.org/favicon.ico",
4836 "Description": "Description",
4837 "PostData": "name=value&q={searchTerms}",
4838 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
4845 ### SearchSuggestEnabled
4847 Enable search suggestions.
4849 **Compatibility:** Firefox 68, Firefox ESR 68\
4850 **CCK2 Equivalent:** N/A\
4851 **Preferences Affected:** `browser.urlbar.suggest.searches`,`browser.search.suggest.enabled`
4855 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
4857 #### Windows (Intune)
4860 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
4864 <enabled/> or <disabled/>
4869 <key>SearchSuggestEnabled</key>
4877 "SearchSuggestEnabled": true | false
4883 Install PKCS #11 modules.
4885 **Compatibility:** Firefox 64, Firefox ESR 60.4\
4886 **CCK2 Equivalent:** `certs.devices`\
4887 **Preferences Affected:** N/A
4891 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
4893 #### Windows (Intune)
4896 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
4901 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
4906 <key>SecurityDevices</key>
4908 <key>NAME_OF_DEVICE</key>
4909 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
4918 "SecurityDevices": {
4919 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
4926 Set and lock the maximum version of TLS.
4928 **Compatibility:** Firefox 66, Firefox ESR 60.6\
4929 **CCK2 Equivalent:** N/A\
4930 **Preferences Affected:** `security.tls.version.max`
4934 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4936 #### Windows (Intune)
4939 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
4944 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
4949 <key>SSLVersionMax</key>
4950 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
4958 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4964 Set and lock the minimum version of TLS.
4966 **Compatibility:** Firefox 66, Firefox ESR 60.6\
4967 **CCK2 Equivalent:** N/A\
4968 **Preferences Affected:** `security.tls.version.min`
4972 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4974 #### Windows (Intune)
4977 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
4982 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
4987 <key>SSLVersionMin</key>
4988 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
4996 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5001 Add a menuitem to the help menu for specifying support information.
5003 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
5004 **CCK2 Equivalent:** helpMenu\
5005 **Preferences Affected:** N/A
5009 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
5010 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
5011 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
5013 #### Windows (Intune)
5016 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
5021 <data id="SupportMenuTitle" value="Support Menu"/>
5022 <data id="SupportMenuURL" value="http://example.com/support"/>
5023 <data id="SupportMenuAccessKey" value="S">
5028 <key>SupportMenu</key>
5031 <string>SupportMenu</string>
5033 <string>http://example.com/support</string>
5034 <key>AccessKey</key>
5044 "Title": "Support Menu",
5045 "URL": "http://example.com/support",
5053 Prevent Firefox from messaging the user in certain situations.
5055 `WhatsNew` Remove the "What's New" icon and menuitem. (Firefox 75 only)
5057 `ExtensionRecommendations` Don't recommend extensions while the user is visiting web pages.
5059 `FeatureRecommendations` Don't recommend browser features.
5061 `UrlbarInterventions` Don't offer Firefox specific suggestions in the URL bar. (Firefox 75 only)
5063 **Compatibility:** Firefox 75, Firefox ESR 68.7\
5064 **CCK2 Equivalent:** N/A\
5065 **Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
5069 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
5070 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
5071 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
5072 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
5074 #### Windows (Intune)
5077 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_WhatsNew
5078 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_ExtensionRecommendations
5079 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_FeatureRecommendations
5080 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_UrlbarInterventions
5084 <enabled/> or <disabled/>
5089 <key>UserMessaging</key>
5093 <key>ExtensionRecommendations</key>
5095 <key>FeatureRecommendations</key>
5097 <key>UrlbarInterventions</key>
5107 "WhatsNew": true | false,
5108 "ExtensionRecommendations": true | false,
5109 "FeatureRecommendations": true | false,
5110 "UrlbarInterventions": true | false
5116 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.
5117 The arrays are limited to 1000 entries each.
5119 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
5121 **Compatibility:** Firefox 60, Firefox ESR 60\
5122 **CCK2 Equivalent:** N/A\
5123 **Preferences Affected:** N/A
5127 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
5128 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
5130 #### Windows (Intune)
5133 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
5138 <data id="WebsiteFilter" value="1<all_urls>"/>
5142 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
5147 <data id="WebsiteFilter" value="1http://example.org/*"/>
5152 <key>WebsiteFilter</key>
5156 <string><all_urls></string>
5158 <key>Exceptions</key>
5160 <string>http://example.org/*</string>
5171 "Block": ["<all_urls>"],
5172 "Exceptions": ["http://example.org/*"]