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 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
23 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
24 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
25 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
26 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
27 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
28 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
29 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
30 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
31 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
32 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
33 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
34 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
35 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
36 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
37 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
38 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
39 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
40 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
41 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
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 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
66 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
67 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
68 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
69 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
70 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
71 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
72 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
73 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
74 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
75 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
76 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
77 | **[`Preferences`](#preferences)** | Set and lock some preferences.
78 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
79 | **[`Proxy`](#proxy)** | Configure proxy settings.
80 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
81 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
82 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
83 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
84 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
85 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
86 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
87 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
88 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
89 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
90 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
91 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
92 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
93 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
94 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
95 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
99 Enable or disable **automatic** application update.
101 If set to true, application updates are installed without user approval.
103 If set to false, application updates are downloaded but the user can choose when to install the update.
105 If you have disabled updates via DisableAppUpdate, this policy has no effect.
107 **Compatibility:** Firefox 75, Firefox ESR 68.7\
108 **CCK2 Equivalent:** N/A\
109 **Preferences Affected:** app.update.auto
113 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
115 #### Windows (Intune)
118 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
122 <enabled/> or <disabled/>
127 <key>AppAutoUpdate</key>
135 "AppAutoUpdate": true | false
141 Change the URL for application update.
143 **Compatibility:** Firefox 62, Firefox ESR 60.2\
144 **CCK2 Equivalent:** N/A\
145 **Preferences Affected:** `app.update.url`
149 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
151 #### Windows (Intune)
154 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
159 <data id="AppUpdateURL" value="https://yoursite.com"/>
164 <key>AppUpdateURL</key>
165 <string>https://yoursite.com</string>
172 "AppUpdateURL": "https://yoursite.com"
178 Configure sites that support integrated authentication.
180 See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information.
182 `PrivateBrowsing` enables integrated authentication in prviate browsing.
184 **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)\
185 **CCK2 Equivalent:** N/A\
186 **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`
190 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
191 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
192 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
193 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
194 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
195 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
196 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
197 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
198 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
199 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
200 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
201 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
203 #### Windows (Intune)
206 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
211 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
215 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
220 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
224 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
229 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
233 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
238 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
239 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
243 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
247 <enabled/> or <disabled/>
251 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
255 <enabled/> or <disabled/>
260 <key>Authentication</key>
264 <string>mydomain.com</string>
265 <string>https://myotherdomain.com</string>
269 <string>mydomain.com</string>
270 <string>https://myotherdomain.com</string>
274 <string>mydomain.com</string>
275 <string>https://myotherdomain.com</string>
277 <key>AllowNonFQDN</key>
284 <key>AllowProxies</key>
293 <key>PrivateBrowsing</key>
303 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
304 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
305 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
307 "SPNEGO": true | false,
311 "SPNEGO": true | false,
314 "Locked": true | false,
315 "PrivateBrowsing": true | false
322 Block access to the Add-ons Manager (about:addons).
324 **Compatibility:** Firefox 60, Firefox ESR 60\
325 **CCK2 Equivalent:** `disableAddonsManager`\
326 **Preferences Affected:** N/A
330 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
332 #### Windows (Intune)
335 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
339 <enabled/> or <disabled/>
344 <key>BlockAboutAddons</key>
352 "BlockAboutAddons": true | false
358 Block access to about:config.
360 **Compatibility:** Firefox 60, Firefox ESR 60\
361 **CCK2 Equivalent:** `disableAboutConfig`\
362 **Preferences Affected:** N/A
366 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
368 #### Windows (Intune)
371 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
375 <enabled/> or <disabled/>
380 <key>BlockAboutConfig</key>
388 "BlockAboutConfig": true | false
392 ### BlockAboutProfiles
394 Block access to About Profiles (about:profiles).
396 **Compatibility:** Firefox 60, Firefox ESR 60\
397 **CCK2 Equivalent:** `disableAboutProfiles`\
398 **Preferences Affected:** N/A
402 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
404 #### Windows (Intune)
407 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
411 <enabled/> or <disabled/>
416 <key>BlockAboutProfiles</key>
424 "BlockAboutProfiles": true | false
428 ### BlockAboutSupport
430 Block access to Troubleshooting Information (about:support).
432 **Compatibility:** Firefox 60, Firefox ESR 60\
433 **CCK2 Equivalent:** `disableAboutSupport`\
434 **Preferences Affected:** N/A
438 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
440 #### Windows (Intune)
443 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
447 <enabled/> or <disabled/>
452 <key>BlockAboutSupport</key>
460 "BlockAboutSupport": true | false
466 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.
468 **Compatibility:** Firefox 60, Firefox ESR 60\
469 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
470 **Preferences Affected:** N/A
474 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
475 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
476 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
477 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
478 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
480 #### Windows (Intune)
483 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
488 <data id="BookmarkTitle" value="Example"/>
489 <data id="BookmarkURL" value="https://example.com"/>
490 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
491 <data id="BookmarkPlacement" value="toolbar | menu"/>
492 <data id="BookmarkFolder" value="FolderName"/>
501 <string>Example</string>
503 <string>https://example.com</string>
505 <string>https://example.com/favicon.ico</string>
507 <string>toolbar | menu</string>
509 <string>FolderName</string>
521 "URL": "https://example.com",
522 "Favicon": "https://example.com/favicon.ico",
523 "Placement": "toolbar" | "menu",
524 "Folder": "FolderName"
531 Enable or disable the detection of captive portals.
533 **Compatibility:** Firefox 67, Firefox ESR 60.7\
534 **CCK2 Equivalent:** N/A\
535 **Preferences Affected:** `network.captive-portal-service.enabled`
539 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
541 #### Windows (Intune)
544 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
548 <enabled/> or <disabled/>
553 <key>CaptivePortal</key>
561 "CaptivePortal": true | false
567 ### Certificates | ImportEnterpriseRoots
569 Trust certificates that have been added to the operating system certificate store by a user or administrator.
571 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
573 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
575 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
576 **CCK2 Equivalent:** N/A\
577 **Preferences Affected:** `security.enterprise_roots.enabled`
581 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
583 #### Windows (Intune)
586 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
590 <enabled/> or <disabled/>
595 <key>Certificates</key>
597 <key>ImportEnterpriseRoots</key>
607 "ImportEnterpriseRoots": true | false
612 ### Certificates | Install
614 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
617 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
618 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
620 - /Library/Application Support/Mozilla/Certificates
621 - ~/Library/Application Support/Mozilla/Certificates
623 - /usr/lib/mozilla/certificates
624 - /usr/lib64/mozilla/certificates
625 - ~/.mozilla/certificates
627 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.
629 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.
631 Certificates are installed using the trust string `CT,CT,`.
633 Binary (DER) and ASCII (PEM) certificates are both supported.
635 **Compatibility:** Firefox 64, Firefox ESR 64\
636 **CCK2 Equivalent:** `certs.ca`\
637 **Preferences Affected:** N/A
641 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
642 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
644 #### Windows (Intune)
647 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
652 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
657 <key>Certificates</key>
661 <string>cert1.der</string>
662 <string>/Users/username/cert2.pem</string>
672 "Install": ["cert1.der", "/home/username/cert2.pem"]
678 Configure cookie preferences.
680 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
682 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
684 `Default` determines whether cookies are accepted at all.
686 `AcceptThirdParty` determines how third-party cookies are handled.
688 `ExpireAtSessionEnd` determines when cookies expire.
690 `RejectTracker` only rejects cookies for trackers.
692 `Locked` prevents the user from changing cookie preferences.
694 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker was added in Firefox 63)\
695 **CCK2 Equivalent:** N/A\
696 **Preferences Affected:** `network.cookie.cookieBehavior`,`network.cookie.lifetimePolicy`
700 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
701 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
702 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
703 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
704 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
705 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
706 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
708 #### Windows (Intune)
711 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
716 <data id="Cookies_Allow" value="1https://example.com"/>
720 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
725 <data id="Cookies_Block" value="1https://example.org"/>
729 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
733 <enabled/> or <disabled/>
737 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
742 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
746 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
750 <enabled/> or <disabled/>
754 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
758 <enabled/> or <disabled/>
762 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
766 <enabled/> or <disabled/>
775 <string>http://example.com</string>
779 <string>http://example.org</string>
783 <key>AcceptThirdParty</key>
784 <string>always | never | from-visited</string>
785 <key>ExpireAtSessionEnd</key>
787 <key>RejectTracker</key>
799 "Allow": ["http://example.org/"],
800 "Block": ["http://example.edu/"],
801 "Default": true | false,
802 "AcceptThirdParty": "always" | "never" | "from-visited",
803 "ExpireAtSessionEnd": true | false,
804 "RejectTracker": true | false,
805 "Locked": true | false
810 ### DisableSetDesktopBackground
811 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
813 **Compatibility:** Firefox 60, Firefox ESR 60\
814 **CCK2 Equivalent:** `removeSetDesktopBackground`\
815 **Preferences Affected:** N/A
819 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
821 #### Windows (Intune)
824 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
828 <enabled/> or <disabled/>
833 <key>DisableSetDesktopBackground</key>
841 "DisableSetDesktopBackground": true | false
845 ### DisableMasterPasswordCreation
846 Remove the master password functionality.
848 **Compatibility:** Firefox 60, Firefox ESR 60\
849 **CCK2 Equivalent:** `noMasterPassword`\
850 **Preferences Affected:** N/A
854 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
856 #### Windows (Intune)
859 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
863 <enabled/> or <disabled/>
868 <key>DisableMasterPasswordCreation</key>
876 "DisableMasterPasswordCreation": true | false
881 Turn off application updates.
883 **Compatibility:** Firefox 60, Firefox ESR 60\
884 **CCK2 Equivalent:** `disableFirefoxUpdates`\
885 **Preferences Affected:** N/A
889 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
891 #### Windows (Intune)
894 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
898 <enabled/> or <disabled/>
903 <key>DisableAppUpdate</key>
911 "DisableAppUpdate": true | false
915 ### DisableBuiltinPDFViewer
916 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
918 **Compatibility:** Firefox 60, Firefox ESR 60\
919 **CCK2 Equivalent:** `disablePDFjs`\
920 **Preferences Affected:** `pdfjs.disabled`
924 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
926 #### Windows (Intune)
929 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
933 <enabled/> or <disabled/>
938 <key>DisableBuiltinPDFViewer</key>
946 "DisableBuiltinPDFViewer": true | false
951 Disable specific cryptographic ciphers.
956 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.
959 **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)\
960 **CCK2 Equivalent:** N/A\
961 **Preferences Affected:** N/A
965 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
966 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
967 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
968 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
969 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
970 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
971 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
972 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
973 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
974 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
975 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
977 #### Windows (Intune)
980 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
981 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
982 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
983 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
984 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
985 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
986 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
987 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
988 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
989 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
990 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
994 <enabled/> or <disabled/>
999 <key>DisabledCiphers</key>
1001 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1003 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1005 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1007 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1009 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1011 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1013 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1015 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1017 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1019 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1021 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1031 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1032 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1033 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1034 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1035 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1036 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1037 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1038 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1039 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false
1040 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false
1041 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1046 ### DisableDefaultBrowserAgent
1047 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1049 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1050 **CCK2 Equivalent:** N/A\
1051 **Preferences Affected:** N/A
1055 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1057 #### Windows (Intune)
1060 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1064 <enabled/> or <disabled/>
1070 "DisableDefaultBrowserAgent": true | false
1074 ### DisableDeveloperTools
1075 Remove access to all developer tools.
1077 **Compatibility:** Firefox 60, Firefox ESR 60\
1078 **CCK2 Equivalent:** `removeDeveloperTools`\
1079 **Preferences Affected:** `devtools.policy.disabled`
1083 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1085 #### Windows (Intune)
1088 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1092 <enabled/> or <disabled/>
1097 <key>DisableDeveloperTools</key>
1105 "DisableDeveloperTools": true | false
1109 ### DisableFeedbackCommands
1110 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1112 **Compatibility:** Firefox 60, Firefox ESR 60\
1113 **CCK2 Equivalent:** N/A\
1114 **Preferences Affected:** N/A
1118 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1120 #### Windows (Intune)
1123 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1127 <enabled/> or <disabled/>
1132 <key>DisableFeedbackCommands</key>
1140 "DisableFeedbackCommands": true | false
1144 ### DisableFirefoxScreenshots
1145 Remove access to Firefox Screenshots.
1147 **Compatibility:** Firefox 60, Firefox ESR 60\
1148 **CCK2 Equivalent:** N/A\
1149 **Preferences Affected:** `extensions.screenshots.disabled`
1153 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1155 #### Windows (Intune)
1158 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1162 <enabled/> or <disabled/>
1167 <key>DisableFirefoxScreenshots</key>
1175 "DisableFirefoxScreenshots": true | false
1179 ### DisableFirefoxAccounts
1180 Disable Firefox Accounts integration (Sync).
1182 **Compatibility:** Firefox 60, Firefox ESR 60\
1183 **CCK2 Equivalent:** `disableSync`\
1184 **Preferences Affected:** `identity.fxaccounts.enabled`
1188 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1190 #### Windows (Intune)
1193 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1197 <enabled/> or <disabled/>
1202 <key>DisableFirefoxAccounts</key>
1210 "DisableFirefoxAccounts": true | false
1214 ### DisableFirefoxStudies
1215 Disable Firefox studies (Shield).
1217 **Compatibility:** Firefox 60, Firefox ESR 60\
1218 **CCK2 Equivalent:** N/A\
1219 **Preferences Affected:** N/A
1223 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1225 #### Windows (Intune)
1228 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1232 <enabled/> or <disabled/>
1237 <key>DisableFirefoxStudies</key>
1245 "DisableFirefoxStudies": true | false
1249 ### DisableForgetButton
1250 Disable the "Forget" button.
1252 **Compatibility:** Firefox 60, Firefox ESR 60\
1253 **CCK2 Equivalent:** `disableForget`\
1254 **Preferences Affected:** N/A
1258 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1260 #### Windows (Intune)
1263 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1267 <enabled/> or <disabled/>
1272 <key>DisableForgetButton</key>
1280 "DisableForgetButton": true | false
1284 ### DisableFormHistory
1285 Turn off saving information on web forms and the search bar.
1287 **Compatibility:** Firefox 60, Firefox ESR 60\
1288 **CCK2 Equivalent:** `disableFormFill`\
1289 **Preferences Affected:** ` browser.formfill.enable`
1293 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1295 #### Windows (Intune)
1298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1302 <enabled/> or <disabled/>
1307 <key>DisableFormHistory</key>
1315 "DisableFormHistory": true | false
1319 ### DisablePasswordReveal
1320 Do not allow passwords to be shown in saved logins
1322 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1323 **CCK2 Equivalent:** N/A
1324 **Preferences Affected:** N/A
1328 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1330 #### Windows (Intune)
1333 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1337 <enabled/> or <disabled/>
1342 <key>DisablePasswordReveal</key>
1350 "DisablePasswordReveal": true | false
1355 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1357 **Compatibility:** Firefox 60, Firefox ESR 60\
1358 **CCK2 Equivalent:** `disablePocket`\
1359 **Preferences Affected:** `extensions.pocket.enabled`
1363 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1365 #### Windows (Intune)
1368 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1372 <enabled/> or <disabled/>
1377 <key>DisablePocket</key>
1385 "DisablePocket": true | false
1389 ### DisablePrivateBrowsing
1390 Remove access to private browsing.
1392 **Compatibility:** Firefox 60, Firefox ESR 60\
1393 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1394 **Preferences Affected:** N/A
1398 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1400 #### Windows (Intune)
1403 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1407 <enabled/> or <disabled/>
1412 <key>DisablePrivateBrowsing</key>
1420 "DisablePrivateBrowsing": true | false
1424 ### DisableProfileImport
1425 Disables the "Import data from another browser" option in the bookmarks window.
1427 **Compatibility:** Firefox 60, Firefox ESR 60\
1428 **CCK2 Equivalent:** N/A\
1429 **Preferences Affected:** N/A
1433 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1435 #### Windows (Intune)
1438 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1442 <enabled/> or <disabled/>
1447 <key>DisableProfileImport</key>
1455 "DisableProfileImport": true | false
1459 ### DisableProfileRefresh
1460 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.
1462 **Compatibility:** Firefox 60, Firefox ESR 60\
1463 **CCK2 Equivalent:** `disableResetFirefox`\
1464 **Preferences Affected:** `browser.disableResetPrompt`
1468 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1470 #### Windows (Intune)
1473 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1477 <enabled/> or <disabled/>
1482 <key>DisableProfileRefresh</key>
1490 "DisableProfileRefresh": true | false
1495 Disable safe mode within the browser.
1497 On Windows, this disables safe mode via the command line as well.
1499 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1500 **CCK2 Equivalent:** `disableSafeMode`\
1501 **Preferences Affected:** N/A
1505 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1507 #### Windows (Intune)
1510 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1514 <enabled/> or <disabled/>
1519 <key>DisableSafeMode</key>
1527 "DisableSafeMode": true | false
1531 ### DisableSecurityBypass
1532 Prevent the user from bypassing security in certain cases.
1534 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1536 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1538 **Compatibility:** Firefox 60, Firefox ESR 60\
1539 **CCK2 Equivalent:** N/A\
1540 **Preferences Affected:** `security.certerror.hideAddException`,`browser.safebrowsing.allowOverride`
1544 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1545 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1547 #### Windows (Intune)
1550 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1554 <enabled/> or <disabled/>
1558 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1562 <enabled/> or <disabled/>
1568 <key>DisableSecurityBypass</key>
1570 <key>InvalidCertificate</key>
1572 <key><SafeBrowsing/key>
1581 "DisableSecurityBypass": {
1582 "InvalidCertificate": true | false,
1583 "SafeBrowsing": true | false
1588 ### DisableSystemAddonUpdate
1589 Prevent system add-ons from being installed or update.
1591 **Compatibility:** Firefox 60, Firefox ESR 60\
1592 **CCK2 Equivalent:** N/A\
1593 **Preferences Affected:** N/A
1597 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1599 #### Windows (Intune)
1602 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1606 <enabled/> or <disabled/>
1611 <key>DisableSystemAddonUpdate</key>
1619 "DisableSystemAddonUpdate": true | false
1623 ### DisableTelemetry
1624 Prevent the upload of telemetry data.
1626 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1628 **Compatibility:** Firefox 60, Firefox ESR 60\
1629 **CCK2 Equivalent:** `disableTelemetry`\
1630 **Preferences Affected:** `datareporting.healthreport.uploadEnabled,datareporting.policy.dataSubmissionEnabled`
1634 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1636 #### Windows (Intune)
1639 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1643 <enabled/> or <disabled/>
1648 <key>DisableTelemetry</key>
1656 "DisableTelemetry": true | false
1660 ### DisplayBookmarksToolbar
1661 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1663 **Compatibility:** Firefox 60, Firefox ESR 60\
1664 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1665 **Preferences Affected:** N/A
1669 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1671 #### Windows (Intune)
1674 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1678 <enabled/> or <disabled/>
1683 <key>DisplayBookmarksToolbar</key>
1691 "DisplayBookmarksToolbar": true | false
1695 ### DisplayMenuBar (Deprecated)
1696 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
1698 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
1699 **CCK2 Equivalent:** `displayMenuBar`\
1700 **Preferences Affected:** N/A
1704 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
1709 <key>DisplayMenuBar</key>
1717 "DisplayMenuBar": true | false
1722 Set the state of the menubar.
1724 `always` means the menubar is shown and cannot be hidden.
1726 `never` means the menubar is hidden and cannot be shown.
1728 `default-on` means the menubar is on by default but can be hidden.
1730 `default-off` means the menubar is off by default but can be shown.
1732 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
1733 **CCK2 Equivalent:** `displayMenuBar`\
1734 **Preferences Affected:** N/A
1738 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
1740 #### Windows (Intune)
1743 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
1748 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
1753 <key>DisplayMenuBar</key>
1754 <string>always | never | default-on | default-off</string>
1761 "DisplayMenuBar": "always", "never", "default-on", "default-off"
1766 Configure DNS over HTTPS.
1768 `Enabled` determines whether DNS over HTTPS is enabled
1770 `ProviderURL` is a URL to another provider.
1772 `Locked` prevents the user from changing DNS over HTTPS preferences.
1774 `ExcludedDomains` excludes domains from DNS over HTTPS.
1776 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
1777 **CCK2 Equivalent:** N/A\
1778 **Preferences Affected:** `network.trr.mode`,`network.trr.uri`
1782 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
1783 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
1784 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
1785 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
1787 #### Windows (Intune)
1790 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
1794 <enabled/> or <disabled/>
1798 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
1803 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
1807 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
1811 <enabled/> or <disabled/>
1815 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
1820 <data id="List" value="1example.com"/>
1825 <key>DNSOverHTTPS</key>
1829 <key>ProviderURL</key>
1830 <string>URL_TO_ALTERNATE_PROVIDER</string>
1833 <key>ExcludedDomains</key>
1835 <string>example.com</string>
1845 "Enabled": true | false,
1846 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
1847 "Locked": true | false,
1848 "ExcludedDomains": ["example.com"]
1853 ### DontCheckDefaultBrowser
1854 Don't check if Firefox is the default browser at startup.
1856 **Compatibility:** Firefox 60, Firefox ESR 60\
1857 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
1858 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
1862 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
1864 #### Windows (Intune)
1867 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
1871 <enabled/> or <disabled/>
1876 <key>DontCheckDefaultBrowser</key>
1884 "DontCheckDefaultBrowser": true | false
1888 ### DefaultDownloadDirectory
1889 Set the default download directory.
1891 You can use ${home} for the native home directory.
1893 **Compatibility:** Firefox 68, Firefox ESR 68\
1894 **CCK2 Equivalent:** N/A\
1895 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`
1899 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1901 #### Windows (Intune)
1904 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1909 <data id="Preferences_String" value="${home}\Downloads"/>
1914 <key>DefaultDownloadDirectory</key>
1915 <string>${home}/Downloads</string>
1918 #### policies.json (macOS and Linux)
1922 "DefaultDownloadDirectory": "${home}/Downloads"
1925 #### policies.json (Windows)
1929 "DefaultDownloadDirectory": "${home}\\Downloads"
1932 ### DownloadDirectory
1933 Set and lock the download directory.
1935 You can use ${home} for the native home directory.
1937 **Compatibility:** Firefox 68, Firefox ESR 68\
1938 **CCK2 Equivalent:** N/A\
1939 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`,`browser.download.useDownloadDir`
1943 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
1945 #### Windows (Intune)
1948 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
1953 <data id="Preferences_String" value="${home}\Downloads"/>
1958 <key>DownloadDirectory</key>
1959 <string>${home}/Downloads</string>
1962 #### policies.json (macOS and Linux)
1966 "DownloadDirectory": "${home}/Downloads"
1969 #### policies.json (Windows)
1973 "DownloadDirectory": "${home}\\Downloads"
1976 ### EnableTrackingProtection
1977 Configure tracking protection.
1979 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.
1981 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
1983 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.
1985 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
1987 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
1989 `Exceptions` are origins for which tracking protection is not enabled.
1991 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
1992 **CCK2 Equivalent:** N/A\
1993 **Preferences Affected:** `privacy.trackingprotection.enabled`,`privacy.trackingprotection.pbmode.enabled`,`privacy.trackingprotection.cryptomining.enabled`,`privacy.trackingprotection.fingerprinting.enabled`
1997 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
1998 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
1999 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2000 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2001 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2003 #### Windows (Intune)
2006 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/TrackingProtection
2011 <data id="TrackingProtectionLocked" value="true | false"/>
2012 <data id="Cryptomining" value="true | false"/>
2013 <data id="Fingerprinting" value="true | false"/>
2014 <data id=TrackingProtection_Exceptions" value="1https://example.com"/>
2019 <key>EnableTrackingProtection</key>
2025 <key><Cryptomining</key>
2027 <key><Fingerprinting</key>
2029 <key>Exceptions</key>
2031 <string>https://example.com</string>
2040 "EnableTrackingProtection": {
2041 "Value": true | false,
2042 "Locked": true | false,
2043 "Cryptomining": true | false,
2044 "Fingerprinting": true | false,
2045 "Exceptions": ["https://example.com"]
2049 ### EncryptedMediaExtensions
2050 Enable or disable Encrypted Media Extensions and optionally lock it.
2052 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2054 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.
2056 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2057 **CCK2 Equivalent:** N/A\
2058 **Preferences Affected:** `media.eme.enabled`
2062 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2063 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2065 #### Windows (Intune)
2068 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2069 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2073 <enabled/>or <disabled/>
2078 <key>EncryptedMediaExtensions</key>
2091 "EncryptedMediaExtensions": {
2092 "Enabled": true | false,
2093 "Locked": true | false
2097 ### EnterprisePoliciesEnabled
2098 Enable policy support on macOS.
2100 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2101 **CCK2 Equivalent:** N/A\
2102 **Preferences Affected:** N/A
2107 <key>EnterprisePoliciesEnabled</key>
2112 Control the installation, uninstallation and locking of extensions.
2114 `Install` is a list of URLs or native paths for extensions to be installed.
2116 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2118 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2120 **Compatibility:** Firefox 60, Firefox ESR 60\
2121 **CCK2 Equivalent:** `addons`\
2122 **Preferences Affected:** N/A
2126 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2127 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2128 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2129 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2134 <key>Extensions</key>
2138 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2139 <string>//path/to/xpi</string>
2141 <key>Uninstall</key>
2143 <string>bad_addon_id@mozilla.org</string>
2147 <string>addon_id@mozilla.org</string>
2157 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2158 "Uninstall": ["bad_addon_id@mozilla.org"],
2159 "Locked": ["addon_id@mozilla.org"]
2164 ### ExtensionSettings
2165 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.
2167 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.
2169 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).
2171 The configuration for each extension is another dictionary that can contain the fields documented below.
2173 | Name | Description |
2175 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2176 | `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.
2177 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2178 | `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.
2179 | `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.
2180 | `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.
2181 | `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. If you want to allow the install of extensions from the recommended add-ons page, you must add `about:addons` to this list.
2182 | `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", "langpack" This setting can be used only for the default configuration.
2183 | `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.
2184 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2186 **Compatibility:** Firefox 69, Firefox ESR 68.1\
2187 **CCK2 Equivalent:** N/A\
2188 **Preferences Affected:** N/A
2192 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2195 "blocked_install_message": "Custom error message.",
2196 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2197 "installation_mode": "blocked",
2198 "allowed_types": ["extension"]
2200 "uBlock0@raymondhill.net": {
2201 "installation_mode": "force_installed",
2202 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2204 "https-everywhere@eff.org": {
2205 "installation_mode": "allowed",
2209 #### Windows (Intune)
2212 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2217 <data id="ExtensionSettings" value='
2219 "blocked_install_message": "Custom error message.",
2220 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2221 "installation_mode": "blocked",
2222 "allowed_types": ["extension"]
2224 "uBlock0@raymondhill.net": {
2225 "installation_mode": "force_installed",
2226 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2228 "https-everywhere@eff.org": {
2229 "installation_mode": "allowed",
2235 <key>ExtensionSettings</key>
2239 <key>blocked_install_message</key>
2240 <string>Custom error message.</string>
2241 <key>install_sources</key>
2243 <string>about:addons</string>
2244 <string>https://addons.mozilla.org/</string>
2246 <key>installation_mode</key>
2247 <string>blocked</string>
2248 <key>allowed_types</key>
2250 <string>extension</string>
2253 <key>uBlock0@raymondhill.net</key>
2255 <key>installation_mode</key>
2256 <string>force_installed</string>
2257 <key>install_url</key>
2258 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2260 <key>https-everywhere@eff.org</key>
2262 <key>installation_mode</key>
2263 <string>allowed</string>
2272 "ExtensionSettings": {
2274 "blocked_install_message": "Custom error message.",
2275 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2276 "installation_mode": "blocked",
2277 "allowed_types": ["extension"]
2279 "uBlock0@raymondhill.net": {
2280 "installation_mode": "force_installed",
2281 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2283 "https-everywhere@eff.org": {
2284 "installation_mode": "allowed"
2291 Control extension updates.
2293 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2294 **CCK2 Equivalent:** N/A\
2295 **Preferences Affected:** `extensions.update.enabled`
2299 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2301 #### Windows (Intune)
2304 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ExtensionUpdate
2308 <enabled/> or <disabled/>
2313 <key>ExtensionUpdate</key>
2321 "ExtensionUpdate": true | false
2326 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2328 `Allow` is a list of origins where Flash are allowed.
2330 `Block` is a list of origins where Flash is not allowed.
2332 `Default` determines whether or not Flash is allowed by default.
2334 `Locked` prevents the user from changing Flash preferences.
2336 **Compatibility:** Firefox 60, Firefox ESR 60\
2337 **CCK2 Equivalent:** `permissions.plugin`\
2338 **Preferences Affected:** `plugin.state.flash`
2342 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2343 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2344 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2345 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2347 #### Windows (Intune)
2350 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2355 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2359 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2363 <enabled/> or <disabled/>
2367 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2371 <enabled/> or <disabled/>
2376 <key>FlashPlugin</key>
2380 <string>http://example.org</string>
2384 <string>http://example.edu</string>
2398 "Allow": ["http://example.org/"],
2399 "Block": ["http://example.edu/"],
2400 "Default": true | false,
2401 "Locked": true | false
2410 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2412 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2414 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.
2416 | Name | Description |
2418 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2419 | `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.
2420 | `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.
2421 | `name` | The display name of the handler (might not be used).
2422 | `path`| The native path to the executable to be used.
2423 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2425 **Compatibility:** Firefox 78, Firefox ESR 78\
2426 **CCK2 Equivalent:** N/A\
2427 **Preferences Affected:** N/A
2431 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2434 "application/msword": {
2435 "action": "useSystemDefault",
2441 "action": "useHelperApp",
2442 "ask": true | false,
2445 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2451 "action": "useHelperApp",
2452 "ask": true | false,
2454 "name": "Adobe Acrobat",
2455 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2461 #### Windows (Intune)
2464 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2469 <data id="Handlers" value='
2472 "application/msword": {
2473 "action": "useSystemDefault",
2479 "action": "useHelperApp",
2480 "ask": true | false,
2483 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2489 "action": "useHelperApp",
2490 "ask": true | false,
2492 "name": "Adobe Acrobat",
2493 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2505 <key>mimeTypes</key>
2507 <key>application/msword</key>
2510 <string>useSystemDefault</string>
2520 <string>useHelperApp</string>
2527 <string>Gmail</string>
2528 <key>uriTemplate</key>
2529 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2534 <key>extensions</key>
2539 <string>useHelperApp</string>
2546 <string>Adobe Acrobat</string>
2548 <string>/System/Applications/Preview.app</string>
2560 "application/msword": {
2561 "action": "useSystemDefault",
2567 "action": "useHelperApp",
2568 "ask": true | false,
2571 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2577 "action": "useHelperApp",
2578 "ask": true | false,
2580 "name": "Adobe Acrobat",
2581 "path": "/usr/bin/acroread"
2588 Customize the Firefox Home page.
2590 **Compatibility:** Firefox 68, Firefox ESR 68\
2591 **CCK2 Equivalent:** N/A\
2592 **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`
2596 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2597 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2598 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2599 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2600 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2601 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2603 #### Windows (Intune)
2606 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2611 <data id="FirefoxHome_Search" value="true | false"/>
2612 <data id="FirefoxHome_TopSites" value="true | false"/>
2613 <data id="FirefoxHome_Highlights" value="true | false"/>
2614 <data id="FirefoxHome_Pocket" value="true | false"/>
2615 <data id="FirefoxHome_Snippets" value="true | false"/>
2616 <data id="FirefoxHome_Locked" value="true | false"/>
2621 <key>FirefoxHome</key>
2627 <key>Highlights</key>
2643 "Search": true | false,
2644 "TopSites": true | false,
2645 "Highlights": true | false,
2646 "Pocket": true | false,
2647 "Snippets": true | false,
2648 "Locked": true | false
2653 ### HardwareAcceleration
2654 Control hardware acceleration.
2656 **Compatibility:** Firefox 60, Firefox ESR 60\
2657 **CCK2 Equivalent:** N/A\
2658 **Preferences Affected:** `layers.acceleration.disabled`
2662 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
2664 #### Windows (Intune)
2667 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
2671 <enabled/> or <disabled/>
2676 <key>HardwareAcceleration</key>
2684 "HardwareAcceleration": true | false
2689 Configure the default homepage and how Firefox starts.
2691 `URL` is the default homepage.
2693 `Locked` prevents the user from changing homepage preferences.
2695 `Additional` allows for more than one homepage.
2697 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
2699 With Firefox 78, an additional option as added for `Startpage`, `homepage-locked`. This allows for locking the homepage, but still allowing the user to choose whether or not they want to restore their session.
2701 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
2702 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
2703 **Preferences Affected:** `browser.startup.homepage`,`browser.startup.page`
2707 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
2708 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
2709 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
2710 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
2711 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
2713 #### Windows (Intune)
2716 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
2722 <data id="HomepageURL" value="https://example.com"/>
2723 <data id="HomepageLocked" value="true | false"/>
2727 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
2733 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
2737 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
2743 <data id="StartPage" value="none | homepage | previous-session"/>
2751 <string>http://example.com</string>
2754 <key>Additional</key>
2756 <string>http://example.org</string>
2757 <string>http://example.edu</string>
2759 <key>StartPage</key>
2760 <string>none | homepage | previous-session | homepage-locked</string>
2769 "URL": "http://example.com/",
2770 "Locked": true | false,
2771 "Additional": ["http://example.org/",
2772 "http://example.edu/"],
2773 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
2778 ### InstallAddonsPermission
2779 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.
2781 `Allow` is a list of origins where extension installs are allowed.
2783 `Default` determines whether or not extension installs are allowed by default.
2785 **Compatibility:** Firefox 60, Firefox ESR 60\
2786 **CCK2 Equivalent:** `permissions.install`\
2787 **Preferences Affected:** `xpinstall.enabled`
2791 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
2792 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
2793 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
2795 #### Windows (Intune)
2798 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
2803 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2807 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
2816 <key>InstallAddonsPermission</key>
2820 <string>http://example.org</string>
2821 <string>http://example.edu</string>
2832 "InstallAddonsPermission": {
2833 "Allow": ["http://example.org/",
2834 "http://example.edu/"],
2835 "Default": true | false
2841 Disable the feature enforcing a separate profile for each installation.
2843 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.
2845 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
2847 This policy only work on Windows via GPO (not policies.json).
2849 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
2850 **CCK2 Equivalent:** N/A\
2851 **Preferences Affected:** N/A
2855 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
2857 #### Windows (Intune)
2860 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
2864 <enabled/> or <disabled/>
2867 Enable linking to local files by origin.
2869 **Compatibility:** Firefox 68, Firefox ESR 68\
2870 **CCK2 Equivalent:** N/A\
2871 **Preferences Affected:** `capability.policy.localfilelinks.*`
2875 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
2876 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
2878 #### Windows (Intune)
2881 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
2886 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
2891 <key>LocalFileLinks</key>
2893 <string>http://example.org</string>
2894 <string>http://example.edu</string>
2902 "LocalFileLinks": ["http://example.org/",
2903 "http://example.edu/"]
2907 ### NetworkPrediction
2908 Enable or disable network prediction (DNS prefetching).
2910 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2911 **CCK2 Equivalent:** N/A\
2912 **Preferences Affected:** `network.dns.disablePrefetch`,`network.dns.disablePrefetchFromHTTPS`
2916 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
2918 #### Windows (Intune)
2921 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
2925 <enabled/> or <disabled/>
2930 <key>NetworkPrediction</key>
2938 "NetworkPrediction": true | false
2942 Enable or disable the New Tab page.
2944 **Compatibility:** Firefox 68, Firefox ESR 68\
2945 **CCK2 Equivalent:** N/A\
2946 **Preferences Affected:** `browser.newtabpage.enabled`
2950 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
2952 #### Windows (Intune)
2955 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
2959 <enabled/> or <disabled/>
2964 <key>NewTabPage</key>
2972 "NewTabPage": true | false
2975 ### NoDefaultBookmarks
2976 Disable the creation of default bookmarks.
2978 This policy is only effective if the user profile has not been created yet.
2980 **Compatibility:** Firefox 60, Firefox ESR 60\
2981 **CCK2 Equivalent:** `removeDefaultBookmarks`\
2982 **Preferences Affected:** N/A
2986 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
2988 #### Windows (Intune)
2991 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
2995 <enabled/> or <disabled/>
3000 <key>NoDefaultBookmarks</key>
3008 "NoDefaultBookmarks": true | false
3012 ### OfferToSaveLogins
3013 Control whether or not Firefox offers to save passwords.
3015 **Compatibility:** Firefox 60, Firefox ESR 60\
3016 **CCK2 Equivalent:** `dontRememberPasswords`\
3017 **Preferences Affected:** `signon.rememberSignons`
3021 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3023 #### Windows (Intune)
3026 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3030 <enabled/> or <disabled/>
3035 <key>OfferToSaveLogins</key>
3043 "OfferToSaveLogins": true | false
3047 ### OfferToSaveLoginsDefault
3048 Sets the default value of signon.rememberSignons without locking it.
3050 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3051 **CCK2 Equivalent:** `dontRememberPasswords`\
3052 **Preferences Affected:** `signon.rememberSignons`
3056 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3058 #### Windows (Intune)
3061 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3065 <enabled/> or <disabled/>
3070 <key>OfferToSaveLoginsDefault</key>
3078 "OfferToSaveLoginsDefault": true | false
3082 ### OverrideFirstRunPage
3083 Override the first run page. If the value is blank, no first run page is displayed.
3085 **Compatibility:** Firefox 60, Firefox ESR 60\
3086 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3087 **Preferences Affected:** `startup.homepage_welcome_url`
3091 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3093 #### Windows (Intune)
3096 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3101 <data id="OverridePage" value="https://example.com"/>
3106 <key>OverrideFirstRunPage</key>
3107 <string>http://example.org</string>
3114 "OverrideFirstRunPage": "http://example.org"
3117 ### OverridePostUpdatePage
3118 Override the upgrade page. If the value is blank, no upgrade page is displayed.
3120 **Compatibility:** Firefox 60, Firefox ESR 60\
3121 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3122 **Preferences Affected:** `startup.homepage_override_url`
3126 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3128 #### Windows (Intune)
3131 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3136 <data id="OverridePage" value="https://example.com"/>
3141 <key>OverridePostUpdatePage</key>
3142 <string>http://example.org</string>
3149 "OverridePostUpdatePage": "http://example.org"
3152 ### PasswordManagerEnabled
3153 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3155 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3156 **CCK2 Equivalent:** N/A\
3157 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3161 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3163 #### Windows (Intune)
3166 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3170 <enabled/> or <disabled/>
3175 <key>PasswordManagerEnabled</key>
3183 "PasswordManagerEnabled": true | false
3188 Disable or configure PDF.js, the built-in PDF viewer.
3190 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3192 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3194 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.
3196 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3197 **CCK2 Equivalent:** N/A\
3198 **Preferences Affected:** `pdfjs.diabled`,`pdfjs.enablePermissions`
3202 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3203 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3205 #### Windows (Intune)
3208 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3209 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3213 <enabled/>or <disabled/>
3222 <key><EnablePermissions</key>
3232 "Enabled": true | false,
3233 "EnablePermissions": true | false
3238 Set permissions associated with camera, microphone, location, notifications, and autoplay. Because these are origins, not domains, entries with unique ports must be specified separately. See examples below.
3240 `Allow` is a list of origins where the feature is allowed.
3242 `Block` is a list of origins where the feature is not allowed.
3244 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3246 `Locked` prevents the user from changing preferences for the feature.
3248 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3250 **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)\
3251 **CCK2 Equivalent:** N/A\
3252 **Preferences Affected:** `permissions.default.camera`,`permissions.default.microphone`,`permissions.default.geo`,`permissions.default.desktop-notification`,`media.autoplay.default`
3256 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3257 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3258 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3259 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3260 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3261 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3262 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3263 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3264 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3265 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3266 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3267 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3268 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3269 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3270 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3271 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3272 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3273 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3274 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3275 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3276 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3278 #### Windows (Intune)
3281 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3285 <enabled/> or <disabled/>
3289 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3293 <enabled/> or <disabled/>
3297 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3302 <data id="Permissions" value="1https://example.org"/>
3306 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3310 <enabled/> or <disabled/>
3314 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3318 <enabled/> or <disabled/>
3322 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3327 <data id="Permissions" value="1https://example.org"/>
3331 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3336 <data id="Permissions" value="1https://example.edu"/>
3340 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3345 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3349 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3353 <enabled/> or <disabled/>
3358 <key>Permissions</key>
3364 <string>https://example.org</string>
3365 <string>https://example.org:1234</string>
3369 <string>https://example.edu</string>
3371 <key>BlockNewRequests</key>
3376 <key>Microphone</key>
3380 <string>https://example.org</string>
3384 <string>https://example.edu</string>
3386 <key>BlockNewRequests</key>
3395 <string>https://example.org</string>
3399 <string>https://example.edu</string>
3401 <key>BlockNewRequests</key>
3406 <key>Notifications</key>
3410 <string>https://example.org</string>
3414 <string>https://example.edu</string>
3416 <key>BlockNewRequests</key>
3425 <string>https://example.org</string>
3429 <string>https://example.edu</string>
3432 <string>allow-audio-video | block-audio | block-audio-video</string>
3445 "Allow": ["https://example.org","https://example.org:1234"],
3446 "Block": ["https://example.edu"],
3447 "BlockNewRequests": true | false,
3448 "Locked": true | false
3451 "Allow": ["https://example.org"],
3452 "Block": ["https://example.edu"],
3453 "BlockNewRequests": true | false,
3454 "Locked": true | false
3457 "Allow": ["https://example.org"],
3458 "Block": ["https://example.edu"],
3459 "BlockNewRequests": true | false,
3460 "Locked": true | false
3463 "Allow": ["https://example.org"],
3464 "Block": ["https://example.edu"],
3465 "BlockNewRequests": true | false,
3466 "Locked": true | false
3469 "Allow": ["https://example.org"],
3470 "Block": ["https://example.edu"],
3471 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
3472 "Locked": true | false
3478 ### PictureInPicture
3480 Enable or disable Picture-in-Picture.
3482 **Compatibility:** Firefox 78, Firefox ESR 78\
3483 **CCK2 Equivalent:** N/A\
3484 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
3488 Software\Policies\Mozilla\Firefox\PictureInPicture = 0x1 | 0x0
3490 #### Windows (Intune)
3493 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PictureInPicture
3497 <enabled/> or <disabled/>
3502 <key>PictureInPicture</key>
3510 "PictureInPicture": true | false
3515 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
3517 `Allow` is a list of origins where popup-windows are allowed.
3519 `Default` determines whether or not pop-up windows are allowed by default.
3521 `Locked` prevents the user from changing pop-up preferences.
3523 **Compatibility:** Firefox 60, Firefox ESR 60\
3524 **CCK2 Equivalent:** `permissions.popup`\
3525 **Preferences Affected:** `dom.disable_open_during_load`
3529 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
3530 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
3531 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
3532 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
3534 #### Windows (Intune)
3537 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
3542 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3546 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
3550 <enabled/> or <disabled/>
3554 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
3558 <enabled/> or <disabled/>
3563 <key>PopupBlocking</key>
3567 <string>http://example.org</string>
3568 <string>http://example.edu</string>
3582 "Allow": ["http://example.org/",
3583 "http://example.edu/"],
3584 "Default": true | false,
3585 "Locked": true | false
3591 Set and lock certain preferences.
3593 **Compatibility:** See below\
3594 **CCK2 Equivalent:** `preferences`\
3595 **Preferences Affected:** See below
3597 | Preference | Type | Compatibility | Default
3598 | --- | --- | --- | ---
3599 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
3600 | If set to 1, platform accessibility is disabled.
3601 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
3602 | If false, Firefox doesn't automatically install update.
3603 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
3604 | If true, bookmarks are exported on shutdown.
3605 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
3606 | If set, the name of the file where bookmarks are exported and imported.
3607 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
3608 | If true, bookmarks are restored to their defaults.
3609 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
3610 | If false, don't store cache on the hard drive.
3611 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
3612 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
3613 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
3614 | If true, single words are sent to DNS, not directly to search.
3615 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
3616 | If set, a list of URLs to use as the default top sites on the new tab page.
3617 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
3618 | If true, bookmarks are always imported on startup.
3619 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3620 | If false, phishing protection is not enabled (Not recommended)
3621 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3622 | If false, malware protection is not enabled (Not recommended)
3623 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
3624 | If false, updates for search engines are not checked.
3625 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
3626 | If true, a notification isn't shown if startup is slow.
3627 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
3628 | If false, there is no warning when the browser is closed.
3629 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
3630 | If true, tab previews are shown in the Windows taskbar.
3631 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
3632 | If false, bookmarks aren't suggested when typing in the URL bar.
3633 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
3634 | If false, history isn't suggested when typing in the URL bar.
3635 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
3636 | If false, open tabs aren't suggested when typing in the URL bar.
3637 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
3638 | If true, don't show the privacy policy tab on first run.
3639 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
3640 | If false, web page can close windows.
3641 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
3642 | If false, web pages can focus and activate windows.
3643 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
3644 | If true, web pages can't move or resize windows.
3645 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3646 | If false, web pages can't override context menus.
3647 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
3648 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
3649 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
3650 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
3651 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
3652 | If false, XMLDocument.load is not available.
3653 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
3654 | If false, XMLDocument.async is not available.
3655 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3656 | If false, the extensions blocklist is not used (Not recommended)
3657 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
3658 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
3659 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
3660 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
3661 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3662 | If false, the geolocation API is disabled. | Language dependent
3663 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
3664 | If set, preferred language for web pages.
3665 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
3666 | If false, Encrypted Media Extensions are not enabled.
3667 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3668 | If false, the OpenH264 plugin is not downloaded.
3669 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3670 | If false, the Widevine plugin is not downloaded.
3671 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
3672 | If false, WebRTC is disabled
3673 | media.peerconnection.ice.obfuscate_host_addresses.whitelist | string | Firefox 72, Firefox ESR 68.4 | N/A
3674 | If set, a list of domains for which mDNS hostname obfuscation is
3676 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
3677 | If true, IPv6 DNS lokoups are disabled.
3678 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
3679 | If true, display the punycode version of internationalized domain names.
3680 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3681 | If false, history is not enabled.
3682 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
3683 | If false, print settings are not saved between jobs.
3684 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
3685 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
3686 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
3687 | If false, mixed active content (HTTP and HTTPS) is not blocked.
3688 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
3689 | If true, client certificates are loaded from the operating system certificate store.
3690 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3691 | If false, SSL errors cannot be sent to Mozilla.
3692 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
3693 | If false, the TLS 1.3 downgrade check is disabled.
3694 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
3695 | If false, the Alt key doesn't show the menubar on Windows.
3696 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
3697 | If set, overrides the GTK theme for widgets.
3700 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
3701 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
3703 #### Windows (Intune)
3704 OMA-URI: (periods are replaced by underscores)
3706 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
3710 <enabled/> or <disabled/>
3715 <key>Preferences</key>
3717 <key>boolean_preference_name</key>
3719 <key>string_preference_name</key>
3720 <string>string_value</string>
3729 "boolean_preference_name": true | false,
3730 "string_preference_name": "string_value"
3735 ### PromptForDownloadLocation
3736 Ask where to save each file before downloading.
3738 **Compatibility:** Firefox 68, Firefox ESR 68\
3739 **CCK2 Equivalent:** N/A\
3740 **Preferences Affected:** `browser.download.useDownloadDir`
3744 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
3746 #### Windows (Intune)
3749 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
3753 <enabled/> or <disabled/>
3758 <key>PromptForDownloadLocation</key>
3766 "PromptForDownloadLocation": true | false
3771 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
3772 To specify ports, append them to the hostnames with a colon (:).
3774 `Mode` is the proxy method being used.
3776 `Locked` is whether or not proxy settings can be changed.
3778 `HTTPProxy` is the HTTP proxy server.
3780 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
3782 `SSLProxy` is the SSL proxy server.
3784 `FTPProxy` is the FTP proxy server.
3786 `SOCKSProxy` is the SOCKS proxy server
3788 `SOCKSVersion` is the SOCKS version (4 or 5)
3790 `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.
3792 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
3794 `AutoLogin` means do not prompt for authentication if password is saved.
3796 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
3798 **Compatibility:** Firefox 60, Firefox ESR 60\
3799 **CCK2 Equivalent:** `networkProxy*`\
3800 **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`
3804 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none", "system", "manual", "autoDetect", "autoConfig"
3805 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
3806 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
3807 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
3808 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
3809 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
3810 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
3811 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
3812 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
3813 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
3814 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
3815 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
3817 #### Windows (Intune)
3820 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
3825 <data id="ProxyLocked" value="true | false"/>
3826 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
3827 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
3828 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
3829 <data id="SSLProxy" value="https://sslproxy.example.com"/>
3830 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
3831 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
3832 <data id="SOCKSVersion" value="4 | 5"/>
3833 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
3834 <data id="Passthrough" value="<local>"/>
3835 <data id="AutoLogin" value="true | false"/>
3836 <data id="UseProxyForDNS" value="true | false"/>
3844 <string>none | system | manual | autoDetect | autoConfig</string>
3847 <key>HTTPProxy</key>
3848 <string>https://httpproxy.example.com</string>
3849 <key>UseHTTPProxyForAllProtocols</key>
3852 <string>https://sslproxy.example.com</string>
3854 <string>https://ftpproxy.example.com</string>
3855 <key>SOCKSProxy</key>
3856 <string>https://socksproxy.example.com</string>
3857 <key>SOCKSVersion</key>
3858 <string>4 | 5</string>
3859 <key>Passthrough</key>
3860 <string><local>></string>
3861 <key>AutoConfigURL</key>
3862 <string>URL_TO_AUTOCONFIG</string>
3863 <key>AutoLogin</key>
3865 <key>UseProxyForDNS</key>
3875 "Mode": "none", "system", "manual", "autoDetect", "autoConfig",
3876 "Locked": true | false,
3877 "HTTPProxy": "hostname",
3878 "UseHTTPProxyForAllProtocols": true | false,
3879 "SSLProxy": "hostname",
3880 "FTPProxy": "hostname",
3881 "SOCKSProxy": "hostname",
3882 "SOCKSVersion": 4 | 5
3883 "Passthrough": "<local>",
3884 "AutoConfigURL": "URL_TO_AUTOCONFIG",
3885 "AutoLogin": true | false,
3886 "UseProxyForDNS": true | false
3891 ### RequestedLocales
3892 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
3894 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
3896 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
3897 **CCK2 Equivalent:** N/A\
3898 **Preferences Affected:** N/A
3901 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
3902 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
3906 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
3908 #### Windows (Intune)
3911 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
3916 <data id="Preferences_String" value="de,en-US"/>
3921 <key>RequestedLocales</key>
3924 <string>en-US</string>
3931 <key>RequestedLocales</key>
3932 <string>de,en-US</string>
3940 "RequestedLocales": ["de", "en-US"]
3948 "RequestedLocales": "de,en-US"
3952 <a name="SanitizeOnShutdown"></a>
3954 ### SanitizeOnShutdown (Selective)
3955 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
3957 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.
3959 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
3960 **CCK2 Equivalent:** N/A\
3961 **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`
3964 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
3965 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
3966 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
3967 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
3968 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
3969 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
3970 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
3971 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
3972 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
3974 #### Windows (Intune)
3977 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
3981 <enabled/> or <disabled/>
3986 <key>SanitizeOnShutdown</key>
3992 <key>Downloads</key>
4000 <key>SiteSettings</key>
4002 <key>OfflineApps</key>
4013 "SanitizeOnShutdown": {
4014 "Cache": true | false,
4015 "Cookies": true | false,
4016 "Downloads": true | false,
4017 "FormData": true | false,
4018 "History": true | false,
4019 "Sessions": true | false,
4020 "SiteSettings": true | false,
4021 "OfflineApps": true | false,
4022 "Locked": true | false
4027 ### SanitizeOnShutdown (All)
4028 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4030 **Compatibility:** Firefox 60, Firefox ESR 60\
4031 **CCK2 Equivalent:** N/A\
4032 **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`
4035 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4037 #### Windows (Intune)
4040 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4044 <enabled/> or <disabled/>
4049 <key>SanitizeOnShutdown</key>
4057 "SanitizeOnShutdown": true | false
4062 Set whether or not search bar is displayed.
4064 **Compatibility:** Firefox 60, Firefox ESR 60\
4065 **CCK2 Equivalent:** `showSearchBar`\
4066 **Preferences Affected:** N/A
4070 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
4073 #### Windows (Intune)
4076 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
4081 <data id="Permissions" value="unified | separate"/>
4086 <key>SearchBar</key>
4087 <string>unified | separate</string>
4094 "SearchBar": "unified" | "separate"
4098 <a name="SearchEngines"></a>
4100 ### SearchEngines (This policy is only available on the ESR.)
4102 ### SearchEngines | Default
4104 Set the default search engine. This policy is only available on the ESR.
4106 **Compatibility:** Firefox ESR 60\
4107 **CCK2 Equivalent:** `defaultSearchEngine`\
4108 **Preferences Affected:** N/A
4112 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
4114 #### Windows (Intune)
4117 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
4122 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
4127 <key>SearchEngines</key>
4130 <string>NAME_OF_SEARCH_ENGINE</string>
4139 "Default": "NAME_OF_SEARCH_ENGINE"
4144 ### SearchEngines | PreventInstalls
4146 Prevent installing search engines from webpages.
4148 **Compatibility:** Firefox ESR 60\
4149 **CCK2 Equivalent:** `disableSearchEngineInstall`\
4150 **Preferences Affected:** N/A
4154 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
4156 #### Windows (Intune)
4159 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
4163 <enabled/> or <disabled/>
4168 <key>SearchEngines</key>
4170 <key>PreventInstalls</key>
4180 "PreventInstalls": true | false
4185 ### SearchEngines | Remove
4187 Hide built-in search engines. This policy is only available on the ESR.
4189 **Compatibility:** Firefox ESR 60.2\
4190 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
4191 **Preferences Affected:** N/A
4195 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
4197 #### Windows (Intune)
4200 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
4205 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
4210 <key>SearchEngines</key>
4214 <string>NAME_OF_SEARCH_ENGINE</string>
4224 "Remove": ["NAME_OF_SEARCH_ENGINE"]
4229 ### SearchEngines | Add
4231 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
4233 `Name` is the name of the search engine.
4235 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
4237 `Method` is either GET or POST
4239 `IconURL` is a URL for the icon to use.
4241 `Alias` is a keyword to use for the engine.
4243 `Description` is a description of the search engine.
4245 `PostData` is the POST data as name value pairs separated by &.
4247 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
4249 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68)\
4250 **CCK2 Equivalent:** `searchplugins`\
4251 **Preferences Affected:** N/A
4255 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
4256 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
4257 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
4258 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
4259 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
4260 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
4261 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
4262 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
4264 #### Windows (Intune)
4267 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
4272 <data id="SearchEngine_Name" value="Example1"/>
4273 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
4274 <data id="SearchEngine_Method" value="GET | POST"/>
4275 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
4276 <data id="SearchEngine_Alias" value="example"/>
4277 <data id="SearchEngine_Description" value="Example Description"/>
4278 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
4279 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
4284 <key>SearchEngines</key>
4290 <string>Example1</string>
4291 <key>URLTemplate</key>
4292 <string>https://www.example.org/q={searchTerms}</string>
4294 <string>GET | POST </string>
4296 <string>https://www.example.org/favicon.ico</string>
4298 <string>example</string>
4299 <key>Description</key>
4300 <string>Example Description</string>
4301 <key>SuggestURLTemplate</key>
4302 <string>https://www.example.org/suggestions/q={searchTerms}</string>
4304 <string>name=value&q={searchTerms}</string>
4318 "URLTemplate": "https://www.example.org/q={searchTerms}",
4319 "Method": "GET" | "POST",
4320 "IconURL": "https://www.example.org/favicon.ico",
4322 "Description": "Description",
4323 "PostData": "name=value&q={searchTerms}",
4324 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
4331 ### SearchSuggestEnabled
4333 Enable search suggestions.
4335 **Compatibility:** Firefox 68, Firefox ESR 68\
4336 **CCK2 Equivalent:** N/A\
4337 **Preferences Affected:** `browser.urlbar.suggest.searches`,`browser.search.suggest.enabled`
4341 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
4343 #### Windows (Intune)
4346 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchSuggestEnabled
4350 <enabled/> or <disabled/>
4355 <key>SearchSuggestEnabled</key>
4363 "SearchSuggestEnabled": true | false
4369 Install PKCS #11 modules.
4371 **Compatibility:** Firefox 64, Firefox ESR 60.4\
4372 **CCK2 Equivalent:** `certs.devices`\
4373 **Preferences Affected:** N/A
4377 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
4379 #### Windows (Intune)
4382 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
4387 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
4392 <key>SecurityDevices</key>
4394 <key>NAME_OF_DEVICE</key>
4395 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
4404 "SecurityDevices": {
4405 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
4412 Set and lock the maximum version of TLS.
4414 **Compatibility:** Firefox 66, Firefox ESR 60.6\
4415 **CCK2 Equivalent:** N/A\
4416 **Preferences Affected:** `security.tls.version.max`
4420 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4422 #### Windows (Intune)
4425 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
4430 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
4435 <key>SSLVersionMax</key>
4436 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
4444 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4450 Set and lock the minimum version of TLS.
4452 **Compatibility:** Firefox 66, Firefox ESR 60.6\
4453 **CCK2 Equivalent:** N/A\
4454 **Preferences Affected:** `security.tls.version.min`
4458 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4460 #### Windows (Intune)
4463 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
4468 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
4473 <key>SSLVersionMin</key>
4474 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
4482 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4487 Add a menuitem to the help menu for specifying support information.
4489 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
4490 **CCK2 Equivalent:** helpMenu\
4491 **Preferences Affected:** N/A
4495 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
4496 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
4497 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
4499 #### Windows (Intune)
4502 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
4507 <data id="SupportMenuTitle" value="Support Menu"/>
4508 <data id="SupportMenuURL" value="http://example.com/support"/>
4509 <data id="SupportMenuAccessKey" value="S">
4514 <key>SupportMenu</key>
4517 <string>SupportMenu</string>
4519 <string>http://example.com/support</string>
4520 <key>AccessKey</key>
4530 "Title": "Support Menu",
4531 "URL": "http://example.com/support",
4539 Prevent installing search engines from webpages.
4541 `WhatsNew` Remove the "What's New" icon and menuitem. (Firefox 75 only)
4543 `ExtensionRecommendations` Don't recommend extensions.
4545 `FeatureRecommendations` Don't recommend browser features.
4547 `UrlbarInterventions` Don't offer Firefox specific suggestions in the URL bar. (Firefox 75 only)
4549 **Compatibility:** Firefox 75, Firefox ESR 68.7\
4550 **CCK2 Equivalent:** N/A\
4551 **Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
4555 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
4556 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
4557 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
4558 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
4560 #### Windows (Intune)
4563 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_WhatsNew
4564 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_ExtensionRecommendations
4565 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_FeatureRecommendations
4566 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_UrlbarInterventions
4570 <enabled/> or <disabled/>
4575 <key>UserMessaging</key>
4579 <key>ExtensionRecommendations</key>
4581 <key>FeatureRecommendations</key>
4583 <key>UrlbarInterventions</key>
4593 "WhatsNew": true | false,
4594 "ExtensionRecommendations": true | false,
4595 "FeatureRecommendations": true | false,
4596 "UrlbarInterventions": true | false
4602 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. Only http/https addresses are supported at the moment. The arrays are limited to 1000 entries each.
4604 **Compatibility:** Firefox 60, Firefox ESR 60\
4605 **CCK2 Equivalent:** N/A\
4606 **Preferences Affected:** N/A
4610 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
4611 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
4613 #### Windows (Intune)
4616 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
4621 <data id="WebsiteFilter" value="1<all_urls>"/>
4625 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
4630 <data id="WebsiteFilter" value="1http://example.org/*"/>
4635 <key>WebsiteFilter</key>
4639 <string><all_urls></string>
4641 <key>Exceptions</key>
4643 <string>http://example.org/*</string>
4654 "Block": ["<all_urls>"],
4655 "Exceptions": ["http://example.org/*"]