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), 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.
7 | Policy Name | Description
9 | **[`AppUpdateURL`](#AppUpdateURL)** | Change the URL for application update.
10 | **[`Authentication`](#Authentication)** | Configure sites that support integrated authentication.
11 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
12 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
13 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
14 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
15 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
16 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
17 | **[`Certificates`](#certificates)** |
18 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
19 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
20 | **[`Cookies`](#cookies)** | Configure cookie preferences.
21 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
22 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
23 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
24 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
25 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
26 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
27 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
28 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
29 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
30 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
31 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
32 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
33 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
34 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
35 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
36 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
37 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
38 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or update.
39 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
40 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
41 | **[`DisplayMenuBar (Deprecated)`](#displaymenubar-deprecated)** | Set the initial state of the menubar.
42 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
43 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
44 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
45 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
46 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
47 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
48 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
49 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
50 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
51 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
52 | **[`FlashPlugin`](#flashplugin)** | Configure the default Flash plugin policy as well as origins for which Flash is allowed.
53 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
54 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
55 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
56 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
57 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
58 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
59 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
60 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
61 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
62 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
63 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
64 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
65 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
66 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
67 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
68 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
69 | **[`Preferences`](#preferences)** | Set and lock some preferences.
70 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
71 | **[`Proxy`](#proxy)** | Configure proxy settings.
72 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
73 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
74 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
75 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
76 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
77 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
78 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
79 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
80 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
81 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
82 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
83 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
84 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
85 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
86 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
90 Change the URL for application update.
92 **Compatibility:** Firefox 62, Firefox ESR 60.2\
93 **CCK2 Equivalent:** N/A\
94 **Preferences Affected:** `app.update.url`
98 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
103 <key>AppUpdateURL</key>
104 <string>https://yoursite.com</string>
111 "AppUpdateURL": "https://yoursite.com"
117 Configure sites that support integrated authentication.
119 See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information.
121 **Compatibility:** Firefox 60, Firefox ESR 60 (AllowNonFQDN added in 62/60.2, AllowProxies added in 70/68.2, Locked added in 71/68.3)\
122 **CCK2 Equivalent:** N/A\
123 **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`
127 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
128 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
129 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
130 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
131 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
132 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
133 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
134 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
135 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
136 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
137 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
142 <key>Authentication</key>
146 <string>mydomain.com</string>
147 <string>https://myotherdomain.com</string>
151 <string>mydomain.com</string>
152 <string>https://myotherdomain.com</string>
156 <string>mydomain.com</string>
157 <string>https://myotherdomain.com</string>
159 <key>AllowNonFQDN</key>
166 <key>AllowProxies</key>
183 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
184 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
185 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
187 "SPNEGO": true | false,
191 "SPNEGO": true | false,
194 "Locked": true | false
201 Block access to the Add-ons Manager (about:addons).
203 **Compatibility:** Firefox 60, Firefox ESR 60\
204 **CCK2 Equivalent:** `disableAddonsManager`\
205 **Preferences Affected:** N/A
209 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
214 <key>BlockAboutAddons</key>
222 "BlockAboutAddons": true | false
228 Block access to about:config.
230 **Compatibility:** Firefox 60, Firefox ESR 60\
231 **CCK2 Equivalent:** `disableAboutConfig`\
232 **Preferences Affected:** N/A
236 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
241 <key>BlockAboutConfig</key>
249 "BlockAboutConfig": true | false
253 ### BlockAboutProfiles
255 Block access to About Profiles (about:profiles).
257 **Compatibility:** Firefox 60, Firefox ESR 60\
258 **CCK2 Equivalent:** `disableAboutProfiles`\
259 **Preferences Affected:** N/A
263 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
268 <key>BlockAboutProfiles</key>
276 "BlockAboutProfiles": true | false
280 ### BlockAboutSupport
282 Block access to Troubleshooting Information (about:support).
284 **Compatibility:** Firefox 60, Firefox ESR 60\
285 **CCK2 Equivalent:** `disableAboutSupport`\
286 **Preferences Affected:** N/A
290 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
295 <key>BlockAboutSupport</key>
303 "BlockAboutSupport": true | false
309 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.
311 **Compatibility:** Firefox 60, Firefox ESR 60\
312 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
313 **Preferences Affected:** N/A
317 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
318 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
319 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
320 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
321 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
330 <string>Example</string>
332 <string>https://example.com</string>
334 <string>https://example.com/favicon.ico</string>
336 <string>toolbar | menu</string>
338 <string>FolderName</string>
350 "URL": "https://example.com",
351 "Favicon": "https://example.com/favicon.ico",
352 "Placement": "toolbar" | "menu",
353 "Folder": "FolderName"
360 Enable or disable the detection of captive portals.
362 **Compatibility:** Firefox 67, Firefox ESR 60.7\
363 **CCK2 Equivalent:** N/A\
364 **Preferences Affected:** `network.captive-portal-service.enabled`
368 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
373 <key>CaptivePortal</key>
381 "CaptivePortal": true | false
387 ### Certificates | ImportEnterpriseRoots
389 Trust certificates that have been added to the operating system certificate store by a user or administrator.
391 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
393 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
394 **CCK2 Equivalent:** N/A\
395 **Preferences Affected:** `security.enterprise_roots.enabled`
399 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
404 <key>Certificates</key>
406 <key>ImportEnterpriseRoots</key>
416 "ImportEnterpriseRoots": true | false
421 ### Certificates | Install
423 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
426 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
427 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
429 - /Library/Application Support/Mozilla/Certificates
430 - ~/Library/Application Support/Mozilla/Certificates
432 - /usr/lib/mozilla/certificates
433 - /usr/lib64/mozilla/certificates
434 - ~/.mozilla/certificates
436 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.
438 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.
440 Certificates are installed using the trust string `CT,CT,`.
442 Binary (DER) and ASCII (PEM) certificates are both supported.
444 **Compatibility:** Firefox 64, Firefox ESR 64\
445 **CCK2 Equivalent:** `certs.ca`\
446 **Preferences Affected:** N/A
450 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
451 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
456 <key>Certificates</key>
460 <string>cert1.der</string>
461 <string>/Users/username/cert2.pem</string>
471 "Install": ["cert1.der", "/home/username/cert2.pem"]
477 Configure cookie preferences.
479 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
481 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
483 `Default` determines whether cookies are accepted at all.
485 `AcceptThirdParty` determines how third-party cookies are handled.
487 `ExpireAtSessionEnd` determines when cookies expire.
489 `RejectTracker` only rejects cookies for trackers.
491 `Locked` prevents the user from changing cookie preferences.
493 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker was added in Firefox 63)\
494 **CCK2 Equivalent:** N/A\
495 **Preferences Affected:** `network.cookie.cookieBehavior`,`network.cookie.lifetimePolicy`
499 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
500 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
501 Software\Policies\Mozilla\Firefox\Cookies\Default = 0x1 | 0x0
502 Software\Policies\Mozilla\Firefox\Cookies\AcceptThirdParty = "always" | "never" |"from-visited"
503 Software\Policies\Mozilla\Firefox\Cookies\ExpireAtSessionEnd = 0x1 | 0x0
504 Software\Policies\Mozilla\Firefox\Cookies\RejectTracker = 0x1 | 0x0
505 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
514 <string>http://example.com</string>
518 <string>http://example.org</string>
522 <key>AcceptThirdParty</key>
523 <string>always | never | from-visited</string>
524 <key>ExpireAtSessionEnd</key>
526 <key>RejectTracker</key>
538 "Allow": ["http://example.org/"],
539 "Block": ["http://example.edu/"],
540 "Default": true | false,
541 "AcceptThirdParty": "always" | "never" | "from-visited",
542 "ExpireAtSessionEnd": true | false,
543 "RejectTracker": true | false,
544 "Locked": true | false
549 ### DisableSetDesktopBackground
550 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
552 **Compatibility:** Firefox 60, Firefox ESR 60\
553 **CCK2 Equivalent:** `removeSetDesktopBackground`\
554 **Preferences Affected:** N/A
558 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
564 <key>DisableSetDesktopBackground</key>
572 "DisableSetDesktopBackground": true | false
576 ### DisableMasterPasswordCreation
577 Remove the master password functionality.
579 **Compatibility:** Firefox 60, Firefox ESR 60\
580 **CCK2 Equivalent:** `noMasterPassword`\
581 **Preferences Affected:** N/A
585 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
591 <key>DisableMasterPasswordCreation</key>
599 "DisableMasterPasswordCreation": true | false
604 Turn off application updates.
606 **Compatibility:** Firefox 60, Firefox ESR 60\
607 **CCK2 Equivalent:** `disableFirefoxUpdates`\
608 **Preferences Affected:** N/A
612 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
617 <key>DisableAppUpdate</key>
625 "DisableAppUpdate": true | false
629 ### DisableBuiltinPDFViewer
630 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
632 **Compatibility:** Firefox 60, Firefox ESR 60\
633 **CCK2 Equivalent:** `disablePDFjs`\
634 **Preferences Affected:** `pdfjs.disabled`
638 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
644 <key>DisableBuiltinPDFViewer</key>
652 "DisableBuiltinPDFViewer": true | false
656 ### DisableDeveloperTools
657 Remove access to all developer tools.
659 **Compatibility:** Firefox 60, Firefox ESR 60\
660 **CCK2 Equivalent:** `removeDeveloperTools`\
661 **Preferences Affected:** `devtools.policy.disabled`
665 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
671 <key>DisableDeveloperTools</key>
679 "DisableDeveloperTools": true | false
683 ### DisableFeedbackCommands
684 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
686 **Compatibility:** Firefox 60, Firefox ESR 60\
687 **CCK2 Equivalent:** N/A\
688 **Preferences Affected:** N/A
692 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
697 <key>DisableFeedbackCommands</key>
705 "DisableFeedbackCommands": true | false
709 ### DisableFirefoxScreenshots
710 Remove access to Firefox Screenshots.
712 **Compatibility:** Firefox 60, Firefox ESR 60\
713 **CCK2 Equivalent:** N/A\
714 **Preferences Affected:** `extensions.screenshots.disabled`
718 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
723 <key>DisableFirefoxScreenshots</key>
731 "DisableFirefoxScreenshots": true | false
735 ### DisableFirefoxAccounts
736 Disable Firefox Accounts integration (Sync).
738 **Compatibility:** Firefox 60, Firefox ESR 60\
739 **CCK2 Equivalent:** `disableSync`\
740 **Preferences Affected:** `identity.fxaccounts.enabled`
744 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
749 <key>DisableFirefoxAccounts</key>
757 "DisableFirefoxAccounts": true | false
761 ### DisableFirefoxStudies
762 Disable Firefox studies (Shield).
764 **Compatibility:** Firefox 60, Firefox ESR 60\
765 **CCK2 Equivalent:** `disableForget`\
766 **Preferences Affected:** N/A
770 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
775 <key>DisableFirefoxStudies</key>
783 "DisableFirefoxStudies": true | false
787 ### DisableForgetButton
788 Disable the "Forget" button.
790 **Compatibility:** Firefox 60, Firefox ESR 60\
791 **CCK2 Equivalent:** `disableForget`\
792 **Preferences Affected:** N/A
796 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
801 <key>DisableForgetButton</key>
809 "DisableForgetButton": true | false
813 ### DisableFormHistory
814 Turn off saving information on web forms and the search bar.
816 **Compatibility:** Firefox 60, Firefox ESR 60\
817 **CCK2 Equivalent:** `disableFormFill`\
818 **Preferences Affected:** ` browser.formfill.enable`
822 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
827 <key>DisableFormHistory</key>
835 "DisableFormHistory": true | false
839 ### DisablePasswordReveal
840 Do not allow passwords to be shown in saved logins
842 **Compatibility:** Firefox 71, Firefox ESR 68.3\
843 **CCK2 Equivalent:** N/A
844 **Preferences Affected:** N/A
848 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
854 <key>DisablePasswordReveal</key>
862 "DisablePasswordReveal": true | false
867 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
869 **Compatibility:** Firefox 60, Firefox ESR 60\
870 **CCK2 Equivalent:** `disablePocket`\
871 **Preferences Affected:** `extensions.pocket.enabled`
875 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
880 <key>DisablePocket</key>
888 "DisablePocket": true | false
892 ### DisablePrivateBrowsing
893 Remove access to private browsing.
895 **Compatibility:** Firefox 60, Firefox ESR 60\
896 **CCK2 Equivalent:** `disablePrivateBrowsing`\
897 **Preferences Affected:** N/A
901 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
906 <key>DisablePrivateBrowsing</key>
914 "DisablePrivateBrowsing": true | false
918 ### DisableProfileImport
919 Disables the "Import data from another browser" option in the bookmarks window.
921 **Compatibility:** Firefox 60, Firefox ESR 60\
922 **CCK2 Equivalent:** N/A\
923 **Preferences Affected:** N/A
927 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
932 <key>DisableProfileImport</key>
940 "DisableProfileImport": true | false
944 ### DisableProfileRefresh
945 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.
947 **Compatibility:** Firefox 60, Firefox ESR 60\
948 **CCK2 Equivalent:** `disableResetFirefox`\
949 **Preferences Affected:** `browser.disableResetPrompt`
953 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
958 <key>DisableProfileRefresh</key>
966 "DisableProfileRefresh": true | false
971 Disable safe mode within the browser.
973 On Windows, this disables safe mode via the command line as well.
975 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
976 **CCK2 Equivalent:** `disableSafeMode`\
977 **Preferences Affected:** N/A
981 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
986 <key>DisableSafeMode</key>
994 "DisableSafeMode": true | false
998 ### DisableSecurityBypass
999 Prevent the user from bypassing security in certain cases.
1001 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
1003 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
1005 **Compatibility:** Firefox 60, Firefox ESR 60\
1006 **CCK2 Equivalent:** N/A\
1007 **Preferences Affected:** `security.certerror.hideAddException`,`browser.safebrowsing.allowOverride`
1011 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
1012 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
1017 <key>DisableSecurityBypass</key>
1019 <key>InvalidCertificate</key>
1021 <key><SafeBrowsing/key>
1030 "DisableSecurityBypass": {
1031 "InvalidCertificate": true false,
1032 "SafeBrowsing": true false
1037 ### DisableSystemAddonUpdate
1038 Prevent system add-ons from being installed or update.
1040 **Compatibility:** Firefox 60, Firefox ESR 60\
1041 **CCK2 Equivalent:** N/A\
1042 **Preferences Affected:** N/A
1045 ```Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
1050 <key>DisableSystemAddonUpdate</key>
1058 "DisableSystemAddonUpdate": true | false
1062 ### DisableTelemetry
1063 Prevent the upload of telemetry data.
1065 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
1067 **Compatibility:** Firefox 60, Firefox ESR 60\
1068 **CCK2 Equivalent:** `disableTelemetry`\
1069 **Preferences Affected:** `datareporting.healthreport.uploadEnabled,datareporting.policy.dataSubmissionEnabled`
1073 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
1078 <key>DisableTelemetry</key>
1086 "DisableTelemetry": true | false
1090 ### DisplayBookmarksToolbar
1091 Set the initial state of the bookmarks toolbar. A user can still hide it and it will stay hidden.
1093 **Compatibility:** Firefox 60, Firefox ESR 60\
1094 **CCK2 Equivalent:** `displayBookmarksToolbar`\
1095 **Preferences Affected:** N/A
1099 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = 0x1 | 0x0
1104 <key>DisplayBookmarksToolbar</key>
1112 "DisplayBookmarksToolbar": true | false
1116 ### DisplayMenuBar (Deprecated)
1117 Set the initial state of the menubar. A user can still hide it and it will stay hidden.
1119 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
1120 **CCK2 Equivalent:** `displayMenuBar`\
1121 **Preferences Affected:** N/A
1125 Software\Policies\Mozilla\Firefox\DisplayMenuBar = 0x1 | 0x0
1130 <key>DisplayMenuBar</key>
1138 "DisplayMenuBar": true | false
1143 Set the state of the menubar.
1145 `always` means the menubar is shown and cannot be hidden.
1147 `never` means the menubar is hidden and cannot be shown.
1149 `default-on` means the menubar is on by default but can be hidden.
1151 `default-off` means the menubar is off by default but can be shown.
1153 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
1154 **CCK2 Equivalent:** `displayMenuBar`\
1155 **Preferences Affected:** N/A
1159 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
1164 <key>DisplayMenuBar</key>
1165 <string>always | never | default-on | default-off</string>
1172 "DisplayMenuBar": "always", "never", "default-on", "default-off"
1177 Configure DNS over HTTPS.
1179 `Enabled` determines whether DNS over HTTPS is enabled
1181 `ProviderURL` is a URL to another provider.
1183 `Locked` prevents the user from changing DNS over HTTPS preferences.
1185 **Compatibility:** Firefox 63, Firefox ESR 68\
1186 **CCK2 Equivalent:** N/A\
1187 **Preferences Affected:** `network.trr.mode`,`network.trr.uri`
1191 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
1192 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
1193 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
1198 <key>DNSOverHTTPS</key>
1202 <key>ProviderURL</key>
1203 <string>URL_TO_ALTERNATE_PROVIDER</string>
1214 "Enabled": true | false,
1215 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
1216 "Locked": true | false
1221 ### DontCheckDefaultBrowser
1222 Don't check if Firefox is the default browser at startup.
1224 **Compatibility:** Firefox 60, Firefox ESR 60\
1225 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
1226 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
1230 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
1235 <key>DontCheckDefaultBrowser</key>
1243 "DontCheckDefaultBrowser": true | false
1247 ### DefaultDownloadDirectory
1248 Set the default download directory.
1250 You can use ${home} for the native home directory.
1252 **Compatibility:** Firefox 68, Firefox ESR 68\
1253 **CCK2 Equivalent:** N/A\
1254 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`
1258 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1263 <key>DefaultDownloadDirectory</key>
1264 <string>${home}/Downloads</string>
1267 #### policies.json (macOS and Linux)
1271 "DefaultDownloadDirectory": "${home}/Downloads"
1274 #### policies.json (Windows)
1278 "DefaultDownloadDirectory": "${home}\\Downloads"
1281 ### DownloadDirectory
1282 Set and lock the download directory.
1284 You can use ${home} for the native home directory.
1286 **Compatibility:** Firefox 68, Firefox ESR 68\
1287 **CCK2 Equivalent:** N/A\
1288 **Preferences Affected:** `browser.download.dir`,`browser.download.folderList`,`browser.download.useDownloadDir`
1292 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
1297 <key>DownloadDirectory</key>
1298 <string>${home}/Downloads</string>
1301 #### policies.json (macOS and Linux)
1305 "DownloadDirectory": "${home}/Downloads"
1308 #### policies.json (Windows)
1312 "DownloadDirectory": "${home}\\Downloads"
1315 ### EnableTrackingProtection
1316 Configure tracking protection.
1318 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.
1320 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
1322 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.
1324 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
1326 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
1328 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2)\
1329 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
1330 **Preferences Affected:** `privacy.trackingprotection.enabled`,`privacy.trackingprotection.pbmode.enabled`,`privacy.trackingprotection.cryptomining.enabled`,`privacy.trackingprotection.fingerprinting.enabled`
1334 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
1335 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
1336 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
1337 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
1342 <key>EnableTrackingProtection</key>
1348 <key><Cryptomining/key>
1350 <key><Fingerprinting/key>
1359 "EnableTrackingProtection": {
1360 "Value": [true, false],
1361 "Locked": [true, false],
1362 "Cryptomining": [true, false],
1363 "Fingerprinting": [true, false]
1367 ### EnterprisePoliciesEnabled
1368 Enable policy support on macOS.
1370 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
1371 **CCK2 Equivalent:** N/A\
1372 **Preferences Affected:** N/A
1377 <key>EnterprisePoliciesEnabled</key>
1382 Control the installation, uninstallation and locking of extensions.
1384 `Install` is a list of URLs or native paths for extensions to be installed.
1386 `Uninstall` is a list of extension IDs that should be uninstalled if found.
1388 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
1390 **Compatibility:** Firefox 60, Firefox ESR 60\
1391 **CCK2 Equivalent:** `addons`\
1392 **Preferences Affected:** N/A
1396 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
1397 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
1398 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
1399 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
1404 <key>Extensions</key>
1408 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
1409 <string>//path/to/xpi</string>
1411 <key>Uninstall</key>
1413 <string>bad_addon_id@mozilla.org</string>
1417 <string>addon_id@mozilla.org</string>
1427 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
1428 "Uninstall": ["bad_addon_id@mozilla.org"],
1429 "Locked": ["addon_id@mozilla.org"]
1434 ### ExtensionSettings
1435 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.
1437 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.
1439 To obtain an extension ID, install the extension and go to about:support. You will see the ID in the Extensions section.
1441 The configuration for each extension is another dictionary that can contain the fields documented below.
1443 | Name | Description |
1445 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
1446 | `allowed` | Allows the extension to be installed by the user. This is the default behavior.
1447 | `blocked`| Blocks installation of the extension and removes it from the device if already installed.
1448 | `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.
1449 | `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.
1450 | `install_url`| Maps to a URL indicating where Firefox can download a force_installed or normal_installed extension. If installing from the addons.mozilla.org, use the following URL (substituting SHORT_NAME from the URL on AMO), https://addons.mozilla.org/firefox/downloads/latest/SHORT_NAME/latest.xpi. If installing from the local file system, use a file:/// URL. Languages packs are available from https://releases.mozilla.org/pub/firefox/releases/VERSION/PLATFORM/xpi/LANGUAGE.xpi.
1451 | `install_sources` | 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.
1452 | `allowed_types` | This setting whitelists the allowed types of extension/apps that can be installed in Firefox. The value is a list of strings, each of which should be one of the following: "extension", "theme", "dictionary", "langpack" This setting can be used only for the default configuration.
1453 | `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.
1455 **Compatibility:** Firefox 69, Firefox ESR 68.1\
1456 **CCK2 Equivalent:** N/A\
1457 **Preferences Affected:** N/A
1461 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
1464 "blocked_install_message": "Custom error message.",
1465 "install_sources": ["https://addons.mozilla.org/"],
1466 "installation_mode": "blocked",
1467 "allowed_types": ["extension"]
1469 "uBlock0@raymondhill.net": {
1470 "installation_mode": "force_installed",
1471 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
1478 <key>ExtensionSettings</key>
1482 <key>blocked_install_message</key>
1483 <string>Custom error message.</string>
1484 <key>install_sources</key>
1486 <string>https://addons.mozilla.org/</string>
1488 <key>installation_mode</key>
1489 <string>blocked</string>
1490 <key>allowed_types</key>
1492 <string>extension</string>
1495 <key>uBlock0@raymondhill.net</key>
1497 <key>installation_mode</key>
1498 <string>force_installed</string>
1499 <key>install_url</key>
1500 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
1509 "ExtensionSettings": {
1511 "blocked_install_message": "Custom error message.",
1512 "install_sources": ["https://addons.mozilla.org/"],
1513 "installation_mode": "blocked",
1514 "allowed_types": ["extension"]
1516 "uBlock0@raymondhill.net": {
1517 "installation_mode": "force_installed",
1518 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
1525 Control extension updates.
1527 **Compatibility:** Firefox 67, Firefox ESR 60.7\
1528 **CCK2 Equivalent:** N/A\
1529 **Preferences Affected:** `extensions.update.enabled`
1533 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
1538 <key>ExtensionUpdate</key>
1546 "ExtensionUpdate": true | false
1551 Configure the default Flash plugin policy as well as origins for which Flash is allowed.
1553 `Allow` is a list of origins where Flash are allowed.
1555 `Block` is a list of origins where Flash is not allowed.
1557 `Default` determines whether or not Flash is allowed by default.
1559 `Locked` prevents the user from changing Flash preferences.
1561 **Compatibility:** Firefox 60, Firefox ESR 60\
1562 **CCK2 Equivalent:** `permissions.plugin`\
1563 **Preferences Affected:** `plugin.state.flash`
1567 Software\Policies\Mozilla\Firefox\FlashPlugin\Allow\1 = "https://example.org"
1568 Software\Policies\Mozilla\Firefox\FlashPlugin\Block\1 = "https://example.edu"
1569 Software\Policies\Mozilla\Firefox\FlashPlugin\Default = 0x1 | 0x0
1570 Software\Policies\Mozilla\Firefox\FlashPlugin\Locked = 0x1 | 0x0
1575 <key>FlashPlugin</key>
1579 <string>http://example.org</string>
1583 <string>http://example.edu</string>
1597 "Allow": ["http://example.org/"],
1598 "Block": ["http://example.edu/"],
1599 "Default": true | false,
1600 "Locked": true | false
1606 Customize the Firefox Home page.
1608 **Compatibility:** Firefox 68, Firefox ESR 68\
1609 **CCK2 Equivalent:** N/A\
1610 **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`
1614 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
1615 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
1616 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
1617 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
1618 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
1619 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
1624 <key>FirefoxHome</key>
1630 <key>Highlights</key>
1646 "Search": true | false,
1647 "TopSites": true | false,
1648 "Highlights": true | false,
1649 "Pocket": true | false,
1650 "Snippets": true | false,
1651 "Locked": true | false
1656 ### HardwareAcceleration
1657 Control hardware acceleration.
1659 **Compatibility:** Firefox 60, Firefox ESR 60\
1660 **CCK2 Equivalent:** N/A\
1661 **Preferences Affected:** `layers.acceleration.disabled`
1665 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
1670 <key>HardwareAcceleration</key>
1678 "HardwareAcceleration": true | false
1683 Configure the default homepage and how Firefox starts.
1685 `URL` is the default homepage.
1687 `Locked` prevents the user from changing homepage preferences.
1689 `Additional` allows for more than one homepage.
1691 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
1693 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4)\
1694 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
1695 **Preferences Affected:** `browser.startup.homepage`,`browser.startup.page`
1699 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
1700 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
1701 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
1702 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
1703 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session"
1711 <string>http://example.com</string>
1714 <key>Additional</key>
1716 <string>http://example.org</string>
1717 <string>http://example.edu</string>
1719 <key>StartPage</key>
1720 <string>none | homepage | previous-session</string>
1729 "URL": "http://example.com/",
1730 "Locked": true | false,
1731 "Additional": ["http://example.org/",
1732 "http://example.edu/"],
1733 "StartPage": "none" | "homepage" | "previous-session"
1738 ### InstallAddonsPermission
1739 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.
1741 `Allow` is a list of origins where extension installs are allowed.
1743 `Default` determines whether or not extension installs are allowed by default.
1745 **Compatibility:** Firefox 60, Firefox ESR 60\
1746 **CCK2 Equivalent:** `permissions.install`\
1747 **Preferences Affected:** `xpinstall.enabled`
1751 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
1752 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
1753 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
1758 <key>InstallAddonsPermission</key>
1762 <string>http://example.org</string>
1763 <string>http://example.edu</string>
1774 "InstallAddonsPermission": {
1775 "Allow": ["http://example.org/",
1776 "http://example.edu/"],
1777 "Default": true | false
1783 Disable the feature enforcing a separate profile for each installation.
1785 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.
1787 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
1789 This policy only work on Windows via GPO (not policies.json).
1791 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
1792 **CCK2 Equivalent:** N/A\
1793 **Preferences Affected:** N/A
1797 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
1800 Enable linking to local files by origin.
1802 **Compatibility:** Firefox 68, Firefox ESR 68\
1803 **CCK2 Equivalent:** N/A\
1804 **Preferences Affected:** `capability.policy.localfilelinks.*`
1808 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
1809 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
1814 <key>LocalFileLinks</key>
1816 <string>http://example.org</string>
1817 <string>http://example.edu</string>
1825 "LocalFileLinks": ["http://example.org/",
1826 "http://example.edu/"]
1830 ### NoDefaultBookmarks
1831 Disable the creation of default bookmarks.
1833 This policy is only effective if the user profile has not been created yet.
1835 **Compatibility:** Firefox 60, Firefox ESR 60\
1836 **CCK2 Equivalent:** `removeDefaultBookmarks`\
1837 **Preferences Affected:** N/A
1841 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
1846 <key>NoDefaultBookmarks</key>
1854 "NoDefaultBookmarks": true | false
1858 ### NetworkPrediction
1859 Enable or disable network prediction (DNS prefetching).
1861 **Compatibility:** Firefox 67, Firefox ESR 60.7\
1862 **CCK2 Equivalent:** N/A\
1863 **Preferences Affected:** `network.dns.disablePrefetch`,`network.dns.disablePrefetchFromHTTPS`
1867 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
1872 <key>NetworkPrediction</key>
1880 "NetworkPrediction": true | false
1884 Enable or disable the New Tab page.
1886 **Compatibility:** Firefox 68, Firefox ESR 68\
1887 **CCK2 Equivalent:** N/A\
1888 **Preferences Affected:** `browser.newtabpage.enabled`
1892 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
1897 <key>NewTabPage</key>
1905 "NewTabPage": true | false
1908 ### OfferToSaveLogins
1909 Control whether or not Firefox offers to save passwords.
1911 **Compatibility:** Firefox 60, Firefox ESR 60\
1912 **CCK2 Equivalent:** `dontRememberPasswords`\
1913 **Preferences Affected:** `signon.rememberSignons`
1917 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
1922 <key>OfferToSaveLogins</key>
1930 "OfferToSaveLogins": true | false
1934 ### OfferToSaveLoginsDefault
1935 Sets the default value of signon.rememberSignons without locking it.
1937 **Compatibility:** Firefox 70, Firefox ESR 60.2\
1938 **CCK2 Equivalent:** `dontRememberPasswords`\
1939 **Preferences Affected:** `signon.rememberSignons`
1943 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
1948 <key>OfferToSaveLoginsDefault</key>
1956 "OfferToSaveLoginsDefault": true | false
1960 ### OverrideFirstRunPage
1961 Override the first run page. If the value is blank, no first run page is displayed.
1963 **Compatibility:** Firefox 60, Firefox ESR 60\
1964 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
1965 **Preferences Affected:** `startup.homepage_welcome_url`
1969 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
1974 <key>OverrideFirstRunPage</key>
1975 <string>http://example.org</string>
1982 "OverrideFirstRunPage": "http://example.org"
1985 ### OverridePostUpdatePage
1986 Override the upgrade page. If the value is blank, no upgrade page is displayed.
1988 **Compatibility:** Firefox 60, Firefox ESR 60\
1989 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
1990 **Preferences Affected:** `startup.homepage_override_url`
1994 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
1999 <key>OverridePostUpdatePage</key>
2000 <string>http://example.org</string>
2007 "OverridePostUpdatePage": "http://example.org"
2010 ### PasswordManagerEnabled
2011 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
2013 **Compatibility:** Firefox 70, Firefox ESR 60.2\
2014 **CCK2 Equivalent:** N/A\
2015 **Preferences Affected:** `prefs.privacy.disable_button.view_passwords`
2019 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
2024 <key>PasswordManagerEnabled</key>
2032 "PasswordManagerEnabled": true | false
2037 Set permissions associated with camera, microphone, location, and notifications. Because these are origins, not domains, entries with unique ports must be specified separately. See examples below.
2039 `Allow` is a list of origins where the feature is allowed.
2041 `Block` is a list of origins where the feature is not allowed.
2043 `BlockNewRequests` determines whether or not new requests can be made for the feature.
2045 `Locked` prevents the user from changing preferences for the feature.
2047 **Compatibility:** Firefox 62, Firefox ESR 60.2\
2048 **CCK2 Equivalent:** N/A\
2049 **Preferences Affected:** `permissions.default.camera`,`permissions.default.microphone`,`permissions.default.geo`,`permissions.default.desktop-notification`
2053 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
2054 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.org:1234"
2055 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
2056 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
2057 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
2058 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
2059 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
2060 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
2061 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
2062 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
2063 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
2064 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
2065 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
2066 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
2067 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
2068 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
2069 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
2074 <key>Permissions</key>
2080 <string>https://example.org</string>
2081 <string>https://example.org:1234</string>
2085 <string>https://example.edu</string>
2087 <key>BlockNewRequests</key>
2092 <key>Microphone</key>
2096 <string>https://example.org</string>
2100 <string>https://example.edu</string>
2102 <key>BlockNewRequests</key>
2111 <string>https://example.org</string>
2115 <string>https://example.edu</string>
2117 <key>BlockNewRequests</key>
2122 <key>Notifications</key>
2126 <string>https://example.org</string>
2130 <string>https://example.edu</string>
2132 <key>BlockNewRequests</key>
2146 "Allow": ["https://example.org","https://example.org:1234"],
2147 "Block": ["https://example.edu"],
2148 "BlockNewRequests": true | false,
2149 "Locked": true | false
2152 "Allow": ["https://example.org"],
2153 "Block": ["https://example.edu"],
2154 "BlockNewRequests": true | false,
2155 "Locked": true | false
2158 "Allow": ["https://example.org"],
2159 "Block": ["https://example.edu"],
2160 "BlockNewRequests": true | false,
2161 "Locked": true | false
2164 "Allow": ["https://example.org"],
2165 "Block": ["https://example.edu"],
2166 "BlockNewRequests": true | false,
2167 "Locked": true | false
2174 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
2176 `Allow` is a list of origins where popup-windows are allowed.
2178 `Default` determines whether or not pop-up windows are allowed by default.
2180 `Locked` prevents the user from changing pop-up preferences.
2182 **Compatibility:** Firefox 60, Firefox ESR 60\
2183 **CCK2 Equivalent:** `permissions.popup`\
2184 **Preferences Affected:** `dom.disable_open_during_load`
2188 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
2189 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
2190 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
2191 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
2196 <key>PopupBlocking</key>
2200 <string>http://example.org</string>
2201 <string>http://example.edu</string>
2215 "Allow": ["http://example.org/",
2216 "http://example.edu/"],
2217 "Default": true | false,
2218 "Locked": true | false
2224 Set and lock certain preferences.
2226 **Compatibility:** See below\
2227 **CCK2 Equivalent:** `preferences`\
2228 **Preferences Affected:** See below
2230 | Preference | Type | Compatibility | Default
2231 | --- | --- | --- | ---
2232 | accessibility.force_disabled | integer | Firefox 70, Firefox ESR 68.2 | 0
2233 | If set to 1, platform accessibility is disabled.
2234 | app.update.auto | boolean | Firefox 68, Firefox ESR 68 | true
2235 | If false, Firefox doesn't automatically install update.
2236 | browser.bookmarks.autoExportHTML | boolean | Firefox 70, Firefox ESR 68.2 | false
2237 | If true, bookmarks are exported on shutdown.
2238 | browser.bookmarks.file | string | Firefox 70, Firefox ESR 68.2 | N/A
2239 | If set, the name of the file where bookmarks are exported and imported.
2240 | browser.bookmarks.restore_default_bookmarks | boolean | Firefox 70, Firefox ESR 68.2 | N/A
2241 | If true, bookmarks are restored to their defaults.
2242 | browser.cache.disk.enable | boolean | Firefox 68, Firefox ESR 68 | true
2243 | If false, don't store cache on the hard drive.
2244 | ~browser.cache.disk.parent_directory~ | string | Firefox 68, Firefox ESR 68 | Profile temporary directory
2245 | ~If set, changes the location of the disk cache.~ This policy doesn't work. It's being worked on.
2246 | browser.fixup.dns_first_for_single_words | boolean | Firefox 68, Firefox ESR 68 | false
2247 | If true, single words are sent to DNS, not directly to search.
2248 | browser.newtabpage.activity-stream.default.sites | string | Firefox 72, ESR 68.4 | Locale dependent
2249 | If set, a list of URLs to use as the default top sites on the new tab page.
2250 | browser.places.importBookmarksHTML | boolean | Firefox 70, Firefox ESR 68.2
2251 | If true, bookmarks are always imported on startup.
2252 | browser.safebrowsing.phishing.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
2253 | If false, phishing protection is not enabled (Not recommended)
2254 | browser.safebrowsing.malware.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
2255 | If false, malware protection is not enabled (Not recommended)
2256 | browser.search.update | boolean | Firefox 68, Firefox ESR 68 | true
2257 | If false, updates for search engines are not checked.
2258 | browser.slowStartup.notificationDisabled | boolean | Firefox 70, Firefox ESR 68.2 | false
2259 | If true, a notification isn't shown if startup is slow.
2260 | browser.tabs.warnOnClose | boolean | Firefox 68, Firefox ESR 68 | true
2261 | If false, there is no warning when the browser is closed.
2262 | browser.taskbar.previews.enable | boolean | Firefox 70, Firefox ESR 68.2 (Windows only) | false
2263 | If true, tab previews are shown in the Windows taskbar.
2264 | browser.urlbar.suggest.bookmark | boolean | Firefox 68, Firefox ESR 68 | true
2265 | If false, bookmarks aren't suggested when typing in the URL bar.
2266 | browser.urlbar.suggest.history | boolean | Firefox 68, Firefox ESR 68 | true
2267 | If false, history isn't suggested when typing in the URL bar.
2268 | browser.urlbar.suggest.openpage | boolean | Firefox 68, Firefox ESR 68 | true
2269 | If false, open tabs aren't suggested when typing in the URL bar.
2270 | datareporting.policy.dataSubmissionPolicyBypassNotification | boolean | Firefox 68, Firefox ESR 68 | false
2271 | If true, don't show the privacy policy tab on first run.
2272 | dom.allow_scripts_to_close_windows | boolean | Firefox 70, Firefox ESR 68.2 | false
2273 | If false, web page can close windows.
2274 | dom.disable_window_flip | boolean | Firefox 68, Firefox ESR 68 | true
2275 | If false, web pages can focus and activate windows.
2276 | dom.disable_window_move_resize | boolean | Firefox 68, Firefox ESR 68 | false
2277 | If true, web pages can't move or resize windows.
2278 | dom.event.contextmenu.enabled | boolean | Firefox 68, Firefox ESR 68 | true
2279 | If false, web pages can't override context menus.
2280 | dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl | string | Firefox 68, Firefox ESR 68 | N/A
2281 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
2282 | dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl | string | Firefox 68, Firefox ESR 68 | N/A
2283 | See https://support.mozilla.org/en-US/kb/dom-events-changes-introduced-firefox-66
2284 | extensions.blocklist.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
2285 | If false, the extensions blocklist is not used (Not recommended)
2286 | extensions.getAddons.showPane | boolean | Firefox 68, Firefox ESR 68 | N/A
2287 | If false, the Recommendations tab is not displayed in the Add-ons Manager.
2288 | extensions.htmlaboutaddons.recommendations.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
2289 | If false, recommendations are not shown on the Extensions tab in the Add-ons Manager.
2290 | geo.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
2291 | If false, the geolocation API is disabled. | Language dependent
2292 | intl.accept_languages | string | Firefox 70, Firefox ESR 68.2
2293 | If set, preferred language for web pages.
2294 | media.eme.enabled | boolean | Firefox 70, Firefox ESR 68.2 | true
2295 | If false, Encrypted Media Extensions are not enabled.
2296 | media.gmp-gmpopenh264.enabled | boolean | Firefox 68, Firefox ESR 68 | true
2297 | If false, the OpenH264 plugin is not downloaded.
2298 | media.gmp-widevinecdm.enabled | boolean | Firefox 68, Firefox ESR 68 | true
2299 | If false, the Widevine plugin is not downloaded.
2300 | media.peerconnection.enabled | boolean | Firefox 72, Firefox ESR 68.4 | true
2301 | If false, WebRTC is disabled
2302 | media.peerconnection.ice.obfuscate_host_addresses.whitelist | string | Firefox 72, Firefox ESR 68.4 | N/A
2303 | If set, a list of domains for which mDNS hostname obfuscation is
2305 | network.dns.disableIPv6 | boolean | Firefox 68, Firefox ESR 68 | false
2306 | If true, IPv6 DNS lokoups are disabled.
2307 | network.IDN_show_punycode | boolean | Firefox 68, Firefox ESR 68 | false
2308 | If true, display the punycode version of internationalized domain names.
2309 | places.history.enabled | boolean | Firefox 68, Firefox ESR 68 | true
2310 | If false, history is not enabled.
2311 | print.save_print_settings | boolean | Firefox 70, Firefox ESR 68.2 | true
2312 | If false, print settings are not saved between jobs.
2313 | security.default_personal_cert | string | Firefox 68, Firefox ESR 68 | Ask Every Time
2314 | If set to Select Automatically, Firefox automatically chooses the default personal certificate.
2315 | security.mixed_content.block_active_content | boolean | Firefox 70, Firefox ESR 68.2 | true
2316 | If false, mixed active content (HTTP and HTTPS) is not blocked.
2317 | security.osclientcerts.autoload | boolean | Firefox 72, Firefox ESR 68.4 (Windows only) | false
2318 | If true, client certificates are loaded from the operating system certificate store.
2319 | security.ssl.errorReporting.enabled | boolean | Firefox 68, Firefox ESR 68 | true
2320 | If false, SSL errors cannot be sent to Mozilla.
2321 | security.tls.hello_downgrade_check | boolean | Firefox 72, Firefox ESR 68.4 | true
2322 | If false, the TLS 1.3 downgrade check is disabled.
2323 | ui.key.menuAccessKeyFocuses | boolean | Firefox 68, Firefox ESR 68 | true
2324 | If false, the Alt key doesn't show the menubar on Windows.
2325 | widget.content.gtk-theme-override | string | Firefox 72, Firefox ESR 68.4 (Linux only) | N/A
2326 | If set, overrides the GTK theme for widgets.
2329 Software\Policies\Mozilla\Firefox\Preferences\boolean_preference_name = 0x1 | 0x0
2330 Software\Policies\Mozilla\Firefox\Preferences\string_preference_name = "string_value"
2335 <key>Preferences</key>
2337 <key>boolean_preference_name</key>
2339 <key>string_preference_name</key>
2340 <string>string_value</string>
2349 "boolean_preference_name": true | false,
2350 "string_preference_name": "string_value"
2355 ### PromptForDownloadLocation
2356 Ask where to save each file before downloading.
2358 **Compatibility:** Firefox 68, Firefox ESR 68\
2359 **CCK2 Equivalent:** N/A
2360 **Preferences Affected:** `browser.download.useDownloadDir`
2364 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
2369 <key>PromptForDownloadLocation</key>
2377 "PromptForDownloadLocation": true | false
2382 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
2383 To specify ports, append them to the hostnames with a colon (:).
2385 `Mode` is the proxy method being used.
2387 `Locked` is whether or not proxy settings can be changed.
2389 `HTTPProxy` is the HTTP proxy server.
2391 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
2393 `SSLProxy` is the SSL proxy server.
2395 `FTPProxy` is the FTP proxy server.
2397 `SOCKSProxy` is the SOCKS proxy server
2399 `SOCKSVersion` is the SOCKS version (4 or 5)
2401 `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.
2403 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
2405 `AutoLogin` means do not prompt for authentication if password is saved.
2407 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
2409 **Compatibility:** Firefox 60, Firefox ESR 60\
2410 **CCK2 Equivalent:** `networkProxy*`\
2411 **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`
2415 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none", "system", "manual", "autoDetect", "autoConfig"
2416 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
2417 Software\Policies\Mozilla\Firefox\=Proxy\HTTPProxy = https://httpproxy.example.com
2418 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
2419 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
2420 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
2421 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
2422 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
2423 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
2424 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
2425 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
2426 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
2434 <string>none | system | manual | autoDetect | autoConfig</string>
2437 <key>HTTPProxy</key>
2438 <string>https://httpproxy.example.com</string>
2439 <key>UseHTTPProxyForAllProtocols</key>
2442 <string>https://sslproxy.example.com</string>
2444 <string>https://ftpproxy.example.com</string>
2445 <key>SOCKSProxy</key>
2446 <string>https://socksproxy.example.com</string>
2447 <key>SOCKSVersion</key>
2448 <string>4 | 5</string>
2449 <key>Passthrough</key>
2450 <string><local>></string>
2451 <key>AutoConfigURL</key>
2452 <string>URL_TO_AUTOCONFIG</string>
2453 <key>AutoLogin</key>
2455 <key>UseProxyForDNS</key>
2465 "Mode": "none", "system", "manual", "autoDetect", "autoConfig",
2466 "Locked": [true, false],
2467 "HTTPProxy": "hostname",
2468 "UseHTTPProxyForAllProtocols": [true, false],
2469 "SSLProxy": "hostname",
2470 "FTPProxy": "hostname",
2471 "SOCKSProxy": "hostname",
2472 "SOCKSVersion": 4 | 5
2473 "Passthrough": "<local>",
2474 "AutoConfigURL": "URL_TO_AUTOCONFIG",
2475 "AutoLogin": [true, false],
2476 "UseProxyForDNS": [true, false]
2481 ### RequestedLocales
2482 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
2484 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
2486 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
2487 **CCK2 Equivalent:** N/A\
2488 **Preferences Affected:** N/A
2491 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
2492 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
2496 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
2501 <key>RequestedLocales</key>
2504 <string>en-US</string>
2511 <key>RequestedLocales</key>
2512 <string>de,en-US</string>
2520 "RequestedLocales": ["de", "en-US"]
2528 "RequestedLocales": "de,en-US"
2532 ### SanitizeOnShutdown (Selective)
2533 Clear data on shutdown. Choose from Cache, Cookies, Download History, Form & Search History, Browsing History, Active Logins, Site Preferences and Offline Website Data.
2535 **Compatibility:** Firefox 68, Firefox ESR 68\
2536 **CCK2 Equivalent:** N/A\
2537 **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`
2540 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
2541 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
2542 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
2543 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
2544 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
2545 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
2546 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
2547 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
2552 <key>SanitizeOnShutdown</key>
2558 <key>Downloads</key>
2566 <key>SiteSettings</key>
2568 <key>OfflineApps</key>
2577 "SanitizeOnShutdown": {
2578 "Cache": true | false,
2579 "Cookies": true | false,
2580 "Downloads": true | false,
2581 "FormData": true | false,
2582 "History": true | false,
2583 "Sessions": true | false,
2584 "SiteSettings": true | false,
2585 "OfflineApps": true | false
2590 ### SanitizeOnShutdown (All)
2591 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
2593 **Compatibility:** Firefox 60, Firefox ESR 60\
2594 **CCK2 Equivalent:** N/A\
2595 **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`
2598 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
2603 <key>SanitizeOnShutdown</key>
2611 "SanitizeOnShutdown": true | false
2616 Set whether or not search bar is displayed.
2618 **Compatibility:** Firefox 60, Firefox ESR 60\
2619 **CCK2 Equivalent:** `showSearchBar`\
2620 **Preferences Affected:** N/A
2624 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
2629 <key>SearchBar</key>
2630 <string>unified | separate</string>
2638 "SearchBar": "unified" | "separate"
2647 ### SearchEngines (This policy is only available on the ESR.)
2649 ### SearchEngines | Default
2651 Set the default search engine. This policy is only available on the ESR.
2653 **Compatibility:** Firefox ESR 60\
2654 **CCK2 Equivalent:** `defaultSearchEngine`\
2655 **Preferences Affected:** N/A
2659 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
2664 <key>SearchEngines</key>
2667 <string>NAME_OF_SEARCH_ENGINE</string>
2676 "Default": "NAME_OF_SEARCH_ENGINE"
2681 ### SearchEngines | PreventInstalls
2683 Prevent installing search engines from webpages.
2685 **Compatibility:** Firefox ESR 60\
2686 **CCK2 Equivalent:** `disableSearchEngineInstall`\
2687 **Preferences Affected:** N/A
2691 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
2696 <key>SearchEngines</key>
2698 <key>PreventInstalls</key>
2708 "PreventInstalls": true | false
2713 ### SearchEngines | Remove
2715 Hide built-in search engines. This policy is only available on the ESR.
2717 **Compatibility:** Firefox ESR 60.2\
2718 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
2719 **Preferences Affected:** N/A
2723 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
2728 <key>SearchEngines</key>
2732 <string>NAME_OF_SEARCH_ENGINE</string>
2742 "Remove": ["NAME_OF_SEARCH_ENGINE"]
2747 ### SearchEngines | Add
2749 Add new search engines (up to five). This policy is only available on the ESR. `Name` and `URLTemplate` are required.
2751 `Name` is the name of the search engine.
2753 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
2755 `Method` is either GET or POST
2757 `IconURL` is a URL for the icon to use.
2759 `Alias` is a keyword to use for the engine.
2761 `Description` is a description of the search engine.
2763 `PostData` is the POST data as name value pairs separated by &.
2765 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
2767 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68)\
2768 **CCK2 Equivalent:** `searchplugins`\
2769 **Preferences Affected:** N/A
2773 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
2774 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
2775 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
2776 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
2777 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
2778 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
2779 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
2780 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
2786 <key>SearchEngines</key>
2792 <string>Example1</string>
2793 <key>URLTemplate</key>
2794 <string>https://www.example.org/q={searchTerms}</string>
2796 <string>GET | POST </string>
2798 <string>https://www.example.org/favicon.ico</string>
2800 <string>example</string>
2801 <key>Description</key>
2802 <string>Example Description</string>
2803 <key>SuggestURLTemplate</key>
2804 <string>https://www.example.org/suggestions/q={searchTerms}</string>
2806 <string>name=value&q={searchTerms}</string>
2820 "URLTemplate": "https://www.example.org/q={searchTerms}",
2821 "Method": "GET" | "POST",
2822 "IconURL": "https://www.example.org/favicon.ico",
2824 "Description": "Description",
2825 "PostData": "name=value&q={searchTerms}",
2826 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
2833 ### SearchSuggestEnabled
2835 Enable search suggestions.
2837 **Compatibility:** Firefox 68, Firefox ESR 68\
2838 **CCK2 Equivalent:** N/A\
2839 **Preferences Affected:** `browser.urlbar.suggest.searches`,`browser.search.suggest.enabled`
2843 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
2848 <key>SearchSuggestEnabled</key>
2856 "SearchSuggestEnabled": true | false
2862 Install PKCS #11 modules.
2864 **Compatibility:** Firefox 64, Firefox ESR 60.4\
2865 **CCK2 Equivalent:** `certs.devices`\
2866 **Preferences Affected:** N/A
2870 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
2875 <key>SecurityDevices</key>
2877 <key>NAME_OF_DEVICE</key>
2878 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
2887 "SecurityDevices": {
2888 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
2895 Set and lock the maximum version of TLS.
2897 **Compatibility:** Firefox 66, Firefox ESR 60.6\
2898 **CCK2 Equivalent:** N/A\
2899 **Preferences Affected:** `security.tls.version.max`
2903 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
2908 <key>SSLVersionMax</key>
2909 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
2917 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
2923 Set and lock the minimum version of TLS.
2925 **Compatibility:** Firefox 66, Firefox ESR 60.6\
2926 **CCK2 Equivalent:** N/A\
2927 **Preferences Affected:** `security.tls.version.min`
2931 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
2936 <key>SSLVersionMin</key>
2937 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
2945 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
2950 Add a menuitem to the help menu for specifying support information.
2952 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
2953 **CCK2 Equivalent:** helpMenu\
2954 **Preferences Affected:** N/A
2958 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
2959 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
2960 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
2965 <key>SupportMenu</key>
2968 <string>SupportMenu</string>
2970 <string>http://example.com/support</string>
2971 <key>AccessKey</key>
2981 "Title": "Support Menu",
2982 "URL": "http://example.com/support",
2989 Block websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. The arrays are limited to 1000 entries each.
2991 **Compatibility:** Firefox 60, Firefox ESR 60\
2992 **CCK2 Equivalent:** N/A\
2993 **Preferences Affected:** N/A
2997 Software\Policies\Mozilla\Firefox\WebsiteFilters\Block\1 = "<all_urls>"
2998 Software\Policies\Mozilla\Firefox\WebsiteFilters\Exceptions\1 = "http://example.org/*"
3003 <key>WebsiteFilter</key>
3007 <string><all_urls></string>
3009 <key>Exceptions</key>
3011 <string>http://example.org/*</string>
3022 "Block": ["<all_urls>"],
3023 "Exceptions": ["http://example.org/*"]