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 | **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed.
10 | **[`AllowedDomainsForApps`](#alloweddomainsforapps)** | Define domains allowed to access Google Workspace.
11 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
12 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
13 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
14 | **[`BackgroundAppUpdate`](#backgroundappupdate)** | Enable or disable the background updater (Windows only).
15 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
16 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
17 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
18 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
19 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
20 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
21 | **[`Certificates`](#certificates)** |
22 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
23 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
24 | **[`Cookies`](#cookies)** | Configure cookie preferences.
25 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
26 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
27 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
28 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
29 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
30 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
31 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
32 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
33 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
34 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
35 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
36 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
37 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
38 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
39 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
40 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
41 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
42 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
43 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
44 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
45 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update.
46 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
47 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
48 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
49 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
50 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
51 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
52 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
53 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
54 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
55 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
56 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
57 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
58 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
59 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
60 | **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
61 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
62 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
63 | **[`Handlers`](#handlers)** | Configure default application handlers.
64 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
65 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
66 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
67 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
68 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
69 | **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates..
70 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
71 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
72 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
73 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
74 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
75 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
76 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
77 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
78 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
79 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
80 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
81 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
82 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
83 | **[`Preferences`](#preferences)** | Set and lock preferences.
84 | **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
85 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
86 | **[`Proxy`](#proxy)** | Configure proxy settings.
87 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
88 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
89 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
90 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
91 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
92 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
93 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
94 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
95 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
96 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
97 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
98 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
99 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
100 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
101 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
102 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
103 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
107 Allow WebExtensions to configure policy. For more information, see [Adding policy support to your extension](https://extensionworkshop.com/documentation/enterprise/adding-policy-support-to-your-extension/).
111 Enable or disable **automatic** application update.
113 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
115 If set to false, application updates are downloaded but the user can choose when to install the update.
117 If you have disabled updates via DisableAppUpdate, this policy has no effect.
119 **Compatibility:** Firefox 75, Firefox ESR 68.7\
120 **CCK2 Equivalent:** N/A\
121 **Preferences Affected:** app.update.auto
125 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
127 #### Windows (Intune)
130 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
134 <enabled/> or <disabled/>
139 <key>AppAutoUpdate</key>
147 "AppAutoUpdate": true | false
151 ### AllowedDomainsForApps
153 Define domains allowed to access Google Workspace.
155 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
157 If this policy is enabled, users can only access Google Workspace using accounts from the specified domains. If you want to allow Gmail, you can add ```consumer_accounts``` to the list.
159 **Compatibility:** Firefox 89, Firefox ESR 78.11\
160 **CCK2 Equivalent:** N/A\
161 **Preferences Affected:** N/A
165 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
167 #### Windows (Intune)
170 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
175 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
180 <key>AllowedDomainsForApps</key>
181 <string>managedfirefox.com,example.com</string>
188 "AllowedDomainsForApps": "managedfirefox.com,example.com"
194 Change the URL for application update if you are providing Firefox updates from a custom update server.
196 **Compatibility:** Firefox 62, Firefox ESR 60.2\
197 **CCK2 Equivalent:** N/A\
198 **Preferences Affected:** `app.update.url`
202 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
204 #### Windows (Intune)
207 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
212 <data id="AppUpdateURL" value="https://yoursite.com"/>
217 <key>AppUpdateURL</key>
218 <string>https://yoursite.com</string>
225 "AppUpdateURL": "https://yoursite.com"
231 Configure sites that support integrated authentication.
233 See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information.
235 `PrivateBrowsing` enables integrated authentication in private browsing.
237 **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)\
238 **CCK2 Equivalent:** N/A\
239 **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`
243 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
244 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
245 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
246 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
247 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
248 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
249 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
250 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
251 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
252 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
253 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
254 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
256 #### Windows (Intune)
259 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
264 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
268 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
273 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
277 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
282 <data id="Authentication" value="1mydomain2https://myotherdomain.com"/>
286 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
291 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
292 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
296 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
300 <enabled/> or <disabled/>
304 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
308 <enabled/> or <disabled/>
313 <key>Authentication</key>
317 <string>mydomain.com</string>
318 <string>https://myotherdomain.com</string>
322 <string>mydomain.com</string>
323 <string>https://myotherdomain.com</string>
327 <string>mydomain.com</string>
328 <string>https://myotherdomain.com</string>
330 <key>AllowNonFQDN</key>
337 <key>AllowProxies</key>
346 <key>PrivateBrowsing</key>
356 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
357 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
358 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
360 "SPNEGO": true | false,
364 "SPNEGO": true | false,
367 "Locked": true | false,
368 "PrivateBrowsing": true | false
373 ### BackgroundAppUpdate
375 Enable or disable **automatic** application update **in the background**, when the application is not running.
377 If set to true, application updates may be installed (without user approval) in the background, even when the application is not running. The operating system might still require approval.
379 If set to false, the application will not try to install updates when the application is not running.
381 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppUpdateAuto`, this policy has no effect.
383 **Compatibility:** Firefox 90 (Windows only)\
384 **CCK2 Equivalent:** N/A\
385 **Preferences Affected:** `app.update.background.enabled`
389 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
391 #### Windows (Intune)
394 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
398 <enabled/> or <disabled/>
403 <key>BackgroundAppUpdate</key>
411 "BackgroundAppUpdate": true | false
417 Block access to the Add-ons Manager (about:addons).
419 **Compatibility:** Firefox 60, Firefox ESR 60\
420 **CCK2 Equivalent:** `disableAddonsManager`\
421 **Preferences Affected:** N/A
425 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
427 #### Windows (Intune)
430 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
434 <enabled/> or <disabled/>
439 <key>BlockAboutAddons</key>
447 "BlockAboutAddons": true | false
453 Block access to about:config.
455 **Compatibility:** Firefox 60, Firefox ESR 60\
456 **CCK2 Equivalent:** `disableAboutConfig`\
457 **Preferences Affected:** N/A
461 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
463 #### Windows (Intune)
466 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
470 <enabled/> or <disabled/>
475 <key>BlockAboutConfig</key>
483 "BlockAboutConfig": true | false
487 ### BlockAboutProfiles
489 Block access to About Profiles (about:profiles).
491 **Compatibility:** Firefox 60, Firefox ESR 60\
492 **CCK2 Equivalent:** `disableAboutProfiles`\
493 **Preferences Affected:** N/A
497 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
499 #### Windows (Intune)
502 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
506 <enabled/> or <disabled/>
511 <key>BlockAboutProfiles</key>
519 "BlockAboutProfiles": true | false
523 ### BlockAboutSupport
525 Block access to Troubleshooting Information (about:support).
527 **Compatibility:** Firefox 60, Firefox ESR 60\
528 **CCK2 Equivalent:** `disableAboutSupport`\
529 **Preferences Affected:** N/A
533 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
535 #### Windows (Intune)
538 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
542 <enabled/> or <disabled/>
547 <key>BlockAboutSupport</key>
555 "BlockAboutSupport": true | false
561 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
563 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.
565 **Compatibility:** Firefox 60, Firefox ESR 60\
566 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
567 **Preferences Affected:** N/A
571 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
572 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
573 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
574 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
575 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
577 #### Windows (Intune)
580 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
585 <data id="BookmarkTitle" value="Example"/>
586 <data id="BookmarkURL" value="https://example.com"/>
587 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
588 <data id="BookmarkPlacement" value="toolbar | menu"/>
589 <data id="BookmarkFolder" value="FolderName"/>
598 <string>Example</string>
600 <string>https://example.com</string>
602 <string>https://example.com/favicon.ico</string>
604 <string>toolbar | menu</string>
606 <string>FolderName</string>
618 "URL": "https://example.com",
619 "Favicon": "https://example.com/favicon.ico",
620 "Placement": "toolbar" | "menu",
621 "Folder": "FolderName"
628 Enable or disable the detection of captive portals.
630 **Compatibility:** Firefox 67, Firefox ESR 60.7\
631 **CCK2 Equivalent:** N/A\
632 **Preferences Affected:** `network.captive-portal-service.enabled`
636 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
638 #### Windows (Intune)
641 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
645 <enabled/> or <disabled/>
650 <key>CaptivePortal</key>
658 "CaptivePortal": true | false
664 ### Certificates | ImportEnterpriseRoots
666 Trust certificates that have been added to the operating system certificate store by a user or administrator.
668 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
670 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
672 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
673 **CCK2 Equivalent:** N/A\
674 **Preferences Affected:** `security.enterprise_roots.enabled`
678 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
680 #### Windows (Intune)
683 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
687 <enabled/> or <disabled/>
692 <key>Certificates</key>
694 <key>ImportEnterpriseRoots</key>
704 "ImportEnterpriseRoots": true | false
709 ### Certificates | Install
711 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
714 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
715 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
717 - /Library/Application Support/Mozilla/Certificates
718 - ~/Library/Application Support/Mozilla/Certificates
720 - /usr/lib/mozilla/certificates
721 - /usr/lib64/mozilla/certificates
722 - ~/.mozilla/certificates
724 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.
726 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.
728 Certificates are installed using the trust string `CT,CT,`.
730 Binary (DER) and ASCII (PEM) certificates are both supported.
732 **Compatibility:** Firefox 64, Firefox ESR 64\
733 **CCK2 Equivalent:** `certs.ca`\
734 **Preferences Affected:** N/A
738 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
739 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
741 #### Windows (Intune)
744 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
749 <data id="Certificates_Install" value="1cert1.der2C:\Users\username\cert2.pem"/>
754 <key>Certificates</key>
758 <string>cert1.der</string>
759 <string>/Users/username/cert2.pem</string>
769 "Install": ["cert1.der", "/home/username/cert2.pem"]
775 Configure cookie preferences.
777 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
779 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
781 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
783 `Default` determines whether cookies are accepted at all.
785 `AcceptThirdParty` determines how third-party cookies are handled.
787 `ExpireAtSessionEnd` determines when cookies expire.
789 `RejectTracker` only rejects cookies for trackers.
791 `Locked` prevents the user from changing cookie preferences.
793 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker added in Firefox 63, AllowSession added in Firefox 79/78.1)\
794 **CCK2 Equivalent:** N/A\
795 **Preferences Affected:** `network.cookie.cookieBehavior`,`network.cookie.lifetimePolicy`
799 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
800 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
801 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
802 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
803 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" | "from-visited"
804 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
805 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
806 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
808 #### Windows (Intune)
811 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
816 <data id="Cookies_Allow" value="1https://example.com"/>
820 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
825 <data id="Cookies_Allow" value="1https://example.edu"/>
829 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
834 <data id="Cookies_Block" value="1https://example.org"/>
838 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Default
842 <enabled/> or <disabled/>
846 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AcceptThirdParty
851 <data id="Cookies_AcceptThirdParty" value="always | never | from-visited"/>
855 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_ExpireAtSessionEnd
859 <enabled/> or <disabled/>
863 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_RejectTracker
867 <enabled/> or <disabled/>
871 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
875 <enabled/> or <disabled/>
884 <string>http://example.com</string>
886 <key>AllowSession</key>
888 <string>http://example.edu</string>
892 <string>http://example.org</string>
896 <key>AcceptThirdParty</key>
897 <string>always | never | from-visited</string>
898 <key>ExpireAtSessionEnd</key>
900 <key>RejectTracker</key>
912 "Allow": ["http://example.org/"],
913 "AllowSession": ["http://example.edu/"],
914 "Block": ["http://example.edu/"],
915 "Default": true | false,
916 "AcceptThirdParty": "always" | "never" | "from-visited",
917 "ExpireAtSessionEnd": true | false,
918 "RejectTracker": true | false,
919 "Locked": true | false
924 ### DisableSetDesktopBackground
925 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
927 **Compatibility:** Firefox 60, Firefox ESR 60\
928 **CCK2 Equivalent:** `removeSetDesktopBackground`\
929 **Preferences Affected:** N/A
933 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
935 #### Windows (Intune)
938 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
942 <enabled/> or <disabled/>
947 <key>DisableSetDesktopBackground</key>
955 "DisableSetDesktopBackground": true | false
959 ### DisableMasterPasswordCreation
960 Remove the master password functionality.
962 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
964 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
966 **Compatibility:** Firefox 60, Firefox ESR 60\
967 **CCK2 Equivalent:** `noMasterPassword`\
968 **Preferences Affected:** N/A
972 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
974 #### Windows (Intune)
977 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
981 <enabled/> or <disabled/>
986 <key>DisableMasterPasswordCreation</key>
994 "DisableMasterPasswordCreation": true | false
999 Turn off application updates within Firefox.
1001 **Compatibility:** Firefox 60, Firefox ESR 60\
1002 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1003 **Preferences Affected:** N/A
1007 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1009 #### Windows (Intune)
1012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1016 <enabled/> or <disabled/>
1021 <key>DisableAppUpdate</key>
1029 "DisableAppUpdate": true | false
1033 ### DisableBuiltinPDFViewer
1034 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1036 **Compatibility:** Firefox 60, Firefox ESR 60\
1037 **CCK2 Equivalent:** `disablePDFjs`\
1038 **Preferences Affected:** `pdfjs.disabled`
1042 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1044 #### Windows (Intune)
1047 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1051 <enabled/> or <disabled/>
1056 <key>DisableBuiltinPDFViewer</key>
1064 "DisableBuiltinPDFViewer": true | false
1069 Disable specific cryptographic ciphers.
1071 **Preferences Affected:** `security.ssl3.dhe_rsa_aes_128_sha`, `security.ssl3.dhe_rsa_aes_256_sha`, `security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_rsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_rsa_aes_128_sha`, `security.ssl3.ecdhe_rsa_aes_256_sha`, `security.ssl3.rsa_aes_128_gcm_sha256`, `security.ssl3.rsa_aes_128_sha`, `security.ssl3.rsa_aes_256_gcm_sha384`, `security.ssl3.rsa_aes_256_sha`, `security.ssl3.rsa_des_ede3_sha`
1076 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.
1079 **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)\
1080 **CCK2 Equivalent:** N/A\
1081 **Preferences Affected:** N/A
1085 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1086 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_DHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1087 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1088 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1089 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1090 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1091 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_CBC_SHA = 0x1 | 0x0
1092 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_CBC_SHA = 0x1 | 0x0
1093 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_3DES_EDE_CBC_SHA = 0x1 | 0x0
1094 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_128_GCM_SHA256 = 0x1 | 0x0
1095 Software\Policies\Mozilla\Firefox\DisabledCiphers\TLS_RSA_WITH_AES_256_GCM_SHA384 = 0x1 | 0x0
1097 #### Windows (Intune)
1100 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1101 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1102 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1103 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1104 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1105 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1106 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA
1107 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA
1108 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA
1109 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256
1110 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384
1114 <enabled/> or <disabled/>
1119 <key>DisabledCiphers</key>
1121 <key>TLS_DHE_RSA_WITH_AES_128_CBC_SHA</key>
1123 <key>TLS_DHE_RSA_WITH_AES_256_CBC_SHA</key>
1125 <key>TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</key>
1127 <key>TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA</key>
1129 <key>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</key>
1131 <key>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</key>
1133 <key>TLS_RSA_WITH_AES_128_CBC_SHA</key>
1135 <key>TLS_RSA_WITH_AES_256_CBC_SHA</key>
1137 <key>TLS_RSA_WITH_3DES_EDE_CBC_SHA</key>
1139 <key>TLS_RSA_WITH_AES_128_GCM_SHA256</key>
1141 <key>TLS_RSA_WITH_AES_256_GCM_SHA384</key>
1150 "DisabledCiphers": {
1151 "TLS_DHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1152 "TLS_DHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1153 "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA": true | false,
1154 "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA": true | false,
1155 "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256": true | false,
1156 "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256": true | false,
1157 "TLS_RSA_WITH_AES_128_CBC_SHA": true | false,
1158 "TLS_RSA_WITH_AES_256_CBC_SHA": true | false,
1159 "TLS_RSA_WITH_3DES_EDE_CBC_SHA": true | false,
1160 "TLS_RSA_WITH_AES_128_GCM_SHA256": true | false,
1161 "TLS_RSA_WITH_AES_256_GCM_SHA384": true | false
1166 ### DisableDefaultBrowserAgent
1167 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1169 The browser agent is a Windows-only scheduled task which runs in the background to collect and submit data about the browser that the user has set as their OS default. More information is available [here](https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html).
1171 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1172 **CCK2 Equivalent:** N/A\
1173 **Preferences Affected:** N/A
1177 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1179 #### Windows (Intune)
1182 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1186 <enabled/> or <disabled/>
1192 "DisableDefaultBrowserAgent": true | false
1196 ### DisableDeveloperTools
1197 Remove access to all developer tools.
1199 **Compatibility:** Firefox 60, Firefox ESR 60\
1200 **CCK2 Equivalent:** `removeDeveloperTools`\
1201 **Preferences Affected:** `devtools.policy.disabled`
1205 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1207 #### Windows (Intune)
1210 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1214 <enabled/> or <disabled/>
1219 <key>DisableDeveloperTools</key>
1227 "DisableDeveloperTools": true | false
1231 ### DisableFeedbackCommands
1232 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1234 **Compatibility:** Firefox 60, Firefox ESR 60\
1235 **CCK2 Equivalent:** N/A\
1236 **Preferences Affected:** N/A
1240 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1242 #### Windows (Intune)
1245 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1249 <enabled/> or <disabled/>
1254 <key>DisableFeedbackCommands</key>
1262 "DisableFeedbackCommands": true | false
1266 ### DisableFirefoxScreenshots
1267 Remove access to Firefox Screenshots.
1269 **Compatibility:** Firefox 60, Firefox ESR 60\
1270 **CCK2 Equivalent:** N/A\
1271 **Preferences Affected:** `extensions.screenshots.disabled`
1275 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1277 #### Windows (Intune)
1280 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1284 <enabled/> or <disabled/>
1289 <key>DisableFirefoxScreenshots</key>
1297 "DisableFirefoxScreenshots": true | false
1301 ### DisableFirefoxAccounts
1302 Disable Firefox Accounts integration (Sync).
1304 **Compatibility:** Firefox 60, Firefox ESR 60\
1305 **CCK2 Equivalent:** `disableSync`\
1306 **Preferences Affected:** `identity.fxaccounts.enabled`
1310 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1312 #### Windows (Intune)
1315 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1319 <enabled/> or <disabled/>
1324 <key>DisableFirefoxAccounts</key>
1332 "DisableFirefoxAccounts": true | false
1336 ### DisableFirefoxStudies
1337 Disable Firefox studies (Shield).
1339 **Compatibility:** Firefox 60, Firefox ESR 60\
1340 **CCK2 Equivalent:** N/A\
1341 **Preferences Affected:** N/A
1345 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1347 #### Windows (Intune)
1350 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1354 <enabled/> or <disabled/>
1359 <key>DisableFirefoxStudies</key>
1367 "DisableFirefoxStudies": true | false
1371 ### DisableForgetButton
1372 Disable the "Forget" button.
1374 **Compatibility:** Firefox 60, Firefox ESR 60\
1375 **CCK2 Equivalent:** `disableForget`\
1376 **Preferences Affected:** N/A
1380 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1382 #### Windows (Intune)
1385 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1389 <enabled/> or <disabled/>
1394 <key>DisableForgetButton</key>
1402 "DisableForgetButton": true | false
1406 ### DisableFormHistory
1407 Turn off saving information on web forms and the search bar.
1409 **Compatibility:** Firefox 60, Firefox ESR 60\
1410 **CCK2 Equivalent:** `disableFormFill`\
1411 **Preferences Affected:** ` browser.formfill.enable`
1415 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
1417 #### Windows (Intune)
1420 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
1424 <enabled/> or <disabled/>
1429 <key>DisableFormHistory</key>
1437 "DisableFormHistory": true | false
1441 ### DisablePasswordReveal
1442 Do not allow passwords to be shown in saved logins
1444 **Compatibility:** Firefox 71, Firefox ESR 68.3\
1445 **CCK2 Equivalent:** N/A
1446 **Preferences Affected:** N/A
1450 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
1452 #### Windows (Intune)
1455 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
1459 <enabled/> or <disabled/>
1464 <key>DisablePasswordReveal</key>
1472 "DisablePasswordReveal": true | false
1477 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
1479 **Compatibility:** Firefox 60, Firefox ESR 60\
1480 **CCK2 Equivalent:** `disablePocket`\
1481 **Preferences Affected:** `extensions.pocket.enabled`
1485 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
1487 #### Windows (Intune)
1490 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
1494 <enabled/> or <disabled/>
1499 <key>DisablePocket</key>
1507 "DisablePocket": true | false
1511 ### DisablePrivateBrowsing
1512 Remove access to private browsing.
1514 **Compatibility:** Firefox 60, Firefox ESR 60\
1515 **CCK2 Equivalent:** `disablePrivateBrowsing`\
1516 **Preferences Affected:** N/A
1520 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
1522 #### Windows (Intune)
1525 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
1529 <enabled/> or <disabled/>
1534 <key>DisablePrivateBrowsing</key>
1542 "DisablePrivateBrowsing": true | false
1546 ### DisableProfileImport
1547 Disables the "Import data from another browser" option in the bookmarks window.
1549 **Compatibility:** Firefox 60, Firefox ESR 60\
1550 **CCK2 Equivalent:** N/A\
1551 **Preferences Affected:** N/A
1555 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
1557 #### Windows (Intune)
1560 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
1564 <enabled/> or <disabled/>
1569 <key>DisableProfileImport</key>
1577 "DisableProfileImport": true | false
1581 ### DisableProfileRefresh
1582 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.
1584 **Compatibility:** Firefox 60, Firefox ESR 60\
1585 **CCK2 Equivalent:** `disableResetFirefox`\
1586 **Preferences Affected:** `browser.disableResetPrompt`
1590 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
1592 #### Windows (Intune)
1595 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
1599 <enabled/> or <disabled/>
1604 <key>DisableProfileRefresh</key>
1612 "DisableProfileRefresh": true | false
1617 Disable safe mode within the browser.
1619 On Windows, this disables safe mode via the command line as well.
1621 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
1622 **CCK2 Equivalent:** `disableSafeMode`\
1623 **Preferences Affected:** N/A
1627 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
1629 #### Windows (Intune)
1632 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
1636 <enabled/> or <disabled/>
1641 <key>DisableSafeMode</key>
1649 "DisableSafeMode": true | false
1653 ### DisableSecurityBypass
1654 Prevent the user from bypassing security in certain cases.
1656 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1658 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1660 **Compatibility:** Firefox 60, Firefox ESR 60\
1661 **CCK2 Equivalent:** N/A\
1662 **Preferences Affected:** `security.certerror.hideAddException`,`browser.safebrowsing.allowOverride`
1666 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1667 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1669 #### Windows (Intune)
1672 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
1676 <enabled/> or <disabled/>
1680 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
1684 <enabled/> or <disabled/>
1690 <key>DisableSecurityBypass</key>
1692 <key>InvalidCertificate</key>
1694 <key>SafeBrowsing</key>
1703 "DisableSecurityBypass": {
1704 "InvalidCertificate": true | false,
1705 "SafeBrowsing": true | false
1710 ### DisableSystemAddonUpdate
1711 Prevent system add-ons from being installed or update.
1713 **Compatibility:** Firefox 60, Firefox ESR 60\
1714 **CCK2 Equivalent:** N/A\
1715 **Preferences Affected:** N/A
1719 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1721 #### Windows (Intune)
1724 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
1728 <enabled/> or <disabled/>
1733 <key>DisableSystemAddonUpdate</key>
1741 "DisableSystemAddonUpdate": true | false
1745 ### DisableTelemetry
1746 Prevent the upload of telemetry data.
1748 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
1750 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1752 **Compatibility:** Firefox 60, Firefox ESR 60\
1753 **CCK2 Equivalent:** `disableTelemetry`\
1754 **Preferences Affected:** `datareporting.healthreport.uploadEnabled,datareporting.policy.dataSubmissionEnabled,toolkit.telemetry.archive.enabled`
1758 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1760 #### Windows (Intune)
1763 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
1767 <enabled/> or <disabled/>
1772 <key>DisableTelemetry</key>
1780 "DisableTelemetry": true | false
1784 ### DisplayBookmarksToolbar
1785 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1787 **Compatibility:** Firefox 60, Firefox ESR 60\
1788 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1789 **Preferences Affected:** N/A
1793 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1795 #### Windows (Intune)
1798 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar
1802 <enabled/> or <disabled/>
1807 <key>DisplayBookmarksToolbar</key>
1815 "DisplayBookmarksToolbar": true | false
1819 ### DisplayMenuBar (Deprecated)
1820 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
1822 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
1823 **CCK2 Equivalent:** `displayMenuBar`\
1824 **Preferences Affected:** N/A
1828 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
1833 <key>DisplayMenuBar</key>
1841 "DisplayMenuBar": true | false
1846 Set the state of the menubar.
1848 `always` means the menubar is shown and cannot be hidden.
1850 `never` means the menubar is hidden and cannot be shown.
1852 `default-on` means the menubar is on by default but can be hidden.
1854 `default-off` means the menubar is off by default but can be shown.
1856 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
1857 **CCK2 Equivalent:** `displayMenuBar`\
1858 **Preferences Affected:** N/A
1862 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
1864 #### Windows (Intune)
1867 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
1872 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
1877 <key>DisplayMenuBar</key>
1878 <string>always | never | default-on | default-off</string>
1885 "DisplayMenuBar": "always", "never", "default-on", "default-off"
1890 Configure DNS over HTTPS.
1892 `Enabled` determines whether DNS over HTTPS is enabled
1894 `ProviderURL` is a URL to another provider.
1896 `Locked` prevents the user from changing DNS over HTTPS preferences.
1898 `ExcludedDomains` excludes domains from DNS over HTTPS.
1900 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7)\
1901 **CCK2 Equivalent:** N/A\
1902 **Preferences Affected:** `network.trr.mode`,`network.trr.uri`
1906 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
1907 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
1908 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
1909 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
1911 #### Windows (Intune)
1914 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
1918 <enabled/> or <disabled/>
1922 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
1927 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
1931 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
1935 <enabled/> or <disabled/>
1939 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
1944 <data id="List" value="1example.com"/>
1949 <key>DNSOverHTTPS</key>
1953 <key>ProviderURL</key>
1954 <string>URL_TO_ALTERNATE_PROVIDER</string>
1957 <key>ExcludedDomains</key>
1959 <string>example.com</string>
1969 "Enabled": true | false,
1970 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
1971 "Locked": true | false,
1972 "ExcludedDomains": ["example.com"]
1977 ### DontCheckDefaultBrowser
1978 Don't check if Firefox is the default browser at startup.
1980 **Compatibility:** Firefox 60, Firefox ESR 60\
1981 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
1982 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
1986 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
1988 #### Windows (Intune)
1991 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
1995 <enabled/> or <disabled/>
2000 <key>DontCheckDefaultBrowser</key>
2008 "DontCheckDefaultBrowser": true | false
2012 ### DefaultDownloadDirectory
2013 Set the default download directory.
2015 You can use ${home} for the native home directory.
2017 **Compatibility:** Firefox 68, Firefox ESR 68\
2018 **CCK2 Equivalent:** N/A\
2019 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`
2023 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
2025 #### Windows (Intune)
2028 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
2033 <data id="Preferences_String" value="${home}\Downloads"/>
2038 <key>DefaultDownloadDirectory</key>
2039 <string>${home}/Downloads</string>
2042 #### policies.json (macOS and Linux)
2046 "DefaultDownloadDirectory": "${home}/Downloads"
2049 #### policies.json (Windows)
2053 "DefaultDownloadDirectory": "${home}\\Downloads"
2056 ### DownloadDirectory
2057 Set and lock the download directory.
2059 You can use ${home} for the native home directory.
2061 **Compatibility:** Firefox 68, Firefox ESR 68\
2062 **CCK2 Equivalent:** N/A\
2063 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`,`browser.download.useDownloadDir`
2067 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2069 #### Windows (Intune)
2072 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2077 <data id="Preferences_String" value="${home}\Downloads"/>
2082 <key>DownloadDirectory</key>
2083 <string>${home}/Downloads</string>
2086 #### policies.json (macOS and Linux)
2090 "DownloadDirectory": "${home}/Downloads"
2093 #### policies.json (Windows)
2097 "DownloadDirectory": "${home}\\Downloads"
2100 ### EnableTrackingProtection
2101 Configure tracking protection.
2103 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.
2105 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2107 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.
2109 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2111 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2113 `Exceptions` are origins for which tracking protection is not enabled.
2115 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2116 **CCK2 Equivalent:** N/A\
2117 **Preferences Affected:** `privacy.trackingprotection.enabled`,`privacy.trackingprotection.pbmode.enabled`,`privacy.trackingprotection.cryptomining.enabled`,`privacy.trackingprotection.fingerprinting.enabled`
2121 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2122 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2123 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2124 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2125 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2127 #### Windows (Intune)
2130 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2134 <enabled/> or <disabled/>
2138 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2142 <enabled/> or <disabled/>
2146 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2150 <enabled/> or <disabled/>
2154 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2158 <data id="TrackingProtection_Exceptions" value="1https://example.com"/>
2162 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2166 <enabled/> or <disabled/>
2171 <key>EnableTrackingProtection</key>
2177 <key>Cryptomining</key>
2179 <key>Fingerprinting</key>
2181 <key>Exceptions</key>
2183 <string>https://example.com</string>
2192 "EnableTrackingProtection": {
2193 "Value": true | false,
2194 "Locked": true | false,
2195 "Cryptomining": true | false,
2196 "Fingerprinting": true | false,
2197 "Exceptions": ["https://example.com"]
2202 ### EncryptedMediaExtensions
2203 Enable or disable Encrypted Media Extensions and optionally lock it.
2205 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2207 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.
2209 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2210 **CCK2 Equivalent:** N/A\
2211 **Preferences Affected:** `media.eme.enabled`
2215 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2216 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2218 #### Windows (Intune)
2221 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2222 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2226 <enabled/>or <disabled/>
2231 <key>EncryptedMediaExtensions</key>
2244 "EncryptedMediaExtensions": {
2245 "Enabled": true | false,
2246 "Locked": true | false
2251 ### EnterprisePoliciesEnabled
2252 Enable policy support on macOS.
2254 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2255 **CCK2 Equivalent:** N/A\
2256 **Preferences Affected:** N/A
2261 <key>EnterprisePoliciesEnabled</key>
2266 Control the installation, uninstallation and locking of extensions.
2268 While this policy is not technically deprecated, it is recommended that you use the **[`ExtensionSettings`](#extensionsettings)** policy. It has the same functionality and adds more. It does not support native paths, though, so you'll have to use file:/// URLs.
2270 `Install` is a list of URLs or native paths for extensions to be installed.
2272 `Uninstall` is a list of extension IDs that should be uninstalled if found.
2274 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
2276 **Compatibility:** Firefox 60, Firefox ESR 60\
2277 **CCK2 Equivalent:** `addons`\
2278 **Preferences Affected:** N/A
2282 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
2283 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
2284 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
2285 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
2287 #### Windows (Intune)
2290 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
2295 <data id="Extensions" value="1https://addons.mozilla.org/firefox/downloads/somefile.xpi2//path/to/xpi"/>
2299 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
2304 <data id="Extensions" value="1bad_addon_id@mozilla.org"/>
2308 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
2313 <data id="Extensions" value="1addon_id@mozilla.org"/>
2318 <key>Extensions</key>
2322 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
2323 <string>//path/to/xpi</string>
2325 <key>Uninstall</key>
2327 <string>bad_addon_id@mozilla.org</string>
2331 <string>addon_id@mozilla.org</string>
2341 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
2342 "Uninstall": ["bad_addon_id@mozilla.org"],
2343 "Locked": ["addon_id@mozilla.org"]
2348 ### ExtensionSettings
2349 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.
2351 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.
2353 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).
2355 The configuration for each extension is another dictionary that can contain the fields documented below.
2357 | Name | Description |
2359 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
2360 | `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.
2361 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
2362 | `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.
2363 | `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.
2364 | `install_url`| Maps to a URL indicating where Firefox can download a force_installed or normal_installed extension. If installing from the local file system, use a [```file:///``` URL](https://en.wikipedia.org/wiki/File_URI_scheme). 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. 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.
2365 | `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.
2366 | `allowed_types` | This setting whitelists the allowed types of extension/apps that can be installed in Firefox. The value is a list of strings, each of which should be one of the following: "extension", "theme", "dictionary", "locale" This setting can be used only for the default configuration.
2367 | `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.
2368 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
2369 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
2371 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
2372 **CCK2 Equivalent:** N/A\
2373 **Preferences Affected:** N/A
2376 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
2380 "blocked_install_message": "Custom error message.",
2381 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2382 "installation_mode": "blocked",
2383 "allowed_types": ["extension"]
2385 "uBlock0@raymondhill.net": {
2386 "installation_mode": "force_installed",
2387 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2389 "https-everywhere@eff.org": {
2390 "installation_mode": "allowed"
2394 #### Windows (Intune)
2397 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
2402 <data id="ExtensionSettings" value='
2405 "blocked_install_message": "Custom error message.",
2406 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2407 "installation_mode": "blocked",
2408 "allowed_types": ["extension"]
2410 "uBlock0@raymondhill.net": {
2411 "installation_mode": "force_installed",
2412 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2414 "https-everywhere@eff.org": {
2415 "installation_mode": "allowed"
2422 <key>ExtensionSettings</key>
2426 <key>blocked_install_message</key>
2427 <string>Custom error message.</string>
2428 <key>install_sources</key>
2430 <string>about:addons</string>
2431 <string>https://addons.mozilla.org/</string>
2433 <key>installation_mode</key>
2434 <string>blocked</string>
2435 <key>allowed_types</key>
2437 <string>extension</string>
2440 <key>uBlock0@raymondhill.net</key>
2442 <key>installation_mode</key>
2443 <string>force_installed</string>
2444 <key>install_url</key>
2445 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
2447 <key>https-everywhere@eff.org</key>
2449 <key>installation_mode</key>
2450 <string>allowed</string>
2459 "ExtensionSettings": {
2461 "blocked_install_message": "Custom error message.",
2462 "install_sources": ["about:addons","https://addons.mozilla.org/"],
2463 "installation_mode": "blocked",
2464 "allowed_types": ["extension"]
2466 "uBlock0@raymondhill.net": {
2467 "installation_mode": "force_installed",
2468 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
2470 "https-everywhere@eff.org": {
2471 "installation_mode": "allowed"
2478 Control extension updates.
2480 **Compatibility:** Firefox 67, Firefox ESR 60.7\
2481 **CCK2 Equivalent:** N/A\
2482 **Preferences Affected:** `extensions.update.enabled`
2486 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
2488 #### Windows (Intune)
2491 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
2495 <enabled/> or <disabled/>
2500 <key>ExtensionUpdate</key>
2508 "ExtensionUpdate": true | false
2513 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
2515 `Allow` is a list of origins where Flash are allowed.
2517 `Block` is a list of origins where Flash is not allowed.
2519 `Default` determines whether or not Flash is allowed by default.
2521 `Locked` prevents the user from changing Flash preferences.
2523 **Compatibility:** Firefox 60, Firefox ESR 60\
2524 **CCK2 Equivalent:** `permissions.plugin`\
2525 **Preferences Affected:** `plugin.state.flash`
2529 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
2530 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
2531 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
2532 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
2534 #### Windows (Intune)
2537 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Allow
2542 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2546 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Locked
2550 <enabled/> or <disabled/>
2554 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Flash/FlashPlugin_Default
2558 <enabled/> or <disabled/>
2563 <key>FlashPlugin</key>
2567 <string>http://example.org</string>
2571 <string>http://example.edu</string>
2585 "Allow": ["http://example.org/"],
2586 "Block": ["http://example.edu/"],
2587 "Default": true | false,
2588 "Locked": true | false
2597 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
2599 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
2601 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.
2603 | Name | Description |
2605 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
2606 | `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.
2607 | `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.
2608 | `name` | The display name of the handler (might not be used).
2609 | `path`| The native path to the executable to be used.
2610 | `uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
2612 **Compatibility:** Firefox 78, Firefox ESR 78\
2613 **CCK2 Equivalent:** N/A\
2614 **Preferences Affected:** N/A
2617 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
2621 "application/msword": {
2622 "action": "useSystemDefault",
2628 "action": "useHelperApp",
2629 "ask": true | false,
2632 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2638 "action": "useHelperApp",
2639 "ask": true | false,
2641 "name": "Adobe Acrobat",
2642 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2648 #### Windows (Intune)
2651 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
2656 <data id="Handlers" value='
2659 "application/msword": {
2660 "action": "useSystemDefault",
2666 "action": "useHelperApp",
2667 "ask": true | false,
2670 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2676 "action": "useHelperApp",
2677 "ask": true | false,
2679 "name": "Adobe Acrobat",
2680 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
2692 <key>mimeTypes</key>
2694 <key>application/msword</key>
2697 <string>useSystemDefault</string>
2707 <string>useHelperApp</string>
2714 <string>Gmail</string>
2715 <key>uriTemplate</key>
2716 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
2721 <key>extensions</key>
2726 <string>useHelperApp</string>
2733 <string>Adobe Acrobat</string>
2735 <string>/System/Applications/Preview.app</string>
2749 "application/msword": {
2750 "action": "useSystemDefault",
2756 "action": "useHelperApp",
2757 "ask": true | false,
2760 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
2766 "action": "useHelperApp",
2767 "ask": true | false,
2769 "name": "Adobe Acrobat",
2770 "path": "/usr/bin/acroread"
2779 Customize the Firefox Home page.
2781 **Compatibility:** Firefox 68, Firefox ESR 68\
2782 **CCK2 Equivalent:** N/A\
2783 **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`
2787 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
2788 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
2789 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
2790 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
2791 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
2792 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
2794 #### Windows (Intune)
2797 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
2802 <data id="FirefoxHome_Search" value="true | false"/>
2803 <data id="FirefoxHome_TopSites" value="true | false"/>
2804 <data id="FirefoxHome_Highlights" value="true | false"/>
2805 <data id="FirefoxHome_Pocket" value="true | false"/>
2806 <data id="FirefoxHome_Snippets" value="true | false"/>
2807 <data id="FirefoxHome_Locked" value="true | false"/>
2812 <key>FirefoxHome</key>
2818 <key>Highlights</key>
2834 "Search": true | false,
2835 "TopSites": true | false,
2836 "Highlights": true | false,
2837 "Pocket": true | false,
2838 "Snippets": true | false,
2839 "Locked": true | false
2844 ### HardwareAcceleration
2845 Control hardware acceleration.
2847 **Compatibility:** Firefox 60, Firefox ESR 60\
2848 **CCK2 Equivalent:** N/A\
2849 **Preferences Affected:** `layers.acceleration.disabled`
2853 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
2855 #### Windows (Intune)
2858 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
2862 <enabled/> or <disabled/>
2867 <key>HardwareAcceleration</key>
2875 "HardwareAcceleration": true | false
2880 Configure the default homepage and how Firefox starts.
2882 `URL` is the default homepage.
2884 `Locked` prevents the user from changing homepage preferences.
2886 `Additional` allows for more than one homepage.
2888 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
2890 With Firefox 78, an additional option as added for `Startpage`, `homepage-locked`. If this is value is set for the Startpage, the user will always get the homepage at startup and cannot choose to restore their session.
2892 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
2893 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
2894 **Preferences Affected:** `browser.startup.homepage`,`browser.startup.page`
2898 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
2899 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
2900 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
2901 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
2902 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
2904 #### Windows (Intune)
2907 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
2913 <data id="HomepageURL" value="https://example.com"/>
2914 <data id="HomepageLocked" value="true | false"/>
2918 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
2924 <data id="HomepageAdditional" value="1http://example.org2http://example.edu"/>
2928 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
2934 <data id="StartPage" value="none | homepage | previous-session"/>
2942 <string>http://example.com</string>
2945 <key>Additional</key>
2947 <string>http://example.org</string>
2948 <string>http://example.edu</string>
2950 <key>StartPage</key>
2951 <string>none | homepage | previous-session | homepage-locked</string>
2960 "URL": "http://example.com/",
2961 "Locked": true | false,
2962 "Additional": ["http://example.org/",
2963 "http://example.edu/"],
2964 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
2969 ### InstallAddonsPermission
2970 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.
2972 `Allow` is a list of origins where extension installs are allowed.
2974 `Default` determines whether or not extension installs are allowed by default.
2976 **Compatibility:** Firefox 60, Firefox ESR 60\
2977 **CCK2 Equivalent:** `permissions.install`\
2978 **Preferences Affected:** `xpinstall.enabled`
2982 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
2983 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
2984 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
2986 #### Windows (Intune)
2989 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
2994 <data id="Permissions" value="1https://example.org2https://example.edu"/>
2998 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3007 <key>InstallAddonsPermission</key>
3011 <string>http://example.org</string>
3012 <string>http://example.edu</string>
3023 "InstallAddonsPermission": {
3024 "Allow": ["http://example.org/",
3025 "http://example.edu/"],
3026 "Default": true | false
3032 Disable the feature enforcing a separate profile for each installation.
3034 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.
3036 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3038 This policy only work on Windows via GPO (not policies.json).
3040 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3041 **CCK2 Equivalent:** N/A\
3042 **Preferences Affected:** N/A
3046 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3048 #### Windows (Intune)
3051 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3055 <enabled/> or <disabled/>
3058 Enable linking to local files by origin.
3060 **Compatibility:** Firefox 68, Firefox ESR 68\
3061 **CCK2 Equivalent:** N/A\
3062 **Preferences Affected:** `capability.policy.localfilelinks.*`
3066 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
3067 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
3069 #### Windows (Intune)
3072 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
3077 <data id="LocalFileLinks" value="1https://example.org2https://example.edu"/>
3082 <key>LocalFileLinks</key>
3084 <string>http://example.org</string>
3085 <string>http://example.edu</string>
3093 "LocalFileLinks": ["http://example.org/",
3094 "http://example.edu/"]
3098 ### ManagedBookmarks
3099 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
3101 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
3103 The syntax of this policy is exactly the same as the [Chrome ManagedBookmarks policy](https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ManagedBookmarks). The schema is:
3107 "id": "BookmarkType",
3111 "$ref": "BookmarkType"
3130 **Compatibility:** Firefox 83, Firefox ESR 78.5\
3131 **CCK2 Equivalent:** N/A\
3132 **Preferences Affected:** N/A
3135 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
3139 "toplevel_name": "My managed bookmarks folder"
3142 "url": "example.com",
3146 "name": "Mozilla links",
3149 "url": "https://mozilla.org",
3150 "name": "Mozilla.org"
3153 "url": "https://support.mozilla.org/",
3160 #### Windows (Intune)
3163 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
3168 <data id="JSON" value='
3171 "toplevel_name": "My managed bookmarks folder"
3174 "url": "example.com",
3178 "name": "Mozilla links",
3181 "url": "https://mozilla.org",
3182 "name": "Mozilla.org"
3185 "url": "https://support.mozilla.org/",
3195 <key>ManagedBookmarks</key>
3198 <key>toplevel_name</key>
3199 <string>My managed bookmarks folder</string></dict>
3202 <string>example.com</string>
3204 <string>Example</string>
3208 <string>Mozilla links</string>
3213 <string>https://mozilla.org</string>
3215 <string>Mozilla</string>
3219 <string>https://support.mozilla.org/</string>
3221 <string>SUMO</string>
3232 "ManagedBookmarks": [
3234 "toplevel_name": "My managed bookmarks folder"
3237 "url": "example.com",
3241 "name": "Mozilla links",
3244 "url": "https://mozilla.org",
3245 "name": "Mozilla.org"
3248 "url": "https://support.mozilla.org/",
3257 ### ManualAppUpdateOnly
3259 Switch to manual updates only.
3261 If this policy is enabled:
3262 1. The user will never be prompted to install updates
3263 2. Firefox will not check for updates in the background, though it will check automatically when an update UI is displayed (such as the one in the About dialog). This check will be used to show "Update to version X" in the UI, but will not automatically download the update or prompt the user to update in any other way.
3264 3. The update UI will work as expected, unlike when using DisableAppUpdate.
3266 This policy is primarily intended for advanced end users, not for enterprises.
3268 **Compatibility:** Firefox 87\
3269 **CCK2 Equivalent:** N/A\
3270 **Preferences Affected:** N/A
3276 "ManualAppUpdateOnly": true | false
3281 Require or prevent using a primary (formerly master) password.
3283 If this value is true, a primary password is required. If this value is false, it works the same as if [`DisableMasterPasswordCreation`](#disablemasterpasswordcreation) was true and removes the primary password functionality.
3285 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
3287 **Compatibility:** Firefox 79, Firefox ESR 78.1\
3288 **CCK2 Equivalent:** `noMasterPassword`\
3289 **Preferences Affected:** N/A
3293 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
3295 #### Windows (Intune)
3298 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
3302 <enabled/> or <disabled/>
3307 <key>PrimaryPassword</key>
3315 "PrimaryPassword": true | false
3319 ### NetworkPrediction
3320 Enable or disable network prediction (DNS prefetching).
3322 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3323 **CCK2 Equivalent:** N/A\
3324 **Preferences Affected:** `network.dns.disablePrefetch`,`network.dns.disablePrefetchFromHTTPS`
3328 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
3330 #### Windows (Intune)
3333 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
3337 <enabled/> or <disabled/>
3342 <key>NetworkPrediction</key>
3350 "NetworkPrediction": true | false
3354 Enable or disable the New Tab page.
3356 **Compatibility:** Firefox 68, Firefox ESR 68\
3357 **CCK2 Equivalent:** N/A\
3358 **Preferences Affected:** `browser.newtabpage.enabled`
3362 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
3364 #### Windows (Intune)
3367 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
3371 <enabled/> or <disabled/>
3376 <key>NewTabPage</key>
3384 "NewTabPage": true | false
3387 ### NoDefaultBookmarks
3388 Disable the creation of default bookmarks.
3390 This policy is only effective if the user profile has not been created yet.
3392 **Compatibility:** Firefox 60, Firefox ESR 60\
3393 **CCK2 Equivalent:** `removeDefaultBookmarks`\
3394 **Preferences Affected:** N/A
3398 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
3400 #### Windows (Intune)
3403 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
3407 <enabled/> or <disabled/>
3412 <key>NoDefaultBookmarks</key>
3420 "NoDefaultBookmarks": true | false
3424 ### OfferToSaveLogins
3425 Control whether or not Firefox offers to save passwords.
3427 **Compatibility:** Firefox 60, Firefox ESR 60\
3428 **CCK2 Equivalent:** `dontRememberPasswords`\
3429 **Preferences Affected:** `signon.rememberSignons`
3433 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
3435 #### Windows (Intune)
3438 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
3442 <enabled/> or <disabled/>
3447 <key>OfferToSaveLogins</key>
3455 "OfferToSaveLogins": true | false
3459 ### OfferToSaveLoginsDefault
3460 Sets the default value of signon.rememberSignons without locking it.
3462 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3463 **CCK2 Equivalent:** `dontRememberPasswords`\
3464 **Preferences Affected:** `signon.rememberSignons`
3468 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
3470 #### Windows (Intune)
3473 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
3477 <enabled/> or <disabled/>
3482 <key>OfferToSaveLoginsDefault</key>
3490 "OfferToSaveLoginsDefault": true | false
3494 ### OverrideFirstRunPage
3495 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
3497 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
3499 **Compatibility:** Firefox 60, Firefox ESR 60\
3500 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
3501 **Preferences Affected:** `startup.homepage_welcome_url`
3505 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
3507 #### Windows (Intune)
3510 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
3515 <data id="OverridePage" value="https://example.com"/>
3520 <key>OverrideFirstRunPage</key>
3521 <string>http://example.org</string>
3528 "OverrideFirstRunPage": "http://example.org"
3532 ### OverridePostUpdatePage
3533 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
3535 **Compatibility:** Firefox 60, Firefox ESR 60\
3536 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
3537 **Preferences Affected:** `startup.homepage_override_url`
3541 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
3543 #### Windows (Intune)
3546 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
3551 <data id="OverridePage" value="https://example.com"/>
3556 <key>OverridePostUpdatePage</key>
3557 <string>http://example.org</string>
3564 "OverridePostUpdatePage": "http://example.org"
3568 ### PasswordManagerEnabled
3569 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
3571 **Compatibility:** Firefox 70, Firefox ESR 60.2\
3572 **CCK2 Equivalent:** N/A\
3573 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`
3577 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
3579 #### Windows (Intune)
3582 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
3586 <enabled/> or <disabled/>
3591 <key>PasswordManagerEnabled</key>
3599 "PasswordManagerEnabled": true | false
3604 Disable or configure PDF.js, the built-in PDF viewer.
3606 If `Enabled` is set to false, the built-in PDF viewer is disabled.
3608 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
3610 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.
3612 **Compatibility:** Firefox 77, Firefox ESR 68.9\
3613 **CCK2 Equivalent:** N/A\
3614 **Preferences Affected:** `pdfjs.diabled`,`pdfjs.enablePermissions`
3618 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
3619 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
3621 #### Windows (Intune)
3624 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
3625 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
3629 <enabled/>or <disabled/>
3638 <key>EnablePermissions</key>
3648 "Enabled": true | false,
3649 "EnablePermissions": true | false
3655 Set permissions associated with camera, microphone, location, notifications, autoplay, and virtual reality. Because these are origins, not domains, entries with unique ports must be specified separately. This explicitly means that it is not possible to add wildcards. See examples below.
3657 `Allow` is a list of origins where the feature is allowed.
3659 `Block` is a list of origins where the feature is not allowed.
3661 `BlockNewRequests` determines whether or not new requests can be made for the feature.
3663 `Locked` prevents the user from changing preferences for the feature.
3665 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
3667 **Compatibility:** Firefox 62, Firefox ESR 60.2 (Autoplay added in Firefox 74, Firefox ESR 68.6, Autoplay Default/Locked added in Firefox 76, Firefox ESR 68.8, VirtualReality added in Firefox 80, Firefox ESR 78.2)\
3668 **CCK2 Equivalent:** N/A\
3669 **Preferences Affected:** `permissions.default.camera`,`permissions.default.microphone`,`permissions.default.geo`,`permissions.default.desktop-notification`,`media.autoplay.default`.`permissions.default.xr`
3673 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
3674 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
3675 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
3676 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
3677 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
3678 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
3679 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
3680 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
3681 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
3682 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
3683 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
3684 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
3685 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
3686 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
3687 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
3688 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
3689 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
3690 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
3691 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
3692 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
3693 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
3694 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
3695 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
3696 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
3697 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
3699 #### Windows (Intune)
3702 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
3706 <enabled/> or <disabled/>
3710 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
3714 <enabled/> or <disabled/>
3718 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
3723 <data id="Permissions" value="1https://example.org"/>
3727 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
3731 <enabled/> or <disabled/>
3735 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
3739 <enabled/> or <disabled/>
3743 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
3748 <data id="Permissions" value="1https://example.org"/>
3752 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
3757 <data id="Permissions" value="1https://example.edu"/>
3761 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
3766 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
3770 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
3774 <enabled/> or <disabled/>
3778 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Allow
3783 <data id="Permissions" value="1https://example.org"/>
3787 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Block
3792 <data id="Permissions" value="1https://example.edu"/>
3796 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_BlockNewRequests
3800 <enabled/> or <disabled/>
3804 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
3808 <enabled/> or <disabled/>
3813 <key>Permissions</key>
3819 <string>https://example.org</string>
3820 <string>https://example.org:1234</string>
3824 <string>https://example.edu</string>
3826 <key>BlockNewRequests</key>
3831 <key>Microphone</key>
3835 <string>https://example.org</string>
3839 <string>https://example.edu</string>
3841 <key>BlockNewRequests</key>
3850 <string>https://example.org</string>
3854 <string>https://example.edu</string>
3856 <key>BlockNewRequests</key>
3861 <key>Notifications</key>
3865 <string>https://example.org</string>
3869 <string>https://example.edu</string>
3871 <key>BlockNewRequests</key>
3880 <string>https://example.org</string>
3884 <string>https://example.edu</string>
3887 <string>allow-audio-video | block-audio | block-audio-video</string>
3900 "Allow": ["https://example.org","https://example.org:1234"],
3901 "Block": ["https://example.edu"],
3902 "BlockNewRequests": true | false,
3903 "Locked": true | false
3906 "Allow": ["https://example.org"],
3907 "Block": ["https://example.edu"],
3908 "BlockNewRequests": true | false,
3909 "Locked": true | false
3912 "Allow": ["https://example.org"],
3913 "Block": ["https://example.edu"],
3914 "BlockNewRequests": true | false,
3915 "Locked": true | false
3918 "Allow": ["https://example.org"],
3919 "Block": ["https://example.edu"],
3920 "BlockNewRequests": true | false,
3921 "Locked": true | false
3924 "Allow": ["https://example.org"],
3925 "Block": ["https://example.edu"],
3926 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
3927 "Locked": true | false
3933 ### PictureInPicture
3935 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
3937 **Compatibility:** Firefox 78, Firefox ESR 78\
3938 **CCK2 Equivalent:** N/A\
3939 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
3943 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
3944 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
3947 #### Windows (Intune)
3950 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
3951 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
3955 <enabled/> or <disabled/>
3960 <key>PictureInPicture</key>
3973 "PictureInPicture": {
3974 "Enabled": true | false,
3975 "Locked": true | false
3981 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
3983 `Allow` is a list of origins where popup-windows are allowed.
3985 `Default` determines whether or not pop-up windows are allowed by default.
3987 `Locked` prevents the user from changing pop-up preferences.
3989 **Compatibility:** Firefox 60, Firefox ESR 60\
3990 **CCK2 Equivalent:** `permissions.popup`\
3991 **Preferences Affected:** `dom.disable_open_during_load`
3995 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
3996 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
3997 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
3998 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
4000 #### Windows (Intune)
4003 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
4008 <data id="Permissions" value="1https://example.org2https://example.edu"/>
4012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
4016 <enabled/> or <disabled/>
4020 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
4024 <enabled/> or <disabled/>
4029 <key>PopupBlocking</key>
4033 <string>http://example.org</string>
4034 <string>http://example.edu</string>
4048 "Allow": ["http://example.org/",
4049 "http://example.edu/"],
4050 "Default": true | false,
4051 "Locked": true | false
4057 Set and lock preferences.
4059 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section.
4061 Previously you could only set and lock a subset of preferences. Starting with Firefox 81 and Firefox ESR 78.3 you can set many more preferences. You can also set default preferences, user preferences and you can clear preferences.
4063 Preferences that start with the following prefixes are supported:
4066 app.update.* (Firefox 86, Firefox 78.8)
4068 datareporting.policy.
4071 general.autoScroll (Firefox 83, Firefox ESR 78.5)
4072 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
4080 pdfjs. (Firefox 84, Firefox ESR 78.6)
4083 signon. (Firefox 83, Firefox ESR 78.5)
4084 spellchecker. (Firefox 84, Firefox ESR 78.6)
4088 as well as the following security preferences:
4089 | Preference | Type | Default
4091 | security.default_personal_cert | string | Ask Every Time
4092 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4093 | security.insecure_connection_text.enabled | bool | false
4094 | If set to true, adds the words "Not Secure" for insecure sites.
4095 | security.insecure_connection_text.pbmode.enabled | bool | false
4096 | If set to true, adds the words "Not Secure" for insecure sites in private browsing.
4097 | security.insecure_field_warning.contextual.enabled | bool | true
4098 | If set to false, remove the warning for inscure login fields.
4099 | security.mixed_content.block_active_content | boolean | true
4100 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4101 | security.osclientcerts.autoload | boolean | false
4102 | If true, client certificates are loaded from the operating system certificate store.
4103 | security.ssl.errorReporting.enabled | boolean | true
4104 | If false, SSL errors cannot be sent to Mozilla.
4105 | security.tls.hello_downgrade_check | boolean | true
4106 | If false, the TLS 1.3 downgrade check is disabled.
4107 | security.tls.version.enable-deprecated | boolean | false
4108 | If true, browser will accept TLS 1.0. and TLS 1.1 (Firefox 86, Firefox 78.8)
4109 | security.warn_submit_secure_to_insecure | boolean | true
4110 | If false, no warning is shown when submitting s form from https to http.
4113 Using the preference as the key, set the `Value` to the corresponding preference value.
4115 `Status` can be "default", "locked", "user" or "clear"
4117 Default preferences can be modified by the user.
4119 If a value is locked, it is also set as the default.
4121 User preferences persist across invocations of Firefox. It is the equivalent of a user setting the preference. They are most useful when a preference is needed very early in startup so it can't be set as default by policy.
4123 User preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
4125 See the examples below for more detail.
4127 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
4130 **Compatibility:** Firefox 81, Firefox ESR 78.3\
4131 **CCK2 Equivalent:** `preferences`\
4132 **Preferences Affected:** Many
4135 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
4138 "accessibility.force_disabled": {
4142 "browser.cache.disk.parent_directory": {
4143 "Value": "SOME_NATIVE_PATH",
4146 "browser.tabs.warnOnClose": {
4152 #### Windows (Intune)
4155 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
4160 <data id="JSON" value='
4162 "accessibility.force_disabled": {
4166 "browser.cache.disk.parent_directory": {
4167 "Value": "SOME_NATIVE_PATH",
4170 "browser.tabs.warnOnClose": {
4179 <key>Preferences</key>
4181 <key>accessibility.force_disabled</key>
4184 <integer>1</integer>
4186 <string>default</string>
4188 <key>browser.cache.disk.parent_directory</key>
4191 <string>SOME_NATIVE_PATH</string>
4193 <string>user</string>
4195 <key>browser.tabs.warnOnClose</key>
4200 <string>locked</string>
4210 "accessibility.force_disabled": {
4214 "browser.cache.disk.parent_directory": {
4215 "Value": "SOME_NATIVE_PATH",
4218 "browser.tabs.warnOnClose": {
4226 ### Preferences (Deprecated)
4227 Set and lock certain preferences.
4229 **Compatibility:** See below\
4230 **CCK2 Equivalent:** `preferences`\
4231 **Preferences Affected:** See below
4233 | Preference | Type | Compatibility | Default
4234 | --- | --- | --- | ---
4235 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
4236 | If set to 1, platform accessibility is disabled.
4237 | app.update.auto (Deprecated - Switch to AppAutoUpdate policy) | boolean | Firefox 68, Firefox ESR 68 | true
4238 | If false, Firefox doesn't automatically install update.
4239 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
4240 | If true, bookmarks are exported on shutdown.
4241 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
4242 | If set, the name of the file where bookmarks are exported and imported.
4243 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
4244 | If true, bookmarks are restored to their defaults.
4245 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
4246 | If false, don't store cache on the hard drive.
4247 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
4248 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
4249 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
4250 | If true, single words are sent to DNS, not directly to search.
4251 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
4252 | If set, a list of URLs to use as the default top sites on the new tab page. Due to Firefox limitations, search sites can't be added. In addition, sites with the same name but different TLDs (example.org/example.com) will not display properly.
4253 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
4254 | If true, bookmarks are always imported on startup.
4255 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4256 | If false, phishing protection is not enabled (Not recommended)
4257 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4258 | If false, malware protection is not enabled (Not recommended)
4259 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
4260 | If false, updates for search engines are not checked.
4261 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
4262 | If true, a notification isn't shown if startup is slow.
4263 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
4264 | If false, there is no warning when the browser is closed.
4265 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
4266 | If true, tab previews are shown in the Windows taskbar.
4267 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
4268 | If false, bookmarks aren't suggested when typing in the URL bar.
4269 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
4270 | If false, history isn't suggested when typing in the URL bar.
4271 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
4272 | If false, open tabs aren't suggested when typing in the URL bar.
4273 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
4274 | If true, don't show the privacy policy tab on first run.
4275 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
4276 | If false, web page can close windows.
4277 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
4278 | If false, web pages can focus and activate windows.
4279 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
4280 | If true, web pages can't move or resize windows.
4281 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4282 | If false, web pages can't override context menus.
4283 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
4284 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4285 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
4286 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
4287 | dom.xmldocument.load.enabled | boolean | Firefox ESR 68.5 | true.
4288 | If false, XMLDocument.load is not available.
4289 | dom.xmldocument.async.enabled | boolean | Firefox ESR 68.5 | true
4290 | If false, XMLDocument.async is not available.
4291 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4292 | If false, the extensions blocklist is not used (Not recommended)
4293 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
4294 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
4295 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4296 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
4297 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
4298 | If false, the geolocation API is disabled. | Language dependent
4299 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
4300 | If set, preferred language for web pages.
4301 | media.eme.enabled (Deprecated - Switch to EncryptedMediaExtensions policy) | boolean | Firefox 70, Firefox ESR 68.2 | true
4302 | If false, Encrypted Media Extensions are not enabled.
4303 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4304 | If false, the OpenH264 plugin is not downloaded.
4305 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4306 | If false, the Widevine plugin is not downloaded.
4307 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
4308 | If false, WebRTC is disabled
4309 | media.peerconnection.ice.obfuscate_host_addresses.whitelist (Deprecated) | string | Firefox 72, Firefox ESR 68.4 | N/A
4310 | If set, a list of domains for which mDNS hostname obfuscation is
4312 | media.peerconnection.ice.obfuscate_host_addresses.blocklist | string | Firefox 79, Firefox ESR 78.1 | N/A
4313 | If set, a list of domains for which mDNS hostname obfuscation is
4315 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
4316 | If true, IPv6 DNS lokoups are disabled.
4317 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
4318 | If true, display the punycode version of internationalized domain names.
4319 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4320 | If false, history is not enabled.
4321 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
4322 | If false, print settings are not saved between jobs.
4323 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
4324 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
4325 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
4326 | If false, mixed active content (HTTP and HTTPS) is not blocked.
4327 | security.osclientcerts.autoload | boolean | Firefox 72 (Windows), Firefox 75 (macOS) | false
4328 | If true, client certificates are loaded from the operating system certificate store.
4329 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
4330 | If false, SSL errors cannot be sent to Mozilla.
4331 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
4332 | If false, the TLS 1.3 downgrade check is disabled.
4333 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
4334 | If false, the Alt key doesn't show the menubar on Windows.
4335 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
4336 | If set, overrides the GTK theme for widgets.
4339 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
4340 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
4342 #### Windows (Intune)
4343 OMA-URI: (periods are replaced by underscores)
4345 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/boolean_preference_name
4349 <enabled/> or <disabled/>
4351 OMA-URI: (periods are replaced by underscores)
4353 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Preferences/string_preference_name
4358 <data id="Preferences_String" value="string_value"/>
4363 <key>Preferences</key>
4365 <key>boolean_preference_name</key>
4367 <key>string_preference_name</key>
4368 <string>string_value</string>
4377 "boolean_preference_name": true | false,
4378 "string_preference_name": "string_value"
4383 ### PromptForDownloadLocation
4384 Ask where to save each file before downloading.
4386 **Compatibility:** Firefox 68, Firefox ESR 68\
4387 **CCK2 Equivalent:** N/A\
4388 **Preferences Affected:** `browser.download.useDownloadDir`
4392 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
4394 #### Windows (Intune)
4397 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
4401 <enabled/> or <disabled/>
4406 <key>PromptForDownloadLocation</key>
4414 "PromptForDownloadLocation": true | false
4419 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
4420 To specify ports, append them to the hostnames with a colon (:).
4422 `Mode` is the proxy method being used.
4424 `Locked` is whether or not proxy settings can be changed.
4426 `HTTPProxy` is the HTTP proxy server.
4428 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
4430 `SSLProxy` is the SSL proxy server.
4432 `FTPProxy` is the FTP proxy server.
4434 `SOCKSProxy` is the SOCKS proxy server
4436 `SOCKSVersion` is the SOCKS version (4 or 5)
4438 `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.
4440 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
4442 `AutoLogin` means do not prompt for authentication if password is saved.
4444 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
4446 **Compatibility:** Firefox 60, Firefox ESR 60\
4447 **CCK2 Equivalent:** `networkProxy*`\
4448 **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`
4452 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
4453 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
4454 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
4455 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
4456 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
4457 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
4458 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
4459 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
4460 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
4461 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
4462 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
4463 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
4465 #### Windows (Intune)
4468 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
4473 <data id="ProxyLocked" value="true | false"/>
4474 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
4475 <data id="HTTPProxy" value="https://httpproxy.example.com"/>
4476 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
4477 <data id="SSLProxy" value="https://sslproxy.example.com"/>
4478 <data id="FTPProxy" value="https://ftpproxy.example.com"/>
4479 <data id="SOCKSProxy" value="https://socksproxy.example.com"/>
4480 <data id="SOCKSVersion" value="4 | 5"/>
4481 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
4482 <data id="Passthrough" value="<local>"/>
4483 <data id="AutoLogin" value="true | false"/>
4484 <data id="UseProxyForDNS" value="true | false"/>
4492 <string>none | system | manual | autoDetect | autoConfig</string>
4495 <key>HTTPProxy</key>
4496 <string>https://httpproxy.example.com</string>
4497 <key>UseHTTPProxyForAllProtocols</key>
4500 <string>https://sslproxy.example.com</string>
4502 <string>https://ftpproxy.example.com</string>
4503 <key>SOCKSProxy</key>
4504 <string>https://socksproxy.example.com</string>
4505 <key>SOCKSVersion</key>
4506 <string>4 | 5</string>
4507 <key>Passthrough</key>
4508 <string><local>></string>
4509 <key>AutoConfigURL</key>
4510 <string>URL_TO_AUTOCONFIG</string>
4511 <key>AutoLogin</key>
4513 <key>UseProxyForDNS</key>
4523 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
4524 "Locked": true | false,
4525 "HTTPProxy": "hostname",
4526 "UseHTTPProxyForAllProtocols": true | false,
4527 "SSLProxy": "hostname",
4528 "FTPProxy": "hostname",
4529 "SOCKSProxy": "hostname",
4530 "SOCKSVersion": 4 | 5,
4531 "Passthrough": "<local>",
4532 "AutoConfigURL": "URL_TO_AUTOCONFIG",
4533 "AutoLogin": true | false,
4534 "UseProxyForDNS": true | false
4539 ### RequestedLocales
4540 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
4542 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
4544 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
4545 **CCK2 Equivalent:** N/A\
4546 **Preferences Affected:** N/A
4549 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
4550 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
4554 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
4556 #### Windows (Intune)
4559 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
4564 <data id="Preferences_String" value="de,en-US"/>
4569 <key>RequestedLocales</key>
4572 <string>en-US</string>
4579 <key>RequestedLocales</key>
4580 <string>de,en-US</string>
4588 "RequestedLocales": ["de", "en-US"]
4596 "RequestedLocales": "de,en-US"
4600 <a name="SanitizeOnShutdown"></a>
4602 ### SanitizeOnShutdown (Selective)
4603 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
4605 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.
4607 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6)\
4608 **CCK2 Equivalent:** N/A\
4609 **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`
4612 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
4613 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
4614 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
4615 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
4616 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
4617 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
4618 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
4619 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
4620 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
4622 #### Windows (Intune)
4625 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
4629 <enabled/> or <disabled/>
4633 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
4637 <enabled/> or <disabled/>
4641 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
4645 <enabled/> or <disabled/>
4649 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
4653 <enabled/> or <disabled/>
4657 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
4661 <enabled/> or <disabled/>
4665 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
4669 <enabled/> or <disabled/>
4673 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
4677 <enabled/> or <disabled/>
4681 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
4685 <enabled/> or <disabled/>
4689 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
4693 <enabled/> or <disabled/>
4698 <key>SanitizeOnShutdown</key>
4704 <key>Downloads</key>
4712 <key>SiteSettings</key>
4714 <key>OfflineApps</key>
4725 "SanitizeOnShutdown": {
4726 "Cache": true | false,
4727 "Cookies": true | false,
4728 "Downloads": true | false,
4729 "FormData": true | false,
4730 "History": true | false,
4731 "Sessions": true | false,
4732 "SiteSettings": true | false,
4733 "OfflineApps": true | false,
4734 "Locked": true | false
4739 ### SanitizeOnShutdown (All)
4740 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
4742 **Compatibility:** Firefox 60, Firefox ESR 60\
4743 **CCK2 Equivalent:** N/A\
4744 **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`
4747 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
4749 #### Windows (Intune)
4752 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
4756 <enabled/> or <disabled/>
4761 <key>SanitizeOnShutdown</key>
4769 "SanitizeOnShutdown": true | false
4774 Set whether or not search bar is displayed.
4776 **Compatibility:** Firefox 60, Firefox ESR 60\
4777 **CCK2 Equivalent:** `showSearchBar`\
4778 **Preferences Affected:** N/A
4782 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
4785 #### Windows (Intune)
4788 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
4793 <data id="Permissions" value="unified | separate"/>
4798 <key>SearchBar</key>
4799 <string>unified | separate</string>
4806 "SearchBar": "unified" | "separate"
4810 <a name="SearchEngines"></a>
4812 ### SearchEngines (This policy is only available on the ESR.)
4814 ### SearchEngines | Default
4816 Set the default search engine. This policy is only available on the ESR.
4818 **Compatibility:** Firefox ESR 60\
4819 **CCK2 Equivalent:** `defaultSearchEngine`\
4820 **Preferences Affected:** N/A
4824 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
4826 #### Windows (Intune)
4829 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
4834 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
4839 <key>SearchEngines</key>
4842 <string>NAME_OF_SEARCH_ENGINE</string>
4851 "Default": "NAME_OF_SEARCH_ENGINE"
4856 ### SearchEngines | PreventInstalls
4858 Prevent installing search engines from webpages.
4860 **Compatibility:** Firefox ESR 60\
4861 **CCK2 Equivalent:** `disableSearchEngineInstall`\
4862 **Preferences Affected:** N/A
4866 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
4868 #### Windows (Intune)
4871 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
4875 <enabled/> or <disabled/>
4880 <key>SearchEngines</key>
4882 <key>PreventInstalls</key>
4892 "PreventInstalls": true | false
4897 ### SearchEngines | Remove
4899 Hide built-in search engines. This policy is only available on the ESR.
4901 **Compatibility:** Firefox ESR 60.2\
4902 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
4903 **Preferences Affected:** N/A
4907 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
4909 #### Windows (Intune)
4912 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
4917 <data id="SearchEngines_Remove" value="1NAME_OF_SEARCH_ENGINE"/>
4922 <key>SearchEngines</key>
4926 <string>NAME_OF_SEARCH_ENGINE</string>
4936 "Remove": ["NAME_OF_SEARCH_ENGINE"]
4941 ### SearchEngines | Add
4943 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
4945 `Name` is the name of the search engine.
4947 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
4949 `Method` is either GET or POST
4951 `IconURL` is a URL for the icon to use.
4953 `Alias` is a keyword to use for the engine.
4955 `Description` is a description of the search engine.
4957 `PostData` is the POST data as name value pairs separated by &.
4959 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
4961 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68)\
4962 **CCK2 Equivalent:** `searchplugins`\
4963 **Preferences Affected:** N/A
4967 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
4968 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
4969 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
4970 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
4971 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
4972 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
4973 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
4974 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
4976 #### Windows (Intune)
4979 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
4984 <data id="SearchEngine_Name" value="Example1"/>
4985 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
4986 <data id="SearchEngine_Method" value="GET | POST"/>
4987 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
4988 <data id="SearchEngine_Alias" value="example"/>
4989 <data id="SearchEngine_Description" value="Example Description"/>
4990 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
4991 <data id="SearchEngine_PostData" value="name=value&q={searchTerms}"/>
4996 <key>SearchEngines</key>
5002 <string>Example1</string>
5003 <key>URLTemplate</key>
5004 <string>https://www.example.org/q={searchTerms}</string>
5006 <string>GET | POST </string>
5008 <string>https://www.example.org/favicon.ico</string>
5010 <string>example</string>
5011 <key>Description</key>
5012 <string>Example Description</string>
5013 <key>SuggestURLTemplate</key>
5014 <string>https://www.example.org/suggestions/q={searchTerms}</string>
5016 <string>name=value&q={searchTerms}</string>
5030 "URLTemplate": "https://www.example.org/q={searchTerms}",
5031 "Method": "GET" | "POST",
5032 "IconURL": "https://www.example.org/favicon.ico",
5034 "Description": "Description",
5035 "PostData": "name=value&q={searchTerms}",
5036 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
5043 ### SearchSuggestEnabled
5045 Enable search suggestions.
5047 **Compatibility:** Firefox 68, Firefox ESR 68\
5048 **CCK2 Equivalent:** N/A\
5049 **Preferences Affected:** `browser.urlbar.suggest.searches`,`browser.search.suggest.enabled`
5053 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
5055 #### Windows (Intune)
5058 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
5062 <enabled/> or <disabled/>
5067 <key>SearchSuggestEnabled</key>
5075 "SearchSuggestEnabled": true | false
5081 Install PKCS #11 modules.
5083 **Compatibility:** Firefox 64, Firefox ESR 60.4\
5084 **CCK2 Equivalent:** `certs.devices`\
5085 **Preferences Affected:** N/A
5089 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
5091 #### Windows (Intune)
5094 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
5099 <data id="SecurityDevices" value="NAME_OF_DEVICEPATH_TO_LIBRARY_FOR_DEVICE"/>
5104 <key>SecurityDevices</key>
5106 <key>NAME_OF_DEVICE</key>
5107 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
5116 "SecurityDevices": {
5117 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
5123 Show the home button on the toolbar.
5125 Future versions of Firefox will not show the home button by default.
5127 **Compatibility:** Firefox 88, Firefox ESR 78.10\
5128 **CCK2 Equivalent:** N/A\
5129 **Preferences Affected:** N/A
5133 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
5135 #### Windows (Intune)
5138 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ShowHomeButton
5142 <enabled/> or <disabled/>
5147 <key>ShowHomeButton</key>
5155 "ShowHomeButton": true | false
5161 Set and lock the maximum version of TLS.
5163 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5164 **CCK2 Equivalent:** N/A\
5165 **Preferences Affected:** `security.tls.version.max`
5169 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5171 #### Windows (Intune)
5174 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
5179 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5184 <key>SSLVersionMax</key>
5185 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5193 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5199 Set and lock the minimum version of TLS.
5201 **Compatibility:** Firefox 66, Firefox ESR 60.6\
5202 **CCK2 Equivalent:** N/A\
5203 **Preferences Affected:** `security.tls.version.min`
5207 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5209 #### Windows (Intune)
5212 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
5217 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
5222 <key>SSLVersionMin</key>
5223 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
5231 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
5236 Add a menuitem to the help menu for specifying support information.
5238 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
5239 **CCK2 Equivalent:** helpMenu\
5240 **Preferences Affected:** N/A
5244 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
5245 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
5246 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
5248 #### Windows (Intune)
5251 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
5256 <data id="SupportMenuTitle" value="Support Menu"/>
5257 <data id="SupportMenuURL" value="http://example.com/support"/>
5258 <data id="SupportMenuAccessKey" value="S">
5263 <key>SupportMenu</key>
5266 <string>SupportMenu</string>
5268 <string>http://example.com/support</string>
5269 <key>AccessKey</key>
5279 "Title": "Support Menu",
5280 "URL": "http://example.com/support",
5288 Prevent Firefox from messaging the user in certain situations.
5290 `WhatsNew` Remove the "What's New" icon and menuitem.
5292 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
5294 `FeatureRecommendations` IF false, don't recommend browser features.
5296 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
5298 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
5300 **Compatibility:** Firefox 75, Firefox ESR 68.7\
5301 **CCK2 Equivalent:** N/A\
5302 **Preferences Affected:** `browser.messaging-system.whatsNewPanel.enabled`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`,`browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`,`browser.aboutwelcome.enabled`
5306 Software\Policies\Mozilla\Firefox\UserMessaging\WhatsNew = 0x1 | 0x0
5307 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
5308 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
5309 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
5310 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
5312 #### Windows (Intune)
5315 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_WhatsNew
5316 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_ExtensionRecommendations
5317 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_FeatureRecommendations
5318 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_UrlbarInterventions
5319 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UserMessaging_SkipOnboarding
5323 <enabled/> or <disabled/>
5328 <key>UserMessaging</key>
5332 <key>ExtensionRecommendations</key>
5334 <key>FeatureRecommendations</key>
5336 <key>UrlbarInterventions</key>
5338 <key>SkipOnboarding</key>
5348 "WhatsNew": true | false,
5349 "ExtensionRecommendations": true | false,
5350 "FeatureRecommendations": true | false,
5351 "UrlbarInterventions": true | false
5352 "SkipOnboarding": true | false
5358 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.
5359 The arrays are limited to 1000 entries each.
5361 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
5363 **Compatibility:** Firefox 60, Firefox ESR 60\
5364 **CCK2 Equivalent:** N/A\
5365 **Preferences Affected:** N/A
5369 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
5370 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
5372 #### Windows (Intune)
5375 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
5380 <data id="WebsiteFilter" value="1<all_urls>"/>
5384 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
5389 <data id="WebsiteFilter" value="1http://example.org/*"/>
5394 <key>WebsiteFilter</key>
5398 <string><all_urls></string>
5400 <key>Exceptions</key>
5402 <string>http://example.org/*</string>
5413 "Block": ["<all_urls>"],
5414 "Exceptions": ["http://example.org/*"]