1 **These policies are in active development and so might contain changes that do not work with current versions of Firefox.**
3 **You should use the [officially released versions](https://github.com/mozilla/policy-templates/releases) if you are deploying changes.**
5 Policies can be specified using the [Group Policy templates on Windows](https://github.com/mozilla/policy-templates/tree/master/windows), [Intune on Windows](https://support.mozilla.org/kb/managing-firefox-intune), [configuration profiles on macOS](https://github.com/mozilla/policy-templates/tree/master/mac), or by creating a file called `policies.json`. On Windows, create a directory called `distribution` where the EXE is located and place the file there. On Mac, the file goes into `Firefox.app/Contents/Resources/distribution`. On Linux, the file goes into `firefox/distribution`, where `firefox` is the installation directory for firefox, which varies by distribution or you can specify system-wide policy by placing the file in `/etc/firefox/policies`.
7 | Policy Name | Description
9 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
10 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
11 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
12 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
13 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
14 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
15 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
16 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
17 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
18 | **[`Certificates`](#certificates)** |
19 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
20 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
21 | **[`Cookies`](#cookies)** | Configure cookie preferences.
22 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
23 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
24 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
25 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
26 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
27 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
28 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
29 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
30 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
31 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
32 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
33 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
34 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
35 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
36 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
37 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
38 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
39 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
40 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
41 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
42 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update.
43 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
44 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
45 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
46 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
47 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
48 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
49 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
50 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
51 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
52 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
53 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
54 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
55 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
56 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
57 | **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
58 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
59 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
60 | **[`Handlers`](#handlers)** | Configure default application handlers.
61 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
62 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
63 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
64 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
65 | **[`MasterPassword`](#masterpassword)** | Require or prevent using a 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 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
685 `Default` determines whether cookies are accepted at all.
687 `AcceptThirdParty` determines how third-party cookies are handled.
689 `ExpireAtSessionEnd` determines when cookies expire.
691 `RejectTracker` only rejects cookies for trackers.
693 `Locked` prevents the user from changing cookie preferences.
695 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker was added in Firefox 63)\
696 **CCK2 Equivalent:** N/A\
697 **Preferences Affected:** `network.cookie.cookieBehavior`,`network.cookie.lifetimePolicy`
701 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
702 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
703 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
704 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
705 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
706 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
707 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
709 #### Windows (Intune)
712 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
717 <data id="Cookies_Allow" value="1https://example.com"/>
721 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
726 <data id="Cookies_Block" value="1https://example.org"/>
730 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
734 <enabled/> or <disabled/>
738 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
743 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
747 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
751 <enabled/> or <disabled/>
755 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
759 <enabled/> or <disabled/>
763 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
767 <enabled/> or <disabled/>
776 <string>http://example.com</string>
780 <string>http://example.org</string>
784 <key>AcceptThirdParty</key>
785 <string>always | never | from-visited</string>
786 <key>ExpireAtSessionEnd</key>
788 <key>RejectTracker</key>
800 "Allow": ["http://example.org/"],
801 "Block": ["http://example.edu/"],
802 "Default": true | false,
803 "AcceptThirdParty": "always" | "never" | "from-visited",
804 "ExpireAtSessionEnd": true | false,
805 "RejectTracker": true | false,
806 "Locked": true | false
811 ### DisableSetDesktopBackground
812 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
814 **Compatibility:** Firefox 60, Firefox ESR 60\
815 **CCK2 Equivalent:** `removeSetDesktopBackground`\
816 **Preferences Affected:** N/A
820 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
822 #### Windows (Intune)
825 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
829 <enabled/> or <disabled/>
834 <key>DisableSetDesktopBackground</key>
842 "DisableSetDesktopBackground": true | false
846 ### DisableMasterPasswordCreation
847 Remove the master password functionality.
849 **Compatibility:** Firefox 60, Firefox ESR 60\
850 **CCK2 Equivalent:** `noMasterPassword`\
851 **Preferences Affected:** N/A
855 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
857 #### Windows (Intune)
860 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
864 <enabled/> or <disabled/>
869 <key>DisableMasterPasswordCreation</key>
877 "DisableMasterPasswordCreation": true | false
882 Turn off application updates.
884 **Compatibility:** Firefox 60, Firefox ESR 60\
885 **CCK2 Equivalent:** `disableFirefoxUpdates`\
886 **Preferences Affected:** N/A
890 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
892 #### Windows (Intune)
895 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
899 <enabled/> or <disabled/>
904 <key>DisableAppUpdate</key>
912 "DisableAppUpdate": true | false
916 ### DisableBuiltinPDFViewer
917 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
919 **Compatibility:** Firefox 60, Firefox ESR 60\
920 **CCK2 Equivalent:** `disablePDFjs`\
921 **Preferences Affected:** `pdfjs.disabled`
925 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
927 #### Windows (Intune)
930 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
934 <enabled/> or <disabled/>
939 <key>DisableBuiltinPDFViewer</key>
947 "DisableBuiltinPDFViewer": true | false
952 Disable specific cryptographic ciphers.
957 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.
960 **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)\
961 **CCK2 Equivalent:** N/A\
962 **Preferences Affected:** N/A
966 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
967 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
968 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
969 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
970 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
971 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
972 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
973 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
974 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
975 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
976 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
978 #### Windows (Intune)
981 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
982 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
983 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
984 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
985 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
986 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
987 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
988 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
989 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
990 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
991 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
995 <enabled/> or <disabled/>
1000 <key>DisabledCiphers</key>
1002 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1004 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1006 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1008 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1010 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1012 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1014 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1016 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1018 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1020 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1022 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1032 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1033 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1034 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1035 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1036 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1037 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1038 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1039 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1040 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false
1041 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false
1042 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1047 ### DisableDefaultBrowserAgent
1048 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1050 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1051 **CCK2 Equivalent:** N/A\
1052 **Preferences Affected:** N/A
1056 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1058 #### Windows (Intune)
1061 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1065 <enabled/> or <disabled/>
1071 "DisableDefaultBrowserAgent": true | false
1075 ### DisableDeveloperTools
1076 Remove access to all developer tools.
1078 **Compatibility:** Firefox 60, Firefox ESR 60\
1079 **CCK2 Equivalent:** `removeDeveloperTools`\
1080 **Preferences Affected:** `devtools.policy.disabled`
1084 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1086 #### Windows (Intune)
1089 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1093 <enabled/> or <disabled/>
1098 <key>DisableDeveloperTools</key>
1106 "DisableDeveloperTools": true | false
1110 ### DisableFeedbackCommands
1111 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1113 **Compatibility:** Firefox 60, Firefox ESR 60\
1114 **CCK2 Equivalent:** N/A\
1115 **Preferences Affected:** N/A
1119 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1121 #### Windows (Intune)
1124 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1128 <enabled/> or <disabled/>
1133 <key>DisableFeedbackCommands</key>
1141 "DisableFeedbackCommands": true | false
1145 ### DisableFirefoxScreenshots
1146 Remove access to Firefox Screenshots.
1148 **Compatibility:** Firefox 60, Firefox ESR 60\
1149 **CCK2 Equivalent:** N/A\
1150 **Preferences Affected:** `extensions.screenshots.disabled`
1154 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1156 #### Windows (Intune)
1159 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1163 <enabled/> or <disabled/>
1168 <key>DisableFirefoxScreenshots</key>
1176 "DisableFirefoxScreenshots": true | false
1180 ### DisableFirefoxAccounts
1181 Disable Firefox Accounts integration (Sync).
1183 **Compatibility:** Firefox 60, Firefox ESR 60\
1184 **CCK2 Equivalent:** `disableSync`\
1185 **Preferences Affected:** `identity.fxaccounts.enabled`
1189 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1191 #### Windows (Intune)
1194 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1198 <enabled/> or <disabled/>
1203 <key>DisableFirefoxAccounts</key>
1211 "DisableFirefoxAccounts": true | false
1215 ### DisableFirefoxStudies
1216 Disable Firefox studies (Shield).
1218 **Compatibility:** Firefox 60, Firefox ESR 60\
1219 **CCK2 Equivalent:** N/A\
1220 **Preferences Affected:** N/A
1224 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1226 #### Windows (Intune)
1229 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1233 <enabled/> or <disabled/>
1238 <key>DisableFirefoxStudies</key>
1246 "DisableFirefoxStudies": true | false
1250 ### DisableForgetButton
1251 Disable the "Forget" button.
1253 **Compatibility:** Firefox 60, Firefox ESR 60\
1254 **CCK2 Equivalent:** `disableForget`\
1255 **Preferences Affected:** N/A
1259 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1261 #### Windows (Intune)
1264 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1268 <enabled/> or <disabled/>
1273 <key>DisableForgetButton</key>
1281 "DisableForgetButton": true | false
1285 ### DisableFormHistory
1286 Turn off saving information on web forms and the search bar.
1288 **Compatibility:** Firefox 60, Firefox ESR 60\
1289 **CCK2 Equivalent:** `disableFormFill`\
1290 **Preferences Affected:** ` browser.formfill.enable`
1294 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1296 #### Windows (Intune)
1299 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1303 <enabled/> or <disabled/>
1308 <key>DisableFormHistory</key>
1316 "DisableFormHistory": true | false
1320 ### DisablePasswordReveal
1321 Do not allow passwords to be shown in saved logins
1323 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1324 **CCK2 Equivalent:** N/A
1325 **Preferences Affected:** N/A
1329 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1331 #### Windows (Intune)
1334 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1338 <enabled/> or <disabled/>
1343 <key>DisablePasswordReveal</key>
1351 "DisablePasswordReveal": true | false
1356 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1358 **Compatibility:** Firefox 60, Firefox ESR 60\
1359 **CCK2 Equivalent:** `disablePocket`\
1360 **Preferences Affected:** `extensions.pocket.enabled`
1364 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1366 #### Windows (Intune)
1369 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1373 <enabled/> or <disabled/>
1378 <key>DisablePocket</key>
1386 "DisablePocket": true | false
1390 ### DisablePrivateBrowsing
1391 Remove access to private browsing.
1393 **Compatibility:** Firefox 60, Firefox ESR 60\
1394 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1395 **Preferences Affected:** N/A
1399 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1401 #### Windows (Intune)
1404 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1408 <enabled/> or <disabled/>
1413 <key>DisablePrivateBrowsing</key>
1421 "DisablePrivateBrowsing": true | false
1425 ### DisableProfileImport
1426 Disables the "Import data from another browser" option in the bookmarks window.
1428 **Compatibility:** Firefox 60, Firefox ESR 60\
1429 **CCK2 Equivalent:** N/A\
1430 **Preferences Affected:** N/A
1434 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1436 #### Windows (Intune)
1439 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1443 <enabled/> or <disabled/>
1448 <key>DisableProfileImport</key>
1456 "DisableProfileImport": true | false
1460 ### DisableProfileRefresh
1461 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.
1463 **Compatibility:** Firefox 60, Firefox ESR 60\
1464 **CCK2 Equivalent:** `disableResetFirefox`\
1465 **Preferences Affected:** `browser.disableResetPrompt`
1469 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1471 #### Windows (Intune)
1474 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1478 <enabled/> or <disabled/>
1483 <key>DisableProfileRefresh</key>
1491 "DisableProfileRefresh": true | false
1496 Disable safe mode within the browser.
1498 On Windows, this disables safe mode via the command line as well.
1500 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1501 **CCK2 Equivalent:** `disableSafeMode`\
1502 **Preferences Affected:** N/A
1506 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1508 #### Windows (Intune)
1511 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1515 <enabled/> or <disabled/>
1520 <key>DisableSafeMode</key>
1528 "DisableSafeMode": true | false
1532 ### DisableSecurityBypass
1533 Prevent the user from bypassing security in certain cases.
1535 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1537 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1539 **Compatibility:** Firefox 60, Firefox ESR 60\
1540 **CCK2 Equivalent:** N/A\
1541 **Preferences Affected:** `security.certerror.hideAddException`,`browser.safebrowsing.allowOverride`
1545 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1546 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1548 #### Windows (Intune)
1551 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1555 <enabled/> or <disabled/>
1559 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1563 <enabled/> or <disabled/>
1569 <key>DisableSecurityBypass</key>
1571 <key>InvalidCertificate</key>
1573 <key><SafeBrowsing/key>
1582 "DisableSecurityBypass": {
1583 "InvalidCertificate": true | false,
1584 "SafeBrowsing": true | false
1589 ### DisableSystemAddonUpdate
1590 Prevent system add-ons from being installed or update.
1592 **Compatibility:** Firefox 60, Firefox ESR 60\
1593 **CCK2 Equivalent:** N/A\
1594 **Preferences Affected:** N/A
1598 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1600 #### Windows (Intune)
1603 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1607 <enabled/> or <disabled/>
1612 <key>DisableSystemAddonUpdate</key>
1620 "DisableSystemAddonUpdate": true | false
1624 ### DisableTelemetry
1625 Prevent the upload of telemetry data.
1627 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1629 **Compatibility:** Firefox 60, Firefox ESR 60\
1630 **CCK2 Equivalent:** `disableTelemetry`\
1631 **Preferences Affected:** `datareporting.healthreport.uploadEnabled,datareporting.policy.dataSubmissionEnabled`
1635 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1637 #### Windows (Intune)
1640 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1644 <enabled/> or <disabled/>
1649 <key>DisableTelemetry</key>
1657 "DisableTelemetry": true | false
1661 ### DisplayBookmarksToolbar
1662 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1664 **Compatibility:** Firefox 60, Firefox ESR 60\
1665 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1666 **Preferences Affected:** N/A
1670 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1672 #### Windows (Intune)
1675 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1679 <enabled/> or <disabled/>
1684 <key>DisplayBookmarksToolbar</key>
1692 "DisplayBookmarksToolbar": true | false
1696 ### DisplayMenuBar (Deprecated)
1697 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
1699 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
1700 **CCK2 Equivalent:** `displayMenuBar`\
1701 **Preferences Affected:** N/A
1705 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
1710 <key>DisplayMenuBar</key>
1718 "DisplayMenuBar": true | false
1723 Set the state of the menubar.
1725 `always` means the menubar is shown and cannot be hidden.
1727 `never` means the menubar is hidden and cannot be shown.
1729 `default-on` means the menubar is on by default but can be hidden.
1731 `default-off` means the menubar is off by default but can be shown.
1733 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
1734 **CCK2 Equivalent:** `displayMenuBar`\
1735 **Preferences Affected:** N/A
1739 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
1741 #### Windows (Intune)
1744 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
1749 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
1754 <key>DisplayMenuBar</key>
1755 <string>always | never | default-on | default-off</string>
1762 "DisplayMenuBar": "always", "never", "default-on", "default-off"
1767 Configure DNS over HTTPS.
1769 `Enabled` determines whether DNS over HTTPS is enabled
1771 `ProviderURL` is a URL to another provider.
1773 `Locked` prevents the user from changing DNS over HTTPS preferences.
1775 `ExcludedDomains` excludes domains from DNS over HTTPS.
1777 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
1778 **CCK2 Equivalent:** N/A\
1779 **Preferences Affected:** `network.trr.mode`,`network.trr.uri`
1783 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
1784 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
1785 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
1786 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
1788 #### Windows (Intune)
1791 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
1795 <enabled/> or <disabled/>
1799 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
1804 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
1808 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
1812 <enabled/> or <disabled/>
1816 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
1821 <data id="List" value="1example.com"/>
1826 <key>DNSOverHTTPS</key>
1830 <key>ProviderURL</key>
1831 <string>URL_TO_ALTERNATE_PROVIDER</string>
1834 <key>ExcludedDomains</key>
1836 <string>example.com</string>
1846 "Enabled": true | false,
1847 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
1848 "Locked": true | false,
1849 "ExcludedDomains": ["example.com"]
1854 ### DontCheckDefaultBrowser
1855 Don't check if Firefox is the default browser at startup.
1857 **Compatibility:** Firefox 60, Firefox ESR 60\
1858 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
1859 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
1863 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
1865 #### Windows (Intune)
1868 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
1872 <enabled/> or <disabled/>
1877 <key>DontCheckDefaultBrowser</key>
1885 "DontCheckDefaultBrowser": true | false
1889 ### DefaultDownloadDirectory
1890 Set the default download directory.
1892 You can use ${home} for the native home directory.
1894 **Compatibility:** Firefox 68, Firefox ESR 68\
1895 **CCK2 Equivalent:** N/A\
1896 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`
1900 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1902 #### Windows (Intune)
1905 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1910 <data id="Preferences_String" value="${home}\Downloads"/>
1915 <key>DefaultDownloadDirectory</key>
1916 <string>${home}/Downloads</string>
1919 #### policies.json (macOS and Linux)
1923 "DefaultDownloadDirectory": "${home}/Downloads"
1926 #### policies.json (Windows)
1930 "DefaultDownloadDirectory": "${home}\\Downloads"
1933 ### DownloadDirectory
1934 Set and lock the download directory.
1936 You can use ${home} for the native home directory.
1938 **Compatibility:** Firefox 68, Firefox ESR 68\
1939 **CCK2 Equivalent:** N/A\
1940 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`,`browser.download.useDownloadDir`
1944 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
1946 #### Windows (Intune)
1949 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
1954 <data id="Preferences_String" value="${home}\Downloads"/>
1959 <key>DownloadDirectory</key>
1960 <string>${home}/Downloads</string>
1963 #### policies.json (macOS and Linux)
1967 "DownloadDirectory": "${home}/Downloads"
1970 #### policies.json (Windows)
1974 "DownloadDirectory": "${home}\\Downloads"
1977 ### EnableTrackingProtection
1978 Configure tracking protection.
1980 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.
1982 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
1984 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.
1986 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
1988 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
1990 `Exceptions` are origins for which tracking protection is not enabled.
1992 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
1993 **CCK2 Equivalent:** N/A\
1994 **Preferences Affected:** `privacy.trackingprotection.enabled`,`privacy.trackingprotection.pbmode.enabled`,`privacy.trackingprotection.cryptomining.enabled`,`privacy.trackingprotection.fingerprinting.enabled`
1998 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
1999 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2000 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2001 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2002 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2004 #### Windows (Intune)
2007 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/TrackingProtection
2012 <data id="TrackingProtectionLocked" value="true | false"/>
2013 <data id="Cryptomining" value="true | false"/>
2014 <data id="Fingerprinting" value="true | false"/>
2015 <data id=TrackingProtection_Exceptions" value="1https://example.com"/>
2020 <key>EnableTrackingProtection</key>
2026 <key><Cryptomining</key>
2028 <key><Fingerprinting</key>
2030 <key>Exceptions</key>
2032 <string>https://example.com</string>
2041 "EnableTrackingProtection": {
2042 "Value": true | false,
2043 "Locked": true | false,
2044 "Cryptomining": true | false,
2045 "Fingerprinting": true | false,
2046 "Exceptions": ["https://example.com"]
2050 ### EncryptedMediaExtensions
2051 Enable or disable Encrypted Media Extensions and optionally lock it.
2053 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2055 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.
2057 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2058 **CCK2 Equivalent:** N/A\
2059 **Preferences Affected:** `media.eme.enabled`
2063 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2064 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2066 #### Windows (Intune)
2069 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2070 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2074 <enabled/>or <disabled/>
2079 <key>EncryptedMediaExtensions</key>
2092 "EncryptedMediaExtensions": {
2093 "Enabled": true | false,
2094 "Locked": true | false
2098 ### EnterprisePoliciesEnabled
2099 Enable policy support on macOS.
2101 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2102 **CCK2 Equivalent:** N/A\
2103 **Preferences Affected:** N/A
2108 <key>EnterprisePoliciesEnabled</key>
2113 Control the installation, uninstallation and locking of extensions.
2115 `Install` is a list of URLs or native paths for extensions to be installed.
2117 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2119 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2121 **Compatibility:** Firefox 60, Firefox ESR 60\
2122 **CCK2 Equivalent:** `addons`\
2123 **Preferences Affected:** N/A
2127 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2128 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2129 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2130 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2135 <key>Extensions</key>
2139 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2140 <string>//path/to/xpi</string>
2142 <key>Uninstall</key>
2144 <string>bad_addon_id@mozilla.org</string>
2148 <string>addon_id@mozilla.org</string>
2158 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2159 "Uninstall": ["bad_addon_id@mozilla.org"],
2160 "Locked": ["addon_id@mozilla.org"]
2165 ### ExtensionSettings
2166 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.
2168 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.
2170 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).
2172 The configuration for each extension is another dictionary that can contain the fields documented below.
2174 | Name | Description |
2176 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2177 | `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.
2178 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2179 | `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.
2180 | `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.
2181 | `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.
2182 | `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.
2183 | `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.
2184 | `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.
2185 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2187 **Compatibility:** Firefox 69, Firefox ESR 68.1\
2188 **CCK2 Equivalent:** N/A\
2189 **Preferences Affected:** N/A
2193 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2196 "blocked_install_message": "Custom error message.",
2197 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2198 "installation_mode": "blocked",
2199 "allowed_types": ["extension"]
2201 "uBlock0@raymondhill.net": {
2202 "installation_mode": "force_installed",
2203 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2205 "https-everywhere@eff.org": {
2206 "installation_mode": "allowed",
2210 #### Windows (Intune)
2213 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2218 <data id="ExtensionSettings" value='
2220 "blocked_install_message": "Custom error message.",
2221 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2222 "installation_mode": "blocked",
2223 "allowed_types": ["extension"]
2225 "uBlock0@raymondhill.net": {
2226 "installation_mode": "force_installed",
2227 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2229 "https-everywhere@eff.org": {
2230 "installation_mode": "allowed",
2236 <key>ExtensionSettings</key>
2240 <key>blocked_install_message</key>
2241 <string>Custom error message.</string>
2242 <key>install_sources</key>
2244 <string>about:addons</string>
2245 <string>https://addons.mozilla.org/</string>
2247 <key>installation_mode</key>
2248 <string>blocked</string>
2249 <key>allowed_types</key>
2251 <string>extension</string>
2254 <key>uBlock0@raymondhill.net</key>
2256 <key>installation_mode</key>
2257 <string>force_installed</string>
2258 <key>install_url</key>
2259 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2261 <key>https-everywhere@eff.org</key>
2263 <key>installation_mode</key>
2264 <string>allowed</string>
2273 "ExtensionSettings": {
2275 "blocked_install_message": "Custom error message.",
2276 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2277 "installation_mode": "blocked",
2278 "allowed_types": ["extension"]
2280 "uBlock0@raymondhill.net": {
2281 "installation_mode": "force_installed",
2282 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2284 "https-everywhere@eff.org": {
2285 "installation_mode": "allowed"
2292 Control extension updates.
2294 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2295 **CCK2 Equivalent:** N/A\
2296 **Preferences Affected:** `extensions.update.enabled`
2300 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2302 #### Windows (Intune)
2305 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ExtensionUpdate
2309 <enabled/> or <disabled/>
2314 <key>ExtensionUpdate</key>
2322 "ExtensionUpdate": true | false
2327 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2329 `Allow` is a list of origins where Flash are allowed.
2331 `Block` is a list of origins where Flash is not allowed.
2333 `Default` determines whether or not Flash is allowed by default.
2335 `Locked` prevents the user from changing Flash preferences.
2337 **Compatibility:** Firefox 60, Firefox ESR 60\
2338 **CCK2 Equivalent:** `permissions.plugin`\
2339 **Preferences Affected:** `plugin.state.flash`
2343 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2344 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2345 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2346 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2348 #### Windows (Intune)
2351 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2356 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2360 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2364 <enabled/> or <disabled/>
2368 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2372 <enabled/> or <disabled/>
2377 <key>FlashPlugin</key>
2381 <string>http://example.org</string>
2385 <string>http://example.edu</string>
2399 "Allow": ["http://example.org/"],
2400 "Block": ["http://example.edu/"],
2401 "Default": true | false,
2402 "Locked": true | false
2411 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2413 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2415 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.
2417 | Name | Description |
2419 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2420 | `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.
2421 | `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.
2422 | `name` | The display name of the handler (might not be used).
2423 | `path`| The native path to the executable to be used.
2424 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2426 **Compatibility:** Firefox 78, Firefox ESR 78\
2427 **CCK2 Equivalent:** N/A\
2428 **Preferences Affected:** N/A
2432 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2435 "application/msword": {
2436 "action": "useSystemDefault",
2442 "action": "useHelperApp",
2443 "ask": true | false,
2446 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2452 "action": "useHelperApp",
2453 "ask": true | false,
2455 "name": "Adobe Acrobat",
2456 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2462 #### Windows (Intune)
2465 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2470 <data id="Handlers" value='
2473 "application/msword": {
2474 "action": "useSystemDefault",
2480 "action": "useHelperApp",
2481 "ask": true | false,
2484 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2490 "action": "useHelperApp",
2491 "ask": true | false,
2493 "name": "Adobe Acrobat",
2494 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2506 <key>mimeTypes</key>
2508 <key>application/msword</key>
2511 <string>useSystemDefault</string>
2521 <string>useHelperApp</string>
2528 <string>Gmail</string>
2529 <key>uriTemplate</key>
2530 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2535 <key>extensions</key>
2540 <string>useHelperApp</string>
2547 <string>Adobe Acrobat</string>
2549 <string>/System/Applications/Preview.app</string>
2561 "application/msword": {
2562 "action": "useSystemDefault",
2568 "action": "useHelperApp",
2569 "ask": true | false,
2572 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2578 "action": "useHelperApp",
2579 "ask": true | false,
2581 "name": "Adobe Acrobat",
2582 "path": "/usr/bin/acroread"
2589 Customize the Firefox Home page.
2591 **Compatibility:** Firefox 68, Firefox ESR 68\
2592 **CCK2 Equivalent:** N/A\
2593 **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`
2597 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2598 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2599 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2600 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2601 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2602 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2604 #### Windows (Intune)
2607 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2612 <data id="FirefoxHome_Search" value="true | false"/>
2613 <data id="FirefoxHome_TopSites" value="true | false"/>
2614 <data id="FirefoxHome_Highlights" value="true | false"/>
2615 <data id="FirefoxHome_Pocket" value="true | false"/>
2616 <data id="FirefoxHome_Snippets" value="true | false"/>
2617 <data id="FirefoxHome_Locked" value="true | false"/>
2622 <key>FirefoxHome</key>
2628 <key>Highlights</key>
2644 "Search": true | false,
2645 "TopSites": true | false,
2646 "Highlights": true | false,
2647 "Pocket": true | false,
2648 "Snippets": true | false,
2649 "Locked": true | false
2654 ### HardwareAcceleration
2655 Control hardware acceleration.
2657 **Compatibility:** Firefox 60, Firefox ESR 60\
2658 **CCK2 Equivalent:** N/A\
2659 **Preferences Affected:** `layers.acceleration.disabled`
2663 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
2665 #### Windows (Intune)
2668 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
2672 <enabled/> or <disabled/>
2677 <key>HardwareAcceleration</key>
2685 "HardwareAcceleration": true | false
2690 Configure the default homepage and how Firefox starts.
2692 `URL` is the default homepage.
2694 `Locked` prevents the user from changing homepage preferences.
2696 `Additional` allows for more than one homepage.
2698 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
2700 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.
2702 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
2703 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
2704 **Preferences Affected:** `browser.startup.homepage`,`browser.startup.page`
2708 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
2709 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
2710 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
2711 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
2712 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
2714 #### Windows (Intune)
2717 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
2723 <data id="HomepageURL" value="https://example.com"/>
2724 <data id="HomepageLocked" value="true | false"/>
2728 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
2734 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
2738 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
2744 <data id="StartPage" value="none | homepage | previous-session"/>
2752 <string>http://example.com</string>
2755 <key>Additional</key>
2757 <string>http://example.org</string>
2758 <string>http://example.edu</string>
2760 <key>StartPage</key>
2761 <string>none | homepage | previous-session | homepage-locked</string>
2770 "URL": "http://example.com/",
2771 "Locked": true | false,
2772 "Additional": ["http://example.org/",
2773 "http://example.edu/"],
2774 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
2779 ### InstallAddonsPermission
2780 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.
2782 `Allow` is a list of origins where extension installs are allowed.
2784 `Default` determines whether or not extension installs are allowed by default.
2786 **Compatibility:** Firefox 60, Firefox ESR 60\
2787 **CCK2 Equivalent:** `permissions.install`\
2788 **Preferences Affected:** `xpinstall.enabled`
2792 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
2793 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
2794 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
2796 #### Windows (Intune)
2799 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
2804 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2808 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
2817 <key>InstallAddonsPermission</key>
2821 <string>http://example.org</string>
2822 <string>http://example.edu</string>
2833 "InstallAddonsPermission": {
2834 "Allow": ["http://example.org/",
2835 "http://example.edu/"],
2836 "Default": true | false
2842 Disable the feature enforcing a separate profile for each installation.
2844 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.
2846 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
2848 This policy only work on Windows via GPO (not policies.json).
2850 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
2851 **CCK2 Equivalent:** N/A\
2852 **Preferences Affected:** N/A
2856 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
2858 #### Windows (Intune)
2861 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
2865 <enabled/> or <disabled/>
2868 Enable linking to local files by origin.
2870 **Compatibility:** Firefox 68, Firefox ESR 68\
2871 **CCK2 Equivalent:** N/A\
2872 **Preferences Affected:** `capability.policy.localfilelinks.*`
2876 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
2877 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
2879 #### Windows (Intune)
2882 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
2887 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
2892 <key>LocalFileLinks</key>
2894 <string>http://example.org</string>
2895 <string>http://example.edu</string>
2903 "LocalFileLinks": ["http://example.org/",
2904 "http://example.edu/"]
2909 Require or prevent using a master password.
2911 If this value is true, a master password is required. If this values is false, it works the same as `DisableMasterPasswordCreation` and removes the master password functionality.
2913 **Compatibility:** Firefox 78, Firefox ESR 78\
2914 **CCK2 Equivalent:** `noMasterPassword`\
2915 **Preferences Affected:** N/A
2919 Software\Policies\Mozilla\Firefox\MasterPassword = 0x1 | 0x0
2921 #### Windows (Intune)
2924 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/MasterPassword
2928 <enabled/> or <disabled/>
2933 <key>MasterPassword</key>
2941 "MasterPassword": true | false
2945 ### NetworkPrediction
2946 Enable or disable network prediction (DNS prefetching).
2948 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2949 **CCK2 Equivalent:** N/A\
2950 **Preferences Affected:** `network.dns.disablePrefetch`,`network.dns.disablePrefetchFromHTTPS`
2954 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
2956 #### Windows (Intune)
2959 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
2963 <enabled/> or <disabled/>
2968 <key>NetworkPrediction</key>
2976 "NetworkPrediction": true | false
2980 Enable or disable the New Tab page.
2982 **Compatibility:** Firefox 68, Firefox ESR 68\
2983 **CCK2 Equivalent:** N/A\
2984 **Preferences Affected:** `browser.newtabpage.enabled`
2988 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
2990 #### Windows (Intune)
2993 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
2997 <enabled/> or <disabled/>
3002 <key>NewTabPage</key>
3010 "NewTabPage": true | false
3013 ### NoDefaultBookmarks
3014 Disable the creation of default bookmarks.
3016 This policy is only effective if the user profile has not been created yet.
3018 **Compatibility:** Firefox 60, Firefox ESR 60\
3019 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3020 **Preferences Affected:** N/A
3024 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3026 #### Windows (Intune)
3029 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3033 <enabled/> or <disabled/>
3038 <key>NoDefaultBookmarks</key>
3046 "NoDefaultBookmarks": true | false
3050 ### OfferToSaveLogins
3051 Control whether or not Firefox offers to save passwords.
3053 **Compatibility:** Firefox 60, Firefox ESR 60\
3054 **CCK2 Equivalent:** `dontRememberPasswords`\
3055 **Preferences Affected:** `signon.rememberSignons`
3059 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3061 #### Windows (Intune)
3064 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3068 <enabled/> or <disabled/>
3073 <key>OfferToSaveLogins</key>
3081 "OfferToSaveLogins": true | false
3085 ### OfferToSaveLoginsDefault
3086 Sets the default value of signon.rememberSignons without locking it.
3088 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3089 **CCK2 Equivalent:** `dontRememberPasswords`\
3090 **Preferences Affected:** `signon.rememberSignons`
3094 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3096 #### Windows (Intune)
3099 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3103 <enabled/> or <disabled/>
3108 <key>OfferToSaveLoginsDefault</key>
3116 "OfferToSaveLoginsDefault": true | false
3120 ### OverrideFirstRunPage
3121 Override the first run page. If the value is blank, no first run page is displayed.
3123 **Compatibility:** Firefox 60, Firefox ESR 60\
3124 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3125 **Preferences Affected:** `startup.homepage_welcome_url`
3129 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3131 #### Windows (Intune)
3134 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3139 <data id="OverridePage" value="https://example.com"/>
3144 <key>OverrideFirstRunPage</key>
3145 <string>http://example.org</string>
3152 "OverrideFirstRunPage": "http://example.org"
3155 ### OverridePostUpdatePage
3156 Override the upgrade page. If the value is blank, no upgrade page is displayed.
3158 **Compatibility:** Firefox 60, Firefox ESR 60\
3159 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3160 **Preferences Affected:** `startup.homepage_override_url`
3164 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3166 #### Windows (Intune)
3169 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3174 <data id="OverridePage" value="https://example.com"/>
3179 <key>OverridePostUpdatePage</key>
3180 <string>http://example.org</string>
3187 "OverridePostUpdatePage": "http://example.org"
3190 ### PasswordManagerEnabled
3191 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3193 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3194 **CCK2 Equivalent:** N/A\
3195 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3199 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3201 #### Windows (Intune)
3204 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3208 <enabled/> or <disabled/>
3213 <key>PasswordManagerEnabled</key>
3221 "PasswordManagerEnabled": true | false
3226 Disable or configure PDF.js, the built-in PDF viewer.
3228 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3230 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3232 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.
3234 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3235 **CCK2 Equivalent:** N/A\
3236 **Preferences Affected:** `pdfjs.diabled`,`pdfjs.enablePermissions`
3240 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3241 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3243 #### Windows (Intune)
3246 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3247 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3251 <enabled/>or <disabled/>
3260 <key><EnablePermissions</key>
3270 "Enabled": true | false,
3271 "EnablePermissions": true | false
3276 Set permissions associated with camera, microphone, location, notifications, and autoplay. Because these are origins, not domains, entries with unique ports must be specified separately. See examples below.
3278 `Allow` is a list of origins where the feature is allowed.
3280 `Block` is a list of origins where the feature is not allowed.
3282 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3284 `Locked` prevents the user from changing preferences for the feature.
3286 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3288 **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)\
3289 **CCK2 Equivalent:** N/A\
3290 **Preferences Affected:** `permissions.default.camera`,`permissions.default.microphone`,`permissions.default.geo`,`permissions.default.desktop-notification`,`media.autoplay.default`
3294 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3295 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3296 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3297 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3298 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3299 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3300 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3301 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3302 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3303 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3304 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3305 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3306 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3307 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3308 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3309 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3310 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3311 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3312 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3313 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3314 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3316 #### Windows (Intune)
3319 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3323 <enabled/> or <disabled/>
3327 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3331 <enabled/> or <disabled/>
3335 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3340 <data id="Permissions" value="1https://example.org"/>
3344 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3348 <enabled/> or <disabled/>
3352 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3356 <enabled/> or <disabled/>
3360 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3365 <data id="Permissions" value="1https://example.org"/>
3369 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3374 <data id="Permissions" value="1https://example.edu"/>
3378 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3383 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3387 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3391 <enabled/> or <disabled/>
3396 <key>Permissions</key>
3402 <string>https://example.org</string>
3403 <string>https://example.org:1234</string>
3407 <string>https://example.edu</string>
3409 <key>BlockNewRequests</key>
3414 <key>Microphone</key>
3418 <string>https://example.org</string>
3422 <string>https://example.edu</string>
3424 <key>BlockNewRequests</key>
3433 <string>https://example.org</string>
3437 <string>https://example.edu</string>
3439 <key>BlockNewRequests</key>
3444 <key>Notifications</key>
3448 <string>https://example.org</string>
3452 <string>https://example.edu</string>
3454 <key>BlockNewRequests</key>
3463 <string>https://example.org</string>
3467 <string>https://example.edu</string>
3470 <string>allow-audio-video | block-audio | block-audio-video</string>
3483 "Allow": ["https://example.org","https://example.org:1234"],
3484 "Block": ["https://example.edu"],
3485 "BlockNewRequests": true | false,
3486 "Locked": true | false
3489 "Allow": ["https://example.org"],
3490 "Block": ["https://example.edu"],
3491 "BlockNewRequests": true | false,
3492 "Locked": true | false
3495 "Allow": ["https://example.org"],
3496 "Block": ["https://example.edu"],
3497 "BlockNewRequests": true | false,
3498 "Locked": true | false
3501 "Allow": ["https://example.org"],
3502 "Block": ["https://example.edu"],
3503 "BlockNewRequests": true | false,
3504 "Locked": true | false
3507 "Allow": ["https://example.org"],
3508 "Block": ["https://example.edu"],
3509 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
3510 "Locked": true | false
3516 ### PictureInPicture
3518 Enable or disable Picture-in-Picture.
3520 **Compatibility:** Firefox 78, Firefox ESR 78\
3521 **CCK2 Equivalent:** N/A\
3522 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
3526 Software\Policies\Mozilla\Firefox\PictureInPicture = 0x1 | 0x0
3528 #### Windows (Intune)
3531 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PictureInPicture
3535 <enabled/> or <disabled/>
3540 <key>PictureInPicture</key>
3548 "PictureInPicture": true | false
3553 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
3555 `Allow` is a list of origins where popup-windows are allowed.
3557 `Default` determines whether or not pop-up windows are allowed by default.
3559 `Locked` prevents the user from changing pop-up preferences.
3561 **Compatibility:** Firefox 60, Firefox ESR 60\
3562 **CCK2 Equivalent:** `permissions.popup`\
3563 **Preferences Affected:** `dom.disable_open_during_load`
3567 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
3568 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
3569 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
3570 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
3572 #### Windows (Intune)
3575 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
3580 <data id="Permissions" value="1https://example.org2https://example.edu"/>
3584 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
3588 <enabled/> or <disabled/>
3592 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
3596 <enabled/> or <disabled/>
3601 <key>PopupBlocking</key>
3605 <string>http://example.org</string>
3606 <string>http://example.edu</string>
3620 "Allow": ["http://example.org/",
3621 "http://example.edu/"],
3622 "Default": true | false,
3623 "Locked": true | false
3629 Set and lock certain preferences.
3631 **Compatibility:** See below\
3632 **CCK2 Equivalent:** `preferences`\
3633 **Preferences Affected:** See below
3635 | Preference | Type | Compatibility | Default
3636 | --- | --- | --- | ---
3637 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
3638 | If set to 1, platform accessibility is disabled.
3639 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
3640 | If false, Firefox doesn't automatically install update.
3641 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
3642 | If true, bookmarks are exported on shutdown.
3643 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
3644 | If set, the name of the file where bookmarks are exported and imported.
3645 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
3646 | If true, bookmarks are restored to their defaults.
3647 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
3648 | If false, don't store cache on the hard drive.
3649 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
3650 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
3651 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
3652 | If true, single words are sent to DNS, not directly to search.
3653 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
3654 | If set, a list of URLs to use as the default top sites on the new tab page.
3655 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
3656 | If true, bookmarks are always imported on startup.
3657 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3658 | If false, phishing protection is not enabled (Not recommended)
3659 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3660 | If false, malware protection is not enabled (Not recommended)
3661 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
3662 | If false, updates for search engines are not checked.
3663 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
3664 | If true, a notification isn't shown if startup is slow.
3665 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
3666 | If false, there is no warning when the browser is closed.
3667 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
3668 | If true, tab previews are shown in the Windows taskbar.
3669 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
3670 | If false, bookmarks aren't suggested when typing in the URL bar.
3671 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
3672 | If false, history isn't suggested when typing in the URL bar.
3673 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
3674 | If false, open tabs aren't suggested when typing in the URL bar.
3675 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
3676 | If true, don't show the privacy policy tab on first run.
3677 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
3678 | If false, web page can close windows.
3679 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
3680 | If false, web pages can focus and activate windows.
3681 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
3682 | If true, web pages can't move or resize windows.
3683 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3684 | If false, web pages can't override context menus.
3685 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
3686 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
3687 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
3688 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
3689 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
3690 | If false, XMLDocument.load is not available.
3691 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
3692 | If false, XMLDocument.async is not available.
3693 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3694 | If false, the extensions blocklist is not used (Not recommended)
3695 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
3696 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
3697 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
3698 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
3699 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
3700 | If false, the geolocation API is disabled. | Language dependent
3701 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
3702 | If set, preferred language for web pages.
3703 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
3704 | If false, Encrypted Media Extensions are not enabled.
3705 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3706 | If false, the OpenH264 plugin is not downloaded.
3707 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3708 | If false, the Widevine plugin is not downloaded.
3709 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
3710 | If false, WebRTC is disabled
3711 | media.peerconnection.ice.obfuscate_host_addresses.whitelist | string | Firefox 72, Firefox ESR 68.4 | N/A
3712 | If set, a list of domains for which mDNS hostname obfuscation is
3714 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
3715 | If true, IPv6 DNS lokoups are disabled.
3716 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
3717 | If true, display the punycode version of internationalized domain names.
3718 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3719 | If false, history is not enabled.
3720 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
3721 | If false, print settings are not saved between jobs.
3722 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
3723 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
3724 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
3725 | If false, mixed active content (HTTP and HTTPS) is not blocked.
3726 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
3727 | If true, client certificates are loaded from the operating system certificate store.
3728 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
3729 | If false, SSL errors cannot be sent to Mozilla.
3730 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
3731 | If false, the TLS 1.3 downgrade check is disabled.
3732 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
3733 | If false, the Alt key doesn't show the menubar on Windows.
3734 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
3735 | If set, overrides the GTK theme for widgets.
3738 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
3739 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
3741 #### Windows (Intune)
3742 OMA-URI: (periods are replaced by underscores)
3744 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
3748 <enabled/> or <disabled/>
3753 <key>Preferences</key>
3755 <key>boolean_preference_name</key>
3757 <key>string_preference_name</key>
3758 <string>string_value</string>
3767 "boolean_preference_name": true | false,
3768 "string_preference_name": "string_value"
3773 ### PromptForDownloadLocation
3774 Ask where to save each file before downloading.
3776 **Compatibility:** Firefox 68, Firefox ESR 68\
3777 **CCK2 Equivalent:** N/A\
3778 **Preferences Affected:** `browser.download.useDownloadDir`
3782 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
3784 #### Windows (Intune)
3787 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
3791 <enabled/> or <disabled/>
3796 <key>PromptForDownloadLocation</key>
3804 "PromptForDownloadLocation": true | false
3809 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
3810 To specify ports, append them to the hostnames with a colon (:).
3812 `Mode` is the proxy method being used.
3814 `Locked` is whether or not proxy settings can be changed.
3816 `HTTPProxy` is the HTTP proxy server.
3818 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
3820 `SSLProxy` is the SSL proxy server.
3822 `FTPProxy` is the FTP proxy server.
3824 `SOCKSProxy` is the SOCKS proxy server
3826 `SOCKSVersion` is the SOCKS version (4 or 5)
3828 `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.
3830 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
3832 `AutoLogin` means do not prompt for authentication if password is saved.
3834 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
3836 **Compatibility:** Firefox 60, Firefox ESR 60\
3837 **CCK2 Equivalent:** `networkProxy*`\
3838 **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`
3842 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none", "system", "manual", "autoDetect", "autoConfig"
3843 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
3844 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
3845 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
3846 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
3847 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
3848 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
3849 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
3850 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
3851 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
3852 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
3853 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
3855 #### Windows (Intune)
3858 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
3863 <data id="ProxyLocked" value="true | false"/>
3864 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
3865 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
3866 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
3867 <data id="SSLProxy" value="https://sslproxy.example.com"/>
3868 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
3869 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
3870 <data id="SOCKSVersion" value="4 | 5"/>
3871 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
3872 <data id="Passthrough" value="<local>"/>
3873 <data id="AutoLogin" value="true | false"/>
3874 <data id="UseProxyForDNS" value="true | false"/>
3882 <string>none | system | manual | autoDetect | autoConfig</string>
3885 <key>HTTPProxy</key>
3886 <string>https://httpproxy.example.com</string>
3887 <key>UseHTTPProxyForAllProtocols</key>
3890 <string>https://sslproxy.example.com</string>
3892 <string>https://ftpproxy.example.com</string>
3893 <key>SOCKSProxy</key>
3894 <string>https://socksproxy.example.com</string>
3895 <key>SOCKSVersion</key>
3896 <string>4 | 5</string>
3897 <key>Passthrough</key>
3898 <string><local>></string>
3899 <key>AutoConfigURL</key>
3900 <string>URL_TO_AUTOCONFIG</string>
3901 <key>AutoLogin</key>
3903 <key>UseProxyForDNS</key>
3913 "Mode": "none", "system", "manual", "autoDetect", "autoConfig",
3914 "Locked": true | false,
3915 "HTTPProxy": "hostname",
3916 "UseHTTPProxyForAllProtocols": true | false,
3917 "SSLProxy": "hostname",
3918 "FTPProxy": "hostname",
3919 "SOCKSProxy": "hostname",
3920 "SOCKSVersion": 4 | 5
3921 "Passthrough": "<local>",
3922 "AutoConfigURL": "URL_TO_AUTOCONFIG",
3923 "AutoLogin": true | false,
3924 "UseProxyForDNS": true | false
3929 ### RequestedLocales
3930 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
3932 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
3934 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
3935 **CCK2 Equivalent:** N/A\
3936 **Preferences Affected:** N/A
3939 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
3940 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
3944 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
3946 #### Windows (Intune)
3949 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
3954 <data id="Preferences_String" value="de,en-US"/>
3959 <key>RequestedLocales</key>
3962 <string>en-US</string>
3969 <key>RequestedLocales</key>
3970 <string>de,en-US</string>
3978 "RequestedLocales": ["de", "en-US"]
3986 "RequestedLocales": "de,en-US"
3990 <a name="SanitizeOnShutdown"></a>
3992 ### SanitizeOnShutdown (Selective)
3993 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
3995 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.
3997 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
3998 **CCK2 Equivalent:** N/A\
3999 **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`
4002 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4003 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4004 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4005 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4006 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4007 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4008 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4009 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4010 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4012 #### Windows (Intune)
4015 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4019 <enabled/> or <disabled/>
4024 <key>SanitizeOnShutdown</key>
4030 <key>Downloads</key>
4038 <key>SiteSettings</key>
4040 <key>OfflineApps</key>
4051 "SanitizeOnShutdown": {
4052 "Cache": true | false,
4053 "Cookies": true | false,
4054 "Downloads": true | false,
4055 "FormData": true | false,
4056 "History": true | false,
4057 "Sessions": true | false,
4058 "SiteSettings": true | false,
4059 "OfflineApps": true | false,
4060 "Locked": true | false
4065 ### SanitizeOnShutdown (All)
4066 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4068 **Compatibility:** Firefox 60, Firefox ESR 60\
4069 **CCK2 Equivalent:** N/A\
4070 **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`
4073 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4075 #### Windows (Intune)
4078 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4082 <enabled/> or <disabled/>
4087 <key>SanitizeOnShutdown</key>
4095 "SanitizeOnShutdown": true | false
4100 Set whether or not search bar is displayed.
4102 **Compatibility:** Firefox 60, Firefox ESR 60\
4103 **CCK2 Equivalent:** `showSearchBar`\
4104 **Preferences Affected:** N/A
4108 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
4111 #### Windows (Intune)
4114 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
4119 <data id="Permissions" value="unified | separate"/>
4124 <key>SearchBar</key>
4125 <string>unified | separate</string>
4132 "SearchBar": "unified" | "separate"
4136 <a name="SearchEngines"></a>
4138 ### SearchEngines (This policy is only available on the ESR.)
4140 ### SearchEngines | Default
4142 Set the default search engine. This policy is only available on the ESR.
4144 **Compatibility:** Firefox ESR 60\
4145 **CCK2 Equivalent:** `defaultSearchEngine`\
4146 **Preferences Affected:** N/A
4150 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
4152 #### Windows (Intune)
4155 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
4160 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
4165 <key>SearchEngines</key>
4168 <string>NAME_OF_SEARCH_ENGINE</string>
4177 "Default": "NAME_OF_SEARCH_ENGINE"
4182 ### SearchEngines | PreventInstalls
4184 Prevent installing search engines from webpages.
4186 **Compatibility:** Firefox ESR 60\
4187 **CCK2 Equivalent:** `disableSearchEngineInstall`\
4188 **Preferences Affected:** N/A
4192 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
4194 #### Windows (Intune)
4197 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
4201 <enabled/> or <disabled/>
4206 <key>SearchEngines</key>
4208 <key>PreventInstalls</key>
4218 "PreventInstalls": true | false
4223 ### SearchEngines | Remove
4225 Hide built-in search engines. This policy is only available on the ESR.
4227 **Compatibility:** Firefox ESR 60.2\
4228 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
4229 **Preferences Affected:** N/A
4233 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
4235 #### Windows (Intune)
4238 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
4243 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
4248 <key>SearchEngines</key>
4252 <string>NAME_OF_SEARCH_ENGINE</string>
4262 "Remove": ["NAME_OF_SEARCH_ENGINE"]
4267 ### SearchEngines | Add
4269 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
4271 `Name` is the name of the search engine.
4273 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
4275 `Method` is either GET or POST
4277 `IconURL` is a URL for the icon to use.
4279 `Alias` is a keyword to use for the engine.
4281 `Description` is a description of the search engine.
4283 `PostData` is the POST data as name value pairs separated by &.
4285 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
4287 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68)\
4288 **CCK2 Equivalent:** `searchplugins`\
4289 **Preferences Affected:** N/A
4293 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
4294 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
4295 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
4296 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
4297 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
4298 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
4299 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
4300 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
4302 #### Windows (Intune)
4305 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
4310 <data id="SearchEngine_Name" value="Example1"/>
4311 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
4312 <data id="SearchEngine_Method" value="GET | POST"/>
4313 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
4314 <data id="SearchEngine_Alias" value="example"/>
4315 <data id="SearchEngine_Description" value="Example Description"/>
4316 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
4317 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
4322 <key>SearchEngines</key>
4328 <string>Example1</string>
4329 <key>URLTemplate</key>
4330 <string>https://www.example.org/q={searchTerms}</string>
4332 <string>GET | POST </string>
4334 <string>https://www.example.org/favicon.ico</string>
4336 <string>example</string>
4337 <key>Description</key>
4338 <string>Example Description</string>
4339 <key>SuggestURLTemplate</key>
4340 <string>https://www.example.org/suggestions/q={searchTerms}</string>
4342 <string>name=value&q={searchTerms}</string>
4356 "URLTemplate": "https://www.example.org/q={searchTerms}",
4357 "Method": "GET" | "POST",
4358 "IconURL": "https://www.example.org/favicon.ico",
4360 "Description": "Description",
4361 "PostData": "name=value&q={searchTerms}",
4362 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
4369 ### SearchSuggestEnabled
4371 Enable search suggestions.
4373 **Compatibility:** Firefox 68, Firefox ESR 68\
4374 **CCK2 Equivalent:** N/A\
4375 **Preferences Affected:** `browser.urlbar.suggest.searches`,`browser.search.suggest.enabled`
4379 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
4381 #### Windows (Intune)
4384 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchSuggestEnabled
4388 <enabled/> or <disabled/>
4393 <key>SearchSuggestEnabled</key>
4401 "SearchSuggestEnabled": true | false
4407 Install PKCS #11 modules.
4409 **Compatibility:** Firefox 64, Firefox ESR 60.4\
4410 **CCK2 Equivalent:** `certs.devices`\
4411 **Preferences Affected:** N/A
4415 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
4417 #### Windows (Intune)
4420 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
4425 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
4430 <key>SecurityDevices</key>
4432 <key>NAME_OF_DEVICE</key>
4433 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
4442 "SecurityDevices": {
4443 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
4450 Set and lock the maximum version of TLS.
4452 **Compatibility:** Firefox 66, Firefox ESR 60.6\
4453 **CCK2 Equivalent:** N/A\
4454 **Preferences Affected:** `security.tls.version.max`
4458 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4460 #### Windows (Intune)
4463 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
4468 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
4473 <key>SSLVersionMax</key>
4474 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
4482 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4488 Set and lock the minimum version of TLS.
4490 **Compatibility:** Firefox 66, Firefox ESR 60.6\
4491 **CCK2 Equivalent:** N/A\
4492 **Preferences Affected:** `security.tls.version.min`
4496 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4498 #### Windows (Intune)
4501 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
4506 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
4511 <key>SSLVersionMin</key>
4512 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
4520 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
4525 Add a menuitem to the help menu for specifying support information.
4527 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
4528 **CCK2 Equivalent:** helpMenu\
4529 **Preferences Affected:** N/A
4533 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
4534 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
4535 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
4537 #### Windows (Intune)
4540 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
4545 <data id="SupportMenuTitle" value="Support Menu"/>
4546 <data id="SupportMenuURL" value="http://example.com/support"/>
4547 <data id="SupportMenuAccessKey" value="S">
4552 <key>SupportMenu</key>
4555 <string>SupportMenu</string>
4557 <string>http://example.com/support</string>
4558 <key>AccessKey</key>
4568 "Title": "Support Menu",
4569 "URL": "http://example.com/support",
4577 Prevent installing search engines from webpages.
4579 `WhatsNew` Remove the "What's New" icon and menuitem. (Firefox 75 only)
4581 `ExtensionRecommendations` Don't recommend extensions.
4583 `FeatureRecommendations` Don't recommend browser features.
4585 `UrlbarInterventions` Don't offer Firefox specific suggestions in the URL bar. (Firefox 75 only)
4587 **Compatibility:** Firefox 75, Firefox ESR 68.7\
4588 **CCK2 Equivalent:** N/A\
4589 **Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
4593 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
4594 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
4595 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
4596 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
4598 #### Windows (Intune)
4601 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_WhatsNew
4602 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_ExtensionRecommendations
4603 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_FeatureRecommendations
4604 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_UrlbarInterventions
4608 <enabled/> or <disabled/>
4613 <key>UserMessaging</key>
4617 <key>ExtensionRecommendations</key>
4619 <key>FeatureRecommendations</key>
4621 <key>UrlbarInterventions</key>
4631 "WhatsNew": true | false,
4632 "ExtensionRecommendations": true | false,
4633 "FeatureRecommendations": true | false,
4634 "UrlbarInterventions": true | false
4640 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.
4642 **Compatibility:** Firefox 60, Firefox ESR 60\
4643 **CCK2 Equivalent:** N/A\
4644 **Preferences Affected:** N/A
4648 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
4649 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
4651 #### Windows (Intune)
4654 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
4659 <data id="WebsiteFilter" value="1<all_urls>"/>
4663 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
4668 <data id="WebsiteFilter" value="1http://example.org/*"/>
4673 <key>WebsiteFilter</key>
4677 <string><all_urls></string>
4679 <key>Exceptions</key>
4681 <string>http://example.org/*</string>
4692 "Block": ["<all_urls>"],
4693 "Exceptions": ["http://example.org/*"]