1 **These policies are in active development and so might contain changes that do not work with current versions of Firefox.**
3 **You should use the [officially released versions](https://github.com/mozilla/policy-templates/releases) if you are deploying changes.**
5 Policies can be specified using the [Group Policy templates on Windows](https://github.com/mozilla/policy-templates/tree/master/windows), [Intune on Windows](https://support.mozilla.org/kb/managing-firefox-intune), [configuration profiles on macOS](https://github.com/mozilla/policy-templates/tree/master/mac), or by creating a file called `policies.json`. On Windows, create a directory called `distribution` where the EXE is located and place the file there. On Mac, the file goes into `Firefox.app/Contents/Resources/distribution`. On Linux, the file goes into `firefox/distribution`, where `firefox` is the installation directory for firefox, which varies by distribution or you can specify system-wide policy by placing the file in `/etc/firefox/policies`.
7 | Policy Name | Description
9 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
10 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
11 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
12 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
13 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
14 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
15 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
16 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
17 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
18 | **[`Certificates`](#certificates)** |
19 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
20 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
21 | **[`Cookies`](#cookies)** | Configure cookie preferences.
22 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
23 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
24 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
25 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
26 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
27 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
28 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
29 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
30 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
31 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
32 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
33 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
34 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
35 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
36 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
37 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
38 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
39 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
40 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
41 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
42 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update.
43 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
44 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
45 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
46 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
47 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
48 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
49 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
50 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
51 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
52 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
53 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
54 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
55 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
56 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
57 | **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
58 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
59 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
60 | **[`Handlers`](#handlers)** | Configure default application handlers.
61 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
62 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
63 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
64 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
65 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
66 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
67 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
68 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
69 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
70 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
71 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
72 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
73 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
74 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
75 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
76 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
77 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
78 | **[`Preferences`](#preferences)** | Set and lock some preferences.
79 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
80 | **[`Proxy`](#proxy)** | Configure proxy settings.
81 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
82 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
83 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
84 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
85 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
86 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
87 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
88 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
89 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
90 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
91 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
92 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
93 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
94 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
95 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
96 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
100 Enable or disable **automatic** application update.
102 If set to true, application updates are installed without user approval.
104 If set to false, application updates are downloaded but the user can choose when to install the update.
106 If you have disabled updates via DisableAppUpdate, this policy has no effect.
108 **Compatibility:** Firefox 75, Firefox ESR 68.7\
109 **CCK2 Equivalent:** N/A\
110 **Preferences Affected:** app.update.auto
114 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
116 #### Windows (Intune)
119 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
123 <enabled/> or <disabled/>
128 <key>AppAutoUpdate</key>
136 "AppAutoUpdate": true | false
142 Change the URL for application update.
144 **Compatibility:** Firefox 62, Firefox ESR 60.2\
145 **CCK2 Equivalent:** N/A\
146 **Preferences Affected:** `app.update.url`
150 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
152 #### Windows (Intune)
155 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
160 <data id="AppUpdateURL" value="https://yoursite.com"/>
165 <key>AppUpdateURL</key>
166 <string>https://yoursite.com</string>
173 "AppUpdateURL": "https://yoursite.com"
179 Configure sites that support integrated authentication.
181 See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information.
183 `PrivateBrowsing` enables integrated authentication in prviate browsing.
185 **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)\
186 **CCK2 Equivalent:** N/A\
187 **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`
191 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
192 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
193 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
194 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
195 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
196 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
197 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
198 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
199 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
200 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
201 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
202 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
204 #### Windows (Intune)
207 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
212 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
216 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
221 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
225 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
230 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
234 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
239 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
240 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
244 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
248 <enabled/> or <disabled/>
252 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
256 <enabled/> or <disabled/>
261 <key>Authentication</key>
265 <string>mydomain.com</string>
266 <string>https://myotherdomain.com</string>
270 <string>mydomain.com</string>
271 <string>https://myotherdomain.com</string>
275 <string>mydomain.com</string>
276 <string>https://myotherdomain.com</string>
278 <key>AllowNonFQDN</key>
285 <key>AllowProxies</key>
294 <key>PrivateBrowsing</key>
304 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
305 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
306 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
308 "SPNEGO": true | false,
312 "SPNEGO": true | false,
315 "Locked": true | false,
316 "PrivateBrowsing": true | false
323 Block access to the Add-ons Manager (about:addons).
325 **Compatibility:** Firefox 60, Firefox ESR 60\
326 **CCK2 Equivalent:** `disableAddonsManager`\
327 **Preferences Affected:** N/A
331 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
333 #### Windows (Intune)
336 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
340 <enabled/> or <disabled/>
345 <key>BlockAboutAddons</key>
353 "BlockAboutAddons": true | false
359 Block access to about:config.
361 **Compatibility:** Firefox 60, Firefox ESR 60\
362 **CCK2 Equivalent:** `disableAboutConfig`\
363 **Preferences Affected:** N/A
367 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
369 #### Windows (Intune)
372 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
376 <enabled/> or <disabled/>
381 <key>BlockAboutConfig</key>
389 "BlockAboutConfig": true | false
393 ### BlockAboutProfiles
395 Block access to About Profiles (about:profiles).
397 **Compatibility:** Firefox 60, Firefox ESR 60\
398 **CCK2 Equivalent:** `disableAboutProfiles`\
399 **Preferences Affected:** N/A
403 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
405 #### Windows (Intune)
408 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
412 <enabled/> or <disabled/>
417 <key>BlockAboutProfiles</key>
425 "BlockAboutProfiles": true | false
429 ### BlockAboutSupport
431 Block access to Troubleshooting Information (about:support).
433 **Compatibility:** Firefox 60, Firefox ESR 60\
434 **CCK2 Equivalent:** `disableAboutSupport`\
435 **Preferences Affected:** N/A
439 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
441 #### Windows (Intune)
444 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
448 <enabled/> or <disabled/>
453 <key>BlockAboutSupport</key>
461 "BlockAboutSupport": true | false
467 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.
469 **Compatibility:** Firefox 60, Firefox ESR 60\
470 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
471 **Preferences Affected:** N/A
475 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
476 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
477 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
478 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
479 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
481 #### Windows (Intune)
484 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
489 <data id="BookmarkTitle" value="Example"/>
490 <data id="BookmarkURL" value="https://example.com"/>
491 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
492 <data id="BookmarkPlacement" value="toolbar | menu"/>
493 <data id="BookmarkFolder" value="FolderName"/>
502 <string>Example</string>
504 <string>https://example.com</string>
506 <string>https://example.com/favicon.ico</string>
508 <string>toolbar | menu</string>
510 <string>FolderName</string>
522 "URL": "https://example.com",
523 "Favicon": "https://example.com/favicon.ico",
524 "Placement": "toolbar" | "menu",
525 "Folder": "FolderName"
532 Enable or disable the detection of captive portals.
534 **Compatibility:** Firefox 67, Firefox ESR 60.7\
535 **CCK2 Equivalent:** N/A\
536 **Preferences Affected:** `network.captive-portal-service.enabled`
540 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
542 #### Windows (Intune)
545 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
549 <enabled/> or <disabled/>
554 <key>CaptivePortal</key>
562 "CaptivePortal": true | false
568 ### Certificates | ImportEnterpriseRoots
570 Trust certificates that have been added to the operating system certificate store by a user or administrator.
572 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
574 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
576 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
577 **CCK2 Equivalent:** N/A\
578 **Preferences Affected:** `security.enterprise_roots.enabled`
582 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
584 #### Windows (Intune)
587 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
591 <enabled/> or <disabled/>
596 <key>Certificates</key>
598 <key>ImportEnterpriseRoots</key>
608 "ImportEnterpriseRoots": true | false
613 ### Certificates | Install
615 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
618 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
619 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
621 - /Library/Application Support/Mozilla/Certificates
622 - ~/Library/Application Support/Mozilla/Certificates
624 - /usr/lib/mozilla/certificates
625 - /usr/lib64/mozilla/certificates
626 - ~/.mozilla/certificates
628 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.
630 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.
632 Certificates are installed using the trust string `CT,CT,`.
634 Binary (DER) and ASCII (PEM) certificates are both supported.
636 **Compatibility:** Firefox 64, Firefox ESR 64\
637 **CCK2 Equivalent:** `certs.ca`\
638 **Preferences Affected:** N/A
642 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
643 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
645 #### Windows (Intune)
648 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
653 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
658 <key>Certificates</key>
662 <string>cert1.der</string>
663 <string>/Users/username/cert2.pem</string>
673 "Install": ["cert1.der", "/home/username/cert2.pem"]
679 Configure cookie preferences.
681 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
683 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
685 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
687 `Default` determines whether cookies are accepted at all.
689 `AcceptThirdParty` determines how third-party cookies are handled.
691 `ExpireAtSessionEnd` determines when cookies expire.
693 `RejectTracker` only rejects cookies for trackers.
695 `Locked` prevents the user from changing cookie preferences.
697 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker added in Firefox 63, AllowSession added in Firefox 79/78.1)\
698 **CCK2 Equivalent:** N/A\
699 **Preferences Affected:** `network.cookie.cookieBehavior`,`network.cookie.lifetimePolicy`
703 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
704 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
705 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
706 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
707 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
708 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
709 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
710 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
712 #### Windows (Intune)
715 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
720 <data id="Cookies_Allow" value="1https://example.com"/>
724 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
729 <data id="Cookies_Allow" value="1https://example.edu"/>
733 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
738 <data id="Cookies_Block" value="1https://example.org"/>
742 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
746 <enabled/> or <disabled/>
750 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
755 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
759 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
763 <enabled/> or <disabled/>
767 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
771 <enabled/> or <disabled/>
775 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
779 <enabled/> or <disabled/>
788 <string>http://example.com</string>
790 <key>AllowSession</key>
792 <string>http://example.edu</string>
796 <string>http://example.org</string>
800 <key>AcceptThirdParty</key>
801 <string>always | never | from-visited</string>
802 <key>ExpireAtSessionEnd</key>
804 <key>RejectTracker</key>
816 "Allow": ["http://example.org/"],
817 "AllowSession": ["http://example.edu/"],
818 "Block": ["http://example.edu/"],
819 "Default": true | false,
820 "AcceptThirdParty": "always" | "never" | "from-visited",
821 "ExpireAtSessionEnd": true | false,
822 "RejectTracker": true | false,
823 "Locked": true | false
828 ### DisableSetDesktopBackground
829 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
831 **Compatibility:** Firefox 60, Firefox ESR 60\
832 **CCK2 Equivalent:** `removeSetDesktopBackground`\
833 **Preferences Affected:** N/A
837 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
839 #### Windows (Intune)
842 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
846 <enabled/> or <disabled/>
851 <key>DisableSetDesktopBackground</key>
859 "DisableSetDesktopBackground": true | false
863 ### DisableMasterPasswordCreation
864 Remove the master password functionality.
866 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
868 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
870 **Compatibility:** Firefox 60, Firefox ESR 60\
871 **CCK2 Equivalent:** `noMasterPassword`\
872 **Preferences Affected:** N/A
876 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
878 #### Windows (Intune)
881 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
885 <enabled/> or <disabled/>
890 <key>DisableMasterPasswordCreation</key>
898 "DisableMasterPasswordCreation": true | false
903 Turn off application updates.
905 **Compatibility:** Firefox 60, Firefox ESR 60\
906 **CCK2 Equivalent:** `disableFirefoxUpdates`\
907 **Preferences Affected:** N/A
911 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
913 #### Windows (Intune)
916 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
920 <enabled/> or <disabled/>
925 <key>DisableAppUpdate</key>
933 "DisableAppUpdate": true | false
937 ### DisableBuiltinPDFViewer
938 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
940 **Compatibility:** Firefox 60, Firefox ESR 60\
941 **CCK2 Equivalent:** `disablePDFjs`\
942 **Preferences Affected:** `pdfjs.disabled`
946 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
948 #### Windows (Intune)
951 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
955 <enabled/> or <disabled/>
960 <key>DisableBuiltinPDFViewer</key>
968 "DisableBuiltinPDFViewer": true | false
973 Disable specific cryptographic ciphers.
978 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.
981 **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)\
982 **CCK2 Equivalent:** N/A\
983 **Preferences Affected:** N/A
987 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
988 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
989 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
990 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
991 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
992 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
993 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
994 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
995 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
996 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
997 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
999 #### Windows (Intune)
1002 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1003 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1004 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1005 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1006 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1007 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1008 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
1009 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
1010 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
1011 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
1012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
1016 <enabled/> or <disabled/>
1021 <key>DisabledCiphers</key>
1023 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1025 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1027 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1029 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1031 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1033 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1035 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1037 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1039 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1041 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1043 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1053 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1054 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1055 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1056 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1057 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1058 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1059 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1060 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1061 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false
1062 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false
1063 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1068 ### DisableDefaultBrowserAgent
1069 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1071 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1072 **CCK2 Equivalent:** N/A\
1073 **Preferences Affected:** N/A
1077 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1079 #### Windows (Intune)
1082 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1086 <enabled/> or <disabled/>
1092 "DisableDefaultBrowserAgent": true | false
1096 ### DisableDeveloperTools
1097 Remove access to all developer tools.
1099 **Compatibility:** Firefox 60, Firefox ESR 60\
1100 **CCK2 Equivalent:** `removeDeveloperTools`\
1101 **Preferences Affected:** `devtools.policy.disabled`
1105 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1107 #### Windows (Intune)
1110 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1114 <enabled/> or <disabled/>
1119 <key>DisableDeveloperTools</key>
1127 "DisableDeveloperTools": true | false
1131 ### DisableFeedbackCommands
1132 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1134 **Compatibility:** Firefox 60, Firefox ESR 60\
1135 **CCK2 Equivalent:** N/A\
1136 **Preferences Affected:** N/A
1140 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1142 #### Windows (Intune)
1145 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1149 <enabled/> or <disabled/>
1154 <key>DisableFeedbackCommands</key>
1162 "DisableFeedbackCommands": true | false
1166 ### DisableFirefoxScreenshots
1167 Remove access to Firefox Screenshots.
1169 **Compatibility:** Firefox 60, Firefox ESR 60\
1170 **CCK2 Equivalent:** N/A\
1171 **Preferences Affected:** `extensions.screenshots.disabled`
1175 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1177 #### Windows (Intune)
1180 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1184 <enabled/> or <disabled/>
1189 <key>DisableFirefoxScreenshots</key>
1197 "DisableFirefoxScreenshots": true | false
1201 ### DisableFirefoxAccounts
1202 Disable Firefox Accounts integration (Sync).
1204 **Compatibility:** Firefox 60, Firefox ESR 60\
1205 **CCK2 Equivalent:** `disableSync`\
1206 **Preferences Affected:** `identity.fxaccounts.enabled`
1210 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1212 #### Windows (Intune)
1215 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1219 <enabled/> or <disabled/>
1224 <key>DisableFirefoxAccounts</key>
1232 "DisableFirefoxAccounts": true | false
1236 ### DisableFirefoxStudies
1237 Disable Firefox studies (Shield).
1239 **Compatibility:** Firefox 60, Firefox ESR 60\
1240 **CCK2 Equivalent:** N/A\
1241 **Preferences Affected:** N/A
1245 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1247 #### Windows (Intune)
1250 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1254 <enabled/> or <disabled/>
1259 <key>DisableFirefoxStudies</key>
1267 "DisableFirefoxStudies": true | false
1271 ### DisableForgetButton
1272 Disable the "Forget" button.
1274 **Compatibility:** Firefox 60, Firefox ESR 60\
1275 **CCK2 Equivalent:** `disableForget`\
1276 **Preferences Affected:** N/A
1280 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1282 #### Windows (Intune)
1285 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1289 <enabled/> or <disabled/>
1294 <key>DisableForgetButton</key>
1302 "DisableForgetButton": true | false
1306 ### DisableFormHistory
1307 Turn off saving information on web forms and the search bar.
1309 **Compatibility:** Firefox 60, Firefox ESR 60\
1310 **CCK2 Equivalent:** `disableFormFill`\
1311 **Preferences Affected:** ` browser.formfill.enable`
1315 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1317 #### Windows (Intune)
1320 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1324 <enabled/> or <disabled/>
1329 <key>DisableFormHistory</key>
1337 "DisableFormHistory": true | false
1341 ### DisablePasswordReveal
1342 Do not allow passwords to be shown in saved logins
1344 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1345 **CCK2 Equivalent:** N/A
1346 **Preferences Affected:** N/A
1350 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1352 #### Windows (Intune)
1355 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1359 <enabled/> or <disabled/>
1364 <key>DisablePasswordReveal</key>
1372 "DisablePasswordReveal": true | false
1377 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1379 **Compatibility:** Firefox 60, Firefox ESR 60\
1380 **CCK2 Equivalent:** `disablePocket`\
1381 **Preferences Affected:** `extensions.pocket.enabled`
1385 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1387 #### Windows (Intune)
1390 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1394 <enabled/> or <disabled/>
1399 <key>DisablePocket</key>
1407 "DisablePocket": true | false
1411 ### DisablePrivateBrowsing
1412 Remove access to private browsing.
1414 **Compatibility:** Firefox 60, Firefox ESR 60\
1415 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1416 **Preferences Affected:** N/A
1420 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1422 #### Windows (Intune)
1425 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1429 <enabled/> or <disabled/>
1434 <key>DisablePrivateBrowsing</key>
1442 "DisablePrivateBrowsing": true | false
1446 ### DisableProfileImport
1447 Disables the "Import data from another browser" option in the bookmarks window.
1449 **Compatibility:** Firefox 60, Firefox ESR 60\
1450 **CCK2 Equivalent:** N/A\
1451 **Preferences Affected:** N/A
1455 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1457 #### Windows (Intune)
1460 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1464 <enabled/> or <disabled/>
1469 <key>DisableProfileImport</key>
1477 "DisableProfileImport": true | false
1481 ### DisableProfileRefresh
1482 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.
1484 **Compatibility:** Firefox 60, Firefox ESR 60\
1485 **CCK2 Equivalent:** `disableResetFirefox`\
1486 **Preferences Affected:** `browser.disableResetPrompt`
1490 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1492 #### Windows (Intune)
1495 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1499 <enabled/> or <disabled/>
1504 <key>DisableProfileRefresh</key>
1512 "DisableProfileRefresh": true | false
1517 Disable safe mode within the browser.
1519 On Windows, this disables safe mode via the command line as well.
1521 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1522 **CCK2 Equivalent:** `disableSafeMode`\
1523 **Preferences Affected:** N/A
1527 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1529 #### Windows (Intune)
1532 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1536 <enabled/> or <disabled/>
1541 <key>DisableSafeMode</key>
1549 "DisableSafeMode": true | false
1553 ### DisableSecurityBypass
1554 Prevent the user from bypassing security in certain cases.
1556 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1558 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1560 **Compatibility:** Firefox 60, Firefox ESR 60\
1561 **CCK2 Equivalent:** N/A\
1562 **Preferences Affected:** `security.certerror.hideAddException`,`browser.safebrowsing.allowOverride`
1566 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1567 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1569 #### Windows (Intune)
1572 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1576 <enabled/> or <disabled/>
1580 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1584 <enabled/> or <disabled/>
1590 <key>DisableSecurityBypass</key>
1592 <key>InvalidCertificate</key>
1594 <key><SafeBrowsing/key>
1603 "DisableSecurityBypass": {
1604 "InvalidCertificate": true | false,
1605 "SafeBrowsing": true | false
1610 ### DisableSystemAddonUpdate
1611 Prevent system add-ons from being installed or update.
1613 **Compatibility:** Firefox 60, Firefox ESR 60\
1614 **CCK2 Equivalent:** N/A\
1615 **Preferences Affected:** N/A
1619 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1621 #### Windows (Intune)
1624 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1628 <enabled/> or <disabled/>
1633 <key>DisableSystemAddonUpdate</key>
1641 "DisableSystemAddonUpdate": true | false
1645 ### DisableTelemetry
1646 Prevent the upload of telemetry data.
1648 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1650 **Compatibility:** Firefox 60, Firefox ESR 60\
1651 **CCK2 Equivalent:** `disableTelemetry`\
1652 **Preferences Affected:** `datareporting.healthreport.uploadEnabled,datareporting.policy.dataSubmissionEnabled`
1656 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1658 #### Windows (Intune)
1661 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1665 <enabled/> or <disabled/>
1670 <key>DisableTelemetry</key>
1678 "DisableTelemetry": true | false
1682 ### DisplayBookmarksToolbar
1683 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1685 **Compatibility:** Firefox 60, Firefox ESR 60\
1686 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1687 **Preferences Affected:** N/A
1691 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1693 #### Windows (Intune)
1696 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1700 <enabled/> or <disabled/>
1705 <key>DisplayBookmarksToolbar</key>
1713 "DisplayBookmarksToolbar": true | false
1717 ### DisplayMenuBar (Deprecated)
1718 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
1720 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
1721 **CCK2 Equivalent:** `displayMenuBar`\
1722 **Preferences Affected:** N/A
1726 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
1731 <key>DisplayMenuBar</key>
1739 "DisplayMenuBar": true | false
1744 Set the state of the menubar.
1746 `always` means the menubar is shown and cannot be hidden.
1748 `never` means the menubar is hidden and cannot be shown.
1750 `default-on` means the menubar is on by default but can be hidden.
1752 `default-off` means the menubar is off by default but can be shown.
1754 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
1755 **CCK2 Equivalent:** `displayMenuBar`\
1756 **Preferences Affected:** N/A
1760 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
1762 #### Windows (Intune)
1765 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
1770 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
1775 <key>DisplayMenuBar</key>
1776 <string>always | never | default-on | default-off</string>
1783 "DisplayMenuBar": "always", "never", "default-on", "default-off"
1788 Configure DNS over HTTPS.
1790 `Enabled` determines whether DNS over HTTPS is enabled
1792 `ProviderURL` is a URL to another provider.
1794 `Locked` prevents the user from changing DNS over HTTPS preferences.
1796 `ExcludedDomains` excludes domains from DNS over HTTPS.
1798 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
1799 **CCK2 Equivalent:** N/A\
1800 **Preferences Affected:** `network.trr.mode`,`network.trr.uri`
1804 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
1805 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
1806 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
1807 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
1809 #### Windows (Intune)
1812 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
1816 <enabled/> or <disabled/>
1820 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
1825 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
1829 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
1833 <enabled/> or <disabled/>
1837 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
1842 <data id="List" value="1example.com"/>
1847 <key>DNSOverHTTPS</key>
1851 <key>ProviderURL</key>
1852 <string>URL_TO_ALTERNATE_PROVIDER</string>
1855 <key>ExcludedDomains</key>
1857 <string>example.com</string>
1867 "Enabled": true | false,
1868 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
1869 "Locked": true | false,
1870 "ExcludedDomains": ["example.com"]
1875 ### DontCheckDefaultBrowser
1876 Don't check if Firefox is the default browser at startup.
1878 **Compatibility:** Firefox 60, Firefox ESR 60\
1879 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
1880 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
1884 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
1886 #### Windows (Intune)
1889 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
1893 <enabled/> or <disabled/>
1898 <key>DontCheckDefaultBrowser</key>
1906 "DontCheckDefaultBrowser": true | false
1910 ### DefaultDownloadDirectory
1911 Set the default download directory.
1913 You can use ${home} for the native home directory.
1915 **Compatibility:** Firefox 68, Firefox ESR 68\
1916 **CCK2 Equivalent:** N/A\
1917 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`
1921 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1923 #### Windows (Intune)
1926 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1931 <data id="Preferences_String" value="${home}\Downloads"/>
1936 <key>DefaultDownloadDirectory</key>
1937 <string>${home}/Downloads</string>
1940 #### policies.json (macOS and Linux)
1944 "DefaultDownloadDirectory": "${home}/Downloads"
1947 #### policies.json (Windows)
1951 "DefaultDownloadDirectory": "${home}\\Downloads"
1954 ### DownloadDirectory
1955 Set and lock the download directory.
1957 You can use ${home} for the native home directory.
1959 **Compatibility:** Firefox 68, Firefox ESR 68\
1960 **CCK2 Equivalent:** N/A\
1961 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`,`browser.download.useDownloadDir`
1965 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
1967 #### Windows (Intune)
1970 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
1975 <data id="Preferences_String" value="${home}\Downloads"/>
1980 <key>DownloadDirectory</key>
1981 <string>${home}/Downloads</string>
1984 #### policies.json (macOS and Linux)
1988 "DownloadDirectory": "${home}/Downloads"
1991 #### policies.json (Windows)
1995 "DownloadDirectory": "${home}\\Downloads"
1998 ### EnableTrackingProtection
1999 Configure tracking protection.
2001 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.
2003 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2005 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.
2007 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2009 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2011 `Exceptions` are origins for which tracking protection is not enabled.
2013 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2014 **CCK2 Equivalent:** N/A\
2015 **Preferences Affected:** `privacy.trackingprotection.enabled`,`privacy.trackingprotection.pbmode.enabled`,`privacy.trackingprotection.cryptomining.enabled`,`privacy.trackingprotection.fingerprinting.enabled`
2019 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2020 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2021 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2022 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2023 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2025 #### Windows (Intune)
2028 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/TrackingProtection
2033 <data id="TrackingProtectionLocked" value="true | false"/>
2034 <data id="Cryptomining" value="true | false"/>
2035 <data id="Fingerprinting" value="true | false"/>
2036 <data id=TrackingProtection_Exceptions" value="1https://example.com"/>
2041 <key>EnableTrackingProtection</key>
2047 <key><Cryptomining</key>
2049 <key><Fingerprinting</key>
2051 <key>Exceptions</key>
2053 <string>https://example.com</string>
2062 "EnableTrackingProtection": {
2063 "Value": true | false,
2064 "Locked": true | false,
2065 "Cryptomining": true | false,
2066 "Fingerprinting": true | false,
2067 "Exceptions": ["https://example.com"]
2071 ### EncryptedMediaExtensions
2072 Enable or disable Encrypted Media Extensions and optionally lock it.
2074 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2076 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.
2078 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2079 **CCK2 Equivalent:** N/A\
2080 **Preferences Affected:** `media.eme.enabled`
2084 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2085 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2087 #### Windows (Intune)
2090 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2091 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2095 <enabled/>or <disabled/>
2100 <key>EncryptedMediaExtensions</key>
2113 "EncryptedMediaExtensions": {
2114 "Enabled": true | false,
2115 "Locked": true | false
2119 ### EnterprisePoliciesEnabled
2120 Enable policy support on macOS.
2122 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2123 **CCK2 Equivalent:** N/A\
2124 **Preferences Affected:** N/A
2129 <key>EnterprisePoliciesEnabled</key>
2134 Control the installation, uninstallation and locking of extensions.
2136 `Install` is a list of URLs or native paths for extensions to be installed.
2138 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2140 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2142 **Compatibility:** Firefox 60, Firefox ESR 60\
2143 **CCK2 Equivalent:** `addons`\
2144 **Preferences Affected:** N/A
2148 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2149 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2150 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2151 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2153 #### Windows (Intune)
2156 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2161 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2165 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2170 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2174 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2179 <data id="Extensions" value="1addon_id@mozilla.org"/>
2184 <key>Extensions</key>
2188 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2189 <string>//path/to/xpi</string>
2191 <key>Uninstall</key>
2193 <string>bad_addon_id@mozilla.org</string>
2197 <string>addon_id@mozilla.org</string>
2207 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2208 "Uninstall": ["bad_addon_id@mozilla.org"],
2209 "Locked": ["addon_id@mozilla.org"]
2214 ### ExtensionSettings
2215 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.
2217 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.
2219 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).
2221 The configuration for each extension is another dictionary that can contain the fields documented below.
2223 | Name | Description |
2225 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2226 | `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.
2227 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2228 | `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.
2229 | `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.
2230 | `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.
2231 | `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.
2232 | `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.
2233 | `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.
2234 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2236 **Compatibility:** Firefox 69, Firefox ESR 68.1\
2237 **CCK2 Equivalent:** N/A\
2238 **Preferences Affected:** N/A
2242 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2245 "blocked_install_message": "Custom error message.",
2246 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2247 "installation_mode": "blocked",
2248 "allowed_types": ["extension"]
2250 "uBlock0@raymondhill.net": {
2251 "installation_mode": "force_installed",
2252 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2254 "https-everywhere@eff.org": {
2255 "installation_mode": "allowed",
2259 #### Windows (Intune)
2262 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2267 <data id="ExtensionSettings" value='
2269 "blocked_install_message": "Custom error message.",
2270 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2271 "installation_mode": "blocked",
2272 "allowed_types": ["extension"]
2274 "uBlock0@raymondhill.net": {
2275 "installation_mode": "force_installed",
2276 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2278 "https-everywhere@eff.org": {
2279 "installation_mode": "allowed",
2285 <key>ExtensionSettings</key>
2289 <key>blocked_install_message</key>
2290 <string>Custom error message.</string>
2291 <key>install_sources</key>
2293 <string>about:addons</string>
2294 <string>https://addons.mozilla.org/</string>
2296 <key>installation_mode</key>
2297 <string>blocked</string>
2298 <key>allowed_types</key>
2300 <string>extension</string>
2303 <key>uBlock0@raymondhill.net</key>
2305 <key>installation_mode</key>
2306 <string>force_installed</string>
2307 <key>install_url</key>
2308 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2310 <key>https-everywhere@eff.org</key>
2312 <key>installation_mode</key>
2313 <string>allowed</string>
2322 "ExtensionSettings": {
2324 "blocked_install_message": "Custom error message.",
2325 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2326 "installation_mode": "blocked",
2327 "allowed_types": ["extension"]
2329 "uBlock0@raymondhill.net": {
2330 "installation_mode": "force_installed",
2331 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2333 "https-everywhere@eff.org": {
2334 "installation_mode": "allowed"
2341 Control extension updates.
2343 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2344 **CCK2 Equivalent:** N/A\
2345 **Preferences Affected:** `extensions.update.enabled`
2349 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2351 #### Windows (Intune)
2354 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2358 <enabled/> or <disabled/>
2363 <key>ExtensionUpdate</key>
2371 "ExtensionUpdate": true | false
2376 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2378 `Allow` is a list of origins where Flash are allowed.
2380 `Block` is a list of origins where Flash is not allowed.
2382 `Default` determines whether or not Flash is allowed by default.
2384 `Locked` prevents the user from changing Flash preferences.
2386 **Compatibility:** Firefox 60, Firefox ESR 60\
2387 **CCK2 Equivalent:** `permissions.plugin`\
2388 **Preferences Affected:** `plugin.state.flash`
2392 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2393 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2394 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2395 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2397 #### Windows (Intune)
2400 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2405 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2409 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2413 <enabled/> or <disabled/>
2417 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2421 <enabled/> or <disabled/>
2426 <key>FlashPlugin</key>
2430 <string>http://example.org</string>
2434 <string>http://example.edu</string>
2448 "Allow": ["http://example.org/"],
2449 "Block": ["http://example.edu/"],
2450 "Default": true | false,
2451 "Locked": true | false
2460 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2462 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2464 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.
2466 | Name | Description |
2468 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2469 | `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.
2470 | `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.
2471 | `name` | The display name of the handler (might not be used).
2472 | `path`| The native path to the executable to be used.
2473 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2475 **Compatibility:** Firefox 78, Firefox ESR 78\
2476 **CCK2 Equivalent:** N/A\
2477 **Preferences Affected:** N/A
2481 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
2484 "application/msword": {
2485 "action": "useSystemDefault",
2491 "action": "useHelperApp",
2492 "ask": true | false,
2495 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2501 "action": "useHelperApp",
2502 "ask": true | false,
2504 "name": "Adobe Acrobat",
2505 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2511 #### Windows (Intune)
2514 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2519 <data id="Handlers" value='
2522 "application/msword": {
2523 "action": "useSystemDefault",
2529 "action": "useHelperApp",
2530 "ask": true | false,
2533 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2539 "action": "useHelperApp",
2540 "ask": true | false,
2542 "name": "Adobe Acrobat",
2543 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2555 <key>mimeTypes</key>
2557 <key>application/msword</key>
2560 <string>useSystemDefault</string>
2570 <string>useHelperApp</string>
2577 <string>Gmail</string>
2578 <key>uriTemplate</key>
2579 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2584 <key>extensions</key>
2589 <string>useHelperApp</string>
2596 <string>Adobe Acrobat</string>
2598 <string>/System/Applications/Preview.app</string>
2612 "application/msword": {
2613 "action": "useSystemDefault",
2619 "action": "useHelperApp",
2620 "ask": true | false,
2623 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2629 "action": "useHelperApp",
2630 "ask": true | false,
2632 "name": "Adobe Acrobat",
2633 "path": "/usr/bin/acroread"
2642 Customize the Firefox Home page.
2644 **Compatibility:** Firefox 68, Firefox ESR 68\
2645 **CCK2 Equivalent:** N/A\
2646 **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`
2650 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2651 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2652 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2653 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2654 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2655 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2657 #### Windows (Intune)
2660 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2665 <data id="FirefoxHome_Search" value="true | false"/>
2666 <data id="FirefoxHome_TopSites" value="true | false"/>
2667 <data id="FirefoxHome_Highlights" value="true | false"/>
2668 <data id="FirefoxHome_Pocket" value="true | false"/>
2669 <data id="FirefoxHome_Snippets" value="true | false"/>
2670 <data id="FirefoxHome_Locked" value="true | false"/>
2675 <key>FirefoxHome</key>
2681 <key>Highlights</key>
2697 "Search": true | false,
2698 "TopSites": true | false,
2699 "Highlights": true | false,
2700 "Pocket": true | false,
2701 "Snippets": true | false,
2702 "Locked": true | false
2707 ### HardwareAcceleration
2708 Control hardware acceleration.
2710 **Compatibility:** Firefox 60, Firefox ESR 60\
2711 **CCK2 Equivalent:** N/A\
2712 **Preferences Affected:** `layers.acceleration.disabled`
2716 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
2718 #### Windows (Intune)
2721 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
2725 <enabled/> or <disabled/>
2730 <key>HardwareAcceleration</key>
2738 "HardwareAcceleration": true | false
2743 Configure the default homepage and how Firefox starts.
2745 `URL` is the default homepage.
2747 `Locked` prevents the user from changing homepage preferences.
2749 `Additional` allows for more than one homepage.
2751 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
2753 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.
2755 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
2756 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
2757 **Preferences Affected:** `browser.startup.homepage`,`browser.startup.page`
2761 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
2762 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
2763 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
2764 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
2765 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
2767 #### Windows (Intune)
2770 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
2776 <data id="HomepageURL" value="https://example.com"/>
2777 <data id="HomepageLocked" value="true | false"/>
2781 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
2787 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
2791 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
2797 <data id="StartPage" value="none | homepage | previous-session"/>
2805 <string>http://example.com</string>
2808 <key>Additional</key>
2810 <string>http://example.org</string>
2811 <string>http://example.edu</string>
2813 <key>StartPage</key>
2814 <string>none | homepage | previous-session | homepage-locked</string>
2823 "URL": "http://example.com/",
2824 "Locked": true | false,
2825 "Additional": ["http://example.org/",
2826 "http://example.edu/"],
2827 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
2832 ### InstallAddonsPermission
2833 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.
2835 `Allow` is a list of origins where extension installs are allowed.
2837 `Default` determines whether or not extension installs are allowed by default.
2839 **Compatibility:** Firefox 60, Firefox ESR 60\
2840 **CCK2 Equivalent:** `permissions.install`\
2841 **Preferences Affected:** `xpinstall.enabled`
2845 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
2846 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
2847 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
2849 #### Windows (Intune)
2852 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
2857 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2861 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
2870 <key>InstallAddonsPermission</key>
2874 <string>http://example.org</string>
2875 <string>http://example.edu</string>
2886 "InstallAddonsPermission": {
2887 "Allow": ["http://example.org/",
2888 "http://example.edu/"],
2889 "Default": true | false
2895 Disable the feature enforcing a separate profile for each installation.
2897 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.
2899 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
2901 This policy only work on Windows via GPO (not policies.json).
2903 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
2904 **CCK2 Equivalent:** N/A\
2905 **Preferences Affected:** N/A
2909 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
2911 #### Windows (Intune)
2914 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
2918 <enabled/> or <disabled/>
2921 Enable linking to local files by origin.
2923 **Compatibility:** Firefox 68, Firefox ESR 68\
2924 **CCK2 Equivalent:** N/A\
2925 **Preferences Affected:** `capability.policy.localfilelinks.*`
2929 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
2930 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
2932 #### Windows (Intune)
2935 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
2940 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
2945 <key>LocalFileLinks</key>
2947 <string>http://example.org</string>
2948 <string>http://example.edu</string>
2956 "LocalFileLinks": ["http://example.org/",
2957 "http://example.edu/"]
2962 Require or prevent using a primary (formerly master) password.
2964 If this value is true, a primary password is required. If this value is false, it works the same as if [`DisableMasterPasswordCreation`](#disablemasterpasswordcreation) was true and removes the primary password functionality.
2966 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
2968 **Compatibility:** Firefox 79, Firefox ESR 78.1\
2969 **CCK2 Equivalent:** `noMasterPassword`\
2970 **Preferences Affected:** N/A
2974 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
2976 #### Windows (Intune)
2979 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
2983 <enabled/> or <disabled/>
2988 <key>PrimaryPassword</key>
2996 "PrimaryPassword": true | false
3000 ### NetworkPrediction
3001 Enable or disable network prediction (DNS prefetching).
3003 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3004 **CCK2 Equivalent:** N/A\
3005 **Preferences Affected:** `network.dns.disablePrefetch`,`network.dns.disablePrefetchFromHTTPS`
3009 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3011 #### Windows (Intune)
3014 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3018 <enabled/> or <disabled/>
3023 <key>NetworkPrediction</key>
3031 "NetworkPrediction": true | false
3035 Enable or disable the New Tab page.
3037 **Compatibility:** Firefox 68, Firefox ESR 68\
3038 **CCK2 Equivalent:** N/A\
3039 **Preferences Affected:** `browser.newtabpage.enabled`
3043 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3045 #### Windows (Intune)
3048 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3052 <enabled/> or <disabled/>
3057 <key>NewTabPage</key>
3065 "NewTabPage": true | false
3068 ### NoDefaultBookmarks
3069 Disable the creation of default bookmarks.
3071 This policy is only effective if the user profile has not been created yet.
3073 **Compatibility:** Firefox 60, Firefox ESR 60\
3074 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3075 **Preferences Affected:** N/A
3079 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3081 #### Windows (Intune)
3084 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3088 <enabled/> or <disabled/>
3093 <key>NoDefaultBookmarks</key>
3101 "NoDefaultBookmarks": true | false
3105 ### OfferToSaveLogins
3106 Control whether or not Firefox offers to save passwords.
3108 **Compatibility:** Firefox 60, Firefox ESR 60\
3109 **CCK2 Equivalent:** `dontRememberPasswords`\
3110 **Preferences Affected:** `signon.rememberSignons`
3114 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3116 #### Windows (Intune)
3119 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3123 <enabled/> or <disabled/>
3128 <key>OfferToSaveLogins</key>
3136 "OfferToSaveLogins": true | false
3140 ### OfferToSaveLoginsDefault
3141 Sets the default value of signon.rememberSignons without locking it.
3143 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3144 **CCK2 Equivalent:** `dontRememberPasswords`\
3145 **Preferences Affected:** `signon.rememberSignons`
3149 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3151 #### Windows (Intune)
3154 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3158 <enabled/> or <disabled/>
3163 <key>OfferToSaveLoginsDefault</key>
3171 "OfferToSaveLoginsDefault": true | false
3175 ### OverrideFirstRunPage
3176 Override the first run page. If the value is blank, no first run page is displayed.
3178 **Compatibility:** Firefox 60, Firefox ESR 60\
3179 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3180 **Preferences Affected:** `startup.homepage_welcome_url`
3184 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3186 #### Windows (Intune)
3189 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3194 <data id="OverridePage" value="https://example.com"/>
3199 <key>OverrideFirstRunPage</key>
3200 <string>http://example.org</string>
3207 "OverrideFirstRunPage": "http://example.org"
3210 ### OverridePostUpdatePage
3211 Override the upgrade page. If the value is blank, no upgrade page is displayed.
3213 **Compatibility:** Firefox 60, Firefox ESR 60\
3214 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3215 **Preferences Affected:** `startup.homepage_override_url`
3219 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3221 #### Windows (Intune)
3224 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3229 <data id="OverridePage" value="https://example.com"/>
3234 <key>OverridePostUpdatePage</key>
3235 <string>http://example.org</string>
3242 "OverridePostUpdatePage": "http://example.org"
3245 ### PasswordManagerEnabled
3246 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3248 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3249 **CCK2 Equivalent:** N/A\
3250 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3254 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3256 #### Windows (Intune)
3259 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3263 <enabled/> or <disabled/>
3268 <key>PasswordManagerEnabled</key>
3276 "PasswordManagerEnabled": true | false
3281 Disable or configure PDF.js, the built-in PDF viewer.
3283 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3285 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3287 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.
3289 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3290 **CCK2 Equivalent:** N/A\
3291 **Preferences Affected:** `pdfjs.diabled`,`pdfjs.enablePermissions`
3295 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3296 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3298 #### Windows (Intune)
3301 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3302 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3306 <enabled/>or <disabled/>
3315 <key><EnablePermissions</key>
3325 "Enabled": true | false,
3326 "EnablePermissions": true | false
3331 Set permissions associated with camera, microphone, location, notifications, autoplay, and virtual reality. Because these are origins, not domains, entries with unique ports must be specified separately. See examples below.
3333 `Allow` is a list of origins where the feature is allowed.
3335 `Block` is a list of origins where the feature is not allowed.
3337 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3339 `Locked` prevents the user from changing preferences for the feature.
3341 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3343 **Compatibility:** Firefox 62, Firefox ESR 60.2 (Autoplay added in Firefox 74, Firefox ESR 68.6, Autoplay Default/Locked added in Firefox 76, Firefox ESR 68.8, VirtualReality added in Firefox 80, Firefox ESR 78.2)\
3344 **CCK2 Equivalent:** N/A\
3345 **Preferences Affected:** `permissions.default.camera`,`permissions.default.microphone`,`permissions.default.geo`,`permissions.default.desktop-notification`,`media.autoplay.default`.`permissions.default.xr`
3349 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3350 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3351 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3352 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3353 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3354 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3355 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3356 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3357 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3358 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3359 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3360 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3361 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3362 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3363 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3364 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3365 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3366 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3367 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3368 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3369 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3370 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
3371 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
3372 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
3373 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
3375 #### Windows (Intune)
3378 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3382 <enabled/> or <disabled/>
3386 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3390 <enabled/> or <disabled/>
3394 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3399 <data id="Permissions" value="1https://example.org"/>
3403 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3407 <enabled/> or <disabled/>
3411 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3415 <enabled/> or <disabled/>
3419 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3424 <data id="Permissions" value="1https://example.org"/>
3428 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3433 <data id="Permissions" value="1https://example.edu"/>
3437 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3442 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3446 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3450 <enabled/> or <disabled/>
3454 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
3459 <data id="Permissions" value="1https://example.org"/>
3463 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
3468 <data id="Permissions" value="1https://example.edu"/>
3472 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
3476 <enabled/> or <disabled/>
3480 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
3484 <enabled/> or <disabled/>
3489 <key>Permissions</key>
3495 <string>https://example.org</string>
3496 <string>https://example.org:1234</string>
3500 <string>https://example.edu</string>
3502 <key>BlockNewRequests</key>
3507 <key>Microphone</key>
3511 <string>https://example.org</string>
3515 <string>https://example.edu</string>
3517 <key>BlockNewRequests</key>
3526 <string>https://example.org</string>
3530 <string>https://example.edu</string>
3532 <key>BlockNewRequests</key>
3537 <key>Notifications</key>
3541 <string>https://example.org</string>
3545 <string>https://example.edu</string>
3547 <key>BlockNewRequests</key>
3556 <string>https://example.org</string>
3560 <string>https://example.edu</string>
3563 <string>allow-audio-video | block-audio | block-audio-video</string>
3576 "Allow": ["https://example.org","https://example.org:1234"],
3577 "Block": ["https://example.edu"],
3578 "BlockNewRequests": true | false,
3579 "Locked": true | false
3582 "Allow": ["https://example.org"],
3583 "Block": ["https://example.edu"],
3584 "BlockNewRequests": true | false,
3585 "Locked": true | false
3588 "Allow": ["https://example.org"],
3589 "Block": ["https://example.edu"],
3590 "BlockNewRequests": true | false,
3591 "Locked": true | false
3594 "Allow": ["https://example.org"],
3595 "Block": ["https://example.edu"],
3596 "BlockNewRequests": true | false,
3597 "Locked": true | false
3600 "Allow": ["https://example.org"],
3601 "Block": ["https://example.edu"],
3602 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
3603 "Locked": true | false
3609 ### PictureInPicture
3611 Enable or disable Picture-in-Picture.
3613 **Compatibility:** Firefox 78, Firefox ESR 78\
3614 **CCK2 Equivalent:** N/A\
3615 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
3619 Software\Policies\Mozilla\Firefox\PictureInPicture = 0x1 | 0x0
3621 #### Windows (Intune)
3624 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PictureInPicture
3628 <enabled/> or <disabled/>
3633 <key>PictureInPicture</key>
3641 "PictureInPicture": true | false
3646 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
3648 `Allow` is a list of origins where popup-windows are allowed.
3650 `Default` determines whether or not pop-up windows are allowed by default.
3652 `Locked` prevents the user from changing pop-up preferences.
3654 **Compatibility:** Firefox 60, Firefox ESR 60\
3655 **CCK2 Equivalent:** `permissions.popup`\
3656 **Preferences Affected:** `dom.disable_open_during_load`
3660 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
3661 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
3662 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
3663 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
3665 #### Windows (Intune)
3668 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
3673 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3677 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
3681 <enabled/> or <disabled/>
3685 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
3689 <enabled/> or <disabled/>
3694 <key>PopupBlocking</key>
3698 <string>http://example.org</string>
3699 <string>http://example.edu</string>
3713 "Allow": ["http://example.org/",
3714 "http://example.edu/"],
3715 "Default": true | false,
3716 "Locked": true | false
3722 Set and lock certain preferences.
3724 **Compatibility:** See below\
3725 **CCK2 Equivalent:** `preferences`\
3726 **Preferences Affected:** See below
3728 | Preference | Type | Compatibility | Default
3729 | --- | --- | --- | ---
3730 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
3731 | If set to 1, platform accessibility is disabled.
3732 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
3733 | If false, Firefox doesn't automatically install update.
3734 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
3735 | If true, bookmarks are exported on shutdown.
3736 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
3737 | If set, the name of the file where bookmarks are exported and imported.
3738 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
3739 | If true, bookmarks are restored to their defaults.
3740 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
3741 | If false, don't store cache on the hard drive.
3742 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
3743 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
3744 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
3745 | If true, single words are sent to DNS, not directly to search.
3746 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
3747 | If set, a list of URLs to use as the default top sites on the new tab page.
3748 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
3749 | If true, bookmarks are always imported on startup.
3750 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3751 | If false, phishing protection is not enabled (Not recommended)
3752 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3753 | If false, malware protection is not enabled (Not recommended)
3754 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
3755 | If false, updates for search engines are not checked.
3756 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
3757 | If true, a notification isn't shown if startup is slow.
3758 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
3759 | If false, there is no warning when the browser is closed.
3760 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
3761 | If true, tab previews are shown in the Windows taskbar.
3762 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
3763 | If false, bookmarks aren't suggested when typing in the URL bar.
3764 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
3765 | If false, history isn't suggested when typing in the URL bar.
3766 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
3767 | If false, open tabs aren't suggested when typing in the URL bar.
3768 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
3769 | If true, don't show the privacy policy tab on first run.
3770 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
3771 | If false, web page can close windows.
3772 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
3773 | If false, web pages can focus and activate windows.
3774 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
3775 | If true, web pages can't move or resize windows.
3776 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3777 | If false, web pages can't override context menus.
3778 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
3779 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
3780 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
3781 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
3782 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
3783 | If false, XMLDocument.load is not available.
3784 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
3785 | If false, XMLDocument.async is not available.
3786 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3787 | If false, the extensions blocklist is not used (Not recommended)
3788 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
3789 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
3790 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
3791 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
3792 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3793 | If false, the geolocation API is disabled. | Language dependent
3794 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
3795 | If set, preferred language for web pages.
3796 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
3797 | If false, Encrypted Media Extensions are not enabled.
3798 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3799 | If false, the OpenH264 plugin is not downloaded.
3800 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3801 | If false, the Widevine plugin is not downloaded.
3802 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
3803 | If false, WebRTC is disabled
3804 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
3805 | If set, a list of domains for which mDNS hostname obfuscation is
3807 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
3808 | If set, a list of domains for which mDNS hostname obfuscation is
3810 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
3811 | If true, IPv6 DNS lokoups are disabled.
3812 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
3813 | If true, display the punycode version of internationalized domain names.
3814 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3815 | If false, history is not enabled.
3816 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
3817 | If false, print settings are not saved between jobs.
3818 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
3819 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
3820 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
3821 | If false, mixed active content (HTTP and HTTPS) is not blocked.
3822 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
3823 | If true, client certificates are loaded from the operating system certificate store.
3824 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3825 | If false, SSL errors cannot be sent to Mozilla.
3826 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
3827 | If false, the TLS 1.3 downgrade check is disabled.
3828 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
3829 | If false, the Alt key doesn't show the menubar on Windows.
3830 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
3831 | If set, overrides the GTK theme for widgets.
3834 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
3835 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
3837 #### Windows (Intune)
3838 OMA-URI: (periods are replaced by underscores)
3840 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
3844 <enabled/> or <disabled/>
3846 OMA-URI: (periods are replaced by underscores)
3848 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
3853 <data id="Preferences_String" value="string_value"/>
3858 <key>Preferences</key>
3860 <key>boolean_preference_name</key>
3862 <key>string_preference_name</key>
3863 <string>string_value</string>
3872 "boolean_preference_name": true | false,
3873 "string_preference_name": "string_value"
3878 ### PromptForDownloadLocation
3879 Ask where to save each file before downloading.
3881 **Compatibility:** Firefox 68, Firefox ESR 68\
3882 **CCK2 Equivalent:** N/A\
3883 **Preferences Affected:** `browser.download.useDownloadDir`
3887 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
3889 #### Windows (Intune)
3892 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
3896 <enabled/> or <disabled/>
3901 <key>PromptForDownloadLocation</key>
3909 "PromptForDownloadLocation": true | false
3914 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
3915 To specify ports, append them to the hostnames with a colon (:).
3917 `Mode` is the proxy method being used.
3919 `Locked` is whether or not proxy settings can be changed.
3921 `HTTPProxy` is the HTTP proxy server.
3923 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
3925 `SSLProxy` is the SSL proxy server.
3927 `FTPProxy` is the FTP proxy server.
3929 `SOCKSProxy` is the SOCKS proxy server
3931 `SOCKSVersion` is the SOCKS version (4 or 5)
3933 `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.
3935 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
3937 `AutoLogin` means do not prompt for authentication if password is saved.
3939 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
3941 **Compatibility:** Firefox 60, Firefox ESR 60\
3942 **CCK2 Equivalent:** `networkProxy*`\
3943 **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`
3947 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
3948 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
3949 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
3950 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
3951 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
3952 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
3953 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
3954 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
3955 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
3956 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
3957 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
3958 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
3960 #### Windows (Intune)
3963 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
3968 <data id="ProxyLocked" value="true | false"/>
3969 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
3970 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
3971 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
3972 <data id="SSLProxy" value="https://sslproxy.example.com"/>
3973 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
3974 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
3975 <data id="SOCKSVersion" value="4 | 5"/>
3976 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
3977 <data id="Passthrough" value="<local>"/>
3978 <data id="AutoLogin" value="true | false"/>
3979 <data id="UseProxyForDNS" value="true | false"/>
3987 <string>none | system | manual | autoDetect | autoConfig</string>
3990 <key>HTTPProxy</key>
3991 <string>https://httpproxy.example.com</string>
3992 <key>UseHTTPProxyForAllProtocols</key>
3995 <string>https://sslproxy.example.com</string>
3997 <string>https://ftpproxy.example.com</string>
3998 <key>SOCKSProxy</key>
3999 <string>https://socksproxy.example.com</string>
4000 <key>SOCKSVersion</key>
4001 <string>4 | 5</string>
4002 <key>Passthrough</key>
4003 <string><local>></string>
4004 <key>AutoConfigURL</key>
4005 <string>URL_TO_AUTOCONFIG</string>
4006 <key>AutoLogin</key>
4008 <key>UseProxyForDNS</key>
4018 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
4019 "Locked": true | false,
4020 "HTTPProxy": "hostname",
4021 "UseHTTPProxyForAllProtocols": true | false,
4022 "SSLProxy": "hostname",
4023 "FTPProxy": "hostname",
4024 "SOCKSProxy": "hostname",
4025 "SOCKSVersion": 4 | 5
4026 "Passthrough": "<local>",
4027 "AutoConfigURL": "URL_TO_AUTOCONFIG",
4028 "AutoLogin": true | false,
4029 "UseProxyForDNS": true | false
4034 ### RequestedLocales
4035 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
4037 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
4039 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
4040 **CCK2 Equivalent:** N/A\
4041 **Preferences Affected:** N/A
4044 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
4045 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
4049 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
4051 #### Windows (Intune)
4054 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
4059 <data id="Preferences_String" value="de,en-US"/>
4064 <key>RequestedLocales</key>
4067 <string>en-US</string>
4074 <key>RequestedLocales</key>
4075 <string>de,en-US</string>
4083 "RequestedLocales": ["de", "en-US"]
4091 "RequestedLocales": "de,en-US"
4095 <a name="SanitizeOnShutdown"></a>
4097 ### SanitizeOnShutdown (Selective)
4098 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
4100 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.
4102 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
4103 **CCK2 Equivalent:** N/A\
4104 **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`
4107 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4108 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4109 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4110 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4111 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4112 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4113 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4114 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4115 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4117 #### Windows (Intune)
4120 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4124 <enabled/> or <disabled/>
4129 <key>SanitizeOnShutdown</key>
4135 <key>Downloads</key>
4143 <key>SiteSettings</key>
4145 <key>OfflineApps</key>
4156 "SanitizeOnShutdown": {
4157 "Cache": true | false,
4158 "Cookies": true | false,
4159 "Downloads": true | false,
4160 "FormData": true | false,
4161 "History": true | false,
4162 "Sessions": true | false,
4163 "SiteSettings": true | false,
4164 "OfflineApps": true | false,
4165 "Locked": true | false
4170 ### SanitizeOnShutdown (All)
4171 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4173 **Compatibility:** Firefox 60, Firefox ESR 60\
4174 **CCK2 Equivalent:** N/A\
4175 **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`
4178 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4180 #### Windows (Intune)
4183 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4187 <enabled/> or <disabled/>
4192 <key>SanitizeOnShutdown</key>
4200 "SanitizeOnShutdown": true | false
4205 Set whether or not search bar is displayed.
4207 **Compatibility:** Firefox 60, Firefox ESR 60\
4208 **CCK2 Equivalent:** `showSearchBar`\
4209 **Preferences Affected:** N/A
4213 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
4216 #### Windows (Intune)
4219 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
4224 <data id="Permissions" value="unified | separate"/>
4229 <key>SearchBar</key>
4230 <string>unified | separate</string>
4237 "SearchBar": "unified" | "separate"
4241 <a name="SearchEngines"></a>
4243 ### SearchEngines (This policy is only available on the ESR.)
4245 ### SearchEngines | Default
4247 Set the default search engine. This policy is only available on the ESR.
4249 **Compatibility:** Firefox ESR 60\
4250 **CCK2 Equivalent:** `defaultSearchEngine`\
4251 **Preferences Affected:** N/A
4255 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
4257 #### Windows (Intune)
4260 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
4265 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
4270 <key>SearchEngines</key>
4273 <string>NAME_OF_SEARCH_ENGINE</string>
4282 "Default": "NAME_OF_SEARCH_ENGINE"
4287 ### SearchEngines | PreventInstalls
4289 Prevent installing search engines from webpages.
4291 **Compatibility:** Firefox ESR 60\
4292 **CCK2 Equivalent:** `disableSearchEngineInstall`\
4293 **Preferences Affected:** N/A
4297 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
4299 #### Windows (Intune)
4302 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
4306 <enabled/> or <disabled/>
4311 <key>SearchEngines</key>
4313 <key>PreventInstalls</key>
4323 "PreventInstalls": true | false
4328 ### SearchEngines | Remove
4330 Hide built-in search engines. This policy is only available on the ESR.
4332 **Compatibility:** Firefox ESR 60.2\
4333 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
4334 **Preferences Affected:** N/A
4338 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
4340 #### Windows (Intune)
4343 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
4348 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
4353 <key>SearchEngines</key>
4357 <string>NAME_OF_SEARCH_ENGINE</string>
4367 "Remove": ["NAME_OF_SEARCH_ENGINE"]
4372 ### SearchEngines | Add
4374 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
4376 `Name` is the name of the search engine.
4378 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
4380 `Method` is either GET or POST
4382 `IconURL` is a URL for the icon to use.
4384 `Alias` is a keyword to use for the engine.
4386 `Description` is a description of the search engine.
4388 `PostData` is the POST data as name value pairs separated by &.
4390 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
4392 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68)\
4393 **CCK2 Equivalent:** `searchplugins`\
4394 **Preferences Affected:** N/A
4398 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
4399 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
4400 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
4401 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
4402 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
4403 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
4404 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
4405 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
4407 #### Windows (Intune)
4410 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
4415 <data id="SearchEngine_Name" value="Example1"/>
4416 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
4417 <data id="SearchEngine_Method" value="GET | POST"/>
4418 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
4419 <data id="SearchEngine_Alias" value="example"/>
4420 <data id="SearchEngine_Description" value="Example Description"/>
4421 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
4422 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
4427 <key>SearchEngines</key>
4433 <string>Example1</string>
4434 <key>URLTemplate</key>
4435 <string>https://www.example.org/q={searchTerms}</string>
4437 <string>GET | POST </string>
4439 <string>https://www.example.org/favicon.ico</string>
4441 <string>example</string>
4442 <key>Description</key>
4443 <string>Example Description</string>
4444 <key>SuggestURLTemplate</key>
4445 <string>https://www.example.org/suggestions/q={searchTerms}</string>
4447 <string>name=value&q={searchTerms}</string>
4461 "URLTemplate": "https://www.example.org/q={searchTerms}",
4462 "Method": "GET" | "POST",
4463 "IconURL": "https://www.example.org/favicon.ico",
4465 "Description": "Description",
4466 "PostData": "name=value&q={searchTerms}",
4467 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
4474 ### SearchSuggestEnabled
4476 Enable search suggestions.
4478 **Compatibility:** Firefox 68, Firefox ESR 68\
4479 **CCK2 Equivalent:** N/A\
4480 **Preferences Affected:** `browser.urlbar.suggest.searches`,`browser.search.suggest.enabled`
4484 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
4486 #### Windows (Intune)
4489 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
4493 <enabled/> or <disabled/>
4498 <key>SearchSuggestEnabled</key>
4506 "SearchSuggestEnabled": true | false
4512 Install PKCS #11 modules.
4514 **Compatibility:** Firefox 64, Firefox ESR 60.4\
4515 **CCK2 Equivalent:** `certs.devices`\
4516 **Preferences Affected:** N/A
4520 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
4522 #### Windows (Intune)
4525 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
4530 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
4535 <key>SecurityDevices</key>
4537 <key>NAME_OF_DEVICE</key>
4538 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
4547 "SecurityDevices": {
4548 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
4555 Set and lock the maximum version of TLS.
4557 **Compatibility:** Firefox 66, Firefox ESR 60.6\
4558 **CCK2 Equivalent:** N/A\
4559 **Preferences Affected:** `security.tls.version.max`
4563 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4565 #### Windows (Intune)
4568 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
4573 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
4578 <key>SSLVersionMax</key>
4579 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
4587 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4593 Set and lock the minimum version of TLS.
4595 **Compatibility:** Firefox 66, Firefox ESR 60.6\
4596 **CCK2 Equivalent:** N/A\
4597 **Preferences Affected:** `security.tls.version.min`
4601 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4603 #### Windows (Intune)
4606 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
4611 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
4616 <key>SSLVersionMin</key>
4617 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
4625 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4630 Add a menuitem to the help menu for specifying support information.
4632 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
4633 **CCK2 Equivalent:** helpMenu\
4634 **Preferences Affected:** N/A
4638 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
4639 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
4640 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
4642 #### Windows (Intune)
4645 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
4650 <data id="SupportMenuTitle" value="Support Menu"/>
4651 <data id="SupportMenuURL" value="http://example.com/support"/>
4652 <data id="SupportMenuAccessKey" value="S">
4657 <key>SupportMenu</key>
4660 <string>SupportMenu</string>
4662 <string>http://example.com/support</string>
4663 <key>AccessKey</key>
4673 "Title": "Support Menu",
4674 "URL": "http://example.com/support",
4682 Prevent Firefox from messaging the user in certain situations.
4684 `WhatsNew` Remove the "What's New" icon and menuitem. (Firefox 75 only)
4686 `ExtensionRecommendations` Don't recommend extensions while the user is visiting web pages.
4688 `FeatureRecommendations` Don't recommend browser features.
4690 `UrlbarInterventions` Don't offer Firefox specific suggestions in the URL bar. (Firefox 75 only)
4692 **Compatibility:** Firefox 75, Firefox ESR 68.7\
4693 **CCK2 Equivalent:** N/A\
4694 **Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
4698 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
4699 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
4700 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
4701 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
4703 #### Windows (Intune)
4706 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_WhatsNew
4707 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_ExtensionRecommendations
4708 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_FeatureRecommendations
4709 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_UrlbarInterventions
4713 <enabled/> or <disabled/>
4718 <key>UserMessaging</key>
4722 <key>ExtensionRecommendations</key>
4724 <key>FeatureRecommendations</key>
4726 <key>UrlbarInterventions</key>
4736 "WhatsNew": true | false,
4737 "ExtensionRecommendations": true | false,
4738 "FeatureRecommendations": true | false,
4739 "UrlbarInterventions": true | false
4745 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.
4747 **Compatibility:** Firefox 60, Firefox ESR 60\
4748 **CCK2 Equivalent:** N/A\
4749 **Preferences Affected:** N/A
4753 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
4754 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
4756 #### Windows (Intune)
4759 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
4764 <data id="WebsiteFilter" value="1<all_urls>"/>
4768 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
4773 <data id="WebsiteFilter" value="1http://example.org/*"/>
4778 <key>WebsiteFilter</key>
4782 <string><all_urls></string>
4784 <key>Exceptions</key>
4786 <string>http://example.org/*</string>
4797 "Block": ["<all_urls>"],
4798 "Exceptions": ["http://example.org/*"]