1 **IMPORTANT**: This file is in active development along with the policies in Firefox. To get the policy information that corresponds to a specific release, go to https://github.com/mozilla/policy-templates/releases.
3 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.
5 The content of the JSON file should look like this:
13 Policies are documented below.
16 **Note**: though comments are used in this readme file for documentation, comments are not valid in actual JSON files. Remove all comments before attempting to deploy.
19 This policy is for changing the URL used for application update
22 "AppUpdateURL": "http://yoursite.com"
28 This policy is for configuring sites that support integrated authentication. See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information.
33 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
34 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
35 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
45 A Boolean value that blocks access to about:addons.
47 **Compatibility:** Firefox 60, Firefox ESR 60\
48 **CCK2 Equivalent:** `disableAddonsManager`\
49 **Preferences Affected:** N/A
52 | Type | Registry Location |
53 | ---- | ----------------- |
54 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\BlockAboutAddons` |
59 <key>BlockAboutAddons</key>
67 "BlockAboutAddons": true | false
72 A Boolean value that blocks access to about:config.
74 **Compatibility:** Firefox 60, Firefox ESR 60\
75 **CCK2 Equivalent:** `disableAboutConfig`\
76 **Preferences Affected:** N/A
79 | Type | Registry Location |
80 | ---- | ----------------- |
81 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\BlockAboutConfig` |
86 <key>BlockAboutConfig</key>
94 "BlockAboutConfig": true | false
98 ### BlockAboutProfiles
99 A Boolean value that blocks access to about:profiles.
101 **Compatibility:** Firefox 60, Firefox ESR 60\
102 **CCK2 Equivalent:** `disableAboutProfiles`\
103 **Preferences Affected:** N/A
106 | Type | Registry Location |
107 | ---- | ----------------- |
108 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\BlockAboutProfiles` |
113 <key>BlockAboutProfiles</key>
121 "BlockAboutProfiles": true | false
125 ### BlockAboutSupport
126 A Boolean value that blocks access to about:support.
128 **Compatibility:** Firefox 60, Firefox ESR 60\
129 **CCK2 Equivalent:** `disableAboutSupport`\
130 **Preferences Affected:** N/A
133 | Type | Registry Location |
134 | ---- | ----------------- |
135 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\BlockAboutSupport` |
140 <key>BlockAboutSupport</key>
148 "BlockAboutSupport": true | false
153 This policy allows you to specify bookmarks. You can have any number of bookmarks, although only ten are specified in the ADMX file.
154 Placement can be specified as either toolbar or menu. If a folder is specified, it is automatically created and bookmarks with the
155 same folder name are grouped together.
162 "URL": "http://example.org",
163 "Favicon": "http://example.com/favicon.ico",
164 "Placement": ["toolbar", "menu"],
165 "Folder": "FolderName"
172 A Boolean value that enables or disables captive portal support by setting and locking the preference `network.captive-portal-service.enabled`.
174 **Compatibility:** Firefox 67, Firefox ESR 60.7\
175 **CCK2 Equivalent:** N/A\
176 **Preferences Affected:** `network.captive-portal-service.enabled`
179 | Type | Registry Location |
180 | ---- | ----------------- |
181 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\CaptivePortal` |
186 <key>CaptivePortal</key>
194 "CaptivePortal": true | false
199 This policy can be used to install certificates or to read certificates from the system certificate store on Mac and Windows.
201 The ImportEnterpriseRoots key will cause Firefox to import 3rd party certificates that have been added by a user administrator from the system certificate store.
202 It does not import all certificates. These certificates will not display in the Firefox certificates manager.
204 The Install Certificates key by default will search for certificates in the locations listed below.
205 Starting in Firefox 65 you can specify a fully qualified path including UNC. (See cert3.der and cert4.pem, in example).
207 **Be advised if you wish to load a certificate from a UNC path you must use double backslashes.**
208 Example: \\\\SERVER\\CERTS\\CERT5.PEM
211 If Firefox does not find something at your fully qualified path, it will search the default directories.
213 Certificates can be located in the following locations:
215 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
216 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
218 - /Library/Application Support/Mozilla/Certificates
219 - ~/Library/Application Support/Mozilla/Certificates
221 - /usr/lib/mozilla/certificates
222 - /usr/lib64/mozilla/certificates
223 - ~/.mozilla/certificates
230 "ImportEnterpriseRoots": true,
231 "Install": ["cert1.der", "cert2.pem", "%SYSTEMDRIVE%\\Company\\cert3.der", "/Library/Company/cert4.pem", "\\\\server\\certs\\cert.pem"]
237 This policy controls various settings related to cookies.
242 "Allow": ["http://example.org/"], /* Domains where cookies are always allowed */
243 "Block": ["http://example.edu/"], /* Domains where cookies are always blocked */
244 "Default": [true|false], /* This sets the default value for "Accept cookies from websites" */
245 "AcceptThirdParty": ["always", "never", "from-visited"], /* This sets the default value for "Accept third-party cookies" */
246 "ExpireAtSessionEnd": [true|false], /* This determines when cookies expire */
247 "RejectTracker": [true|false], /* Only reject trackers */
248 "Locked": [true|false] /* If this is true, cookies preferences can't be changed */
254 This policy configures DNS over HTTPS.
259 "Enabled": [true|false],
260 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
261 "Locked": [true|false]
266 ### DisableSetDesktopBackground
267 This policy removes the "Set As Desktop Background..." menuitem when right clicking on an image.
269 **Compatibility:** Firefox 60, Firefox ESR 60\
270 **CCK2 Equivalent:** `removeSetDesktopBackground`\
271 **Preferences Affected:** `devtools.policy.disabled`
274 | Type | Registry Location |
275 | ---- | ----------------- |
276 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground` |
281 <key>DisableSetDesktopBackground</key>
289 "DisableSetDesktopBackground": true | false
293 ### DisableMasterPasswordCreation
294 If this policy is set to true, the master password functionality is removed.
296 **Compatibility:** Firefox 60, Firefox ESR 60\
297 **CCK2 Equivalent:** `noMasterPassword`\
298 **Preferences Affected:** N/A
301 | Type | Registry Location |
302 | ---- | ----------------- |
303 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation` |
308 <key>DisableMasterPasswordCreation</key>
316 "DisableMasterPasswordCreation": true | false
321 This policy turns off application updates.
323 **Compatibility:** Firefox 60, Firefox ESR 60\
324 **CCK2 Equivalent:** `disableFirefoxUpdates`\
325 **Preferences Affected:** N/A
328 | Type | Registry Location |
329 | ---- | ----------------- |
330 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableAppUpdate` |
335 <key>DisableAppUpdate</key>
343 "DisableAppUpdate": true | false
347 ### DisableBuiltinPDFViewer
348 This policy disables the built in PDF viewer. PDF files are downloaded and sent externally.
350 **Compatibility:** Firefox 60, Firefox ESR 60\
351 **CCK2 Equivalent:** `disablePDFjs`\
352 **Preferences Affected:** `pdfjs.disabled`
355 | Type | Registry Location |
356 | ---- | ----------------- |
357 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer` |
362 <key>DisableBuiltinPDFViewer</key>
370 "DisableBuiltinPDFViewer": true | false
374 ### DisableDeveloperTools
375 This policy removes access to all developer tools.
377 **Compatibility:** Firefox 60, Firefox ESR 60\
378 **CCK2 Equivalent:** `removeDeveloperTools`\
379 **Preferences Affected:** `devtools.policy.disabled`
382 | Type | Registry Location |
383 | ---- | ----------------- |
384 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableDeveloperTools` |
389 <key>DisableDeveloperTools</key>
397 "DisableDeveloperTools": true | false
401 ### DisableFeedbackCommands
402 This policy disables the menus for reporting sites (Submit Feedback, Report Deceptive Site).
404 **Compatibility:** Firefox 60, Firefox ESR 60\
405 **CCK2 Equivalent:** N/A\
406 **Preferences Affected:** N/A
409 | Type | Registry Location |
410 | ---- | ----------------- |
411 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableFeedbackCommands` |
416 <key>DisableFeedbackCommands</key>
424 "DisableFeedbackCommands": true | false
428 ### DisableFirefoxScreenshots
429 This policy removes access to Firefox Screenshots.
431 **Compatibility:** Firefox 60, Firefox ESR 60\
432 **CCK2 Equivalent:** N/A\
433 **Preferences Affected:** `extensions.screenshots.disabled`
436 | Type | Registry Location |
437 | ---- | ----------------- |
438 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots` |
443 <key>DisableFirefoxScreenshots</key>
451 "DisableFirefoxScreenshots": true | false
455 ### DisableFirefoxAccounts
456 A boolean possibly that disables sync.
458 **Compatibility:** Firefox 60, Firefox ESR 60\
459 **CCK2 Equivalent:** `disableSync`\
460 **Preferences Affected:** `identity.fxaccounts.enabled`
463 | Type | Registry Location |
464 | ---- | ----------------- |
465 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts` |
470 <key>DisableFirefoxAccounts</key>
478 "DisableFirefoxAccounts": true | false
482 ### DisableFirefoxStudies
483 This policy disables Firefox studies (Shield).
485 **Compatibility:** Firefox 60, Firefox ESR 60\
486 **CCK2 Equivalent:** `disableForget`\
487 **Preferences Affected:** N/A
490 | Type | Registry Location |
491 | ---- | ----------------- |
492 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableFirefoxStudies` |
497 <key>DisableFirefoxStudies</key>
505 "DisableFirefoxStudies": true | false
509 ### DisableForgetButton
510 This policy turns disables the "Forget" button.
512 **Compatibility:** Firefox 60, Firefox ESR 60\
513 **CCK2 Equivalent:** `disableForget`\
514 **Preferences Affected:** N/A
517 | Type | Registry Location |
518 | ---- | ----------------- |
519 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableForgetButton` |
524 <key>DisableForgetButton</key>
532 "DisableForgetButton": true | false
536 ### DisableFormHistory
537 This policy turns off saving information on web forms and the search bar.
539 **Compatibility:** Firefox 60, Firefox ESR 60\
540 **CCK2 Equivalent:** `disableFormFill`\
541 **Preferences Affected:** ` browser.formfill.enable`
544 | Type | Registry Location |
545 | ---- | ----------------- |
546 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableFormHistory` |
551 <key>DisableFormHistory</key>
559 "DisableFormHistory": true | false
564 This policy removes Pocket in the Firefox UI. It does not remove it from the new tab page.
566 **Compatibility:** Firefox 60, Firefox ESR 60\
567 **CCK2 Equivalent:** `disablePocket`\
568 **Preferences Affected:** `extensions.pocket.enabled`
571 | Type | Registry Location |
572 | ---- | ----------------- |
573 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisablePocket` |
578 <key>DisablePocket</key>
586 "DisablePocket": true | false
590 ### DisablePrivateBrowsing
591 This policy removes access to private browsing.
593 **Compatibility:** Firefox 60, Firefox ESR 60\
594 **CCK2 Equivalent:** `disablePrivateBrowsing`\
595 **Preferences Affected:** N/A
598 | Type | Registry Location |
599 | ---- | ----------------- |
600 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing` |
605 <key>DisablePrivateBrowsing</key>
613 "DisablePrivateBrowsing": true | false
617 ### DisableProfileImport
618 This policy disables the "Import data from another browser" option in the bookmarks window.
620 **Compatibility:** Firefox 60, Firefox ESR 60\
621 **CCK2 Equivalent:** N/A\
622 **Preferences Affected:** N/A
625 | Type | Registry Location |
626 | ---- | ----------------- |
627 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableProfileImport` |
632 <key>DisableProfileImport</key>
640 "DisableProfileImport": true | false
644 ### DisableProfileRefresh
645 This policy disables 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.
647 **Compatibility:** Firefox 60, Firefox ESR 60\
648 **CCK2 Equivalent:** `disableResetFirefox`\
649 **Preferences Affected:** `browser.disableResetPrompt`
652 | Type | Registry Location |
653 | ---- | ----------------- |
654 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableProfileRefresh` |
659 <key>DisableProfileRefresh</key>
667 "DisableProfileRefresh": true | false
672 This boolean value disables safe mode.
674 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
675 **CCK2 Equivalent:** `disableSafeMode`\
676 **Preferences Affected:** N/A
679 | Type | Registry Location |
680 | ---- | ----------------- |
681 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableSafeMode` |
686 <key>DisableSafeMode</key>
694 "DisableSafeMode": true | false
698 ### DisableSecurityBypass
699 This policy prevents the user from bypassing security in certain cases.
703 "DisableSecurityBypass": {
704 "InvalidCertificate": [true|false], /* Prevents adding an exception when an invalid certificate is shown */
705 "SafeBrowsing": [true|false] /* Prevents selecting "ignore the risk" and visiting a harmful site anyway */
710 ### DisableSystemAddonUpdate
711 This boolean value prevents system add-ons from being updated or installed.
713 **Compatibility:** Firefox 60, Firefox ESR 60\
714 **CCK2 Equivalent:** N/A\
715 **Preferences Affected:** N/A
718 | Type | Registry Location |
719 | ---- | ----------------- |
720 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate` |
725 <key>DisableSystemAddonUpdate</key>
733 "DisableSystemAddonUpdate": true | false
738 This boolean value prevents the upload of telemetry data.
740 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
742 **Compatibility:** Firefox 60, Firefox ESR 60\
743 **CCK2 Equivalent:** `disableTelemetry`\
744 **Preferences Affected:** `datareporting.healthreport.uploadEnabled,datareporting.policy.dataSubmissionEnabled`
747 | Type | Registry Location |
748 | ---- | ----------------- |
749 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisableTelemetry` |
754 <key>DisableTelemetry</key>
762 "DisableTelemetry": true | false
766 ### DisplayBookmarksToolbar
767 This boolean value turns on the bookmarks toolbar by default. A user can still turn it off, and it will stay off.
769 **Compatibility:** Firefox 60, Firefox ESR 60\
770 **CCK2 Equivalent:** `displayBookmarksToolbar`\
771 **Preferences Affected:** N/A
774 | Type | Registry Location |
775 | ---- | ----------------- |
776 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar` |
781 <key>DisplayBookmarksToolbar</key>
789 "DisplayBookmarksToolbar": true | false
793 ### DontCheckDefaultBrowser
794 This boolean value turns on the menubar by default. A user can still turn it off, and it will stay off.
796 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, some Linux)\
797 **CCK2 Equivalent:** `displayMenuBar`\
798 **Preferences Affected:** N/~
801 | Type | Registry Location |
802 | ---- | ----------------- |
803 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DisplayMenuBar` |
808 <key>DisplayMenuBar</key>
816 "DisplayMenuBar": true | false
820 ### DontCheckDefaultBrowser
821 This boolean value stops Firefox from checking if it is the default browser at startup.
823 **Compatibility:** Firefox 60, Firefox ESR 60\
824 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
825 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
828 | Type | Registry Location |
829 | ---- | ----------------- |
830 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser` |
835 <key>DontCheckDefaultBrowser</key>
843 "DontCheckDefaultBrowser": true | false
847 ### EnableTrackingProtection
848 This policy affects tracking protection.
850 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.
852 If Value is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
854 If Value is set to true, tracking protection is enabled by default in both the regular browser and private browsing.
856 You can choose to set the Locked value if you want to prevent the user from changing it.
860 "EnableTrackingProtection": {
861 "Value": [true, false],
862 "Locked": [true, false]
867 This policy controls the installation, uninstallation and locking of extensions. Locked extensions cannot be disabled or uninstalled.
868 For Install, you specify a list of URLs or paths.
869 For Uninstall and Locked, you specify extension IDs.
874 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
875 "Uninstall": ["addon_id@mozilla.org"],
876 "Locked": ["addon_id@mozilla.org"]
882 This boolean value determines extension update are enabled.
884 **Compatibility:** Firefox 60, Firefox ESR 60\
885 **CCK2 Equivalent:** N/A\
886 **Preferences Affected:** `extensions.update.enabled`
889 | Type | Registry Location |
890 | ---- | ----------------- |
891 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\ExtensionUpdate` |
896 <key>ExtensionUpdate</key>
904 "ExtensionUpdate": true | false
908 ### HardwareAcceleration
909 This boolean value determines if hardware acceleration is enabled.
911 **Compatibility:** Firefox 60, Firefox ESR 60\
912 **CCK2 Equivalent:** N/A\
913 **Preferences Affected:** `layers.acceleration.disabled`
916 | Type | Registry Location |
917 | ---- | ----------------- |
918 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\HardwareAcceleration` |
923 <key>HardwareAcceleration</key>
931 "HardwareAcceleration": true | false
935 ### NoDefaultBookmarks
936 A Boolean value that prevents the default bookmarks and Smart Bookmarks (Most Visited, Recent Tags) from being created. Note: this policy is only effective if used before the first run of the profile. Also, the smart bookmarks were removed in Firefox 63.
938 **Compatibility:** Firefox 60, Firefox ESR 60\
939 **CCK2 Equivalent:** `removeDefaultBookmarks`\
940 **Preferences Affected:** N/A
943 | Type | Registry Location |
944 | ---- | ----------------- |
945 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\NoDefaultBookmarks` |
950 <key>NoDefaultBookmarks</key>
958 "NoDefaultBookmarks": true | false
962 ### OfferToSaveLogins
963 This boolean value determines whether or not Firefox offers to save passwords.
965 **Compatibility:** Firefox 60, Firefox ESR 60\
966 **CCK2 Equivalent:** `dontRememberPasswords`\
967 **Preferences Affected:** `signon.rememberSignons`
970 | Type | Registry Location |
971 | ---- | ----------------- |
972 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\OfferToSaveLogins` |
977 <key>OfferToSaveLogins</key>
985 "OfferToSaveLogins": true | false
990 This policy sets the default homepage value and the default start page. It can also be used to lock the homepage or add additional homepages.
995 "URL": "http://example.com/",
997 "Additional": ["http://example.org/",
998 "http://example.edu/"],
999 "StartPage": ["none", "homepage", "previous-session"]
1005 This policy sets domains for which pop-up windows are allowed. It also sets the default pop-up policy.
1010 "Allow": ["http://example.org/",
1011 "http://example.edu/"],
1012 "Default": [true|false], /* If this is set to false, pop-up window are enabled by default. */
1013 "Locked": [true|false]
1018 ### InstallAddonsPermission
1019 This policy sets domains that can install extensions, as well as the default behavior.
1023 "InstallAddonsPermission": {
1024 "Allow": ["http://example.org/",
1025 "http://example.edu/"],
1026 "Default": [true|false] /* If this is set to false, add-ons cannot be installed by the user */
1032 This policy sets the behavior of Flash on the specified domains, as well as the default behavior.
1037 "Allow": ["http://example.org/"], /* Sites on the allow list do not override Flash being completely disabled */
1038 "Block": ["http://example.edu/"],
1039 "Default": [true|false], /* If this is set to true, Flash is always enabled. If it is set to false, Flash is never enabled */
1040 "Locked": [true|false]
1045 ### NetworkPrediction
1046 This policy enables or disables network prediction (DNS prefetching) by setting and locking the preferences `network.dns.disablePrefetch` and `network.dns.disablePrefetchFromHTTPS`.
1050 "NetworkPrediction": [true|false]
1053 ### OverrideFirstRunPage
1054 This policy allows you to override the first run page. If you leave the URL blank, the first run page will not be displayed.
1058 "OverrideFirstRunPage": "http://example.org"
1062 ### OverridePostUpdatePage
1063 This policy allows you to override the upgrade page. If you leave the URL blank, the upgrade page will not be displayed.
1067 "OverridePostUpdatePage": "http://example.org"
1072 This policy allows you to change the permissions associated with camera, microphone, location, and notifications
1078 "Allow": ["http://example.org/"], /* Origins where camera access is allowed by default */
1079 "Block": ["http://example.org/"], /* Origins where camera access is blocked by default */
1080 "BlockNewRequests": [true|false], /* Block new requests to access the camera */
1081 "Locked": [true|false] /* Don't allow the user to change the camera preferences */
1084 "Allow": ["http://example.org/"], /* Origins where microphone access is allowed by default */
1085 "Block": ["http://example.org/"], /* Origins where microphone access is blocked by default */
1086 "BlockNewRequests": [true|false], /* Block new requests to access the microphone */
1087 "Locked": [true|false] /* Don't allow the user to change the microphone preferences */
1090 "Allow": ["http://example.org/"], /* Origins where location access is allowed by default */
1091 "Block": ["http://example.org/"], /* Origins where location access is blocked by default */
1092 "BlockNewRequests": [true|false], /* Block new requests to access location */
1093 "Locked": [true|false] /* Don't allow the user to change the location preferences */
1096 "Allow": ["http://example.org/"], /* Origins where sending notifications is allowed by default */
1097 "Block": ["http://example.org/"], /* Origins where sending notifications is blocked by default */
1098 "BlockNewRequests": [true|false], /* Block new requests to send notifications */
1099 "Locked": [true|false] /* Don't allow the user to change the notification preferences */
1106 This policy allows you to specify proxy settings. These settings correspond to the connection settings in Firefox preferences.
1107 To specify ports, append them to the hostnames with a colon (:). If Locked is set to true, the values can't be changed by the user.
1112 "Mode": ["none", "system", "manual", "autoDetect", "autoConfig"],
1113 "Locked": [true, false],
1114 "HTTPProxy": "hostname",
1115 "UseHTTPProxyForAllProtocols": [true, false],
1116 "SSLProxy": "hostname",
1117 "FTPProxy": "hostname",
1118 "SOCKSProxy": "hostname",
1119 "SOCKSVersion": [4, 5],
1120 "Passthrough": "List of passthrough addresses/domains",
1121 "AutoConfigURL": "URL_TO_AUTOCONFIG",
1122 "AutoLogin": [true, false],
1123 "UseProxyForDNS": [true, false]
1128 **Compatibility:** Firefox ESR 60\
1129 **CCK2 Equivalent:** `networkProxy*`\
1130 **Preferences Affected:** N/A
1133 | Key | Type | Default | Description |
1134 | --- | ---- | ------- | ----------- |
1135 | `Mode` | String | _required_ | The name of the search engine. |
1136 | `Locked` | Boolean | _required_ | Search URL with {searchTerms} to substitute for the search term. |
1137 | `HTTPProxy` | String | GET | GET or POST |
1138 | `UseHTTPProxyForAllProtocols` | Boolean | — | URL for the icon to use. |
1139 | `SSLProxy` | String | — | Keyword to use for the engine. |
1140 | `FTPProxy` | String | —| Description of the search engine. |
1141 | `SOCKSProxy` | String | — | Search suggestions URL with {searchTerms} to substitute for the search term. |
1142 | `SOCKSVersion` | String | — | Search suggestions URL with {searchTerms} to substitute for the search term. |
1143 | `Passthrough` | String | — | Search suggestions URL with {searchTerms} to substitute for the search term. |
1144 | `AutoConfigURL` | String | — | Search suggestions URL with {searchTerms} to substitute for the search term. |
1145 | `AutoLogin` | Boolean | — | Search suggestions URL with {searchTerms} to substitute for the search term. |
1146 | `UseProxyForDNS` | Boolean | — | Search suggestions URL with {searchTerms} to substitute for the search term. |
1149 | Type | Registry Location |
1150 | ---- | ----------------- |
1151 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\Mode` |
1152 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\Locked` |
1153 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\HTTPProxy` |
1154 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\UseHTTPProxyForAllProtocols` |
1155 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\SSLProxy` |
1156 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\FTPProxy` |
1157 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\SOCKSProxy` |
1158 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\SOCKSVersion` |
1159 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\Passthrough` |
1160 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\AutoConfigURL` |
1161 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\AutoLogin` |
1162 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\SearchEngines\Proxy\UseProxyForDNS` |
1173 <string>none | system | manual | autoDetect| autoConfig</string>
1176 <key>HTTPProxy</key>
1177 <string>https://httpproxy.example.com</string>
1178 <key>UseHTTPProxyForAllProtocols</key>
1181 <string>https://sslproxy.example.com</string>
1183 <string>https://ftpproxy.example.com</string>
1184 <key>SOCKSProxy</key>
1185 <string>https://socksproxy.example.com</string>
1199 "URLTemplate": "URL including {searchTerms} to substitute for the terms",
1200 "Method": ["GET", "POST"],
1201 "IconURL": "URL to icon",
1202 "Alias": "Alias that can be used to access the engine",
1203 "Description": "Description",
1204 "SuggestURLTemplate": "URL for suggestions using {searchTerms}"
1211 ### RequestedLocales
1212 This policy sets the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
1216 "RequestedLocales": ["de", "en-US"]
1220 ### SanitizeOnShutdown
1221 A boolean value that tells Firefox to clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
1223 **Compatibility:** Firefox 60, Firefox ESR 60\
1224 **CCK2 Equivalent:** N/A\
1225 **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`
1227 | Type | Registry Location |
1228 | ---- | ----------------- |
1229 | `Windows:REG_DWORD` | `Software\Policies\Mozilla\Firefox\SanitizeOnShutdown` |
1234 <key>SanitizeOnShutdown</key>
1243 "SanitizeOnShutdown": true | false
1247 ### SanitizeOnShutdown
1248 If this policy is set to true, all data is cleared when Firefox is closed. This includes Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
1252 "SanitizeOnShutdown": [true|false]
1257 A String value that sets whether or not the search bar is displayed.
1259 **Compatibility:** Firefox 60, Firefox ESR 60\
1260 **CCK2 Equivalent:** `showSearchBar`\
1261 **Preferences Affected:** N/A
1264 | Type | Registry Location |
1265 | ---- | ----------------- |
1266 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchBar` |
1271 <key>SearchBar</key>
1272 <string>unified | separate</string>
1280 "SearchBar": "unified" | "separate"
1285 This policy blocks 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.
1290 "Block": ["<all_urls>"],
1291 "Exceptions": ["http://example.org/*"]
1296 ### Search Engines (This policy is only available on the ESR.)
1297 This policy allows you to add new search engines, remove or hide search engines, as well as set the default and prevent the install of search engines from web pages. Only Name and URLTemplate is required.
1302 "Default": "Name of engine",
1303 "PreventInstalls": [true|false],
1304 "Remove": ["Twitter", "Wikipedia (en)"]
1311 ### Search Engines | Add
1313 This policy allows you to add up to five new search engines. This policy is only available on the ESR.
1315 **Compatibility:** Firefox ESR 60\
1316 **CCK2 Equivalent:** `config.searchplugins`\
1317 **Preferences Affected:** N/A
1320 | Key | Type | Default | Description |
1321 | --- | ---- | ------- | ----------- |
1322 | `Name` | String | _required_ | The name of the search engine. |
1323 | `URLTemplate` | String | _required_ | Search URL with {searchTerms} to substitute for the search term. |
1324 | `Method` | String | GET | GET or POST |
1325 | `IconURL` | String | — | URL for the icon to use. |
1326 | `Alias` | String | — | Keyword to use for the engine. |
1327 | `Description` | String | —| Description of the search engine. |
1328 | `SuggestURLTemplate` | String | — | Search suggestions URL with {searchTerms} to substitute for the search term. |
1331 | Type | Registry Location |
1332 | ---- | ----------------- |
1333 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name` |
1334 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate` |
1335 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method` |
1336 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL` |
1337 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias` |
1338 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description` |
1339 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate` |
1350 <string>Example1</string>
1351 <key>URLTemplate</key>
1352 <string>https://www.example.org</string>
1354 <string>https://www.example.org/favicon.ico</string>
1356 <string>toolbar</string>
1358 <string>Example1Folder</string>
1359 <key>Description</key>
1360 <string>Example1Folder</string>
1362 <string>SuggestURLTemplate</string>
1376 "URLTemplate": "URL including {searchTerms} to substitute for the terms",
1377 "Method": ["GET", "POST"],
1378 "IconURL": "URL to icon",
1379 "Alias": "Alias that can be used to access the engine",
1380 "Description": "Description",
1381 "SuggestURLTemplate": "URL for suggestions using {searchTerms}"
1389 A dictionary with the names and locations of PKCS #11 modules to be installed.
1391 **Compatibility:** Firefox 64, Firefox ESR 60.4\
1392 **CCK2 Equivalent:** `certs.devices`\
1393 **Preferences Affected:** N/A
1396 | Type | Registry Location | Registry Value |
1397 | ---- | ----------------- | -------------- |
1398 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE` | `PATH_TO_LIBRARY_FOR_DEVICE`
1403 <key>SecurityDevices</key>
1405 <key>NAME_OF_DEVICE</key>
1406 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
1415 "SecurityDevices": {
1416 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
1422 A String value that sets and locks the maximum version of TLS
1424 **Compatibility:** Firefox 66, Firefox ESR 60.6\
1425 **CCK2 Equivalent:** N/A\
1426 **Preferences Affected:** `security.tls.version.max`
1429 | Type | Registry Location |
1430 | ---- | ----------------- |
1431 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SSLVersionMax` |
1436 <key>SSLVersionMax</key>
1437 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
1445 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
1450 A String value that sets and locks the minimum version of TLS
1452 **Compatibility:** Firefox 66, Firefox ESR 60.6\
1453 **CCK2 Equivalent:** N/A\
1454 **Preferences Affected:** `security.tls.version.min`
1457 | Type | Registry Location |
1458 | ---- | ----------------- |
1459 | `Windows:REG_SZ` | `Software\Policies\Mozilla\Firefox\SSLVersionMin` |
1464 <key>SSLVersionMin</key>
1465 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
1473 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"