]> git.p6c8.net - policy-templates.git/blob - docs/index.md
ExtensionSettings: get ID via API & use ID for install_url
[policy-templates.git] / docs / index.md
1 Firefox policies can be specified using the [Group Policy templates on Windows](https://github.com/mozilla/policy-templates/tree/master/windows), [Intune on Windows](https://support.mozilla.org/kb/managing-firefox-intune), [configuration profiles on macOS](https://github.com/mozilla/policy-templates/tree/master/mac), or by creating a file called `policies.json`. On Windows, create a directory called `distribution` where the EXE is located and place the file there. On Mac, the file goes into `Firefox.app/Contents/Resources/distribution`. On Linux, the file goes into `firefox/distribution`, where `firefox` is the installation directory for firefox, which varies by distribution or you can specify system-wide policy by placing the file in `/etc/firefox/policies`.
2
3 Unfortunately, JSON files do not support comments, but you can add extra entries to the JSON to use as comments. You will see an error in about:policies, but the policies will still work properly. For example:
4 ```
5 {
6 "policies": {
7 "Authentication": {
8 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"]
9 }
10 "Authentication_Comment": "These domains are required for us"
11 }
12 }
13 ```
14 Note: The `policies.json` must use the UTF-8 encoding.
15
16 | Policy Name | Description
17 | --- | --- |
18 | **[`3rdparty`](#3rdparty)** | Set policies that WebExtensions can access via chrome.storage.managed.
19 | **[`AllowedDomainsForApps`](#alloweddomainsforapps)** | Define domains allowed to access Google Workspace.
20 | **[`AllowFileSelectionDialogs`](#allowfileselectiondialogs)** | Allow file selection dialogs.
21 | **[`AppAutoUpdate`](#appautoupdate)** | Enable or disable automatic application update.
22 | **[`AppUpdatePin`](#appupdatepin)** | Prevent Firefox from being updated beyond the specified version.
23 | **[`AppUpdateURL`](#appupdateurl)** | Change the URL for application update.
24 | **[`Authentication`](#authentication)** | Configure sites that support integrated authentication.
25 | **[`AutofillAddressEnabled`](#autofilladdressenabled)** | Enable autofill for addresses.
26 | **[`AutofillCreditCardEnabled`](#autofillcreditcardenabled)** | Enable autofill for payment methods.
27 | **[`AutoLaunchProtocolsFromOrigins`](#autolaunchprotocolsfromorigins)** | Define a list of external protocols that can be used from listed origins without prompting the user.
28 | **[`BackgroundAppUpdate`](#backgroundappupdate)** | Enable or disable the background updater (Windows only).
29 | **[`BlockAboutAddons`](#blockaboutaddons)** | Block access to the Add-ons Manager (about:addons).
30 | **[`BlockAboutConfig`](#blockaboutconfig)** | Block access to about:config.
31 | **[`BlockAboutProfiles`](#blockaboutprofiles)** | Block access to About Profiles (about:profiles).
32 | **[`BlockAboutSupport`](#blockaboutsupport)** | Block access to Troubleshooting Information (about:support).
33 | **[`Bookmarks`](#bookmarks)** | Add bookmarks in either the bookmarks toolbar or menu.
34 | **[`CaptivePortal`](#captiveportal)** | Enable or disable the detection of captive portals.
35 | **[`Certificates`](#certificates)** |
36 | **[`Certificates -> ImportEnterpriseRoots`](#certificates--importenterpriseroots)** | Trust certificates that have been added to the operating system certificate store by a user or administrator.
37 | **[`Certificates -> Install`](#certificates--install)** | Install certificates into the Firefox certificate store.
38 | **[`Containers`](#containers)** | Set policies related to [containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/).
39 | **[`ContentAnalysis`](#contentanalysis)** | Configure Firefox to use an agent for Data Loss Prevention (DLP) that is compatible with the [Google Chrome Content Analysis Connector Agent SDK](https://github.com/chromium/content_analysis_sdk).
40 | **[`Cookies`](#cookies)** | Configure cookie preferences.
41 | **[`DefaultDownloadDirectory`](#defaultdownloaddirectory)** | Set the default download directory.
42 | **[`DisableAppUpdate`](#disableappupdate)** | Turn off application updates.
43 | **[`DisableBuiltinPDFViewer`](#disablebuiltinpdfviewer)** | Disable the built in PDF viewer.
44 | **[`DisabledCiphers`](#disabledciphers)** | Disable ciphers.
45 | **[`DisableDefaultBrowserAgent`](#disabledefaultbrowseragent)** | Prevent the default browser agent from taking any actions (Windows only).
46 | **[`DisableDeveloperTools`](#disabledevelopertools)** | Remove access to all developer tools.
47 | **[`DisableEncryptedClientHello`](#disableencryptedclienthello)** | Disable the TLS Feature Encrypted Client Hello (ECH).
48 | **[`DisableFeedbackCommands`](#disablefeedbackcommands)** | Disable the menus for reporting sites.
49 | **[`DisableFirefoxAccounts`](#disablefirefoxaccounts)** | Disable Firefox Accounts integration (Sync).
50 | **[`DisableFirefoxScreenshots`](#disablefirefoxscreenshots)** | Remove access to Firefox Screenshots.
51 | **[`DisableFirefoxStudies`](#disablefirefoxstudies)** | Disable Firefox studies (Shield).
52 | **[`DisableForgetButton`](#disableforgetbutton)** | Disable the "Forget" button.
53 | **[`DisableFormHistory`](#disableformhistory)** | Turn off saving information on web forms and the search bar.
54 | **[`DisableMasterPasswordCreation`](#disablemasterpasswordcreation)** | Remove the master password functionality.
55 | **[`DisablePasswordReveal`](#disablepasswordreveal)** | Do not allow passwords to be revealed in saved logins.
56 | **[`DisablePocket`](#disablepocket)** | Remove Pocket in the Firefox UI.
57 | **[`DisablePrivateBrowsing`](#disableprivatebrowsing)** | Remove access to private browsing.
58 | **[`DisableProfileImport`](#disableprofileimport)** | Disables the "Import data from another browser" option in the bookmarks window.
59 | **[`DisableProfileRefresh`](#disableprofilerefresh)** | Disable the Refresh Firefox button on about:support and support.mozilla.org
60 | **[`DisableSafeMode`](#disablesafemode)** | Disable safe mode within the browser.
61 | **[`DisableSecurityBypass`](#disablesecuritybypass)** | Prevent the user from bypassing security in certain cases.
62 | **[`DisableSetDesktopBackground`](#disablesetdesktopbackground)** | Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
63 | **[`DisableSystemAddonUpdate`](#disablesystemaddonupdate)** | Prevent system add-ons from being installed or updated.
64 | **[`DisableTelemetry`](#disabletelemetry)** | DisableTelemetry
65 | **[`DisableThirdPartyModuleBlocking`](#disablethirdpartymoduleblocking)** | Do not allow blocking third-party modules.
66 | **[`DisplayBookmarksToolbar`](#displaybookmarkstoolbar)** | Set the initial state of the bookmarks toolbar.
67 | **[`DisplayMenuBar`](#displaymenubar)** | Set the state of the menubar.
68 | **[`DNSOverHTTPS`](#dnsoverhttps)** | Configure DNS over HTTPS.
69 | **[`DontCheckDefaultBrowser`](#dontcheckdefaultbrowser)** | Don't check if Firefox is the default browser at startup.
70 | **[`DownloadDirectory`](#downloaddirectory)** | Set and lock the download directory.
71 | **[`EnableTrackingProtection`](#enabletrackingprotection)** | Configure tracking protection.
72 | **[`EncryptedMediaExtensions`](#encryptedmediaextensions)** | Enable or disable Encrypted Media Extensions and optionally lock it.
73 | **[`EnterprisePoliciesEnabled`](#enterprisepoliciesenabled)** | Enable policy support on macOS.
74 | **[`ExemptDomainFileTypePairsFromFileTypeDownloadWarnings`](#exemptdomainfiletypepairsfromfiletypedownloadwarnings)** | Disable warnings based on file extension for specific file types on domains.
75 | **[`Extensions`](#extensions)** | Control the installation, uninstallation and locking of extensions.
76 | **[`ExtensionSettings`](#extensionsettings)** | Manage all aspects of extensions.
77 | **[`ExtensionUpdate`](#extensionupdate)** | Control extension updates.
78 | **[`FirefoxHome`](#firefoxhome)** | Customize the Firefox Home page.
79 | **[`FirefoxSuggest`](#firefoxsuggest)** | Customize Firefox Suggest.
80 | **[`GoToIntranetSiteForSingleWordEntryInAddressBar`](#gotointranetsiteforsinglewordentryinaddressbar)** | Force direct intranet site navigation instead of searching when typing single word entries in the address bar.
81 | **[`Handlers`](#handlers)** | Configure default application handlers.
82 | **[`HardwareAcceleration`](#hardwareacceleration)** | Control hardware acceleration.
83 | **[`Homepage`](#homepage)** | Configure the default homepage and how Firefox starts.
84 | **[`HttpAllowlist`](#httpallowlist)** | Configure origins that will not be upgraded to HTTPS.
85 | **[`HttpsOnlyMode`](#httpsonlymode)** | Configure HTTPS-Only Mode.
86 | **[`InstallAddonsPermission`](#installaddonspermission)** | Configure the default extension install policy as well as origins for extension installs are allowed.
87 | **[`LegacyProfiles`](#legacyprofiles)** | Disable the feature enforcing a separate profile for each installation.
88 | **[`LegacySameSiteCookieBehaviorEnabled`](#legacysamesitecookiebehaviorenabled)** | Enable default legacy SameSite cookie behavior setting.
89 | **[`LegacySameSiteCookieBehaviorEnabledForDomainList`](#legacysamesitecookiebehaviorenabledfordomainlist)** | Revert to legacy SameSite behavior for cookies on specified sites.
90 | **[`LocalFileLinks`](#localfilelinks)** | Enable linking to local files by origin.
91 | **[`ManagedBookmarks`](#managedbookmarks)** | Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
92 | **[`ManualAppUpdateOnly`](#manualappupdateonly)** | Allow manual updates only and do not notify the user about updates.
93 | **[`NetworkPrediction`](#networkprediction)** | Enable or disable network prediction (DNS prefetching).
94 | **[`NewTabPage`](#newtabpage)** | Enable or disable the New Tab page.
95 | **[`NoDefaultBookmarks`](#nodefaultbookmarks)** | Disable the creation of default bookmarks.
96 | **[`OfferToSaveLogins`](#offertosavelogins)** | Control whether or not Firefox offers to save passwords.
97 | **[`OfferToSaveLoginsDefault`](#offertosaveloginsdefault)** | Set the default value for whether or not Firefox offers to save passwords.
98 | **[`OverrideFirstRunPage`](#overridefirstrunpage)** | Override the first run page.
99 | **[`OverridePostUpdatePage`](#overridepostupdatepage)** | Override the upgrade page.
100 | **[`PasswordManagerEnabled`](#passwordmanagerenabled)** | Remove (some) access to the password manager.
101 | **[`PasswordManagerExceptions`](#passwordmanagerexceptions)** | Prevent Firefox from saving passwords for specific sites.
102 | **[`PDFjs`](#pdfjs)** | Disable or configure PDF.js, the built-in PDF viewer.
103 | **[`Permissions`](#permissions)** | Set permissions associated with camera, microphone, location, and notifications.
104 | **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
105 | **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
106 | **[`PostQuantumKeyAgreementEnabled`](#postquantumkeyagreementenabled)** | Enable post-quantum key agreement for TLS.
107 | **[`Preferences`](#preferences)** | Set and lock preferences.
108 | **[`PrimaryPassword`](#primarypassword)** | Require or prevent using a primary (formerly master) password.
109 | **[`PrintingEnabled`](#printingenabled)** | Enable or disable printing.
110 | **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
111 | **[`Proxy`](#proxy)** | Configure proxy settings.
112 | **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
113 | **[`SanitizeOnShutdown` (All)](#sanitizeonshutdown-all)** | Clear all data on shutdown.
114 | **[`SanitizeOnShutdown` (Selective)](#sanitizeonshutdown-selective)** | Clear data on shutdown.
115 | **[`SearchBar`](#searchbar)** | Set whether or not search bar is displayed.
116 | **[`SearchEngines`](#searchengines-this-policy-is-only-available-on-the-esr)** |
117 | **[`SearchEngines -> Add`](#searchengines--add)** | Add new search engines.
118 | **[`SearchEngines -> Default`](#searchengines--default)** | Set the default search engine.
119 | **[`SearchEngines -> PreventInstalls`](#searchengines--preventinstalls)** | Prevent installing search engines from webpages.
120 | **[`SearchEngines -> Remove`](#searchengines--remove)** | Hide built-in search engines.
121 | **[`SearchSuggestEnabled`](#searchsuggestenabled)** | Enable search suggestions.
122 | **[`SecurityDevices`](#securitydevices)** | Install PKCS #11 modules.
123 | **[`ShowHomeButton`](#showhomebutton)** | Show the home button on the toolbar.
124 | **[`SSLVersionMax`](#sslversionmax)** | Set and lock the maximum version of TLS.
125 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
126 | **[`StartDownloadsInTempDirectory`](#startdownloadsintempdirectory)** | Force downloads to start off in a local, temporary location rather than the default download directory.
127 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
128 | **[`TranslateEnabled`](#translateenabled)** | Enable or disable webpage translation.
129 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
130 | **[`UseSystemPrintDialog`](#usesystemprintdialog)** | Print using the system print dialog instead of print preview.
131 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
132 | **[`WindowsSSO`](#windowssso)** | Allow Windows single sign-on for Microsoft, work, and school accounts.
133
134 ### 3rdparty
135
136 Allow WebExtensions to configure policy. For more information, see [Adding policy support to your extension](https://extensionworkshop.com/documentation/enterprise/enterprise-development/#how-to-add-policy).
137
138 For GPO and Intune, the extension developer should provide an ADMX file.
139
140 **Compatibility:** Firefox 68\
141 **CCK2 Equivalent:** N/A\
142 **Preferences Affected:** N/A
143
144 #### macOS
145 ```
146 <dict>
147 <key>3rdparty</key>
148 <dict>
149 <key>Extensions</key>
150 <dict>
151 <key>uBlock0@raymondhill.net</key>
152 <dict>
153 <key>adminSettings</key>
154 <dict>
155 <key>selectedFilterLists</key>
156 <array>
157 <string>ublock-privacy</string>
158 <string>ublock-badware</string>
159 <string>ublock-filters</string>
160 <string>user-filters</string>
161 </array>
162 </dict>
163 </dict>
164 </dict>
165 </dict>
166 </dict>
167 ```
168 #### policies.json
169 ```
170 {
171 "policies": {
172 "3rdparty": {
173 "Extensions": {
174 "uBlock0@raymondhill.net": {
175 "adminSettings": {
176 "selectedFilterLists": [
177 "ublock-privacy",
178 "ublock-badware",
179 "ublock-filters",
180 "user-filters"
181 ]
182 }
183 }
184 }
185 }
186 }
187 }
188 ```
189
190 ### AllowedDomainsForApps
191
192 Define domains allowed to access Google Workspace.
193
194 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#AllowedDomainsForApps) of the same name.
195
196 If this policy is enabled, users can only access Google Workspace using accounts from the specified domains. If you want to allow Gmail, you can add ```consumer_accounts``` to the list.
197
198 **Compatibility:** Firefox 89, Firefox ESR 78.11\
199 **CCK2 Equivalent:** N/A\
200 **Preferences Affected:** N/A
201
202 #### Windows (GPO)
203 ```
204 Software\Policies\Mozilla\Firefox\AllowedDomainsForApps = "managedfirefox.com,example.com"
205 ```
206 #### Windows (Intune)
207 OMA-URI:
208 ```
209 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AllowedDomainsForApps
210 ```
211 Value (string):
212 ```
213 <enabled/>
214 <data id="AllowedDomainsForApps" value="managedfirefox.com,example.com"/>
215 ```
216 #### macOS
217 ```
218 <dict>
219 <key>AllowedDomainsForApps</key>
220 <string>managedfirefox.com,example.com</string>
221 </dict>
222 ```
223 #### policies.json
224 ```
225 {
226 "policies": {
227 "AllowedDomainsForApps": "managedfirefox.com,example.com"
228 }
229 }
230 ```
231 ### AllowFileSelectionDialogs
232
233 Enable or disable file selection dialogs.
234
235 **Compatibility:** Firefox 124\
236 **CCK2 Equivalent:** N/A\
237 **Preferences Affected:** `widget.disable_file_pickers`
238
239 #### Windows (GPO)
240 ```
241 Software\Policies\Mozilla\Firefox\AllowFileSelectionDialogs = 0x1 | 0x0
242 ```
243 #### Windows (Intune)
244 OMA-URI:
245 ```
246 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoAllowFileSelectionDialogsUpdate
247 ```
248 Value (string):
249 ```
250 <enabled/> or <disabled/>
251 ```
252 #### macOS
253 ```
254 <dict>
255 <key>AllowFileSelectionDialogs</key>
256 <true/> | <false/>
257 </dict>
258 ```
259 #### policies.json
260 ```
261 {
262 "policies": {
263 "AllowFileSelectionDialogs": true | false
264 }
265 }
266 ```
267 ### AppAutoUpdate
268
269 Enable or disable **automatic** application update.
270
271 If set to true, application updates are installed without user approval within Firefox. The operating system might still require approval.
272
273 If set to false, application updates are downloaded but the user can choose when to install the update.
274
275 If you have disabled updates via `DisableAppUpdate`, this policy has no effect.
276
277 **Compatibility:** Firefox 75, Firefox ESR 68.7\
278 **CCK2 Equivalent:** N/A\
279 **Preferences Affected:** `app.update.auto`
280
281 #### Windows (GPO)
282 ```
283 Software\Policies\Mozilla\Firefox\AppAutoUpdate = 0x1 | 0x0
284 ```
285 #### Windows (Intune)
286 OMA-URI:
287 ```
288 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppAutoUpdate
289 ```
290 Value (string):
291 ```
292 <enabled/> or <disabled/>
293 ```
294 #### macOS
295 ```
296 <dict>
297 <key>AppAutoUpdate</key>
298 <true/> | <false/>
299 </dict>
300 ```
301 #### policies.json
302 ```
303 {
304 "policies": {
305 "AppAutoUpdate": true | false
306 }
307 }
308 ```
309 ### AppUpdatePin
310
311 Prevent Firefox from being updated beyond the specified version.
312
313 You can specify the any version as ```xx.``` and Firefox will be updated with all minor versions, but will not be updated beyond the major version.
314
315 You can also specify the version as ```xx.xx``` and Firefox will be updated with all patch versions, but will not be updated beyond the minor version.
316
317 You should specify a version that exists or is guaranteed to exist. If you specify a version that doesn't end up existing, Firefox will update beyond that version.
318
319 **Compatibility:** Firefox 102,\
320 **CCK2 Equivalent:** N/A\
321 **Preferences Affected:** N/A
322
323 #### Windows (GPO)
324 ```
325 Software\Policies\Mozilla\Firefox\AppUpdatePin = "106."
326 ```
327 #### Windows (Intune)
328 OMA-URI:
329 ```
330 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdatePin
331 ```
332 Value (string):
333 ```
334 <enabled/>
335 <data id="AppUpdatePin" value="106."/>
336 ```
337 #### macOS
338 ```
339 <dict>
340 <key>AppUpdatePin</key>
341 <string>106.</string>
342 </dict>
343 ```
344 #### policies.json
345 ```
346 {
347 "policies": {
348 "AppUpdatePin": "106."
349 }
350 }
351 ```
352 ### AppUpdateURL
353
354 Change the URL for application update if you are providing Firefox updates from a custom update server.
355
356 **Compatibility:** Firefox 62, Firefox ESR 60.2\
357 **CCK2 Equivalent:** N/A\
358 **Preferences Affected:** `app.update.url`
359
360 #### Windows (GPO)
361 ```
362 Software\Policies\Mozilla\Firefox\AppUpdateURL = "https://yoursite.com"
363 ```
364 #### Windows (Intune)
365 OMA-URI:
366 ```
367 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AppUpdateURL
368 ```
369 Value (string):
370 ```
371 <enabled/>
372 <data id="AppUpdateURL" value="https://yoursite.com"/>
373 ```
374 #### macOS
375 ```
376 <dict>
377 <key>AppUpdateURL</key>
378 <string>https://yoursite.com</string>
379 </dict>
380 ```
381 #### policies.json
382 ```
383 {
384 "policies": {
385 "AppUpdateURL": "https://yoursite.com"
386 }
387 }
388 ```
389 ### Authentication
390
391 Configure sites that support integrated authentication.
392
393 See [Integrated authentication](https://htmlpreview.github.io/?https://github.com/mdn/archived-content/blob/main/files/en-us/mozilla/integrated_authentication/raw.html) for more information.
394
395 `PrivateBrowsing` enables integrated authentication in private browsing.
396
397 **Compatibility:** Firefox 60, Firefox ESR 60 (AllowNonFQDN added in 62/60.2, AllowProxies added in 70/68.2, Locked added in 71/68.3, PrivateBrowsing added in 77/68.9)\
398 **CCK2 Equivalent:** N/A\
399 **Preferences Affected:** `network.negotiate-auth.trusted-uris`,`network.negotiate-auth.delegation-uris`,`network.automatic-ntlm-auth.trusted-uris`,`network.automatic-ntlm-auth.allow-non-fqdn`,`network.negotiate-auth.allow-non-fqdn`,`network.automatic-ntlm-auth.allow-proxies`,`network.negotiate-auth.allow-proxies`,`network.auth.private-browsing-sso`
400
401 #### Windows (GPO)
402 ```
403 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\1 = "mydomain.com"
404 Software\Policies\Mozilla\Firefox\Authentication\SPNEGO\2 = "https://myotherdomain.com"
405 Software\Policies\Mozilla\Firefox\Authentication\Delegated\1 = "mydomain.com"
406 Software\Policies\Mozilla\Firefox\Authentication\Delegated\2 = "https://myotherdomain.com"
407 Software\Policies\Mozilla\Firefox\Authentication\NTLM\1 = "mydomain.com"
408 Software\Policies\Mozilla\Firefox\Authentication\NTLM\2 = "https://myotherdomain.com"
409 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\SPNEGO = 0x1 | 0x0
410 Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN\NTLM = 0x1 | 0x0
411 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\SPNEGO = 0x1 | 0x0
412 Software\Policies\Mozilla\Firefox\Authentication\AllowProxies\NTLM = 0x1 | 0x0
413 Software\Policies\Mozilla\Firefox\Authentication\Locked = 0x1 | 0x0
414 Software\Policies\Mozilla\Firefox\Authentication\PrivateBrowsing = 0x1 | 0x0
415 ```
416 #### Windows (Intune)
417 OMA-URI:
418 ```
419 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_SPNEGO
420 ```
421 Value (string):
422 ```
423 <enabled/>
424 <data id="Authentication" value="1&#xF000;mydomain&#xF000;2&#xF000;https://myotherdomain.com"/>
425 ```
426 OMA-URI:
427 ```
428 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Delegated
429 ```
430 Value (string):
431 ```
432 <enabled/>
433 <data id="Authentication" value="1&#xF000;mydomain&#xF000;2&#xF000;https://myotherdomain.com"/>
434 ```
435 OMA-URI:
436 ```
437 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_NTLM
438 ```
439 Value (string):
440 ```
441 <enabled/>
442 <data id="Authentication" value="1&#xF000;mydomain&#xF000;2&#xF000;https://myotherdomain.com"/>
443 ```
444 OMA-URI:
445 ```
446 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_AllowNonFQDN
447 ```
448 Value (string):
449 ```
450 <enabled/>
451 <data id="Authentication_AllowNonFQDN_NTLM" value="true | false"/>
452 <data id="Authentication_AllowNonFQDN_SPNEGO" value="true | false"/>
453 ```
454 OMA-URI:
455 ```
456 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_Locked
457 ```
458 Value (string):
459 ```
460 <enabled/> or <disabled/>
461 ```
462 OMA-URI:
463 ```
464 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Authentication/Authentication_PrivateBrowsing
465 ```
466 Value (string):
467 ```
468 <enabled/> or <disabled/>
469 ```
470 #### macOS
471 ```
472 <dict>
473 <key>Authentication</key>
474 <dict>
475 <key>SPNEGO</key>
476 <array>
477 <string>mydomain.com</string>
478 <string>https://myotherdomain.com</string>
479 </array>
480 <key>Delegated</key>
481 <array>
482 <string>mydomain.com</string>
483 <string>https://myotherdomain.com</string>
484 </array>
485 <key>NTLM</key>
486 <array>
487 <string>mydomain.com</string>
488 <string>https://myotherdomain.com</string>
489 </array>
490 <key>AllowNonFQDN</key>
491 <dict>
492 <key>SPNEGO</key>
493 <true/> | <false/>
494 <key>NTLM</key>
495 <true/> | <false/>
496 </dict>
497 <key>AllowProxies</key>
498 <dict>
499 <key>SPNEGO</key>
500 <true/> | <false/>
501 <key>NTLM</key>
502 <true/> | <false/>
503 </dict>
504 <key>Locked</key>
505 <true/> | <false/>
506 <key>PrivateBrowsing</key>
507 <true/> | <false/>
508 </dict>
509 </dict>
510 ```
511 #### policies.json
512 ```
513 {
514 "policies": {
515 "Authentication": {
516 "SPNEGO": ["mydomain.com", "https://myotherdomain.com"],
517 "Delegated": ["mydomain.com", "https://myotherdomain.com"],
518 "NTLM": ["mydomain.com", "https://myotherdomain.com"],
519 "AllowNonFQDN": {
520 "SPNEGO": true | false,
521 "NTLM": true | false
522 },
523 "AllowProxies": {
524 "SPNEGO": true | false,
525 "NTLM": true | false
526 },
527 "Locked": true | false,
528 "PrivateBrowsing": true | false
529 }
530 }
531 }
532 ```
533 ### AutofillAddressEnabled
534
535 Enables or disables autofill for addresses.
536
537 This only applies when address autofill is enabled for a particular Firefox version or region. See [this page](https://support.mozilla.org/kb/automatically-fill-your-address-web-forms) for more information.
538
539 **Compatibility:** Firefox 125, Firefox ESR 115.10\
540 **CCK2 Equivalent:** N/A\
541 **Preferences Affected:** `extensions.formautofill.addresses.enabled`
542
543 #### Windows (GPO)
544 ```
545 Software\Policies\Mozilla\Firefox\AutofillAddressEnabled = 0x1 | 0x0
546 ```
547 #### Windows (Intune)
548 OMA-URI:
549 ```
550 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutofillAddressEnabled
551 ```
552 Value (string):
553 ```
554 <enabled/> or <disabled/>
555 ```
556 #### macOS
557 ```
558 <dict>
559 <key>AutofillAddressEnabled</key>
560 <true/> | <false/>
561 </dict>
562 ```
563 #### policies.json
564 ```
565 {
566 "policies": {
567 "AutofillAddressEnabled": true | false
568 }
569 }
570 ```
571 ### AutofillCreditCardEnabled
572
573 Enables or disables autofill for payment methods.
574
575 This only applies when payment method autofill is enabled for a particular Firefox version or region. See [this page](https://support.mozilla.org/kb/credit-card-autofill) for more information.
576
577 **Compatibility:** Firefox 125, Firefox ESR 115.10\
578 **CCK2 Equivalent:** N/A\
579 **Preferences Affected:** `extensions.formautofill.creditCards.enabled`
580
581 #### Windows (GPO)
582 ```
583 Software\Policies\Mozilla\Firefox\AutofillCreditCardEnabled = 0x1 | 0x0
584 ```
585 #### Windows (Intune)
586 OMA-URI:
587 ```
588 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutofillCreditCardEnabled
589 ```
590 Value (string):
591 ```
592 <enabled/> or <disabled/>
593 ```
594 #### macOS
595 ```
596 <dict>
597 <key>AutofillCreditCardEnabled</key>
598 <true/> | <false/>
599 </dict>
600 ```
601 #### policies.json
602 ```
603 {
604 "policies": {
605 "AutofillCreditCardEnabled": true | false
606 }
607 }
608 ```
609 ### AutoLaunchProtocolsFromOrigins
610 Define a list of external protocols that can be used from listed origins without prompting the user. The origin is the scheme plus the hostname.
611
612 The syntax of this policy is exactly the same as the [Chrome AutoLaunchProtocolsFromOrigins policy](https://cloud.google.com/docs/chrome-enterprise/policies/?policy=AutoLaunchProtocolsFromOrigins) except that you can only use valid origins (not just hostnames). This also means that you cannot specify an asterisk for all origins.
613
614 The schema is:
615 ```
616 {
617 "items": {
618 "properties": {
619 "allowed_origins": {
620 "items": {
621 "type": "string"
622 },
623 "type": "array"
624 },
625 "protocol": {
626 "type": "string"
627 }
628 },
629 "required": [
630 "protocol",
631 "allowed_origins"
632 ],
633 "type": "object"
634 },
635 "type": "array"
636 }
637 ```
638 **Compatibility:** Firefox 90, Firefox ESR 78.12\
639 **CCK2 Equivalent:** N/A\
640 **Preferences Affected:** N/A
641
642 #### Windows (GPO)
643 Software\Policies\Mozilla\Firefox\AutoLaunchProtocolsFromOrigins (REG_MULTI_SZ) =
644 ```
645 [
646 {
647 "protocol": "zoommtg",
648 "allowed_origins": [
649 "https://somesite.zoom.us"
650 ]
651 }
652 ]
653 ```
654 #### Windows (Intune)
655 OMA-URI:
656 ```
657 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/AutoLaunchProtocolsFromOrigins
658 ```
659 Value (string):
660 ```
661 <enabled/>
662 <data id="JSON" value='
663 [
664 {
665 "protocol": "zoommtg",
666 "allowed_origins": [
667 "https://somesite.zoom.us"
668 ]
669 }
670 ]'/>
671 ```
672 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
673 to workaround the limit on the length of strings. Put all of your JSON on one line.
674
675 OMA-URI:
676 ```
677 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/AutoLaunchProtocolsFromOriginsOneLine
678 ```
679 Value (string):
680 ```
681 <enabled/>
682 <data id="JSONOneLine" value='[]'/>
683 ```
684 #### macOS
685 ```
686 <dict>
687 <key>AutoLaunchProtocolsFromOrigins</key>
688 <array>
689 <dict>
690 <key>protocol</key>
691 <string>zoommtg</string>
692 <key>allowed_origins</key>
693 <array>
694 <string>https://somesite.zoom.us</string>
695 </array>
696 </dict>
697 </array>
698 </dict>
699 ```
700 #### policies.json
701 ```
702 {
703 "policies": {
704 "AutoLaunchProtocolsFromOrigins": [{
705 "protocol": "zoommtg",
706 "allowed_origins": [
707 "https://somesite.zoom.us"
708 ]
709 }]
710 }
711 }
712 ```
713 ### BackgroundAppUpdate
714
715 Enable or disable **automatic** application update **in the background**, when the application is not running.
716
717 If set to true, application updates may be installed (without user approval) in the background, even when the application is not running. The operating system might still require approval.
718
719 If set to false, the application will not try to install updates when the application is not running.
720
721 If you have disabled updates via `DisableAppUpdate` or disabled automatic updates via `AppAutoUpdate`, this policy has no effect.
722
723 If you are having trouble getting the background task to run, verify your configuration with the ["Requirements to run" section in this support document](https://support.mozilla.org/en-US/kb/enable-background-updates-firefox-windows).
724
725 **Compatibility:** Firefox 90 (Windows only)\
726 **CCK2 Equivalent:** N/A\
727 **Preferences Affected:** `app.update.background.enabled`
728
729 #### Windows (GPO)
730 ```
731 Software\Policies\Mozilla\Firefox\BackgroundAppUpdate = 0x1 | 0x0
732 ```
733 #### Windows (Intune)
734 OMA-URI:
735 ```
736 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BackgroundAppUpdate
737 ```
738 Value (string):
739 ```
740 <enabled/> or <disabled/>
741 ```
742 #### macOS
743 ```
744 <dict>
745 <key>BackgroundAppUpdate</key>
746 <true/> | <false/>
747 </dict>
748 ```
749 #### policies.json
750 ```
751 {
752 "policies": {
753 "BackgroundAppUpdate": true | false
754 }
755 }
756 ```
757 ### BlockAboutAddons
758
759 Block access to the Add-ons Manager (about:addons).
760
761 **Compatibility:** Firefox 60, Firefox ESR 60\
762 **CCK2 Equivalent:** `disableAddonsManager`\
763 **Preferences Affected:** N/A
764
765 #### Windows (GPO)
766 ```
767 Software\Policies\Mozilla\Firefox\BlockAboutAddons = 0x1 | 0x0
768 ```
769 #### Windows (Intune)
770 OMA-URI:
771 ```
772 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutAddons
773 ```
774 Value (string):
775 ```
776 <enabled/> or <disabled/>
777 ```
778 #### macOS
779 ```
780 <dict>
781 <key>BlockAboutAddons</key>
782 <true/> | <false/>
783 </dict>
784 ```
785 #### policies.json
786 ```
787 {
788 "policies": {
789 "BlockAboutAddons": true | false
790 }
791 }
792 ```
793 ### BlockAboutConfig
794
795 Block access to about:config.
796
797 **Compatibility:** Firefox 60, Firefox ESR 60\
798 **CCK2 Equivalent:** `disableAboutConfig`\
799 **Preferences Affected:** N/A
800
801 #### Windows (GPO)
802 ```
803 Software\Policies\Mozilla\Firefox\BlockAboutConfig = 0x1 | 0x0
804 ```
805 #### Windows (Intune)
806 OMA-URI:
807 ```
808 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutConfig
809 ```
810 Value (string):
811 ```
812 <enabled/> or <disabled/>
813 ```
814 #### macOS
815 ```
816 <dict>
817 <key>BlockAboutConfig</key>
818 <true/> | <false/>
819 </dict>
820 ```
821 #### policies.json
822 ```
823 {
824 "policies": {
825 "BlockAboutConfig": true | false
826 }
827 }
828 ```
829 ### BlockAboutProfiles
830
831 Block access to About Profiles (about:profiles).
832
833 **Compatibility:** Firefox 60, Firefox ESR 60\
834 **CCK2 Equivalent:** `disableAboutProfiles`\
835 **Preferences Affected:** N/A
836
837 #### Windows (GPO)
838 ```
839 Software\Policies\Mozilla\Firefox\BlockAboutProfiles = 0x1 | 0x0
840 ```
841 #### Windows (Intune)
842 OMA-URI:
843 ```
844 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutProfiles
845 ```
846 Value (string):
847 ```
848 <enabled/> or <disabled/>
849 ```
850 #### macOS
851 ```
852 <dict>
853 <key>BlockAboutProfiles</key>
854 <true/> | <false/>
855 </dict>
856 ```
857 #### policies.json
858 ```
859 {
860 "policies": {
861 "BlockAboutProfiles": true | false
862 }
863 }
864 ```
865 ### BlockAboutSupport
866
867 Block access to Troubleshooting Information (about:support).
868
869 **Compatibility:** Firefox 60, Firefox ESR 60\
870 **CCK2 Equivalent:** `disableAboutSupport`\
871 **Preferences Affected:** N/A
872
873 #### Windows (GPO)
874 ```
875 Software\Policies\Mozilla\Firefox\BlockAboutSupport = 0x1 | 0x0
876 ```
877 #### Windows (Intune)
878 OMA-URI:
879 ```
880 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/BlockAboutSupport
881 ```
882 Value (string):
883 ```
884 <enabled/> or <disabled/>
885 ```
886 #### macOS
887 ```
888 <dict>
889 <key>BlockAboutSupport</key>
890 <true/> | <false/>
891 </dict>
892 ```
893 #### policies.json
894 ```
895 {
896 "policies": {
897 "BlockAboutSupport": true | false
898 }
899 }
900 ```
901 ### Bookmarks
902
903 Note: [`ManagedBookmarks`](#managedbookmarks) is the new recommended way to add bookmarks. This policy will continue to be supported.
904
905 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.
906
907 If you want to clear all bookmarks set with this policy, you can set the value to an empty array (```[]```). This can be on Windows via the new Bookmarks (JSON) policy available with GPO and Intune.
908
909 **Compatibility:** Firefox 60, Firefox ESR 60\
910 **CCK2 Equivalent:** `bookmarks.toolbar`,`bookmarks.menu`\
911 **Preferences Affected:** N/A
912
913 #### Windows (GPO)
914 ```
915 Software\Policies\Mozilla\Firefox\Bookmarks\1\Title = "Example"
916 Software\Policies\Mozilla\Firefox\Bookmarks\1\URL = "https://example.com"
917 Software\Policies\Mozilla\Firefox\Bookmarks\1\Favicon = "https://example.com/favicon.ico"
918 Software\Policies\Mozilla\Firefox\Bookmarks\1\Placement = "toolbar" | "menu"
919 Software\Policies\Mozilla\Firefox\Bookmarks\1\Folder = "FolderName"
920
921 Software\Policies\Mozilla\Firefox\Bookmarks (REG_MULTI_SZ) =
922 ```
923 []
924 ```
925
926 ```
927 #### Windows (Intune)
928 OMA-URI:
929 ```
930 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Bookmarks/Bookmark01
931 ```
932 Value (string):
933 ```
934 <enabled/>
935 <data id="BookmarkTitle" value="Example"/>
936 <data id="BookmarkURL" value="https://example.com"/>
937 <data id="BookmarkFavicon" value="https://example.com/favicon.ico"/>
938 <data id="BookmarkPlacement" value="toolbar | menu"/>
939 <data id="BookmarkFolder" value="FolderName"/>
940 ```
941 OMA-URI:
942 ```
943 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Bookmarks
944 ```
945 Value (string):
946 ```
947 <enabled/>
948 <data id="JSON" value='[]'/>
949 ```
950 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
951 to workaround the limit on the length of strings. Put all of your JSON on one line.
952
953 OMA-URI:
954 ```
955 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/BookmarksOneLine
956 ```
957 Value (string):
958 ```
959 <enabled/>
960 <data id="JSONOneLine" value='[]'/>
961 ```
962 #### macOS
963 ```
964 <dict>
965 <key>Bookmarks</key>
966 <array>
967 <dict>
968 <key>Title</key>
969 <string>Example</string>
970 <key>URL</key>
971 <string>https://example.com</string>
972 <key>Favicon</key>
973 <string>https://example.com/favicon.ico</string>
974 <key>Placement</key>
975 <string>toolbar | menu</string>
976 <key>Folder</key>
977 <string>FolderName</string>
978 </dict>
979 </array>
980 </dict>
981 ```
982 #### policies.json
983 ```
984 {
985 "policies": {
986 "Bookmarks": [
987 {
988 "Title": "Example",
989 "URL": "https://example.com",
990 "Favicon": "https://example.com/favicon.ico",
991 "Placement": "toolbar" | "menu",
992 "Folder": "FolderName"
993 }
994 ]
995 }
996 }
997 ```
998 ### CaptivePortal
999 Enable or disable the detection of captive portals.
1000
1001 **Compatibility:** Firefox 67, Firefox ESR 60.7\
1002 **CCK2 Equivalent:** N/A\
1003 **Preferences Affected:** `network.captive-portal-service.enabled`
1004
1005 #### Windows (GPO)
1006 ```
1007 Software\Policies\Mozilla\Firefox\CaptivePortal = 0x1 | 0x0
1008 ```
1009 #### Windows (Intune)
1010 OMA-URI:
1011 ```
1012 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CaptivePortal
1013 ```
1014 Value (string):
1015 ```
1016 <enabled/> or <disabled/>
1017 ```
1018 #### macOS
1019 ```
1020 <dict>
1021 <key>CaptivePortal</key>
1022 <true/> | <false/>
1023 </dict>
1024 ```
1025 #### policies.json
1026 ```
1027 {
1028 "policies": {
1029 "CaptivePortal": true | false
1030 }
1031 }
1032 ```
1033 ### Certificates
1034
1035 ### Certificates | ImportEnterpriseRoots
1036
1037 Trust certificates that have been added to the operating system certificate store by a user or administrator.
1038
1039 Note: This policy only works on Windows and macOS. For Linux discussion, see [bug 1600509](https://bugzilla.mozilla.org/show_bug.cgi?id=1600509).
1040
1041 See https://support.mozilla.org/kb/setting-certificate-authorities-firefox for more detail.
1042
1043 **Compatibility:** Firefox 60, Firefox ESR 60 (macOS support in Firefox 63, Firefox ESR 68)\
1044 **CCK2 Equivalent:** N/A\
1045 **Preferences Affected:** `security.enterprise_roots.enabled`
1046
1047 #### Windows (GPO)
1048 ```
1049 Software\Policies\Mozilla\Firefox\Certificates\ImportEnterpriseRoots = 0x1 | 0x0
1050 ```
1051 #### Windows (Intune)
1052 OMA-URI:
1053 ```
1054 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_ImportEnterpriseRoots
1055 ```
1056 Value (string):
1057 ```
1058 <enabled/> or <disabled/>
1059 ```
1060 #### macOS
1061 ```
1062 <dict>
1063 <key>Certificates</key>
1064 <dict>
1065 <key>ImportEnterpriseRoots</key>
1066 <true/> | <false/>
1067 </dict>
1068 </dict>
1069 ```
1070 #### policies.json
1071 ```
1072 {
1073 "policies": {
1074 "Certificates": {
1075 "ImportEnterpriseRoots": true | false
1076 }
1077 }
1078 }
1079 ```
1080 ### Certificates | Install
1081
1082 Install certificates into the Firefox certificate store. If only a filename is specified, Firefox searches for the file in the following locations:
1083
1084 - Windows
1085 - %USERPROFILE%\AppData\Local\Mozilla\Certificates
1086 - %USERPROFILE%\AppData\Roaming\Mozilla\Certificates
1087 - macOS
1088 - /Library/Application Support/Mozilla/Certificates
1089 - ~/Library/Application Support/Mozilla/Certificates
1090 - Linux
1091 - /usr/lib/mozilla/certificates
1092 - /usr/lib64/mozilla/certificates
1093 - ~/.mozilla/certificates
1094
1095 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.
1096
1097 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.
1098
1099 Certificates are installed using the trust string `CT,CT,`.
1100
1101 Binary (DER) and ASCII (PEM) certificates are both supported.
1102
1103 **Compatibility:** Firefox 64, Firefox ESR 64\
1104 **CCK2 Equivalent:** `certs.ca`\
1105 **Preferences Affected:** N/A
1106
1107 #### Windows (GPO)
1108 ```
1109 Software\Policies\Mozilla\Firefox\Certificates\Install\1 = "cert1.der"
1110 Software\Policies\Mozilla\Firefox\Certificates\Install\2 = "C:\Users\username\cert2.pem"
1111 ```
1112 #### Windows (Intune)
1113 OMA-URI:
1114 ```
1115 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Certificates/Certificates_Install
1116 ```
1117 Value (string):
1118 ```
1119 <enabled/>
1120 <data id="Certificates_Install" value="1&#xF000;cert1.der&#xF000;2&#xF000;C:\Users\username\cert2.pem"/>
1121 ```
1122 #### macOS
1123 ```
1124 <dict>
1125 <key>Certificates</key>
1126 <dict>
1127 <key>Install</key>
1128 <array>
1129 <string>cert1.der</string>
1130 <string>/Users/username/cert2.pem</string>
1131 </array>
1132 </dict>
1133 </dict>
1134 ```
1135 #### policies.json
1136 ```
1137 {
1138 "policies": {
1139 "Certificates": {
1140 "Install": ["cert1.der", "/home/username/cert2.pem"]
1141 }
1142 }
1143 }
1144 ```
1145 ### Containers
1146 Set policies related to [containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/).
1147
1148 Currently you can set the initial set of containers.
1149
1150 For each container, you can specify the name, icon, and color.
1151
1152 | Name | Description |
1153 | --- | --- |
1154 | `name`| Name of container
1155 | `icon` | Can be `fingerprint`, `briefcase`, `dollar`, `cart`, `vacation`, `gift`, `food`, `fruit`, `pet`, `tree`, `chill`, `circle`, `fence`
1156 | `color` | Can be `blue`, `turquoise`, `green`, `yellow`, `orange`, `red`, `pink`, `purple`, `toolbar`
1157
1158 **Compatibility:** Firefox 113\
1159 **CCK2 Equivalent:** N/A\
1160 **Preferences Affected:** N/A
1161
1162 #### Windows (GPO)
1163 Software\Policies\Mozilla\Firefox\Containers (REG_MULTI_SZ) =
1164 ```
1165 {
1166 "Default": [
1167 {
1168 "name": "My container",
1169 "icon": "pet",
1170 "color": "turquoise"
1171 }
1172 ]
1173 }
1174 ```
1175 #### Windows (Intune)
1176 OMA-URI:
1177 ```
1178 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Containers
1179 ```
1180 Value (string):
1181 ```
1182 <enabled/>
1183 <data id="JSON" value='
1184 {
1185 "Default": [
1186 {
1187 "name": "My container",
1188 "icon": "pet",
1189 "color": "turquoise"
1190 }
1191 ]
1192 }
1193 '/>
1194 ```
1195 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
1196 to workaround the limit on the length of strings. Put all of your JSON on one line.
1197
1198 OMA-URI:
1199 ```
1200 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ContainersOneLine
1201 ```
1202 Value (string):
1203 ```
1204 <enabled/>
1205 <data id="JSONOneLine" value='{}'/>
1206 ```
1207 #### macOS
1208 ```
1209 <dict>
1210 <key>Default</key>
1211 <dict>
1212 <key>Containers</key>
1213 <array>
1214 <dict>
1215 <key>name</key>
1216 <string>My container</string>
1217 <key>icon</key>
1218 <string>pet</string>
1219 <key>color</key>
1220 <string>turquoise</string>
1221 </dict>
1222 </array>
1223 </dict>
1224 </dict>
1225 ```
1226 #### policies.json
1227 ```
1228 {
1229 "policies": {
1230 "Containers": {
1231 "Default": [
1232 {
1233 "name": "My container",
1234 "icon": "pet",
1235 "color": "turquoise"
1236 }
1237 ]
1238 }
1239 }
1240 }
1241 ```
1242 ### ContentAnalysis
1243 Configure Firefox to use an agent for Data Loss Prevention (DLP) that is compatible with the [Google Chrome Content Analysis Connector Agent SDK](https://github.com/chromium/content_analysis_sdk).
1244
1245 `AgentName` is the name of the DLP agent. This is used in dialogs and notifications about DLP operations. The default is "A DLP Agent".
1246
1247 `AgentTimeout` is the timeout in number of seconds after a DLP request is sent to the agent. After this timeout, the request will be denied unless `DefaultResult` is set to 1 or 2. The default is 30.
1248
1249 `AllowUrlRegexList` is a space-separated list of regular expressions that indicates URLs for which DLP operations will always be allowed without consulting the agent. The default is "^about:(?!blank&#124;srcdoc).*", meaning that any pages that start with "about:" will be exempt from DLP except for "about:blank" and "about:srcdoc", as these can be controlled by web content.
1250
1251 `BypassForSameTabOperations` indicates whether Firefox will automatically allow DLP requests whose data comes from the same tab and frame - for example, if data is copied to the clipboard and then pasted on the same page. The default is false.
1252
1253 `ClientSignature` indicates the required signature of the DLP agent connected to the pipe. If this is a non-empty string and the DLP agent does not have a signature with a Subject Name that exactly matches this value, Firefox will not connect to the pipe. The default is the empty string.
1254
1255 `DefaultResult` indicates the desired behavior for DLP requests if there is a problem connecting to the DLP agent. The default is 0.
1256
1257 | Value | Description
1258 | --- | --- |
1259 | 0 | Deny the request (default)
1260 | 1 | Warn the user and allow them to choose whether to allow or deny
1261 | 2 | Allow the request
1262
1263 `DenyUrlRegexList` is a space-separated list of regular expressions that indicates URLs for which DLP operations will always be denied without consulting the agent. The default is the empty string.
1264
1265 `Enabled` indicates whether Firefox should use DLP. Note that if this value is true and no DLP agent is running, all DLP requests will be denied unless `DefaultResult` is set to 1 or 2.
1266
1267 `IsPerUser` indicates whether the pipe the DLP agent has created is per-user or per-system. The default is true, meaning per-user.
1268
1269 `PipePathName` is the name of the pipe the DLP agent has created and Firefox will connect to. The default is "path_user".
1270
1271 `ShowBlockedResult` indicates whether Firefox should show a notification when a DLP request is denied. The default is true.
1272
1273 **Compatibility:** Firefox 130\
1274 **CCK2 Equivalent:** N/A\
1275 **Preferences Affected:** `browser.contentanalysis.agent_name`, `browser.contentanalysis.agent_timeout`, `browser.contentanalysis.allow_url_regex_list`, `browser.contentanalysis.bypass_for_same_tab_operations`, `browser.contentanalysis.client_signature`, `browser.contentanalysis.default_result`, `browser.contentanalysis.deny_url_regex_list`, `browser.contentanalysis.enabled`, `browser.contentanalysis.is_per_user`, `browser.contentanalysis.pipe_path_name`, `browser.contentanalysis.show_blocked_result`
1276
1277 #### Windows (GPO)
1278 ```
1279 Software\Policies\Mozilla\Firefox\ContentAnalysis\AgentName = "My DLP Product"
1280 Software\Policies\Mozilla\Firefox\ContentAnalysis\AgentTimeout = 60
1281 Software\Policies\Mozilla\Firefox\ContentAnalysis\AllowUrlRegexList = "https://example\.com/.* https://subdomain\.example\.com/.*"
1282 Software\Policies\Mozilla\Firefox\ContentAnalysis\BypassForSameTabOperations = 0x1 | 0x0
1283 Software\Policies\Mozilla\Firefox\ContentAnalysis\ClientSignature = "My DLP Company"
1284 Software\Policies\Mozilla\Firefox\ContentAnalysis\DefaultResult = 0x0 | 0x1 | 0x2
1285 Software\Policies\Mozilla\Firefox\ContentAnalysis\DenyUrlRegexList = "https://example\.com/.* https://subdomain\.example\.com/.*"
1286 Software\Policies\Mozilla\Firefox\ContentAnalysis\Enabled = 0x1 | 0x0
1287 Software\Policies\Mozilla\Firefox\ContentAnalysis\IsPerUser = 0x1 | 0x0
1288 Software\Policies\Mozilla\Firefox\ContentAnalysis\PipePathName = "pipe_custom_name"
1289 Software\Policies\Mozilla\Firefox\ContentAnalysis\ShowBlockedResult = 0x1 | 0x0
1290 ```
1291
1292 #### Windows (Intune)
1293 OMA-URI:
1294 ```
1295 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ContentAnalysis/ContentAnalysis_AgentName
1296 ```
1297 Value (string):
1298 ```
1299 <enabled/>
1300 <data id="ContentAnalysis_AgentName" value="My DLP Product"/>
1301 ```
1302 OMA-URI:
1303 ```
1304 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ContentAnalysis/ContentAnalysis_AgentTimeout
1305 ```
1306 Value (string):
1307 ```
1308 <enabled/>
1309 <data id="ContentAnalysis_AgentTimeout" value="60"/>
1310 ```
1311 OMA-URI:
1312 ```
1313 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ContentAnalysis/ContentAnalysis_AllowUrlRegexList
1314 ```
1315 Value (string):
1316 ```
1317 <enabled/>
1318 <data id="ContentAnalysis_AllowUrlRegexList" value="https://example\.com/.* https://subdomain\.example\.com/.*"/>
1319 ```
1320 OMA-URI:
1321 ```
1322 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ContentAnalysis/ContentAnalysis_BypassForSameTabOperations
1323 ```
1324 Value (string):
1325 ```
1326 <enabled/> or <disabled/>
1327 ```
1328 OMA-URI:
1329 ```
1330 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ContentAnalysis/ContentAnalysis_ClientSignature
1331 ```
1332 Value (string):
1333 ```
1334 <enabled/>
1335 <data id="ContentAnalysis_ClientSignature" value="My DLP Company"/>
1336 ```
1337 OMA-URI:
1338 ```
1339 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ContentAnalysis/ContentAnalysis_DefaultResult
1340 ```
1341 Value (string):
1342 ```
1343 <enabled/>
1344 <data id="ContentAnalysis_DefaultResult" value="1"/>
1345 ```
1346 OMA-URI:
1347 ```
1348 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ContentAnalysis/ContentAnalysis_DenyUrlRegexList
1349 ```
1350 Value (string):
1351 ```
1352 <enabled/>
1353 <data id="ContentAnalysis_DenyUrlRegexList" value="https://example\.com/.* https://subdomain\.example\.com/.*"/>
1354 ```
1355 OMA-URI:
1356 ```
1357 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ContentAnalysis/ContentAnalysis_Enabled
1358 ```
1359 Value (string):
1360 ```
1361 <enabled/> or <disabled/>
1362 ```
1363 OMA-URI:
1364 ```
1365 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ContentAnalysis/ContentAnalysis_IsPerUser
1366 ```
1367 Value (string):
1368 ```
1369 <enabled/> or <disabled/>
1370 ```
1371 OMA-URI:
1372 ```
1373 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ContentAnalysis/ContentAnalysis_PipePathName
1374 ```
1375 Value (string):
1376 ```
1377 <enabled/>
1378 <data id="ContentAnalysis_PipePathName" value="pipe_custom_name"/>
1379 ```
1380 OMA-URI:
1381 ```
1382 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ContentAnalysis/ContentAnalysis_ShowBlockedResult
1383 ```
1384 Value (string):
1385 ```
1386 <enabled/> or <disabled/>
1387 ```
1388
1389 #### policies.json
1390 ```
1391 {
1392 "policies": {
1393 "ContentAnalysis": {
1394 "AgentName": "My DLP Product",
1395 "AgentTimeout": 60,
1396 "AllowUrlRegexList": "https://example\.com/.* https://subdomain\.example\.com/.*",
1397 "BypassForSameTabOperations": true | false,
1398 "ClientSignature": "My DLP Company",
1399 "DefaultResult": 0 | 1 | 2,
1400 "DenyUrlRegexList": "https://example\.com/.* https://subdomain\.example\.com/.*",
1401 "Enabled": true | false,
1402 "IsPerUser": true | false,
1403 "PipePathName": "pipe_custom_name",
1404 "ShowBlockedResult": true | false,
1405 }
1406 }
1407 }
1408 ```
1409
1410 ### Cookies
1411 Configure cookie preferences.
1412
1413 `Allow` is a list of origins (not domains) where cookies are always allowed. You must include http or https.
1414
1415 `AllowSession` is a list of origins (not domains) where cookies are only allowed for the current session. You must include http or https.
1416
1417 `Block` is a list of origins (not domains) where cookies are always blocked. You must include http or https.
1418
1419 `Behavior` sets the default behavior for cookies based on the values below.
1420
1421 `BehaviorPrivateBrowsing` sets the default behavior for cookies in private browsing based on the values below.
1422
1423 | Value | Description
1424 | --- | --- |
1425 | accept | Accept all cookies
1426 | reject-foreign | Reject third party cookies
1427 | reject | Reject all cookies
1428 | limit-foreign | Reject third party cookies for sites you haven't visited
1429 | reject-tracker | Reject cookies for known trackers (default)
1430 | reject-tracker-and-partition-foreign | Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection) (default for private browsing)
1431
1432 `Locked` prevents the user from changing cookie preferences.
1433
1434 `Default` determines whether cookies are accepted at all. (*Deprecated*. Use `Behavior` instead)
1435
1436 `AcceptThirdParty` determines how third-party cookies are handled. (*Deprecated*. Use `Behavior` instead)
1437
1438 `RejectTracker` only rejects cookies for trackers. (*Deprecated*. Use `Behavior` instead)
1439
1440 `ExpireAtSessionEnd` determines when cookies expire. (*Deprecated*. Use [`SanitizeOnShutdown`](#sanitizeonshutdown-selective) instead)
1441
1442 **Compatibility:** Firefox 60, Firefox ESR 60 (RejectTracker added in Firefox 63, AllowSession added in Firefox 79/78.1, Behavior added in Firefox 95/91.4)\
1443 **CCK2 Equivalent:** N/A\
1444 **Preferences Affected:** `network.cookie.cookieBehavior`, `network.cookie.cookieBehavior.pbmode`, `network.cookie.lifetimePolicy`
1445
1446 #### Windows (GPO)
1447 ```
1448 Software\Policies\Mozilla\Firefox\Cookies\Allow\1 = "https://example.com"
1449 Software\Policies\Mozilla\Firefox\Cookies\AllowSession\1 = "https://example.edu"
1450 Software\Policies\Mozilla\Firefox\Cookies\Block\1 = "https://example.org"
1451 Software\Policies\Mozilla\Firefox\Cookies\Behavior = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1452 Software\Policies\Mozilla\Firefox\Cookies\BehaviorPrivateBrowsing = "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign"
1453 Software\Policies\Mozilla\Firefox\Cookies\Locked = 0x1 | 0x0
1454 ```
1455 #### Windows (Intune)
1456 OMA-URI:
1457 ```
1458 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Allow
1459 ```
1460 Value (string):
1461 ```
1462 <enabled/>
1463 <data id="Permissions" value="1&#xF000;https://example.com"/>
1464 ```
1465 OMA-URI:
1466 ```
1467 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_AllowSession
1468 ```
1469 Value (string):
1470 ```
1471 <enabled/>
1472 <data id="Permissions" value="1&#xF000;https://example.edu"/>
1473 ```
1474 OMA-URI:
1475 ```
1476 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Block
1477 ```
1478 Value (string):
1479 ```
1480 <enabled/>
1481 <data id="Permissions" value="1&#xF000;https://example.org"/>
1482 ```
1483 OMA-URI:
1484 ```
1485 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Locked
1486 ```
1487 Value (string):
1488 ```
1489 <enabled/> or <disabled/>
1490 ```
1491 OMA-URI:
1492 ```
1493 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_Behavior
1494 ```
1495 Value (string):
1496 ```
1497 <enabled/>
1498 <data id="Cookies_Behavior" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1499 ```
1500 OMA-URI:
1501 ```
1502 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Cookies/Cookies_BehaviorPrivateBrowsing
1503 ```
1504 Value (string):
1505 ```
1506 <enabled/>
1507 <data id="Cookies_BehaviorPrivateBrowsing" value="accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign"/>
1508 ```
1509 #### macOS
1510 ```
1511 <dict>
1512 <key>Cookies</key>
1513 <dict>
1514 <key>Allow</key>
1515 <array>
1516 <string>http://example.com</string>
1517 </array>
1518 <key>AllowSession</key>
1519 <array>
1520 <string>http://example.edu</string>
1521 </array>
1522 <key>Block</key>
1523 <array>
1524 <string>http://example.org</string>
1525 </array>
1526 <key>Locked</key>
1527 <true/> | <false/>
1528 <key>Behavior</key>
1529 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1530 <key>BehaviorPrivateBrowsing</key>
1531 <string>accept | reject-foreign | reject | limit-foreign | reject-tracker | reject-tracker-and-partition-foreign</string>
1532 </dict>
1533 </dict>
1534 ```
1535 #### policies.json
1536 ```
1537 {
1538 "policies": {
1539 "Cookies": {
1540 "Allow": ["http://example.org/"],
1541 "AllowSession": ["http://example.edu/"],
1542 "Block": ["http://example.edu/"],
1543 "Locked": true | false,
1544 "Behavior": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1545 "BehaviorPrivateBrowsing": "accept" | "reject-foreign" | "reject" | "limit-foreign" | "reject-tracker" | "reject-tracker-and-partition-foreign",
1546 }
1547 }
1548 }
1549 ```
1550 ### DefaultDownloadDirectory
1551 Set the default download directory.
1552
1553 You can use ${home} for the native home directory.
1554
1555 **Compatibility:** Firefox 68, Firefox ESR 68\
1556 **CCK2 Equivalent:** N/A\
1557 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`
1558
1559 #### Windows (GPO)
1560 ```
1561 Software\Policies\Mozilla\Firefox\DefaultDownloadDirectory = "${home}\Downloads"
1562 ```
1563 #### Windows (Intune)
1564 OMA-URI:
1565 ```
1566 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DefaultDownloadDirectory
1567 ```
1568 Value (string):
1569 ```
1570 <enabled/>
1571 <data id="Preferences_String" value="${home}\Downloads"/>
1572 ```
1573 #### macOS
1574 ```
1575 <dict>
1576 <key>DefaultDownloadDirectory</key>
1577 <string>${home}/Downloads</string>
1578 </dict>
1579 ```
1580 #### policies.json (macOS and Linux)
1581 ```
1582 {
1583 "policies": {
1584 "DefaultDownloadDirectory": "${home}/Downloads"
1585 }
1586 }
1587 ```
1588 #### policies.json (Windows)
1589 ```
1590 {
1591 "policies": {
1592 "DefaultDownloadDirectory": "${home}\\Downloads"
1593 }
1594 }
1595 ```
1596 ### DisableAppUpdate
1597 Turn off application updates within Firefox.
1598
1599 **Compatibility:** Firefox 60, Firefox ESR 60\
1600 **CCK2 Equivalent:** `disableFirefoxUpdates`\
1601 **Preferences Affected:** N/A
1602
1603 #### Windows (GPO)
1604 ```
1605 Software\Policies\Mozilla\Firefox\DisableAppUpdate = 0x1 | 0x0
1606 ```
1607 #### Windows (Intune)
1608 OMA-URI:
1609 ```
1610 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableAppUpdate
1611 ```
1612 Value (string):
1613 ```
1614 <enabled/> or <disabled/>
1615 ```
1616 #### macOS
1617 ```
1618 <dict>
1619 <key>DisableAppUpdate</key>
1620 <true/> | <false/>
1621 </dict>
1622 ```
1623 #### policies.json
1624 ```
1625 {
1626 "policies": {
1627 "DisableAppUpdate": true | false
1628 }
1629 }
1630 ```
1631 ### DisableBuiltinPDFViewer
1632 Disable the built in PDF viewer. PDF files are downloaded and sent externally.
1633
1634 **Compatibility:** Firefox 60, Firefox ESR 60\
1635 **CCK2 Equivalent:** `disablePDFjs`\
1636 **Preferences Affected:** `pdfjs.disabled`
1637
1638 #### Windows (GPO)
1639 ```
1640 Software\Policies\Mozilla\Firefox\DisableBuiltinPDFViewer = 0x1 | 0x0
1641 ```
1642 #### Windows (Intune)
1643 OMA-URI:
1644 ```
1645 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableBuiltinPDFViewer
1646 ```
1647 Value (string):
1648 ```
1649 <enabled/> or <disabled/>
1650 ```
1651 #### macOS
1652 ```
1653 <dict>
1654 <key>DisableBuiltinPDFViewer</key>
1655 <true/> | <false/>
1656 </dict>
1657 ```
1658 #### policies.json
1659 ```
1660 {
1661 "policies": {
1662 "DisableBuiltinPDFViewer": true | false
1663 }
1664 }
1665 ```
1666 ### DisabledCiphers
1667 Disable specific cryptographic ciphers, listed below.
1668
1669 ```
1670 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
1671 TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
1672 TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
1673 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
1674 TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
1675 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
1676 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
1677 TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
1678 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
1679 TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
1680 TLS_DHE_RSA_WITH_AES_128_CBC_SHA
1681 TLS_DHE_RSA_WITH_AES_256_CBC_SHA
1682 TLS_RSA_WITH_AES_128_GCM_SHA256
1683 TLS_RSA_WITH_AES_256_GCM_SHA384
1684 TLS_RSA_WITH_AES_128_CBC_SHA
1685 TLS_RSA_WITH_AES_256_CBC_SHA
1686 TLS_RSA_WITH_3DES_EDE_CBC_SHA
1687 ```
1688
1689 **Preferences Affected:** `security.ssl3.ecdhe_rsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_ecdsa_aes_128_gcm_sha256`, `security.ssl3.ecdhe_ecdsa_chacha20_poly1305_sha256`, `security.ssl3.ecdhe_rsa_chacha20_poly1305_sha256`, `security.ssl3.ecdhe_ecdsa_aes_256_gcm_sha384`, `security.ssl3.ecdhe_rsa_aes_256_gcm_sha384`, `security.ssl3.ecdhe_rsa_aes_128_sha`, `security.ssl3.ecdhe_ecdsa_aes_128_sha`, `security.ssl3.ecdhe_rsa_aes_256_sha`, `security.ssl3.ecdhe_ecdsa_aes_256_sha`, `security.ssl3.dhe_rsa_aes_128_sha`, `security.ssl3.dhe_rsa_aes_256_sha`, `security.ssl3.rsa_aes_128_gcm_sha256`, `security.ssl3.rsa_aes_256_gcm_sha384`, `security.ssl3.rsa_aes_128_sha`, `security.ssl3.rsa_aes_256_sha`, `security.ssl3.deprecated.rsa_des_ede3_sha`
1690
1691 ---
1692 **Note:**
1693
1694 This policy was updated in Firefox 78 to allow enabling ciphers as well. Setting the value to true disables the cipher, setting the value to false enables the cipher. Previously setting the value to true or false disabled the cipher.
1695
1696 ---
1697 **Compatibility:** Firefox 76, Firefox ESR 68.8 (TLS_RSA_WITH_AES_128_GCM_SHA256 and TLS_RSA_WITH_AES_256_GCM_SHA384 were added in Firefox 78, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA38, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, and TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 were added in Firefox 97 and Firefox 91.6)\
1698 **CCK2 Equivalent:** N/A\
1699 **Preferences Affected:** N/A
1700
1701 #### Windows (GPO)
1702 ```
1703 Software\Policies\Mozilla\Firefox\DisabledCiphers\CIPHER_NAME = 0x1 | 0x0
1704 ```
1705 #### Windows (Intune)
1706 OMA-URI:
1707 ```
1708 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DisabledCiphers/DisabledCiphers_CIPHER_NAME
1709
1710 ```
1711 Value (string):
1712 ```
1713 <enabled/> or <disabled/>
1714 ```
1715 #### macOS
1716 ```
1717 <dict>
1718 <key>DisabledCiphers</key>
1719 <dict>
1720 <key>CIPHER_NAME</key>
1721 <true/> | <false/>
1722 </dict>
1723 </dict>
1724 ```
1725 #### policies.json
1726 ```
1727 {
1728 "policies": {
1729 "DisabledCiphers": {
1730 "CIPHER_NAME": true | false,
1731 }
1732 }
1733 }
1734 ```
1735 ### DisableDefaultBrowserAgent
1736 Prevent the default browser agent from taking any actions. Only applicable to Windows; other platforms don’t have the agent.
1737
1738 The browser agent is a Windows-only scheduled task which runs in the background to collect and submit data about the browser that the user has set as their OS default. More information is available [here](https://firefox-source-docs.mozilla.org/toolkit/mozapps/defaultagent/default-browser-agent/index.html).
1739
1740 **Compatibility:** Firefox 75, Firefox ESR 68.7 (Windows only)\
1741 **CCK2 Equivalent:** N/A\
1742 **Preferences Affected:** N/A
1743
1744 #### Windows (GPO)
1745 ```
1746 Software\Policies\Mozilla\Firefox\DisableDefaultBrowserAgent = 0x1 | 0x0
1747 ```
1748 #### Windows (Intune)
1749 OMA-URI:
1750 ```
1751 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDefaultBrowserAgent
1752 ```
1753 Value (string):
1754 ```
1755 <enabled/> or <disabled/>
1756 ```
1757 #### policies.json
1758 ```
1759 {
1760 "policies": {
1761 "DisableDefaultBrowserAgent": true | false
1762 }
1763 }
1764 ```
1765 ### DisableDeveloperTools
1766 Remove access to all developer tools.
1767
1768 **Compatibility:** Firefox 60, Firefox ESR 60\
1769 **CCK2 Equivalent:** `removeDeveloperTools`\
1770 **Preferences Affected:** `devtools.policy.disabled`
1771
1772 #### Windows (GPO)
1773 ```
1774 Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0`
1775 ```
1776 #### Windows (Intune)
1777 OMA-URI:
1778 ```
1779 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools
1780 ```
1781 Value (string):
1782 ```
1783 <enabled/> or <disabled/>
1784 ```
1785 #### macOS
1786 ```
1787 <dict>
1788 <key>DisableDeveloperTools</key>
1789 <true/> | <false/>
1790 </dict>
1791 ```
1792 #### policies.json
1793 ```
1794 {
1795 "policies": {
1796 "DisableDeveloperTools": true | false
1797 }
1798 }
1799 ```
1800 ### DisableFeedbackCommands
1801 Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site).
1802
1803 **Compatibility:** Firefox 60, Firefox ESR 60\
1804 **CCK2 Equivalent:** N/A\
1805 **Preferences Affected:** N/A
1806
1807 #### Windows (GPO)
1808 ```
1809 Software\Policies\Mozilla\Firefox\DisableFeedbackCommands = 0x1 | 0x0
1810 ```
1811 #### Windows (Intune)
1812 OMA-URI:
1813 ```
1814 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFeedbackCommands
1815 ```
1816 Value (string):
1817 ```
1818 <enabled/> or <disabled/>
1819 ```
1820 #### macOS
1821 ```
1822 <dict>
1823 <key>DisableFeedbackCommands</key>
1824 <true/> | <false/>
1825 </dict>
1826 ```
1827 #### policies.json
1828 ```
1829 {
1830 "policies": {
1831 "DisableFeedbackCommands": true | false
1832 }
1833 }
1834 ```
1835 ### DisableEncryptedClientHello
1836 Disable the TLS Feature for Encrypted Client Hello. Note that TLS Client Hellos will still contain an ECH extension, but this extension will not be used by Firefox during the TLS handshake.
1837
1838 **Compatibility:** Firefox 127, Firefox ESR 128\
1839 **CCK2 Equivalent:** N/A\
1840 **Preferences Affected:** `network.dns.echconfig.enabled`, `network.dns.http3_echconfig.enabled`
1841
1842 #### Windows (GPO)
1843 ```
1844 Software\Policies\Mozilla\Firefox\DisableEncryptedClientHello = 0x1 | 0x0
1845 ```
1846 #### Windows (Intune)
1847 OMA-URI:
1848 ```
1849 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableEncryptedClientHello
1850 ```
1851 Value (string):
1852 ```
1853 <enabled/> or <disabled/>
1854 ```
1855 #### macOS
1856 ```
1857 <dict>
1858 <key>DisableEncryptedClientHello</key>
1859 <true/> | <false/>
1860 </dict>
1861 ```
1862 #### policies.json
1863 ```
1864 {
1865 "policies": {
1866 "DisableEncryptedClientHello": true | false
1867 }
1868 }
1869 ```
1870 ### DisableFirefoxAccounts
1871 Disable Firefox Accounts integration (Sync).
1872
1873 **Compatibility:** Firefox 60, Firefox ESR 60\
1874 **CCK2 Equivalent:** `disableSync`\
1875 **Preferences Affected:** `identity.fxaccounts.enabled`
1876
1877 #### Windows (GPO)
1878 ```
1879 Software\Policies\Mozilla\Firefox\DisableFirefoxAccounts = 0x1 | 0x0
1880 ```
1881 #### Windows (Intune)
1882 OMA-URI:
1883 ```
1884 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxAccounts
1885 ```
1886 Value (string):
1887 ```
1888 <enabled/> or <disabled/>
1889 ```
1890 #### macOS
1891 ```
1892 <dict>
1893 <key>DisableFirefoxAccounts</key>
1894 <true/> | <false/>
1895 </dict>
1896 ```
1897 #### policies.json
1898 ```
1899 {
1900 "policies": {
1901 "DisableFirefoxAccounts": true | false
1902 }
1903 }
1904 ```
1905 ### DisableFirefoxScreenshots
1906 Remove access to Firefox Screenshots.
1907
1908 **Compatibility:** Firefox 60, Firefox ESR 60\
1909 **CCK2 Equivalent:** N/A\
1910 **Preferences Affected:** `extensions.screenshots.disabled`
1911
1912 #### Windows (GPO)
1913 ```
1914 Software\Policies\Mozilla\Firefox\DisableFirefoxScreenshots = 0x1 | 0x0
1915 ```
1916 #### Windows (Intune)
1917 OMA-URI:
1918 ```
1919 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxScreenshots
1920 ```
1921 Value (string):
1922 ```
1923 <enabled/> or <disabled/>
1924 ```
1925 #### macOS
1926 ```
1927 <dict>
1928 <key>DisableFirefoxScreenshots</key>
1929 <true/> | <false/>
1930 </dict>
1931 ```
1932 #### policies.json
1933 ```
1934 {
1935 "policies": {
1936 "DisableFirefoxScreenshots": true | false
1937 }
1938 }
1939 ```
1940 ### DisableFirefoxStudies
1941 Disable Firefox studies (Shield).
1942
1943 **Compatibility:** Firefox 60, Firefox ESR 60\
1944 **CCK2 Equivalent:** N/A\
1945 **Preferences Affected:** `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
1946
1947 #### Windows (GPO)
1948 ```
1949 Software\Policies\Mozilla\Firefox\DisableFirefoxStudies = 0x1 | 0x0
1950 ```
1951 #### Windows (Intune)
1952 OMA-URI:
1953 ```
1954 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFirefoxStudies
1955 ```
1956 Value (string):
1957 ```
1958 <enabled/> or <disabled/>
1959 ```
1960 #### macOS
1961 ```
1962 <dict>
1963 <key>DisableFirefoxStudies</key>
1964 <true/> | <false/>
1965 </dict>
1966 ```
1967 #### policies.json
1968 ```
1969 {
1970 "policies": {
1971 "DisableFirefoxStudies": true | false
1972 }
1973 }
1974 ```
1975 ### DisableForgetButton
1976 Disable the "Forget" button.
1977
1978 **Compatibility:** Firefox 60, Firefox ESR 60\
1979 **CCK2 Equivalent:** `disableForget`\
1980 **Preferences Affected:** N/A
1981
1982 #### Windows (GPO)
1983 ```
1984 Software\Policies\Mozilla\Firefox\DisableForgetButton = 0x1 | 0x0
1985 ```
1986 #### Windows (Intune)
1987 OMA-URI:
1988 ```
1989 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableForgetButton
1990 ```
1991 Value (string):
1992 ```
1993 <enabled/> or <disabled/>
1994 ```
1995 #### macOS
1996 ```
1997 <dict>
1998 <key>DisableForgetButton</key>
1999 <true/> | <false/>
2000 </dict>
2001 ```
2002 #### policies.json
2003 ```
2004 {
2005 "policies": {
2006 "DisableForgetButton": true | false
2007 }
2008 }
2009 ```
2010 ### DisableFormHistory
2011 Turn off saving information on web forms and the search bar.
2012
2013 **Compatibility:** Firefox 60, Firefox ESR 60\
2014 **CCK2 Equivalent:** `disableFormFill`\
2015 **Preferences Affected:** `browser.formfill.enable`
2016
2017 #### Windows (GPO)
2018 ```
2019 Software\Policies\Mozilla\Firefox\DisableFormHistory = 0x1 | 0x0
2020 ```
2021 #### Windows (Intune)
2022 OMA-URI:
2023 ```
2024 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableFormHistory
2025 ```
2026 Value (string):
2027 ```
2028 <enabled/> or <disabled/>
2029 ```
2030 #### macOS
2031 ```
2032 <dict>
2033 <key>DisableFormHistory</key>
2034 <true/> | <false/>
2035 </dict>
2036 ```
2037 #### policies.json
2038 ```
2039 {
2040 "policies": {
2041 "DisableFormHistory": true | false
2042 }
2043 }
2044 ```
2045 ### DisableMasterPasswordCreation
2046 Remove the master password functionality.
2047
2048 If this value is true, it works the same as setting [`PrimaryPassword`](#primarypassword) to false and removes the primary password functionality.
2049
2050 If both `DisableMasterPasswordCreation` and `PrimaryPassword` are used, `DisableMasterPasswordCreation` takes precedent.
2051
2052 **Compatibility:** Firefox 60, Firefox ESR 60\
2053 **CCK2 Equivalent:** `noMasterPassword`\
2054 **Preferences Affected:** N/A
2055
2056 #### Windows (GPO)
2057 ```
2058 Software\Policies\Mozilla\Firefox\DisableMasterPasswordCreation = 0x1 | 0x0
2059 ```
2060 #### Windows (Intune)
2061 OMA-URI:
2062 ```
2063 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableMasterPasswordCreation
2064 ```
2065 Value (string):
2066 ```
2067 <enabled/> or <disabled/>
2068 ```
2069 #### macOS
2070 ```
2071 <dict>
2072 <key>DisableMasterPasswordCreation</key>
2073 <true/> | <false/>
2074 </dict>
2075 ```
2076 #### policies.json
2077 ```
2078 {
2079 "policies": {
2080 "DisableMasterPasswordCreation": true | false
2081 }
2082 }
2083 ```
2084 ### DisablePasswordReveal
2085 Do not allow passwords to be shown in saved logins
2086
2087 **Compatibility:** Firefox 71, Firefox ESR 68.3\
2088 **CCK2 Equivalent:** N/A
2089 **Preferences Affected:** N/A
2090
2091 #### Windows (GPO)
2092 ```
2093 Software\Policies\Mozilla\Firefox\DisablePasswordReveal = 0x1 | 0x0
2094 ```
2095 #### Windows (Intune)
2096 OMA-URI:
2097 ```
2098 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePasswordReveal
2099 ```
2100 Value (string):
2101 ```
2102 <enabled/> or <disabled/>
2103 ```
2104 #### macOS
2105 ```
2106 <dict>
2107 <key>DisablePasswordReveal</key>
2108 <true/> | <false/>
2109 </dict>
2110 ```
2111 #### policies.json
2112 ```
2113 {
2114 "policies": {
2115 "DisablePasswordReveal": true | false
2116 }
2117 }
2118 ```
2119 ### DisablePocket
2120 Remove Pocket in the Firefox UI. It does not remove it from the new tab page.
2121
2122 **Compatibility:** Firefox 60, Firefox ESR 60\
2123 **CCK2 Equivalent:** `disablePocket`\
2124 **Preferences Affected:** `extensions.pocket.enabled`
2125
2126 #### Windows (GPO)
2127 ```
2128 Software\Policies\Mozilla\Firefox\DisablePocket = 0x1 | 0x0
2129 ```
2130 #### Windows (Intune)
2131 OMA-URI:
2132 ```
2133 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePocket
2134 ```
2135 Value (string):
2136 ```
2137 <enabled/> or <disabled/>
2138 ```
2139 #### macOS
2140 ```
2141 <dict>
2142 <key>DisablePocket</key>
2143 <true/> | <false/>
2144 </dict>
2145 ```
2146 #### policies.json
2147 ```
2148 {
2149 "policies": {
2150 "DisablePocket": true | false
2151 }
2152 }
2153 ```
2154 ### DisablePrivateBrowsing
2155 Remove access to private browsing.
2156
2157 **Compatibility:** Firefox 60, Firefox ESR 60\
2158 **CCK2 Equivalent:** `disablePrivateBrowsing`\
2159 **Preferences Affected:** N/A
2160
2161 #### Windows (GPO)
2162 ```
2163 Software\Policies\Mozilla\Firefox\DisablePrivateBrowsing = 0x1 | 0x0
2164 ```
2165 #### Windows (Intune)
2166 OMA-URI:
2167 ```
2168 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisablePrivateBrowsing
2169 ```
2170 Value (string):
2171 ```
2172 <enabled/> or <disabled/>
2173 ```
2174 #### macOS
2175 ```
2176 <dict>
2177 <key>DisablePrivateBrowsing</key>
2178 <true/> | <false/>
2179 </dict>
2180 ```
2181 #### policies.json
2182 ```
2183 {
2184 "policies": {
2185 "DisablePrivateBrowsing": true | false
2186 }
2187 }
2188 ```
2189 ### DisableProfileImport
2190 Disables the "Import data from another browser" option in the bookmarks window.
2191
2192 **Compatibility:** Firefox 60, Firefox ESR 60\
2193 **CCK2 Equivalent:** N/A\
2194 **Preferences Affected:** N/A
2195
2196 #### Windows (GPO)
2197 ```
2198 Software\Policies\Mozilla\Firefox\DisableProfileImport = 0x1 | 0x0
2199 ```
2200 #### Windows (Intune)
2201 OMA-URI:
2202 ```
2203 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileImport
2204 ```
2205 Value (string):
2206 ```
2207 <enabled/> or <disabled/>
2208 ```
2209 #### macOS
2210 ```
2211 <dict>
2212 <key>DisableProfileImport</key>
2213 <true/> | <false/>
2214 </dict>
2215 ```
2216 #### policies.json
2217 ```
2218 {
2219 "policies": {
2220 "DisableProfileImport": true | false
2221 }
2222 }
2223 ```
2224 ### DisableProfileRefresh
2225 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.
2226
2227 **Compatibility:** Firefox 60, Firefox ESR 60\
2228 **CCK2 Equivalent:** `disableResetFirefox`\
2229 **Preferences Affected:** `browser.disableResetPrompt`
2230
2231 #### Windows (GPO)
2232 ```
2233 Software\Policies\Mozilla\Firefox\DisableProfileRefresh = 0x1 | 0x0
2234 ```
2235 #### Windows (Intune)
2236 OMA-URI:
2237 ```
2238 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableProfileRefresh
2239 ```
2240 Value (string):
2241 ```
2242 <enabled/> or <disabled/>
2243 ```
2244 #### macOS
2245 ```
2246 <dict>
2247 <key>DisableProfileRefresh</key>
2248 <true/> | <false/>
2249 </dict>
2250 ```
2251 #### policies.json
2252 ```
2253 {
2254 "policies": {
2255 "DisableProfileRefresh": true | false
2256 }
2257 }
2258 ```
2259 ### DisableSafeMode
2260 Disable safe mode within the browser.
2261
2262 On Windows, this disables safe mode via the command line as well.
2263
2264 **Compatibility:** Firefox 60, Firefox ESR 60 (Windows, macOS)\
2265 **CCK2 Equivalent:** `disableSafeMode`\
2266 **Preferences Affected:** N/A
2267
2268 #### Windows (GPO)
2269 ```
2270 Software\Policies\Mozilla\Firefox\DisableSafeMode = 0x1 | 0x0
2271 ```
2272 #### Windows (Intune)
2273 OMA-URI:
2274 ```
2275 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSafeMode
2276 ```
2277 Value (string):
2278 ```
2279 <enabled/> or <disabled/>
2280 ```
2281 #### macOS
2282 ```
2283 <dict>
2284 <key>DisableSafeMode</key>
2285 <true/> | <false/>
2286 </dict>
2287 ```
2288 #### policies.json
2289 ```
2290 {
2291 "policies": {
2292 "DisableSafeMode": true | false
2293 }
2294 }
2295 ```
2296 ### DisableSecurityBypass
2297 Prevent the user from bypassing security in certain cases.
2298
2299 `InvalidCertificate` prevents adding an exception when an invalid certificate is shown.
2300
2301 `SafeBrowsing` prevents selecting "ignore the risk" and visiting a harmful site anyway.
2302
2303 These policies only affect what happens when an error is shown, they do not affect any settings in preferences.
2304
2305 **Compatibility:** Firefox 60, Firefox ESR 60\
2306 **CCK2 Equivalent:** N/A\
2307 **Preferences Affected:** `security.certerror.hideAddException`, `browser.safebrowsing.allowOverride`
2308
2309 #### Windows (GPO)
2310 ```
2311 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\InvalidCertificate = 0x1 | 0x0
2312 Software\Policies\Mozilla\Firefox\DisableSecurityBypass\SafeBrowsing = 0x1 | 0x0
2313 ```
2314 #### Windows (Intune)
2315 OMA-URI:
2316 ```
2317 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_InvalidCertificate
2318 ```
2319 Value (string):
2320 ```
2321 <enabled/> or <disabled/>
2322 ```
2323 OMA-URI:
2324 ```
2325 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/P_DisableSecurityBypass_SafeBrowsing
2326 ```
2327 Value (string):
2328 ```
2329 <enabled/> or <disabled/>
2330 ```
2331
2332 #### macOS
2333 ```
2334 <dict>
2335 <key>DisableSecurityBypass</key>
2336 <dict>
2337 <key>InvalidCertificate</key>
2338 <true/> | <false/>
2339 <key>SafeBrowsing</key>
2340 <true/> | <false/>
2341 </dict>
2342 </dict>
2343 ```
2344 #### policies.json
2345 ```
2346 {
2347 "policies": {
2348 "DisableSecurityBypass": {
2349 "InvalidCertificate": true | false,
2350 "SafeBrowsing": true | false
2351 }
2352 }
2353 }
2354 ```
2355 ### DisableSetDesktopBackground
2356 Remove the "Set As Desktop Background..." menuitem when right clicking on an image.
2357
2358 **Compatibility:** Firefox 60, Firefox ESR 60\
2359 **CCK2 Equivalent:** `removeSetDesktopBackground`\
2360 **Preferences Affected:** N/A
2361
2362 #### Windows (GPO)
2363 ```
2364 Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground = 0x1 | 0x0
2365 ```
2366 #### Windows (Intune)
2367 OMA-URI:
2368 ```
2369 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSetDesktopBackground
2370 ```
2371 Value (string):
2372 ```
2373 <enabled/> or <disabled/>
2374 ```
2375 #### macOS
2376 ```
2377 <dict>
2378 <key>DisableSetDesktopBackground</key>
2379 <true/> | <false/>
2380 </dict>
2381 ```
2382 #### policies.json
2383 ```
2384 {
2385 "policies": {
2386 "DisableSetDesktopBackground": true | false
2387 }
2388 }
2389 ```
2390 ### DisableSystemAddonUpdate
2391 Prevent system add-ons from being installed or updated.
2392
2393 **Compatibility:** Firefox 60, Firefox ESR 60\
2394 **CCK2 Equivalent:** N/A\
2395 **Preferences Affected:** N/A
2396
2397 #### Windows (GPO)
2398 ```
2399 Software\Policies\Mozilla\Firefox\DisableSystemAddonUpdate = 0x1 | 0x0
2400 ```
2401 #### Windows (Intune)
2402 OMA-URI:
2403 ```
2404 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableSystemAddonUpdate
2405 ```
2406 Value (string):
2407 ```
2408 <enabled/> or <disabled/>
2409 ```
2410 #### macOS
2411 ```
2412 <dict>
2413 <key>DisableSystemAddonUpdate</key>
2414 <true/> | <false/>
2415 </dict>
2416 ```
2417 #### policies.json
2418 ```
2419 {
2420 "policies": {
2421 "DisableSystemAddonUpdate": true | false
2422 }
2423 }
2424 ```
2425 ### DisableTelemetry
2426 Prevent the upload of telemetry data.
2427
2428 As of Firefox 83 and Firefox ESR 78.5, local storage of telemetry data is disabled as well.
2429
2430 Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.
2431
2432 **Compatibility:** Firefox 60, Firefox ESR 60\
2433 **CCK2 Equivalent:** `disableTelemetry`\
2434 **Preferences Affected:** `datareporting.healthreport.uploadEnabled`, `datareporting.policy.dataSubmissionEnabled`, `toolkit.telemetry.archive.enabled`
2435
2436 #### Windows (GPO)
2437 ```
2438 Software\Policies\Mozilla\Firefox\DisableTelemetry = 0x1 | 0x0
2439 ```
2440 #### Windows (Intune)
2441 OMA-URI:
2442 ```
2443 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableTelemetry
2444 ```
2445 Value (string):
2446 ```
2447 <enabled/> or <disabled/>
2448 ```
2449 #### macOS
2450 ```
2451 <dict>
2452 <key>DisableTelemetry</key>
2453 <true/> | <false/>
2454 </dict>
2455 ```
2456 #### policies.json
2457 ```
2458 {
2459 "policies": {
2460 "DisableTelemetry": true | false
2461 }
2462 }
2463 ```
2464 ### DisableThirdPartyModuleBlocking
2465 Do not allow blocking third-party modules from the `about:third-party` page.
2466
2467 This policy only works on Windows through GPO (not policies.json).
2468
2469 **Compatibility:** Firefox 110 (Windows only, GPO only)\
2470 **CCK2 Equivalent:** N/A\
2471 **Preferences Affected:** N/A
2472
2473 #### Windows (GPO)
2474 ```
2475 Software\Policies\Mozilla\Firefox\DisableThirdPartyModuleBlocking = = 0x1 | 0x0
2476 ```
2477 #### Windows (Intune)
2478 OMA-URI:
2479 ```
2480 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableThirdPartyModuleBlocking
2481 ```
2482 Value (string):
2483 ```
2484 <enabled/> or <disabled/>
2485 ```
2486 ### DisplayBookmarksToolbar
2487 Set the initial state of the bookmarks toolbar. A user can still change how it is displayed.
2488
2489 `always` means the bookmarks toolbar is always shown.
2490
2491 `never` means the bookmarks toolbar is not shown.
2492
2493 `newtab` means the bookmarks toolbar is only shown on the new tab page.
2494
2495 **Compatibility:** Firefox 109, Firefox ESR 102.7\
2496 **CCK2 Equivalent:** N/A\
2497 **Preferences Affected:** N/A
2498
2499 #### Windows (GPO)
2500 ```
2501 Software\Policies\Mozilla\Firefox\DisplayBookmarksToolbar = "always", "never", "newtab"
2502 ```
2503 #### Windows (Intune)
2504 OMA-URI:
2505 ```
2506 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayBookmarksToolbar_Enum
2507 ```
2508 Value (string):
2509 ```
2510 <enabled/>
2511 <data id="DisplayBookmarksToolbar" value="always | never | newtab"/>
2512 ```
2513 #### macOS
2514 ```
2515 <dict>
2516 <key>DisplayBookmarksToolbar</key>
2517 <string>always | never | newtab</string>
2518 </dict>
2519 ```
2520 #### policies.json
2521 ```
2522 {
2523 "policies": {
2524 "DisplayBookmarksToolbar": "always" | "never" | "newtab"
2525 }
2526 }
2527 ```
2528 ### DisplayMenuBar
2529 Set the state of the menubar.
2530
2531 `always` means the menubar is shown and cannot be hidden.
2532
2533 `never` means the menubar is hidden and cannot be shown.
2534
2535 `default-on` means the menubar is on by default but can be hidden.
2536
2537 `default-off` means the menubar is off by default but can be shown.
2538
2539 **Compatibility:** Firefox 73, Firefox ESR 68.5 (Windows, some Linux)\
2540 **CCK2 Equivalent:** `displayMenuBar`\
2541 **Preferences Affected:** N/A
2542
2543 #### Windows (GPO)
2544 ```
2545 Software\Policies\Mozilla\Firefox\DisplayMenuBar = "always", "never", "default-on", "default-off"
2546 ```
2547 #### Windows (Intune)
2548 OMA-URI:
2549 ```
2550 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisplayMenuBar_Enum
2551 ```
2552 Value (string):
2553 ```
2554 <enabled/>
2555 <data id="DisplayMenuBar" value="always | never | default-on | default-off"/>
2556 ```
2557 #### macOS
2558 ```
2559 <dict>
2560 <key>DisplayMenuBar</key>
2561 <string>always | never | default-on | default-off</string>
2562 </dict>
2563 ```
2564 #### policies.json
2565 ```
2566 {
2567 "policies": {
2568 "DisplayMenuBar": "always", "never", "default-on", "default-off"
2569 }
2570 }
2571 ```
2572 ### DNSOverHTTPS
2573 Configure DNS over HTTPS.
2574
2575 `Enabled` determines whether DNS over HTTPS is enabled
2576
2577 `ProviderURL` is a URL to another provider.
2578
2579 `Locked` prevents the user from changing DNS over HTTPS preferences.
2580
2581 `ExcludedDomains` excludes domains from DNS over HTTPS.
2582
2583 `Fallback` determines whether or not Firefox will use your default DNS resolver if there is a problem with the secure DNS provider.
2584
2585 **Compatibility:** Firefox 63, Firefox ESR 68 (ExcludedDomains added in 75/68.7) (Fallback added in 124)\
2586 **CCK2 Equivalent:** N/A\
2587 **Preferences Affected:** `network.trr.mode`, `network.trr.uri`
2588
2589 #### Windows (GPO)
2590 ```
2591 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Enabled = 0x1 | 0x0
2592 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ProviderURL = "URL_TO_ALTERNATE_PROVIDER"
2593 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Locked = 0x1 | 0x0
2594 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains\1 = "example.com"
2595 Software\Policies\Mozilla\Firefox\DNSOverHTTPS\Fallback = 0x1 | 0x0
2596 ```
2597 #### Windows (Intune)
2598 OMA-URI:
2599 ```
2600 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Enabled
2601 ```
2602 Value (string):
2603 ```
2604 <enabled/> or <disabled/>
2605 ```
2606 OMA-URI:
2607 ```
2608 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ProviderURL
2609 ```
2610 Value (string):
2611 ```
2612 <enabled/>
2613 <data id="String" value="URL_TO_ALTERNATE_PROVIDER"/>
2614 ```
2615 OMA-URI:
2616 ```
2617 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Locked
2618 ```
2619 Value (string):
2620 ```
2621 <enabled/> or <disabled/>
2622 ```
2623 OMA-URI:
2624 ```
2625 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_ExcludedDomains
2626 ```
2627 Value (string):
2628 ```
2629 <enabled/>
2630 <data id="List" value="1&#xF000;example.com"/>
2631 ```
2632 OMA-URI:
2633 ```
2634 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~DNSOverHTTPS/DNSOverHTTPS_Fallback
2635 ```
2636 Value (string):
2637 ```
2638 <enabled/> or <disabled/>
2639 ```
2640 #### macOS
2641 ```
2642 <dict>
2643 <key>DNSOverHTTPS</key>
2644 <dict>
2645 <key>Enabled</key>
2646 <true/> | <false/>
2647 <key>ProviderURL</key>
2648 <string>URL_TO_ALTERNATE_PROVIDER</string>
2649 <key>Locked</key>
2650 <true/> | <false/>
2651 <key>ExcludedDomains</key>
2652 <array>
2653 <string>example.com</string>
2654 </array>
2655 <key>Fallback</key>
2656 <true/> | <false/>
2657 </dict>
2658 </dict>
2659 ```
2660 #### policies.json
2661 ```
2662 {
2663 "policies": {
2664 "DNSOverHTTPS": {
2665 "Enabled": true | false,
2666 "ProviderURL": "URL_TO_ALTERNATE_PROVIDER",
2667 "Locked": true | false,
2668 "ExcludedDomains": ["example.com"],
2669 "Fallback": true | false,
2670 }
2671 }
2672 }
2673 ```
2674 ### DontCheckDefaultBrowser
2675 Don't check if Firefox is the default browser at startup.
2676
2677 **Compatibility:** Firefox 60, Firefox ESR 60\
2678 **CCK2 Equivalent:** `dontCheckDefaultBrowser`\
2679 **Preferences Affected:** `browser.shell.checkDefaultBrowser`
2680
2681 #### Windows (GPO)
2682 ```
2683 Software\Policies\Mozilla\Firefox\DontCheckDefaultBrowser = 0x1 | 0x0
2684 ```
2685 #### Windows (Intune)
2686 OMA-URI:
2687 ```
2688 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DontCheckDefaultBrowser
2689 ```
2690 Value (string):
2691 ```
2692 <enabled/> or <disabled/>
2693 ```
2694 #### macOS
2695 ```
2696 <dict>
2697 <key>DontCheckDefaultBrowser</key>
2698 <true/> | <false/>
2699 </dict>
2700 ```
2701 #### policies.json
2702 ```
2703 {
2704 "policies": {
2705 "DontCheckDefaultBrowser": true | false
2706 }
2707 }
2708 ```
2709 ### DownloadDirectory
2710 Set and lock the download directory.
2711
2712 You can use ${home} for the native home directory.
2713
2714 **Compatibility:** Firefox 68, Firefox ESR 68\
2715 **CCK2 Equivalent:** N/A\
2716 **Preferences Affected:** `browser.download.dir`, `browser.download.folderList`, `browser.download.useDownloadDir`
2717
2718 #### Windows (GPO)
2719 ```
2720 Software\Policies\Mozilla\Firefox\DownloadDirectory = "${home}\Downloads"
2721 ```
2722 #### Windows (Intune)
2723 OMA-URI:
2724 ```
2725 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DownloadDirectory
2726 ```
2727 Value (string):
2728 ```
2729 <enabled/>
2730 <data id="Preferences_String" value="${home}\Downloads"/>
2731 ```
2732 #### macOS
2733 ```
2734 <dict>
2735 <key>DownloadDirectory</key>
2736 <string>${home}/Downloads</string>
2737 </dict>
2738 ```
2739 #### policies.json (macOS and Linux)
2740 ```
2741 {
2742 "policies": {
2743 "DownloadDirectory": "${home}/Downloads"
2744 }
2745 ```
2746 #### policies.json (Windows)
2747 ```
2748 {
2749 "policies": {
2750 "DownloadDirectory": "${home}\\Downloads"
2751 }
2752 ```
2753 ### EnableTrackingProtection
2754 Configure tracking protection.
2755
2756 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.
2757
2758 If `Value` is set to false, tracking protection is disabled and locked in both the regular browser and private browsing.
2759
2760 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.
2761
2762 If `Cryptomining` is set to true, cryptomining scripts on websites are blocked.
2763
2764 If `Fingerprinting` is set to true, fingerprinting scripts on websites are blocked.
2765
2766 If `EmailTracking` is set to true, hidden email tracking pixels and scripts on websites are blocked. (Firefox 112)
2767
2768 `Exceptions` are origins for which tracking protection is not enabled.
2769
2770 **Compatibility:** Firefox 60, Firefox ESR 60 (Cryptomining and Fingerprinting added in 70/68.2, Exceptions added in 73/68.5)\
2771 **CCK2 Equivalent:** N/A\
2772 **Preferences Affected:** `privacy.trackingprotection.enabled`, `privacy.trackingprotection.pbmode.enabled`, `privacy.trackingprotection.cryptomining.enabled`, `privacy.trackingprotection.fingerprinting.enabled`
2773
2774 #### Windows (GPO)
2775 ```
2776 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Value = 0x1 | 0x0
2777 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Locked = 0x1 | 0x0
2778 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Cryptomining = 0x1 | 0x0
2779 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Fingerprinting = 0x1 | 0x0
2780 Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions\1 = "https://example.com"
2781 ```
2782 #### Windows (Intune)
2783 OMA-URI:
2784 ```
2785 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/A_TrackingProtection_Value
2786 ```
2787 Value (string):
2788 ```
2789 <enabled/> or <disabled/>
2790 ```
2791 OMA-URI:
2792 ```
2793 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/B_TrackingProtection_Cryptomining
2794 ```
2795 Value (string):
2796 ```
2797 <enabled/> or <disabled/>
2798 ```
2799 OMA-URI:
2800 ```
2801 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/C_TrackingProtection_Fingerprinting
2802 ```
2803 Value (string):
2804 ```
2805 <enabled/> or <disabled/>
2806 ```
2807 OMA-URI:
2808 ```
2809 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/D_TrackingProtection_Exceptions
2810 ```
2811 Value (string):
2812 ```
2813 <enabled/>
2814 <data id="TrackingProtection_Exceptions" value="1&#xF000;https://example.com"/>
2815 ```
2816 OMA-URI:
2817 ```
2818 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~TrackingProtection/E_TrackingProtection_Locked
2819 ```
2820 Value (string):
2821 ```
2822 <enabled/> or <disabled/>
2823 ```
2824 #### macOS
2825 ```
2826 <dict>
2827 <key>EnableTrackingProtection</key>
2828 <dict>
2829 <key>Value</key>
2830 <true/> | <false/>
2831 <key>Locked</key>
2832 <true/> | <false/>
2833 <key>Cryptomining</key>
2834 <true/> | <false/>
2835 <key>Fingerprinting</key>
2836 <true/> | <false/>
2837 <key>Exceptions</key>
2838 <array>
2839 <string>https://example.com</string>
2840 </array>
2841 </dict>
2842 </dict>
2843 ```
2844 #### policies.json
2845 ```
2846 {
2847 "policies": {
2848 "EnableTrackingProtection": {
2849 "Value": true | false,
2850 "Locked": true | false,
2851 "Cryptomining": true | false,
2852 "Fingerprinting": true | false,
2853 "Exceptions": ["https://example.com"]
2854 }
2855 }
2856 }
2857 ```
2858 ### EncryptedMediaExtensions
2859 Enable or disable Encrypted Media Extensions and optionally lock it.
2860
2861 If `Enabled` is set to false, encrypted media extensions (like Widevine) are not downloaded by Firefox unless the user consents to installing them.
2862
2863 If `Locked` is set to true and `Enabled` is set to false, Firefox will not download encrypted media extensions (like Widevine) or ask the user to install them.
2864
2865 **Compatibility:** Firefox 77, Firefox ESR 68.9\
2866 **CCK2 Equivalent:** N/A\
2867 **Preferences Affected:** `media.eme.enabled`
2868
2869 #### Windows (GPO)
2870 ```
2871 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Enabled = 0x1 | 0x0
2872 Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions\Locked = 0x1 | 0x0
2873 ```
2874 #### Windows (Intune)
2875 OMA-URI:
2876 ```
2877 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Enabled
2878 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~EncryptedMediaExtensions/EncryptedMediaExtensions_Locked
2879 ```
2880 Value (string):
2881 ```
2882 <enabled/>or <disabled/>
2883 ```
2884 #### macOS
2885 ```
2886 <dict>
2887 <key>EncryptedMediaExtensions</key>
2888 <dict>
2889 <key>Enabled</key>
2890 <true/> | <false/>
2891 <key>Locked</key>
2892 <true/> | <false/>
2893 </dict>
2894 </dict>
2895 ```
2896 #### policies.json
2897 ```
2898 {
2899 "policies": {
2900 "EncryptedMediaExtensions": {
2901 "Enabled": true | false,
2902 "Locked": true | false
2903 }
2904 }
2905 }
2906 ```
2907 ### EnterprisePoliciesEnabled
2908 Enable policy support on macOS.
2909
2910 **Compatibility:** Firefox 63, Firefox ESR 60.3 (macOS only)\
2911 **CCK2 Equivalent:** N/A\
2912 **Preferences Affected:** N/A
2913
2914 #### macOS
2915 ```
2916 <dict>
2917 <key>EnterprisePoliciesEnabled</key>
2918 <true/>
2919 </dict>
2920 ```
2921 ### ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2922
2923 Disable warnings based on file extension for specific file types on domains.
2924
2925 This policy is based on the [Chrome policy](https://chromeenterprise.google/policies/#ExemptDomainFileTypePairsFromFileTypeDownloadWarnings) of the same name.
2926
2927 Important: The documentation for the policy for both Edge and Chrome is incorrect. The ```domains``` value must be a domain, not a URL pattern. Also, we do not support using ```*``` to mean all domains.
2928
2929 **Compatibility:** Firefox 102\
2930 **CCK2 Equivalent:** N/A\
2931 **Preferences Affected:** N/A
2932
2933 #### Windows (GPO)
2934 Software\Policies\Mozilla\Firefox\ExemptDomainFileTypePairsFromFileTypeDownloadWarnings (REG_MULTI_SZ) =
2935 ```
2936 [
2937 {
2938 "file_extension": "jnlp",
2939 "domains": ["example.com"]
2940 }
2941 ]
2942 ```
2943 #### Windows (Intune)
2944 OMA-URI:
2945 ```
2946 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ExemptDomainFileTypePairsFromFileTypeDownloadWarnings
2947 ```
2948 Value (string):
2949 ```
2950 <enabled/>
2951 <data id="JSON" value='
2952 [
2953 {
2954 "file_extension": "jnlp",
2955 "domains": ["example.com"]
2956 }
2957 ]
2958 '/>
2959 ```
2960 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
2961 to workaround the limit on the length of strings. Put all of your JSON on one line.
2962
2963 OMA-URI:
2964 ```
2965 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExemptDomainFileTypePairsFromFileTypeDownloadWarningsOneLine
2966 ```
2967 Value (string):
2968 ```
2969 <enabled/>
2970 <data id="JSONOneLine" value='[]'/>
2971 ```
2972 #### macOS
2973 ```
2974 <dict>
2975 <key>ExemptDomainFileTypePairsFromFileTypeDownloadWarnings</key>
2976 <array>
2977 <dict>
2978 <key>file_extension</key>
2979 <string>jnlp</string>
2980 <key>domains</key>
2981 <array>
2982 <string>example.com</string>
2983 </array>
2984 </dict>
2985 </array>
2986 </dict>
2987 ```
2988 #### policies.json
2989 ```
2990 {
2991 "policies": {
2992 "ExemptDomainFileTypePairsFromFileTypeDownloadWarnings": [{
2993 "file_extension": "jnlp",
2994 "domains": ["example.com"]
2995 }]
2996 }
2997 }
2998 ```
2999 ### Extensions
3000 Control the installation, uninstallation and locking of extensions.
3001
3002 We strongly recommend that you use the **[`ExtensionSettings`](#extensionsettings)** policy. It has the same functionality and adds more. It does not support native paths, though, so you'll have to use file:/// URLs.
3003
3004 This method will be deprecated in the near future.
3005
3006 `Install` is a list of URLs or native paths for extensions to be installed.
3007
3008 `Uninstall` is a list of extension IDs that should be uninstalled if found.
3009
3010 `Locked` is a list of extension IDs that the user cannot disable or uninstall.
3011
3012 **Compatibility:** Firefox 60, Firefox ESR 60\
3013 **CCK2 Equivalent:** `addons`\
3014 **Preferences Affected:** N/A
3015
3016 #### Windows (GPO)
3017 ```
3018 Software\Policies\Mozilla\Firefox\Extensions\Install\1 = "https://addons.mozilla.org/firefox/downloads/somefile.xpi"
3019 Software\Policies\Mozilla\Firefox\Extensions\Install\2 = "//path/to/xpi"
3020 Software\Policies\Mozilla\Firefox\Extensions\Uninstall\1 = "bad_addon_id@mozilla.org"
3021 Software\Policies\Mozilla\Firefox\Extensions\Locked\1 = "addon_id@mozilla.org"
3022 ```
3023 #### Windows (Intune)
3024 OMA-URI:
3025 ```
3026 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Install
3027 ```
3028 Value (string):
3029 ```
3030 <enabled/>
3031 <data id="Extensions" value="1&#xF000;https://addons.mozilla.org/firefox/downloads/somefile.xpi&#xF000;2&#xF000;//path/to/xpi"/>
3032 ```
3033 OMA-URI:
3034 ```
3035 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Uninstall
3036 ```
3037 Value (string):
3038 ```
3039 <enabled/>
3040 <data id="Extensions" value="1&#xF000;bad_addon_id@mozilla.org"/>
3041 ```
3042 OMA-URI:
3043 ```
3044 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/Extensions_Locked
3045 ```
3046 Value (string):
3047 ```
3048 <enabled/>
3049 <data id="Extensions" value="1&#xF000;addon_id@mozilla.org"/>
3050 ```
3051 #### macOS
3052 ```
3053 <dict>
3054 <key>Extensions</key>
3055 <dict>
3056 <key>Install</key>
3057 <array>
3058 <string>https://addons.mozilla.org/firefox/downloads/somefile.xpi</string>
3059 <string>//path/to/xpi</string>
3060 </array>
3061 <key>Uninstall</key>
3062 <array>
3063 <string>bad_addon_id@mozilla.org</string>
3064 </array>
3065 <key>Locked</key>
3066 <array>
3067 <string>addon_id@mozilla.org</string>
3068 </array>
3069 </dict>
3070 </dict>
3071 ```
3072 #### policies.json
3073 ```
3074 {
3075 "policies": {
3076 "Extensions": {
3077 "Install": ["https://addons.mozilla.org/firefox/downloads/somefile.xpi", "//path/to/xpi"],
3078 "Uninstall": ["bad_addon_id@mozilla.org"],
3079 "Locked": ["addon_id@mozilla.org"]
3080 }
3081 }
3082 }
3083 ```
3084 ### ExtensionSettings
3085 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.
3086
3087 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.
3088
3089 To obtain an extension ID, install the extension and go to about:support. You will see the ID in the Extensions section. I've also created an extension that makes it easy to find the ID of extensions on AMO. You can download it [here](https://github.com/mkaply/queryamoid/releases/tag/v0.1).
3090 Or you can ask the Mozilla Addons API, see [docs](https://mozilla.github.io/addons-server/topics/api/addons.html#detail), which returns the ID as `guid`: https://addons.mozilla.org/api/v5/addons/addon/ublock-origin/
3091
3092 The configuration for each extension is another dictionary that can contain the fields documented below.
3093
3094 | Name | Description |
3095 | --- | --- |
3096 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
3097 | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`allowed` | Allows the extension to be installed by the user. This is the default behavior. There is no need for an install_url; it will automatically be allowed based on the ID.
3098 | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`blocked`| Blocks installation of the extension and removes it from the device if already installed.
3099 | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`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.
3100 | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`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.
3101 | `install_url`| Maps to a URL indicating where Firefox can download a force_installed or normal_installed extension. If installing from the local file system, use a [```file:///``` URL](https://en.wikipedia.org/wiki/File_URI_scheme). If installing from the addons.mozilla.org, use the following URL (substituting ID with the extension ID or with the short name from the URL on AMO), https://addons.mozilla.org/firefox/downloads/latest/ID/latest.xpi. Languages packs are available from https://releases.mozilla.org/pub/firefox/releases/VERSION/PLATFORM/xpi/LANGUAGE.xpi. If you need to update the extension, you can change the name of the extension and it will be automatically updated. Extensions installed from file URLs will additional be updated when their internal version changes.
3102 | `install_sources` | A list of sources from which installing extensions is allowed using URL match patterns. **This is unnecessary if you are only allowing the installation of certain extensions by ID.** Each item in this list is an extension-style match pattern. Users will be able to easily install items from any URL that matches an item in this list. Both the location of the *.xpi file and the page where the download is started from (i.e. the referrer) must be allowed by these patterns. This setting can be used only for the default configuration.
3103 | `allowed_types` | This setting whitelists the allowed types of extension/apps that can be installed in Firefox. The value is a list of strings, each of which should be one of the following: "extension", "theme", "dictionary", "locale" This setting can be used only for the default configuration.
3104 | `blocked_install_message` | This maps to a string specifying the error message to display to users if they're blocked from installing an extension. This setting allows you to append text to the generic error message displayed when the extension is blocked. This could be be used to direct users to your help desk, explain why a particular extension is blocked, or something else. This setting can be used only for the default configuration.
3105 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
3106 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
3107 | `default_area` | (Firefox 113) String that indicates where to place the extension icon by default. Possible values are `navbar` and `menupanel`.
3108 | `temporarily_allow_weak_signatures`| (Firefox 127) A boolean that indicates whether to allow installing extensions signed using deprecated signature algorithms.
3109
3110 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
3111 **CCK2 Equivalent:** N/A\
3112 **Preferences Affected:** N/A
3113
3114 #### Windows (GPO)
3115 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
3116 ```
3117 {
3118 "*": {
3119 "blocked_install_message": "Custom error message.",
3120 "install_sources": ["https://yourwebsite.com/*"],
3121 "installation_mode": "blocked",
3122 "allowed_types": ["extension"]
3123 },
3124 "uBlock0@raymondhill.net": {
3125 "installation_mode": "force_installed",
3126 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" # using slug / short name
3127 },
3128 "adguardadblocker@adguard.com": {
3129 "installation_mode": "force_installed",
3130 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/adguardadblocker@adguard.com/latest.xpi" # using extension ID
3131 },
3132 "https-everywhere@eff.org": {
3133 "installation_mode": "allowed",
3134 "updates_disabled": false
3135 }
3136 }
3137 ```
3138 #### Windows (Intune)
3139 OMA-URI:
3140 ```
3141 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
3142 ```
3143 Value (string):
3144 ```
3145 <enabled/>
3146 <data id="ExtensionSettings" value='
3147 {
3148 "*": {
3149 "blocked_install_message": "Custom error message.",
3150 "install_sources": ["https://yourwebsite.com/*"],
3151 "installation_mode": "blocked",
3152 "allowed_types": ["extension"]
3153 },
3154 "uBlock0@raymondhill.net": {
3155 "installation_mode": "force_installed",
3156 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
3157 },
3158 "adguardadblocker@adguard.com": {
3159 "installation_mode": "force_installed",
3160 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/adguardadblocker@adguard.com/latest.xpi"
3161 },
3162 {
3163 "https-everywhere@eff.org": {
3164 "installation_mode": "allowed",
3165 "updates_disabled": false
3166 }
3167 }'/>
3168 ```
3169 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
3170 to workaround the limit on the length of strings. Put all of your JSON on one line.
3171
3172 OMA-URI:
3173 ```
3174 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettingsOneLine
3175 ```
3176 Value (string):
3177 ```
3178 <enabled/>
3179 <data id="JSONOneLine" value='{}'/>
3180 ```
3181 #### macOS
3182 ```
3183 <dict>
3184 <key>ExtensionSettings</key>
3185 <dict>
3186 <key>*</key>
3187 <dict>
3188 <key>blocked_install_message</key>
3189 <string>Custom error message.</string>
3190 <key>install_sources</key>
3191 <array>
3192 <string>"https://yourwebsite.com/*"</string>
3193 </array>
3194 <key>installation_mode</key>
3195 <string>blocked</string>
3196 <key>allowed_types</key>
3197 <array>
3198 <string>extension</string>
3199 </array>
3200 </dict>
3201 <key>uBlock0@raymondhill.net</key>
3202 <dict>
3203 <key>installation_mode</key>
3204 <string>force_installed</string>
3205 <key>install_url</key>
3206 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
3207 </dict>
3208 <key>adguardadblocker@adguard.com</key>
3209 <dict>
3210 <key>installation_mode</key>
3211 <string>force_installed</string>
3212 <key>install_url</key>
3213 <string>https://addons.mozilla.org/firefox/downloads/latest/adguardadblocker@adguard.com/latest.xpi</string>
3214 </dict>
3215 <key>https-everywhere@eff.org</key>
3216 <dict>
3217 <key>installation_mode</key>
3218 <string>allowed</string>
3219 <key>updates_disabled</key>
3220 <true/> | <false/>
3221 </dict>
3222 </dict>
3223 </dict>
3224 ```
3225 #### policies.json
3226 ```
3227 {
3228 "policies": {
3229 "ExtensionSettings": {
3230 "*": {
3231 "blocked_install_message": "Custom error message.",
3232 "install_sources": ["https://yourwebsite.com/*"],
3233 "installation_mode": "blocked",
3234 "allowed_types": ["extension"]
3235 },
3236 "uBlock0@raymondhill.net": {
3237 "installation_mode": "force_installed",
3238 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
3239 },
3240 "adguardadblocker@adguard.com": {
3241 "installation_mode": "force_installed",
3242 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/adguardadblocker@adguard.com/latest.xpi"
3243 },
3244 "https-everywhere@eff.org": {
3245 "installation_mode": "allowed",
3246 "updates_disabled": false
3247 }
3248 }
3249 }
3250 }
3251 ```
3252 ### ExtensionUpdate
3253 Control extension updates.
3254
3255 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3256 **CCK2 Equivalent:** N/A\
3257 **Preferences Affected:** `extensions.update.enabled`
3258
3259 #### Windows (GPO)
3260 ```
3261 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
3262 ```
3263 #### Windows (Intune)
3264 OMA-URI:
3265 ```
3266 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
3267 ```
3268 Value (string):
3269 ```
3270 <enabled/> or <disabled/>
3271 ```
3272 #### macOS
3273 ```
3274 <dict>
3275 <key>ExtensionUpdate</key>
3276 <true/> | <false/>
3277 </dict>
3278 ```
3279 #### policies.json
3280 ```
3281 {
3282 "policies": {
3283 "ExtensionUpdate": true | false
3284 }
3285 }
3286 ```
3287 ### FirefoxHome
3288 Customize the Firefox Home page.
3289
3290 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4, Snippets was deprecated in Firefox 122)
3291 **CCK2 Equivalent:** N/A\
3292 **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`, `browser.newtabpage.activity-stream.showSponsoredTopSites`, `browser.newtabpage.activity-stream.showSponsored`
3293
3294 #### Windows (GPO)
3295 ```
3296 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
3297 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
3298 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
3299 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
3300 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
3301 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
3302 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
3303 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
3304 ```
3305 #### Windows (Intune)
3306 OMA-URI:
3307 ```
3308 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
3309 ```
3310 Value (string):
3311 ```
3312 <enabled/>
3313 <data id="FirefoxHome_Search" value="true | false"/>
3314 <data id="FirefoxHome_TopSites" value="true | false"/>
3315 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
3316 <data id="FirefoxHome_Highlights" value="true | false"/>
3317 <data id="FirefoxHome_Pocket" value="true | false"/>
3318 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
3319 <data id="FirefoxHome_Snippets" value="true | false"/>
3320 <data id="FirefoxHome_Locked" value="true | false"/>
3321 ```
3322 #### macOS
3323 ```
3324 <dict>
3325 <key>FirefoxHome</key>
3326 <dict>
3327 <key>Search</key>
3328 <true/> | <false/>
3329 <key>TopSites</key>
3330 <true/> | <false/>
3331 <key>SponsoredTopSites</key>
3332 <true/> | <false/>
3333 <key>Highlights</key>
3334 <true/> | <false/>
3335 <key>Pocket</key>
3336 <true/> | <false/>
3337 <key>SponsoredPocket</key>
3338 <true/> | <false/>
3339 <key>Snippets</key>
3340 <true/> | <false/>
3341 <key>Locked</key>
3342 <true/> | <false/>
3343 </dict>
3344 </dict>
3345 ```
3346 #### policies.json
3347 ```
3348 {
3349 "policies": {
3350 "FirefoxHome": {
3351 "Search": true | false,
3352 "TopSites": true | false,
3353 "SponsoredTopSites": true | false,
3354 "Highlights": true | false,
3355 "Pocket": true | false,
3356 "SponsoredPocket": true | false,
3357 "Snippets": true | false,
3358 "Locked": true | false
3359 }
3360 }
3361 }
3362 ```
3363 ### FirefoxSuggest
3364 Customize Firefox Suggest (US only).
3365
3366 **Compatibility:** Firefox 118, Firefox ESR 115.3.
3367 **CCK2 Equivalent:** N/A\
3368 **Preferences Affected:** `browser.urlbar.suggest.quicksuggest.nonsponsored`, `browser.urlbar.suggest.quicksuggest.sponsored`, `browser.urlbar.quicksuggest.dataCollection.enabled`
3369
3370 #### Windows (GPO)
3371 ```
3372 Software\Policies\Mozilla\Firefox\FirefoxSuggest\WebSuggestions = 0x1 | 0x0
3373 Software\Policies\Mozilla\Firefox\FirefoxSuggest\SponsoredSuggestions = 0x1 | 0x0
3374 Software\Policies\Mozilla\Firefox\FirefoxSuggest\ImproveSuggest = 0x1 | 0x0
3375 Software\Policies\Mozilla\Firefox\FirefoxSuggest\Locked = 0x1 | 0x0
3376 ```
3377 #### Windows (Intune)
3378 OMA-URI:
3379 ```
3380 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_WebSuggestions
3381 ```
3382 Value (string):
3383 ```
3384 <enabled/> or <disabled/>
3385 ```
3386 OMA-URI:
3387 ```
3388 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_SponsoredSuggestions
3389 ```
3390 Value (string):
3391 ```
3392 <enabled/> or <disabled/>
3393 ```
3394 OMA-URI:
3395 ```
3396 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_ImproveSuggest
3397 ```
3398 Value (string):
3399 ```
3400 <enabled/> or <disabled/>
3401 ```
3402 OMA-URI:
3403 ```
3404 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/FirefoxSuggest_Locked
3405 ```
3406 Value (string):
3407 ```
3408 <enabled/> or <disabled/>
3409 ```
3410 #### macOS
3411 ```
3412 <dict>
3413 <key>FirefoxSuggest</key>
3414 <dict>
3415 <key>WebSuggestions</key>
3416 <true/> | <false/>
3417 <key>SponsoredSuggestions</key>
3418 <true/> | <false/>
3419 <key>ImproveSuggest</key>
3420 <true/> | <false/>
3421 <key>Locked</key>
3422 <true/> | <false/>
3423 </dict>
3424 </dict>
3425 ```
3426 #### policies.json
3427 ```
3428 {
3429 "policies": {
3430 "FirefoxSuggest": {
3431 "WebSuggestions": true | false,
3432 "SponsoredSuggestions": true | false,
3433 "ImproveSuggest": true | false,
3434 "Locked": true | false
3435 }
3436 }
3437 }
3438 ```
3439 ### GoToIntranetSiteForSingleWordEntryInAddressBar
3440 Whether to always go through the DNS server before sending a single word search string to a search engine.
3441
3442 If the site exists, it will navigate to the website. If the intranet responds with a 404, the page will show a 404. If the intranet does not respond, the browser will attempt a search.
3443
3444 The second result in the URL bar will be a search result to allow users to conduct a web search exactly as it was entered.
3445
3446 If instead you would like to enable the ability to have your domain appear as a valid URL and to disallow the browser from ever searching that term using the first result that matches it, add the pref `browser.fixup.domainwhitelist.YOUR_DOMAIN` (where `YOUR_DOMAIN` is the name of the domain you'd like to add), and set the pref to `true`. The URL bar will then suggest `YOUR_DOMAIN` when the user fully types `YOUR_DOMAIN`. If the user attempts to load that domain and it fails to load, it will show an "Unable to connect" error page.
3447
3448 You can also whitelist a domain suffix that is not part of the [Public Suffix List](https://publicsuffix.org/) by adding the pref `browser.fixup.domainsuffixwhitelist.YOUR_DOMAIN_SUFFIX` with a value of `true`.
3449
3450 Additionally, if you want users to see a "Did you mean to go to 'YOUR_DOMAIN'" prompt below the URL bar if they land on a search results page instead of an intranet domain that provides a response, set the pref `browser.urlbar.dnsResolveSingleWordsAfterSearch` to `1`. Enabling this will cause the browser to commit a DNS check after every single word search. If the browser receives a response from the intranet, a prompt will ask the user if they'd like to instead navigate to `YOUR_DOMAIN`. If the user presses the **yes** button, `browser.fixup.domainwhitelist.YOUR_DOMAIN` will be set to `true`.
3451
3452 **Compatibility:** Firefox 104, Firefox ESR 102.2\
3453 **CCK2 Equivalent:** `N/A`\
3454 **Preferences Affected:** `browser.fixup.dns_first_for_single_words`
3455
3456 #### Windows (GPO)
3457 ```
3458 Software\Policies\Mozilla\Firefox\GoToIntranetSiteForSingleWordEntryInAddressBar = 0x1 | 0x0
3459 ```
3460 #### Windows (Intune)
3461 OMA-URI:
3462 ```
3463 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/GoToIntranetSiteForSingleWordEntryInAddressBar
3464 ```
3465 Value (string):
3466 ```
3467 <enabled/> or <disabled/>
3468 ```
3469 #### macOS
3470 ```
3471 <dict>
3472 <key>GoToIntranetSiteForSingleWordEntryInAddressBar</key>
3473 <true/> | <false/>
3474 </dict>
3475 ```
3476 #### policies.json
3477 ```
3478 {
3479 "policies": {
3480 "GoToIntranetSiteForSingleWordEntryInAddressBar": true | false
3481 }
3482 }
3483 ```
3484 ### Handlers
3485 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
3486
3487 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
3488
3489 Within each handler type, you specify the given mimeType/extension/scheme as a key and use the following subkeys to describe how it is handled.
3490
3491 | Name | Description |
3492 | --- | --- |
3493 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
3494 | `ask` | If `true`, the user is asked if what they want to do with the file. If `false`, the action is taken without user intervention.
3495 | `handlers` | An array of handlers with the first one being the default. If you don't want to have a default handler, use an empty object for the first handler. Choose between path or uriTemplate.
3496 | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`name` | The display name of the handler (might not be used).
3497 | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`path`| The native path to the executable to be used.
3498 | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`uriTemplate`| A url to a web based application handler. The URL must be https and contain a %s to be used for substitution.
3499
3500 **Compatibility:** Firefox 78, Firefox ESR 78\
3501 **CCK2 Equivalent:** N/A\
3502 **Preferences Affected:** N/A
3503
3504 #### Windows (GPO)
3505 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
3506 ```
3507 {
3508 "mimeTypes": {
3509 "application/msword": {
3510 "action": "useSystemDefault",
3511 "ask": true | false
3512 }
3513 },
3514 "schemes": {
3515 "mailto": {
3516 "action": "useHelperApp",
3517 "ask": true | false,
3518 "handlers": [{
3519 "name": "Gmail",
3520 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3521 }]
3522 }
3523 },
3524 "extensions": {
3525 "pdf": {
3526 "action": "useHelperApp",
3527 "ask": true | false,
3528 "handlers": [{
3529 "name": "Adobe Acrobat",
3530 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3531 }]
3532 }
3533 }
3534 }
3535 ```
3536 #### Windows (Intune)
3537 OMA-URI:
3538 ```
3539 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
3540 ```
3541 Value (string):
3542 ```
3543 <enabled/>
3544 <data id="Handlers" value='
3545 {
3546 "mimeTypes": {
3547 "application/msword": {
3548 "action": "useSystemDefault",
3549 "ask": true | false
3550 }
3551 },
3552 "schemes": {
3553 "mailto": {
3554 "action": "useHelperApp",
3555 "ask": true | false,
3556 "handlers": [{
3557 "name": "Gmail",
3558 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&amp;url=%s"
3559 }]
3560 }
3561 },
3562 "extensions": {
3563 "pdf": {
3564 "action": "useHelperApp",
3565 "ask": true | false,
3566 "handlers": [{
3567 "name": "Adobe Acrobat",
3568 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3569 }]
3570 }
3571 }
3572 }
3573 '/>
3574 ```
3575 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
3576 to workaround the limit on the length of strings. Put all of your JSON on one line.
3577
3578 OMA-URI:
3579 ```
3580 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/HandlersOneLine
3581 ```
3582 Value (string):
3583 ```
3584 <enabled/>
3585 <data id="JSONOneLine" value='{}'/>
3586 ```
3587 #### macOS
3588 ```
3589 <dict>
3590 <key>Handlers</key>
3591 <dict>
3592 <key>mimeTypes</key>
3593 <dict>
3594 <key>application/msword</key>
3595 <dict>
3596 <key>action</key>
3597 <string>useSystemDefault</string>
3598 <key>ask</key>
3599 <true/> | <false/>
3600 </dict>
3601 </dict>
3602 <key>schemes</key>
3603 <dict>
3604 <key>mailto</key>
3605 <dict>
3606 <key>action</key>
3607 <string>useHelperApp</string>
3608 <key>ask</key>
3609 <true/> | <false/>
3610 <key>handlers</key>
3611 <array>
3612 <dict>
3613 <key>name</key>
3614 <string>Gmail</string>
3615 <key>uriTemplate</key>
3616 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
3617 </dict>
3618 </array>
3619 </dict>
3620 </dict>
3621 <key>extensions</key>
3622 <dict>
3623 <key>pdf</key>
3624 <dict>
3625 <key>action</key>
3626 <string>useHelperApp</string>
3627 <key>ask</key>
3628 <true/> | <false/>
3629 <key>handlers</key>
3630 <array>
3631 <dict>
3632 <key>name</key>
3633 <string>Adobe Acrobat</string>
3634 <key>path</key>
3635 <string>/System/Applications/Preview.app</string>
3636 </dict>
3637 </array>
3638 </dict>
3639 </dict>
3640 </dict>
3641 </dict>
3642 ```
3643 #### policies.json
3644 ```
3645 {
3646 "policies": {
3647 "Handlers": {
3648 "mimeTypes": {
3649 "application/msword": {
3650 "action": "useSystemDefault",
3651 "ask": false
3652 }
3653 },
3654 "schemes": {
3655 "mailto": {
3656 "action": "useHelperApp",
3657 "ask": true | false,
3658 "handlers": [{
3659 "name": "Gmail",
3660 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3661 }]
3662 }
3663 },
3664 "extensions": {
3665 "pdf": {
3666 "action": "useHelperApp",
3667 "ask": true | false,
3668 "handlers": [{
3669 "name": "Adobe Acrobat",
3670 "path": "/usr/bin/acroread"
3671 }]
3672 }
3673 }
3674 }
3675 }
3676 }
3677 ```
3678 ### HardwareAcceleration
3679 Control hardware acceleration.
3680
3681 **Compatibility:** Firefox 60, Firefox ESR 60\
3682 **CCK2 Equivalent:** N/A\
3683 **Preferences Affected:** `layers.acceleration.disabled`
3684
3685 #### Windows (GPO)
3686 ```
3687 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3688 ```
3689 #### Windows (Intune)
3690 OMA-URI:
3691 ```
3692 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3693 ```
3694 Value (string):
3695 ```
3696 <enabled/> or <disabled/>
3697 ```
3698 #### macOS
3699 ```
3700 <dict>
3701 <key>HardwareAcceleration</key>
3702 <true/> | <false/>
3703 </dict>
3704 ```
3705 #### policies.json
3706 ```
3707 {
3708 "policies": {
3709 "HardwareAcceleration": true | false
3710 }
3711 }
3712 ```
3713 ### Homepage
3714 Configure the default homepage and how Firefox starts.
3715
3716 `URL` is the default homepage.
3717
3718 `Locked` prevents the user from changing homepage preferences.
3719
3720 `Additional` allows for more than one homepage.
3721
3722 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3723
3724 With Firefox 78, an additional option as added for `Startpage`, `homepage-locked`. If this is value is set for the Startpage, the user will always get the homepage at startup and cannot choose to restore their session.
3725
3726 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3727 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3728 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3729
3730 #### Windows (GPO)
3731 ```
3732 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3733 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3734 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3735 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3736 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3737 ```
3738 #### Windows (Intune)
3739 OMA-URI:
3740 ```
3741 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3742 ```
3743 Value (string):
3744 ```
3745 <enabled/>
3746
3747 <data id="HomepageURL" value="https://example.com"/>
3748 <data id="HomepageLocked" value="true | false"/>
3749 ```
3750 OMA-URI:
3751 ```
3752 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3753 ```
3754 Value (string):
3755 ```
3756 <enabled/>
3757
3758 <data id="HomepageAdditional" value="1&#xF000;http://example.org&#xF000;2&#xF000;http://example.edu"/>
3759 ```
3760 OMA-URI:
3761 ```
3762 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3763 ```
3764 Value (string):
3765 ```
3766 <enabled/>
3767
3768 <data id="StartPage" value="none | homepage | previous-session"/>
3769 ```
3770 #### macOS
3771 ```
3772 <dict>
3773 <key>Homepage</key>
3774 <dict>
3775 <key>URL</key>
3776 <string>http://example.com</string>
3777 <key>Locked</key>
3778 <true/> | <false/>
3779 <key>Additional</key>
3780 <array>
3781 <string>http://example.org</string>
3782 <string>http://example.edu</string>
3783 </array>
3784 <key>StartPage</key>
3785 <string>none | homepage | previous-session | homepage-locked</string>
3786 </dict>
3787 </dict>
3788 ```
3789 #### policies.json
3790 ```
3791 {
3792 "policies": {
3793 "Homepage": {
3794 "URL": "http://example.com/",
3795 "Locked": true | false,
3796 "Additional": ["http://example.org/",
3797 "http://example.edu/"],
3798 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3799 }
3800 }
3801 }
3802 ```
3803 ### HttpAllowlist
3804 Configure sites that will not be upgraded to HTTPS.
3805
3806 The sites are specified as a list of origins.
3807
3808 **Compatibility:** Firefox 127\
3809 **CCK2 Equivalent:** N/A\
3810 **Preferences Affected:** N/A
3811
3812 #### Windows (GPO)
3813 ```
3814 Software\Policies\Mozilla\Firefox\HttpAllowlist\1 = "http://example.org"
3815 Software\Policies\Mozilla\Firefox\HttpAllowlist\2 = "http://example.edu"
3816 ```
3817 #### Windows (Intune)
3818 OMA-URI:
3819 ```
3820 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpAllowlist
3821 ```
3822 Value (string):
3823 ```
3824 <enabled/>
3825 <data id="List" value="1&#xF000;http://example.org&#xF000;2&#xF000;http://example.edu"/>
3826 ```
3827 #### macOS
3828 ```
3829 <dict>
3830 <key>HttpAllowlist</key>
3831 <array>
3832 <string>http://example.org</string>
3833 <string>http://example.edu</string>
3834 </array>
3835 </dict>
3836 ```
3837 #### policies.json
3838 ```
3839 {
3840 "policies": {
3841 "HttpAllowlist": ["http://example.org",
3842 "http://example.edu"]
3843 }
3844 }
3845 ```
3846 ### HttpsOnlyMode
3847 Configure HTTPS-Only Mode.
3848
3849 | Value | Description
3850 | --- | --- |
3851 | allowed | HTTPS-Only Mode is off by default, but the user can turn it on.
3852 | disallowed | HTTPS-Only Mode is off and the user can't turn it on.
3853 | enabled | HTTPS-Only Mode is on by default, but the user can turn it off.
3854 | force_enabled | HTTPS-Only Mode is on and the user can't turn it off.
3855
3856 **Compatibility:** Firefox 127\
3857 **CCK2 Equivalent:** N/A\
3858 **Preferences Affected:** `dom.security.https_only_mode`
3859
3860 #### Windows (GPO)
3861 ```
3862 Software\Policies\Mozilla\Firefox\HttpsOnlyMode = "allowed", "disallowed", "enabled", "force_enabled"
3863 ```
3864 #### Windows (Intune)
3865 OMA-URI:
3866 ```
3867 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpsOnlyMode
3868 ```
3869 Value (string):
3870 ```
3871 <enabled/>
3872 <data id="HttpsOnlyMode" value="allowed | disallowed | enabled | force_enabled"/>
3873 ```
3874 #### macOS
3875 ```
3876 <dict>
3877 <key>HttpsOnlyMode</key>
3878 <string>allowed | disallowed | enabled | force_enabled</string>
3879 </dict>
3880 ```
3881 #### policies.json
3882 ```
3883 {
3884 "policies": {
3885 "HttpsOnlyMode": "allowed" | "disallowed" | "enabled" | "force_enabled"
3886 }
3887 }
3888 ```
3889 ### InstallAddonsPermission
3890 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.
3891
3892 `Allow` is a list of origins where extension installs are allowed.
3893
3894 `Default` determines whether or not extension installs are allowed by default.
3895
3896 **Compatibility:** Firefox 60, Firefox ESR 60\
3897 **CCK2 Equivalent:** `permissions.install`\
3898 **Preferences Affected:** `xpinstall.enabled`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
3899
3900 #### Windows (GPO)
3901 ```
3902 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3903 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3904 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3905 ```
3906 #### Windows (Intune)
3907 OMA-URI:
3908 ```
3909 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3910 ```
3911 Value (string):
3912 ```
3913 <enabled/>
3914 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.edu"/>
3915 ```
3916 OMA-URI:
3917 ```
3918 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3919 ```
3920 Value (string):
3921 ```
3922 <enabled/>
3923 ```
3924 #### macOS
3925 ```
3926 <dict>
3927 <key>InstallAddonsPermission</key>
3928 <dict>
3929 <key>Allow</key>
3930 <array>
3931 <string>http://example.org</string>
3932 <string>http://example.edu</string>
3933 </array>
3934 <key>Default</key>
3935 <true/> | <false/>
3936 </dict>
3937 </dict>
3938 ```
3939 #### policies.json
3940 ```
3941 {
3942 "policies": {
3943 "InstallAddonsPermission": {
3944 "Allow": ["http://example.org/",
3945 "http://example.edu/"],
3946 "Default": true | false
3947 }
3948 }
3949 }
3950 ```
3951 ### LegacyProfiles
3952 Disable the feature enforcing a separate profile for each installation.
3953
3954 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.
3955
3956 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3957
3958 This policy only work on Windows via GPO (not policies.json).
3959
3960 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3961 **CCK2 Equivalent:** N/A\
3962 **Preferences Affected:** N/A
3963
3964 #### Windows (GPO)
3965 ```
3966 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3967 ```
3968 #### Windows (Intune)
3969 OMA-URI:
3970 ```
3971 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3972 ```
3973 Value (string):
3974 ```
3975 <enabled/> or <disabled/>
3976 ```
3977 ### LegacySameSiteCookieBehaviorEnabled
3978 Enable default legacy SameSite cookie behavior setting.
3979
3980 If this policy is set to true, it reverts all cookies to legacy SameSite behavior which means that cookies that don't explicitly specify a ```SameSite``` attribute are treated as if they were ```SameSite=None```.
3981
3982 **Compatibility:** Firefox 96\
3983 **CCK2 Equivalent:** N/A\
3984 **Preferences Affected:** `network.cookie.sameSite.laxByDefault`
3985
3986 #### Windows (GPO)
3987 ```
3988 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = = 0x1 | 0x0
3989 ```
3990 #### Windows (Intune)
3991 OMA-URI:
3992 ```
3993 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabled
3994 ```
3995 Value (string):
3996 ```
3997 <enabled/> or <disabled/>
3998 ```
3999 #### macOS
4000 ```
4001 <dict>
4002 <key>LegacySameSiteCookieBehaviorEnabled</key>
4003 <true/> | <false/>
4004 </dict>
4005 ```
4006 #### policies.json
4007 ```
4008 {
4009 "policies": {
4010 "LegacySameSiteCookieBehaviorEnabled": true | false
4011 }
4012 ```
4013 ### LegacySameSiteCookieBehaviorEnabledForDomainList
4014 Revert to legacy SameSite behavior for cookies on specified sites.
4015
4016 If this policy is set to true, cookies set for domains in this list will revert to legacy SameSite behavior which means that cookies that don't explicitly specify a ```SameSite``` attribute are treated as if they were ```SameSite=None```.
4017
4018 **Compatibility:** Firefox 96\
4019 **CCK2 Equivalent:** N/A\
4020 **Preferences Affected:** `network.cookie.sameSite.laxByDefault.disabledHosts`
4021
4022 #### Windows (GPO)
4023 ```
4024 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\1 = "example.org"
4025 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\2 = "example.edu"
4026 ```
4027 #### Windows (Intune)
4028 OMA-URI:
4029 ```
4030 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabledForDomainList
4031 ```
4032 Value (string):
4033 ```
4034 <enabled/>
4035 <data id="LegacySameSiteCookieBehaviorEnabledForDomainList" value="1&#xF000;example.org&#xF000;2&#xF000;example.edu"/>
4036 ```
4037 #### macOS
4038 ```
4039 <dict>
4040 <key>LegacySameSiteCookieBehaviorEnabledForDomainList</key>
4041 <array>
4042 <string>example.org</string>
4043 <string>example.edu</string>
4044 </array>
4045 </dict>
4046 ```
4047 #### policies.json
4048 ```
4049 {
4050 "policies": {
4051 "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org",
4052 "example.edu"]
4053 }
4054 }
4055 ```
4056 ### LocalFileLinks
4057 Enable linking to local files by origin.
4058
4059 **Compatibility:** Firefox 68, Firefox ESR 68\
4060 **CCK2 Equivalent:** N/A\
4061 **Preferences Affected:** `capability.policy.localfilelinks.*`
4062
4063 #### Windows (GPO)
4064 ```
4065 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
4066 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
4067 ```
4068 #### Windows (Intune)
4069 OMA-URI:
4070 ```
4071 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
4072 ```
4073 Value (string):
4074 ```
4075 <enabled/>
4076 <data id="LocalFileLinks" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.edu"/>
4077 ```
4078 #### macOS
4079 ```
4080 <dict>
4081 <key>LocalFileLinks</key>
4082 <array>
4083 <string>http://example.org</string>
4084 <string>http://example.edu</string>
4085 </array>
4086 </dict>
4087 ```
4088 #### policies.json
4089 ```
4090 {
4091 "policies": {
4092 "LocalFileLinks": ["http://example.org/",
4093 "http://example.edu/"]
4094 }
4095 }
4096 ```
4097 ### ManagedBookmarks
4098 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
4099
4100 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
4101
4102 The syntax of this policy is exactly the same as the [Chrome ManagedBookmarks policy](https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ManagedBookmarks). The schema is:
4103 ```
4104 {
4105 "items": {
4106 "id": "BookmarkType",
4107 "properties": {
4108 "children": {
4109 "items": {
4110 "$ref": "BookmarkType"
4111 },
4112 "type": "array"
4113 },
4114 "name": {
4115 "type": "string"
4116 },
4117 "toplevel_name": {
4118 "type": "string"
4119 },
4120 "url": {
4121 "type": "string"
4122 }
4123 },
4124 "type": "object"
4125 },
4126 "type": "array"
4127 }
4128 ```
4129 **Compatibility:** Firefox 83, Firefox ESR 78.5\
4130 **CCK2 Equivalent:** N/A\
4131 **Preferences Affected:** N/A
4132
4133 #### Windows (GPO)
4134 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
4135 ```
4136 [
4137 {
4138 "toplevel_name": "My managed bookmarks folder"
4139 },
4140 {
4141 "url": "example.com",
4142 "name": "Example"
4143 },
4144 {
4145 "name": "Mozilla links",
4146 "children": [
4147 {
4148 "url": "https://mozilla.org",
4149 "name": "Mozilla.org"
4150 },
4151 {
4152 "url": "https://support.mozilla.org/",
4153 "name": "SUMO"
4154 }
4155 ]
4156 }
4157 ]
4158 ```
4159 #### Windows (Intune)
4160 OMA-URI:
4161 ```
4162 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
4163 ```
4164 Value (string):
4165 ```
4166 <enabled/>
4167 <data id="JSON" value='
4168 [
4169 {
4170 "toplevel_name": "My managed bookmarks folder"
4171 },
4172 {
4173 "url": "example.com",
4174 "name": "Example"
4175 },
4176 {
4177 "name": "Mozilla links",
4178 "children": [
4179 {
4180 "url": "https://mozilla.org",
4181 "name": "Mozilla.org"
4182 },
4183 {
4184 "url": "https://support.mozilla.org/",
4185 "name": "SUMO"
4186 }
4187 ]
4188 }
4189 ]'/>
4190 ```
4191 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
4192 to workaround the limit on the length of strings. Put all of your JSON on one line.
4193
4194 OMA-URI:
4195 ```
4196 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ManagedBoomarksOneLine
4197 ```
4198 Value (string):
4199 ```
4200 <enabled/>
4201 <data id="JSONOneLine" value='[]'/>
4202 ```
4203 #### macOS
4204 ```
4205 <dict>
4206 <key>ManagedBookmarks</key>
4207 <array>
4208 <dict>
4209 <key>toplevel_name</key>
4210 <string>My managed bookmarks folder</string>
4211 <dict>
4212 <key>url</key>
4213 <string>example.com</string>
4214 <key>name</key>
4215 <string>Example</string>
4216 </dict>
4217 <dict>
4218 <key>name</key>
4219 <string>Mozilla links</string>
4220 <key>children</key>
4221 <array>
4222 <dict>
4223 <key>url</key>
4224 <string>https://mozilla.org</string>
4225 <key>name</key>
4226 <string>Mozilla</string>
4227 </dict>
4228 <dict>
4229 <key>url</key>
4230 <string>https://support.mozilla.org/</string>
4231 <key>name</key>
4232 <string>SUMO</string>
4233 </dict>
4234 </array>
4235 </dict>
4236 </array>
4237 </dict>
4238 ```
4239 #### policies.json
4240 ```
4241 {
4242 "policies": {
4243 "ManagedBookmarks": [
4244 {
4245 "toplevel_name": "My managed bookmarks folder"
4246 },
4247 {
4248 "url": "example.com",
4249 "name": "Example"
4250 },
4251 {
4252 "name": "Mozilla links",
4253 "children": [
4254 {
4255 "url": "https://mozilla.org",
4256 "name": "Mozilla.org"
4257 },
4258 {
4259 "url": "https://support.mozilla.org/",
4260 "name": "SUMO"
4261 }
4262 ]
4263 }
4264 ]
4265 }
4266 }
4267 ```
4268 ### ManualAppUpdateOnly
4269
4270 Switch to manual updates only.
4271
4272 If this policy is enabled:
4273 1. The user will never be prompted to install updates
4274 2. Firefox will not check for updates in the background, though it will check automatically when an update UI is displayed (such as the one in the About dialog). This check will be used to show "Update to version X" in the UI, but will not automatically download the update or prompt the user to update in any other way.
4275 3. The update UI will work as expected, unlike when using DisableAppUpdate.
4276
4277 This policy is primarily intended for advanced end users, not for enterprises, but it is available via GPO.
4278
4279 **Compatibility:** Firefox 87\
4280 **CCK2 Equivalent:** N/A\
4281 **Preferences Affected:** N/A
4282
4283 #### Windows (GPO)
4284 ```
4285 Software\Policies\Mozilla\Firefox\ManualAppUpdateOnly = 0x1 | 0x0
4286 ```
4287 #### Windows (Intune)
4288 OMA-URI:
4289 ```
4290 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManualAppUpdateOnly
4291 ```
4292 Value (string):
4293 ```
4294 <enabled/> or <disabled/>
4295 ```
4296 #### macOS
4297 ```
4298 <dict>
4299 <key>ManualAppUpdateOnly</key>
4300 <true/> | <false/>
4301 </dict>
4302 ```
4303 #### policies.json
4304 ```
4305 {
4306 "policies": {
4307 "ManualAppUpdateOnly": true | false
4308 }
4309 }
4310 ```
4311 ### NetworkPrediction
4312 Enable or disable network prediction (DNS prefetching).
4313
4314 **Compatibility:** Firefox 67, Firefox ESR 60.7\
4315 **CCK2 Equivalent:** N/A\
4316 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
4317
4318 #### Windows (GPO)
4319 ```
4320 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
4321 ```
4322 #### Windows (Intune)
4323 OMA-URI:
4324 ```
4325 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
4326 ```
4327 Value (string):
4328 ```
4329 <enabled/> or <disabled/>
4330 ```
4331 #### macOS
4332 ```
4333 <dict>
4334 <key>NetworkPrediction</key>
4335 <true/> | <false/>
4336 </dict>
4337 ```
4338 #### policies.json
4339 ```
4340 {
4341 "policies": {
4342 "NetworkPrediction": true | false
4343 }
4344 ```
4345 ### NewTabPage
4346 Enable or disable the New Tab page.
4347
4348 **Compatibility:** Firefox 68, Firefox ESR 68\
4349 **CCK2 Equivalent:** N/A\
4350 **Preferences Affected:** `browser.newtabpage.enabled`
4351
4352 #### Windows (GPO)
4353 ```
4354 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
4355 ```
4356 #### Windows (Intune)
4357 OMA-URI:
4358 ```
4359 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
4360 ```
4361 Value (string):
4362 ```
4363 <enabled/> or <disabled/>
4364 ```
4365 #### macOS
4366 ```
4367 <dict>
4368 <key>NewTabPage</key>
4369 <true/> | <false/>
4370 </dict>
4371 ```
4372 #### policies.json
4373 ```
4374 {
4375 "policies": {
4376 "NewTabPage": true | false
4377 }
4378 ```
4379 ### NoDefaultBookmarks
4380 Disable the creation of default bookmarks.
4381
4382 This policy is only effective if the user profile has not been created yet.
4383
4384 **Compatibility:** Firefox 60, Firefox ESR 60\
4385 **CCK2 Equivalent:** `removeDefaultBookmarks`\
4386 **Preferences Affected:** N/A
4387
4388 #### Windows (GPO)
4389 ```
4390 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
4391 ```
4392 #### Windows (Intune)
4393 OMA-URI:
4394 ```
4395 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
4396 ```
4397 Value (string):
4398 ```
4399 <enabled/> or <disabled/>
4400 ```
4401 #### macOS
4402 ```
4403 <dict>
4404 <key>NoDefaultBookmarks</key>
4405 <true/> | <false/>
4406 </dict>
4407 ```
4408 #### policies.json
4409 ```
4410 {
4411 "policies": {
4412 "NoDefaultBookmarks": true | false
4413 }
4414 }
4415 ```
4416 ### OfferToSaveLogins
4417 Control whether or not Firefox offers to save passwords.
4418
4419 **Compatibility:** Firefox 60, Firefox ESR 60\
4420 **CCK2 Equivalent:** `dontRememberPasswords`\
4421 **Preferences Affected:** `signon.rememberSignons`
4422
4423 #### Windows (GPO)
4424 ```
4425 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
4426 ```
4427 #### Windows (Intune)
4428 OMA-URI:
4429 ```
4430 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
4431 ```
4432 Value (string):
4433 ```
4434 <enabled/> or <disabled/>
4435 ```
4436 #### macOS
4437 ```
4438 <dict>
4439 <key>OfferToSaveLogins</key>
4440 <true/> | <false/>
4441 </dict>
4442 ```
4443 #### policies.json
4444 ```
4445 {
4446 "policies": {
4447 "OfferToSaveLogins": true | false
4448 }
4449 }
4450 ```
4451 ### OfferToSaveLoginsDefault
4452 Sets the default value of signon.rememberSignons without locking it.
4453
4454 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4455 **CCK2 Equivalent:** `dontRememberPasswords`\
4456 **Preferences Affected:** `signon.rememberSignons`
4457
4458 #### Windows (GPO)
4459 ```
4460 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
4461 ```
4462 #### Windows (Intune)
4463 OMA-URI:
4464 ```
4465 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
4466 ```
4467 Value (string):
4468 ```
4469 <enabled/> or <disabled/>
4470 ```
4471 #### macOS
4472 ```
4473 <dict>
4474 <key>OfferToSaveLoginsDefault</key>
4475 <true/> | <false/>
4476 </dict>
4477 ```
4478 #### policies.json
4479 ```
4480 {
4481 "policies": {
4482 "OfferToSaveLoginsDefault": true | false
4483 }
4484 }
4485 ```
4486 ### OverrideFirstRunPage
4487 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
4488
4489 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
4490
4491 **Compatibility:** Firefox 60, Firefox ESR 60\
4492 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
4493 **Preferences Affected:** `startup.homepage_welcome_url`
4494
4495 #### Windows (GPO)
4496 ```
4497 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
4498 ```
4499 #### Windows (Intune)
4500 OMA-URI:
4501 ```
4502 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
4503 ```
4504 Value (string):
4505 ```
4506 <enabled/>
4507 <data id="OverridePage" value="https://example.com"/>
4508 ```
4509 #### macOS
4510 ```
4511 <dict>
4512 <key>OverrideFirstRunPage</key>
4513 <string>http://example.org</string>
4514 </dict>
4515 ```
4516 #### policies.json
4517 ```
4518 {
4519 "policies": {
4520 "OverrideFirstRunPage": "http://example.org"
4521 }
4522 }
4523 ```
4524 ### OverridePostUpdatePage
4525 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
4526
4527 **Compatibility:** Firefox 60, Firefox ESR 60\
4528 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
4529 **Preferences Affected:** `startup.homepage_override_url`
4530
4531 #### Windows (GPO)
4532 ```
4533 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
4534 ```
4535 #### Windows (Intune)
4536 OMA-URI:
4537 ```
4538 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
4539 ```
4540 Value (string):
4541 ```
4542 <enabled/>
4543 <data id="OverridePage" value="https://example.com"/>
4544 ```
4545 #### macOS
4546 ```
4547 <dict>
4548 <key>OverridePostUpdatePage</key>
4549 <string>http://example.org</string>
4550 </dict>
4551 ```
4552 #### policies.json
4553 ```
4554 {
4555 "policies": {
4556 "OverridePostUpdatePage": "http://example.org"
4557 }
4558 }
4559 ```
4560 ### PasswordManagerEnabled
4561 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
4562
4563 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4564 **CCK2 Equivalent:** N/A\
4565 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`, `signon.rememberSignons`
4566
4567 #### Windows (GPO)
4568 ```
4569 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
4570 ```
4571 #### Windows (Intune)
4572 OMA-URI:
4573 ```
4574 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
4575 ```
4576 Value (string):
4577 ```
4578 <enabled/> or <disabled/>
4579 ```
4580 #### macOS
4581 ```
4582 <dict>
4583 <key>PasswordManagerEnabled</key>
4584 <true/> | <false/>
4585 </dict>
4586 ```
4587 #### policies.json
4588 ```
4589 {
4590 "policies": {
4591 "PasswordManagerEnabled": true | false
4592 }
4593 }
4594 ```
4595 ### PasswordManagerExceptions
4596 Prevent Firefox from saving passwords for specific sites.
4597
4598 The sites are specified as a list of origins.
4599
4600 **Compatibility:** Firefox 101\
4601 **CCK2 Equivalent:** N/A\
4602 **Preferences Affected:** N/A
4603
4604 #### Windows (GPO)
4605 ```
4606 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\1 = "https://example.org"
4607 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\2 = "https://example.edu"
4608 ```
4609 #### Windows (Intune)
4610 OMA-URI:
4611 ```
4612 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerExceptions
4613 ```
4614 Value (string):
4615 ```
4616 <enabled/>
4617 <data id="List" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.edu"/>
4618 ```
4619 #### macOS
4620 ```
4621 <dict>
4622 <key>PasswordManagerExceptions</key>
4623 <array>
4624 <string>https://example.org</string>
4625 <string>https://example.edu</string>
4626 </array>
4627 </dict>
4628 ```
4629 #### policies.json
4630 ```
4631 {
4632 "policies": {
4633 "PasswordManagerExceptions": ["https://example.org",
4634 "https://example.edu"]
4635 }
4636 }
4637 ```
4638 ### PDFjs
4639 Disable or configure PDF.js, the built-in PDF viewer.
4640
4641 If `Enabled` is set to false, the built-in PDF viewer is disabled.
4642
4643 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
4644
4645 Note: DisableBuiltinPDFViewer has not been deprecated. You can either continue to use it, or switch to using PDFjs->Enabled to disable the built-in PDF viewer. This new permission was added because we needed a place for PDFjs->EnabledPermissions.
4646
4647 **Compatibility:** Firefox 77, Firefox ESR 68.9\
4648 **CCK2 Equivalent:** N/A\
4649 **Preferences Affected:** `pdfjs.disabled`, `pdfjs.enablePermissions`
4650
4651 #### Windows (GPO)
4652 ```
4653 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
4654 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
4655 ```
4656 #### Windows (Intune)
4657 OMA-URI:
4658 ```
4659 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
4660 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
4661 ```
4662 Value (string):
4663 ```
4664 <enabled/>or <disabled/>
4665 ```
4666 #### macOS
4667 ```
4668 <dict>
4669 <key>PDFjs</key>
4670 <dict>
4671 <key>Enabled</key>
4672 <true/> | <false/>
4673 <key>EnablePermissions</key>
4674 <true/> | <false/>
4675 </dict>
4676 </dict>
4677 ```
4678 #### policies.json
4679 ```
4680 {
4681 "policies": {
4682 "PDFjs": {
4683 "Enabled": true | false,
4684 "EnablePermissions": true | false
4685 }
4686 }
4687 }
4688 ```
4689 ### Permissions
4690 Set permissions associated with camera, microphone, location, notifications, autoplay, and virtual reality. Because these are origins, not domains, entries with unique ports must be specified separately. This explicitly means that it is not possible to add wildcards. See examples below.
4691
4692 `Allow` is a list of origins where the feature is allowed.
4693
4694 `Block` is a list of origins where the feature is not allowed.
4695
4696 `BlockNewRequests` determines whether or not new requests can be made for the feature.
4697
4698 `Locked` prevents the user from changing preferences for the feature.
4699
4700 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
4701
4702 **Compatibility:** Firefox 62, Firefox ESR 60.2 (Autoplay added in Firefox 74, Firefox ESR 68.6, Autoplay Default/Locked added in Firefox 76, Firefox ESR 68.8, VirtualReality added in Firefox 80, Firefox ESR 78.2)\
4703 **CCK2 Equivalent:** N/A\
4704 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
4705
4706 #### Windows (GPO)
4707 ```
4708 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
4709 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.com"
4710 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
4711 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
4712 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
4713 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
4714 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\2 = "https://example.com"
4715 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
4716 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
4717 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
4718 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
4719 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\2 = "https://example.com"
4720 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
4721 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
4722 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
4723 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
4724 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\2 = "https://example.com"
4725 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
4726 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
4727 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
4728 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
4729 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\2 = "https://example.com"
4730 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
4731 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
4732 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
4733 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
4734 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\2 = "https://example.com"
4735 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
4736 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
4737 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
4738 ```
4739 #### Windows (Intune)
4740 OMA-URI:
4741 ```
4742 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Camera/Camera_Allow
4743 ```
4744 Value (string):
4745 ```
4746 <enabled/>
4747 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4748 ```
4749 OMA-URI:
4750 ```
4751 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Camera/Camera_Block
4752 ```
4753 Value (string):
4754 ```
4755 <enabled/>
4756 <data id="Permissions" value="1&#xF000;https://example.edu"/>
4757 ```
4758 OMA-URI:
4759 ```
4760 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Camera/Camera_BlockNewRequests
4761 ```
4762 Value (string):
4763 ```
4764 <enabled/> or <disabled/>
4765 ```
4766 OMA-URI:
4767 ```
4768 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Camera/Camera_Locked
4769 ```
4770 Value (string):
4771 ```
4772 <enabled/> or <disabled/>
4773 ```
4774 OMA-URI:
4775 ```
4776 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Microphone/Microphone_Allow
4777 ```
4778 Value (string):
4779 ```
4780 <enabled/>
4781 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4782 ```
4783 OMA-URI:
4784 ```
4785 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Microphone/Microphone_Block
4786 ```
4787 Value (string):
4788 ```
4789 <enabled/>
4790 <data id="Permissions" value="1&#xF000;https://example.edu"/>
4791 ```
4792 OMA-URI:
4793 ```
4794 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Microphone/Microphone_BlockNewRequests
4795 ```
4796 Value (string):
4797 ```
4798 <enabled/> or <disabled/>
4799 ```
4800 OMA-URI:
4801 ```
4802 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Microphone/Microphone_Locked
4803 ```
4804 Value (string):
4805 ```
4806 <enabled/> or <disabled/>
4807 ```
4808 OMA-URI:
4809 ```
4810 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Allow
4811 ```
4812 Value (string):
4813 ```
4814 <enabled/>
4815 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4816 ```
4817 OMA-URI:
4818 ```
4819 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Block
4820 ```
4821 Value (string):
4822 ```
4823 <enabled/>
4824 <data id="Permissions" value="1&#xF000;https://example.edu"/>
4825 ```
4826 OMA-URI:
4827 ```
4828 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
4829 ```
4830 Value (string):
4831 ```
4832 <enabled/> or <disabled/>
4833 ```
4834 OMA-URI:
4835 ```
4836 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
4837 ```
4838 Value (string):
4839 ```
4840 <enabled/> or <disabled/>
4841 ```
4842 OMA-URI:
4843 ```
4844 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
4845 ```
4846 Value (string):
4847 ```
4848 <enabled/>
4849 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4850 ```
4851 OMA-URI:
4852 ```
4853 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
4854 ```
4855 Value (string):
4856 ```
4857 <enabled/> or <disabled/>
4858 ```
4859 OMA-URI:
4860 ```
4861 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
4862 ```
4863 Value (string):
4864 ```
4865 <enabled/> or <disabled/>
4866 ```
4867 OMA-URI:
4868 ```
4869 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
4870 ```
4871 Value (string):
4872 ```
4873 <enabled/>
4874 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4875 ```
4876 OMA-URI:
4877 ```
4878 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
4879 ```
4880 Value (string):
4881 ```
4882 <enabled/>
4883 <data id="Permissions" value="1&#xF000;https://example.edu"/>
4884 ```
4885 OMA-URI:
4886 ```
4887 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
4888 ```
4889 Value (string):
4890 ```
4891 <enabled/>
4892 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
4893 ```
4894 OMA-URI:
4895 ```
4896 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
4897 ```
4898 Value (string):
4899 ```
4900 <enabled/> or <disabled/>
4901 ```
4902 OMA-URI:
4903 ```
4904 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~VirtualReality/VirtualReality_Allow
4905 ```
4906 Value (string):
4907 ```
4908 <enabled/>
4909 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4910 ```
4911 OMA-URI:
4912 ```
4913 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~VirtualReality/VirtualReality_Block
4914 ```
4915 Value (string):
4916 ```
4917 <enabled/>
4918 <data id="Permissions" value="1&#xF000;https://example.edu"/>
4919 ```
4920 OMA-URI:
4921 ```
4922 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~VirtualReality/VirtualReality_BlockNewRequests
4923 ```
4924 Value (string):
4925 ```
4926 <enabled/> or <disabled/>
4927 ```
4928 OMA-URI:
4929 ```
4930 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
4931 ```
4932 Value (string):
4933 ```
4934 <enabled/> or <disabled/>
4935 ```
4936 #### macOS
4937 ```
4938 <dict>
4939 <key>Permissions</key>
4940 <dict>
4941 <key>Camera</key>
4942 <dict>
4943 <key>Allow</key>
4944 <array>
4945 <string>https://example.org</string>
4946 <string>https://example.org:1234</string>
4947 </array>
4948 <key>Block</key>
4949 <array>
4950 <string>https://example.edu</string>
4951 </array>
4952 <key>BlockNewRequests</key>
4953 <true/> | <false/>
4954 <key>Locked</key>
4955 <true/> | <false/>
4956 </dict>
4957 <key>Microphone</key>
4958 <dict>
4959 <key>Allow</key>
4960 <array>
4961 <string>https://example.org</string>
4962 </array>
4963 <key>Block</key>
4964 <array>
4965 <string>https://example.edu</string>
4966 </array>
4967 <key>BlockNewRequests</key>
4968 <true/> | <false/>
4969 <key>Locked</key>
4970 <true/> | <false/>
4971 </dict>
4972 <key>Location</key>
4973 <dict>
4974 <key>Allow</key>
4975 <array>
4976 <string>https://example.org</string>
4977 </array>
4978 <key>Block</key>
4979 <array>
4980 <string>https://example.edu</string>
4981 </array>
4982 <key>BlockNewRequests</key>
4983 <true/> | <false/>
4984 <key>Locked</key>
4985 <true/> | <false/>
4986 </dict>
4987 <key>Notifications</key>
4988 <dict>
4989 <key>Allow</key>
4990 <array>
4991 <string>https://example.org</string>
4992 </array>
4993 <key>Block</key>
4994 <array>
4995 <string>https://example.edu</string>
4996 </array>
4997 <key>BlockNewRequests</key>
4998 <true/>
4999 <key>Locked</key>
5000 <true/>
5001 </dict>
5002 <key>Autoplay</key>
5003 <dict>
5004 <key>Allow</key>
5005 <array>
5006 <string>https://example.org</string>
5007 </array>
5008 <key>Block</key>
5009 <array>
5010 <string>https://example.edu</string>
5011 </array>
5012 <key>Default</key>
5013 <string>allow-audio-video | block-audio | block-audio-video</string>
5014 <key>Locked</key>
5015 <true/> | <false/>
5016 </dict>
5017 </dict>
5018 </dict>
5019 ```
5020 #### policies.json
5021 ```
5022 {
5023 "policies": {
5024 "Permissions": {
5025 "Camera": {
5026 "Allow": ["https://example.org","https://example.org:1234"],
5027 "Block": ["https://example.edu"],
5028 "BlockNewRequests": true | false,
5029 "Locked": true | false
5030 },
5031 "Microphone": {
5032 "Allow": ["https://example.org"],
5033 "Block": ["https://example.edu"],
5034 "BlockNewRequests": true | false,
5035 "Locked": true | false
5036 },
5037 "Location": {
5038 "Allow": ["https://example.org"],
5039 "Block": ["https://example.edu"],
5040 "BlockNewRequests": true | false,
5041 "Locked": true | false
5042 },
5043 "Notifications": {
5044 "Allow": ["https://example.org"],
5045 "Block": ["https://example.edu"],
5046 "BlockNewRequests": true | false,
5047 "Locked": true | false
5048 },
5049 "Autoplay": {
5050 "Allow": ["https://example.org"],
5051 "Block": ["https://example.edu"],
5052 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
5053 "Locked": true | false
5054 }
5055 }
5056 }
5057 }
5058 ```
5059 ### PictureInPicture
5060
5061 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
5062
5063 **Compatibility:** Firefox 78, Firefox ESR 78\
5064 **CCK2 Equivalent:** N/A\
5065 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
5066
5067 #### Windows (GPO)
5068 ```
5069 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
5070 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
5071
5072 ```
5073 #### Windows (Intune)
5074 OMA-URI:
5075 ```
5076 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
5077 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
5078 ```
5079 Value (string):
5080 ```
5081 <enabled/> or <disabled/>
5082 ```
5083 #### macOS
5084 ```
5085 <dict>
5086 <key>PictureInPicture</key>
5087 <dict>
5088 <key>Enabled</key>
5089 <true/> | <false/>
5090 <key>Locked</key>
5091 <true/> | <false/>
5092 </dict>
5093 </dict>
5094 ```
5095 #### policies.json
5096 ```
5097 {
5098 "policies": {
5099 "PictureInPicture": {
5100 "Enabled": true | false,
5101 "Locked": true | false
5102 }
5103 }
5104 }
5105 ```
5106 ### PopupBlocking
5107 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
5108
5109 `Allow` is a list of origins where popup-windows are allowed.
5110
5111 `Default` determines whether or not pop-up windows are allowed by default.
5112
5113 `Locked` prevents the user from changing pop-up preferences.
5114
5115 **Compatibility:** Firefox 60, Firefox ESR 60\
5116 **CCK2 Equivalent:** `permissions.popup`\
5117 **Preferences Affected:** `dom.disable_open_during_load`
5118
5119 #### Windows (GPO)
5120 ```
5121 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
5122 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
5123 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
5124 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
5125 ```
5126 #### Windows (Intune)
5127 OMA-URI:
5128 ```
5129 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
5130 ```
5131 Value (string):
5132 ```
5133 <enabled/>
5134 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.edu"/>
5135 ```
5136 OMA-URI:
5137 ```
5138 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
5139 ```
5140 Value (string):
5141 ```
5142 <enabled/> or <disabled/>
5143 ```
5144 OMA-URI:
5145 ```
5146 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
5147 ```
5148 Value (string):
5149 ```
5150 <enabled/> or <disabled/>
5151 ```
5152 #### macOS
5153 ```
5154 <dict>
5155 <key>PopupBlocking</key>
5156 <dict>
5157 <key>Allow</key>
5158 <array>
5159 <string>http://example.org</string>
5160 <string>http://example.edu</string>
5161 </array>
5162 <key>Default</key>
5163 <true/> | <false/>
5164 <key>Locked</key>
5165 <true/> | <false/>
5166 </dict>
5167 </dict>
5168 ```
5169 #### policies.json
5170 ```
5171 {
5172 "policies": {
5173 "PopupBlocking": {
5174 "Allow": ["http://example.org/",
5175 "http://example.edu/"],
5176 "Default": true | false,
5177 "Locked": true | false
5178 }
5179 }
5180 }
5181 ```
5182 ### PostQuantumKeyAgreementEnabled
5183 Enable post-quantum key agreement for TLS.
5184
5185 **Compatibility:** Firefox 127\
5186 **CCK2 Equivalent:** N/A\
5187 **Preferences Affected:** `security.tls.enable_kyber`, `network.http.http3.enable_kyber` (Firefox 128)
5188
5189 #### Windows (GPO)
5190 ```
5191 Software\Policies\Mozilla\Firefox\PostQuantumKeyAgreementEnabled = 0x1 | 0x0
5192 ```
5193 #### Windows (Intune)
5194 OMA-URI:
5195 ```
5196 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PostQuantumKeyAgreementEnabled
5197 ```
5198 Value (string):
5199 ```
5200 <enabled/> or <disabled/>
5201 ```
5202 #### macOS
5203 ```
5204 <dict>
5205 <key>PostQuantumKeyAgreementEnabled</key>
5206 <true/> | <false/>
5207 </dict>
5208 ```
5209 #### policies.json
5210 ```
5211 {
5212 "policies": {
5213 "PostQuantumKeyAgreementEnabled": true | false
5214 }
5215 }
5216 ```
5217 ### Preferences
5218 Set and lock preferences.
5219
5220 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section in group policy.
5221
5222 Previously you could only set and lock a subset of preferences. Starting with Firefox 81 and Firefox ESR 78.3 you can set many more preferences. You can also set default preferences, user preferences and you can clear preferences.
5223
5224 Preferences that start with the following prefixes are supported:
5225 ```
5226 accessibility.
5227 alerts.* (Firefox 122, Firefox ESR 115.7)
5228 app.update.* (Firefox 86, Firefox ESR 78.8)
5229 browser.
5230 datareporting.policy.
5231 dom.
5232 extensions.
5233 general.autoScroll (Firefox 83, Firefox ESR 78.5)
5234 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
5235 geo.
5236 gfx.
5237 intl.
5238 keyword.enabled (Firefox 95, Firefox ESR 91.4)
5239 layers.
5240 layout.
5241 media.
5242 network.
5243 pdfjs. (Firefox 84, Firefox ESR 78.6)
5244 places.
5245 pref.
5246 print.
5247 privacy.globalprivacycontrol.enabled (Firefox 127, Firefox ESR 128.0)
5248 privacy.userContext.enabled (Firefox 126, Firefox ESR 115.11)
5249 privacy.userContext.ui.enabled (Firefox 126, Firefox ESR 115.11)
5250 signon. (Firefox 83, Firefox ESR 78.5)
5251 spellchecker. (Firefox 84, Firefox ESR 78.6)
5252 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
5253 ui.
5254 widget.
5255 xpinstall.signatures.required (Firefox ESR 102.10, Firefox ESR only)
5256 xpinstall.whitelist.required (Firefox 118, Firefox ESR 115.3)
5257 ```
5258 as well as the following security preferences:
5259
5260 | Preference | Type | Default
5261 | --- | --- | --- |
5262 | security.default_personal_cert | string | Ask Every Time
5263 | &nbsp;&nbsp;&nbsp;&nbsp;If set to Select Automatically, Firefox automatically chooses the default personal certificate.
5264 | security.disable_button.openCertManager | string | N/A
5265 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true and locked, the View Certificates button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
5266 | security.disable_button.openDeviceManager | string | N/A
5267 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true and locked, the Security Devices button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
5268 | security.insecure_connection_text.enabled | bool | false
5269 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true, adds the words "Not Secure" for insecure sites.
5270 | security.insecure_connection_text.pbmode.enabled | bool | false
5271 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true, adds the words "Not Secure" for insecure sites in private browsing.
5272 | security.mixed_content.block_active_content | boolean | true
5273 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true, mixed active content (HTTP subresources such as scripts, fetch requests, etc. on a HTTPS page) will be blocked.
5274 | security.mixed_content.block_display_content | boolean | false
5275 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true, mixed passive/display content (HTTP subresources such as images, videos, etc. on a HTTPS page) will be blocked. (Firefox 127, Firefox ESR 128.0)
5276 | security.mixed_content.upgrade_display_content | boolean | true
5277 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true, mixed passive/display content (HTTP subresources such as images, videos, etc. on a HTTPS page) will be upgraded to HTTPS. (Firefox 127, Firefox ESR 128.0)
5278 | security.osclientcerts.autoload | boolean | false
5279 | &nbsp;&nbsp;&nbsp;&nbsp;If true, client certificates are loaded from the operating system certificate store.
5280 | security.OCSP.enabled | integer | 1
5281 | &nbsp;&nbsp;&nbsp;&nbsp;If 0, do not fetch OCSP. If 1, fetch OCSP for DV and EV certificates. If 2, fetch OCSP only for EV certificates.
5282 | security.OCSP.require | boolean | false
5283 | &nbsp;&nbsp;&nbsp;&nbsp; If true, if an OCSP request times out, the connection fails.
5284 | security.osclientcerts.assume_rsa_pss_support | boolean | true
5285 | &nbsp;&nbsp;&nbsp;&nbsp; If false, we don't assume an RSA key can do RSA-PSS. (Firefox 114, Firefox ESR 102.12)
5286 | security.ssl.enable_ocsp_stapling | boolean | true
5287 | &nbsp;&nbsp;&nbsp;&nbsp; If false, OCSP stapling is not enabled.
5288 | security.ssl.errorReporting.enabled | boolean | true
5289 | &nbsp;&nbsp;&nbsp;&nbsp;If false, SSL errors cannot be sent to Mozilla.
5290 | security.ssl.require_safe_negotiation | boolean | false
5291 | &nbsp;&nbsp;&nbsp;&nbsp;If true, Firefox will only negotiate TLS connections with servers that indicate they support secure renegotiation. (Firefox 118, Firefox ESR 115.3)
5292 | security.tls.enable_0rtt_data | boolean | true
5293 | &nbsp;&nbsp;&nbsp;&nbsp;If false, TLS early data is turned off. (Firefox 93, Firefox 91.2, Firefox 78.15)
5294 | security.tls.hello_downgrade_check | boolean | true
5295 | &nbsp;&nbsp;&nbsp;&nbsp;If false, the TLS 1.3 downgrade check is disabled.
5296 | security.tls.version.enable-deprecated | boolean | false
5297 | &nbsp;&nbsp;&nbsp;&nbsp;If true, browser will accept TLS 1.0. and TLS 1.1. (Firefox 86, Firefox 78.8)
5298 | security.warn_submit_secure_to_insecure | boolean | true
5299 | &nbsp;&nbsp;&nbsp;&nbsp;If false, no warning is shown when submitting a form from https to http.
5300
5301 Using the preference as the key, set the `Value` to the corresponding preference value.
5302
5303 `Status` can be "default", "locked", "user" or "clear"
5304
5305 * `"default"`: Read/Write: Settings appear as default even if factory default differs.
5306 * `"locked"`: Read-Only: Settings appear as default even if factory default differs.
5307 * `"user"`: Read/Write: Settings appear as changed if it differs from factory default.
5308 * `"clear"`: Read/Write: `Value` has no effect. Resets to factory defaults on each startup.
5309
5310 `"user"` preferences persist across invocations of Firefox. It is the equivalent of a user setting the preference. They are most useful when a preference is needed very early in startup so it can't be set as default by policy. An example of this is ```toolkit.legacyUserProfileCustomizations.stylesheets```.
5311
5312 `"user"` preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
5313
5314 You can also set the `Type` starting in Firefox 123 and Firefox ESR 115.8. It can be `number`, `boolean` or `string`. This is especially useful if you are seeing 0 or 1 values being converted to booleans when set as user preferences.
5315
5316 See the examples below for more detail.
5317
5318 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
5319
5320 Status
5321 **Compatibility:** Firefox 81, Firefox ESR 78.3\
5322 **CCK2 Equivalent:** `preferences`\
5323 **Preferences Affected:** Many
5324
5325 #### Windows (GPO)
5326 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
5327 ```
5328 {
5329 "accessibility.force_disabled": {
5330 "Value": 1,
5331 "Status": "default",
5332 "Type": "number"
5333
5334 },
5335 "browser.cache.disk.parent_directory": {
5336 "Value": "SOME_NATIVE_PATH",
5337 "Status": "user"
5338 },
5339 "browser.tabs.warnOnClose": {
5340 "Value": false,
5341 "Status": "locked"
5342 }
5343 }
5344 ```
5345 #### Windows (Intune)
5346 OMA-URI:
5347 ```
5348 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
5349 ```
5350 Value (string):
5351 ```
5352 <enabled/>
5353 <data id="JSON" value='
5354 {
5355 "accessibility.force_disabled": {
5356 "Value": 1,
5357 "Status": "default",
5358 "Type": "number"
5359 },
5360 "browser.cache.disk.parent_directory": {
5361 "Value": "SOME_NATIVE_PATH",
5362 "Status": "user"
5363 },
5364 "browser.tabs.warnOnClose": {
5365 "Value": false,
5366 "Status": "locked"
5367 }
5368 }'/>
5369 ```
5370 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
5371 to workaround the limit on the length of strings. Put all of your JSON on one line.
5372
5373 OMA-URI:
5374 ```
5375 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/PreferencesOneLine
5376 ```
5377 Value (string):
5378 ```
5379 <enabled/>
5380 <data id="JSONOneLine" value='{}'/>
5381 ```
5382 #### macOS
5383 ```
5384 <dict>
5385 <key>Preferences</key>
5386 <dict>
5387 <key>accessibility.force_disabled</key>
5388 <dict>
5389 <key>Value</key>
5390 <integer>1</integer>
5391 <key>Status</key>
5392 <string>default</string>
5393 <key>Type</key>
5394 <string>number</string>
5395 </dict>
5396 <key>browser.cache.disk.parent_directory</key>
5397 <dict>
5398 <key>Value</key>
5399 <string>SOME_NATIVE_PATH</string>
5400 <key>Status</key>
5401 <string>user</string>
5402 </dict>
5403 <key>browser.tabs.warnOnClose</key>
5404 <dict>
5405 <key>Value</key>
5406 <false/>
5407 <key>Status</key>
5408 <string>locked</string>
5409 </dict>
5410 </dict>
5411 </dict>
5412 ```
5413 #### policies.json
5414 ```
5415 {
5416 "policies": {
5417 "Preferences": {
5418 "accessibility.force_disabled": {
5419 "Value": 1,
5420 "Status": "default"
5421 "Type": "number"
5422 },
5423 "browser.cache.disk.parent_directory": {
5424 "Value": "SOME_NATIVE_PATH",
5425 "Status": "user"
5426 },
5427 "browser.tabs.warnOnClose": {
5428 "Value": false,
5429 "Status": "locked"
5430 }
5431 }
5432 }
5433 }
5434 ```
5435 ### PrimaryPassword
5436 Require or prevent using a primary (formerly master) password.
5437
5438 If this value is true, a primary password is required. If this value is false, it works the same as if [`DisableMasterPasswordCreation`](#disablemasterpasswordcreation) was true and removes the primary password functionality.
5439
5440 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
5441
5442 **Compatibility:** Firefox 79, Firefox ESR 78.1\
5443 **CCK2 Equivalent:** `noMasterPassword`\
5444 **Preferences Affected:** N/A
5445
5446 #### Windows (GPO)
5447 ```
5448 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
5449 ```
5450 #### Windows (Intune)
5451 OMA-URI:
5452 ```
5453 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
5454 ```
5455 Value (string):
5456 ```
5457 <enabled/> or <disabled/>
5458 ```
5459 #### macOS
5460 ```
5461 <dict>
5462 <key>PrimaryPassword</key>
5463 <true/> | <false/>
5464 </dict>
5465 ```
5466 #### policies.json
5467 ```
5468 {
5469 "policies": {
5470 "PrimaryPassword": true | false
5471 }
5472 }
5473 ```
5474 ### PrintingEnabled
5475 Enable or disable printing.
5476
5477 **Compatibility:** Firefox 120, Firefox ESR 115.5\
5478 **CCK2 Equivalent:** N/A\
5479 **Preferences Affected:** `print.enabled`
5480
5481 #### Windows (GPO)
5482 ```
5483 Software\Policies\Mozilla\Firefox\PrintingEnabled = 0x1 | 0x0
5484 ```
5485 #### Windows (Intune)
5486 OMA-URI:
5487 ```
5488 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrintingEnabled
5489 ```
5490 Value (string):
5491 ```
5492 <enabled/> or <disabled/>
5493 ```
5494 #### macOS
5495 ```
5496 <dict>
5497 <key>PrintingEnabled</key>
5498 <true/> | <false/>
5499 </dict>
5500 ```
5501 #### policies.json
5502 ```
5503 {
5504 "policies": {
5505 "PrintingEnabled": true | false
5506 }
5507 }
5508 ```
5509 ### PromptForDownloadLocation
5510 Ask where to save each file before downloading.
5511
5512 **Compatibility:** Firefox 68, Firefox ESR 68\
5513 **CCK2 Equivalent:** N/A\
5514 **Preferences Affected:** `browser.download.useDownloadDir`
5515
5516 #### Windows (GPO)
5517 ```
5518 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
5519 ```
5520 #### Windows (Intune)
5521 OMA-URI:
5522 ```
5523 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
5524 ```
5525 Value (string):
5526 ```
5527 <enabled/> or <disabled/>
5528 ```
5529 #### macOS
5530 ```
5531 <dict>
5532 <key>PromptForDownloadLocation</key>
5533 <true/> | <false/>
5534 </dict>
5535 ```
5536 #### policies.json
5537 ```
5538 {
5539 "policies": {
5540 "PromptForDownloadLocation": true | false
5541 }
5542 }
5543 ```
5544 ### Proxy
5545 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
5546 To specify ports, append them to the hostnames with a colon (:).
5547
5548 Unless you lock this policy, changes the user already has in place will take effect.
5549
5550 `Mode` is the proxy method being used.
5551
5552 `Locked` is whether or not proxy settings can be changed.
5553
5554 `HTTPProxy` is the HTTP proxy server.
5555
5556 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
5557
5558 `SSLProxy` is the SSL proxy server.
5559
5560 `FTPProxy` is the FTP proxy server.
5561
5562 `SOCKSProxy` is the SOCKS proxy server
5563
5564 `SOCKSVersion` is the SOCKS version (4 or 5)
5565
5566 `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.
5567
5568 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
5569
5570 `AutoLogin` means do not prompt for authentication if password is saved.
5571
5572 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
5573
5574 **Compatibility:** Firefox 60, Firefox ESR 60\
5575 **CCK2 Equivalent:** `networkProxy*`\
5576 **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`
5577
5578 #### Windows (GPO)
5579 ```
5580 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
5581 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
5582 Software\Policies\Mozilla\Firefox\Proxy\HTTPProxy = https://httpproxy.example.com
5583 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
5584 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
5585 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
5586 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
5587 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
5588 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
5589 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
5590 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
5591 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
5592 ```
5593 #### Windows (Intune)
5594 **Note**
5595 These setttings were moved to a category to make them easier to configure via Intune.
5596
5597 OMA-URI:
5598 ```
5599 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Locked
5600 ```
5601 Value (string):
5602 ```
5603 <enabled/> or <disabled/>
5604 ```
5605 OMA-URI:
5606 ```
5607 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_ConnectionType
5608 ```
5609 Value (string):
5610 ```
5611 <enabled/>
5612 <data id="Proxy_ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5613 ```
5614 OMA-URI:
5615 ```
5616 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_HTTPProxy
5617 ```
5618 Value (string):
5619 ```
5620 <enabled/>
5621 <data id="Proxy_HTTPProxy" value="httpproxy.example.com"/>
5622 ```
5623 OMA-URI:
5624 ```
5625 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseHTTPProxyForAllProtocols
5626 ```
5627 Value (string):
5628 ```
5629 <enabled/> or <disabled/>
5630 ```
5631 OMA-URI:
5632 ```
5633 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SSLProxy
5634 ```
5635 Value (string):
5636 ```
5637 <enabled/>
5638 <data id="Proxy_SSLProxy" value="sslproxy.example.com"/>
5639 ```
5640 OMA-URI:
5641 ```
5642 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SOCKSProxy
5643 ```
5644 Value (string):
5645 ```
5646 <enabled/>
5647 <data id="Proxy_SOCKSProxy" value="socksproxy.example.com"/>
5648 <data id="Proxy_SOCKSVersion" value="4 | 5"/>
5649 ```
5650 OMA-URI:
5651 ```
5652 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoConfigURL
5653 ```
5654 Value (string):
5655 ```
5656 <enabled/>
5657 <data id="Proxy_AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5658 ```
5659 OMA-URI:
5660 ```
5661 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Passthrough
5662 ```
5663 Value (string):
5664 ```
5665 <enabled/>
5666 <data id="Proxy_Passthrough" value="&lt;local&gt;"/>
5667 ```
5668 OMA-URI:
5669 ```
5670 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoLogin
5671 ```
5672 Value (string):
5673 ```
5674 <enabled/> or <disabled/>
5675 ```
5676 OMA-URI:
5677 ```
5678 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseProxyForDNS
5679 ```
5680 Value (string):
5681 ```
5682 <enabled/> or <disabled/>
5683 ```
5684 OMA-URI (Old way):
5685 ```
5686 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
5687 ```
5688 Value (string):
5689 ```
5690 <enabled/>
5691 <data id="ProxyLocked" value="true | false"/>
5692 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5693 <data id="HTTPProxy" value="httpproxy.example.com"/>
5694 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
5695 <data id="SSLProxy" value="sslproxy.example.com"/>
5696 <data id="FTPProxy" value="ftpproxy.example.com"/>
5697 <data id="SOCKSProxy" value="socksproxy.example.com"/>
5698 <data id="SOCKSVersion" value="4 | 5"/>
5699 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5700 <data id="Passthrough" value="<local>"/>
5701 <data id="AutoLogin" value="true | false"/>
5702 <data id="UseProxyForDNS" value="true | false"/>
5703 ```
5704 #### macOS
5705 ```
5706 <dict>
5707 <key>Proxy</key>
5708 <dict>
5709 <key>Mode</key>
5710 <string>none | system | manual | autoDetect | autoConfig</string>
5711 <key>Locked</key>
5712 <true> | </false>
5713 <key>HTTPProxy</key>
5714 <string>https://httpproxy.example.com</string>
5715 <key>UseHTTPProxyForAllProtocols</key>
5716 <true> | </false>
5717 <key>SSLProxy</key>
5718 <string>https://sslproxy.example.com</string>
5719 <key>FTPProxy</key>
5720 <string>https://ftpproxy.example.com</string>
5721 <key>SOCKSProxy</key>
5722 <string>https://socksproxy.example.com</string>
5723 <key>SOCKSVersion</key>
5724 <string>4 | 5</string>
5725 <key>Passthrough</key>
5726 <string>&lt;local>&gt;</string>
5727 <key>AutoConfigURL</key>
5728 <string>URL_TO_AUTOCONFIG</string>
5729 <key>AutoLogin</key>
5730 <true> | </false>
5731 <key>UseProxyForDNS</key>
5732 <true> | </false>
5733 </dict>
5734 </dict>
5735 ```
5736 #### policies.json
5737 ```
5738 {
5739 "policies": {
5740 "Proxy": {
5741 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
5742 "Locked": true | false,
5743 "HTTPProxy": "hostname",
5744 "UseHTTPProxyForAllProtocols": true | false,
5745 "SSLProxy": "hostname",
5746 "FTPProxy": "hostname",
5747 "SOCKSProxy": "hostname",
5748 "SOCKSVersion": 4 | 5,
5749 "Passthrough": "<local>",
5750 "AutoConfigURL": "URL_TO_AUTOCONFIG",
5751 "AutoLogin": true | false,
5752 "UseProxyForDNS": true | false
5753 }
5754 }
5755 }
5756 ```
5757 ### RequestedLocales
5758 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
5759
5760 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
5761
5762 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
5763 **CCK2 Equivalent:** N/A\
5764 **Preferences Affected:** N/A
5765 #### Windows (GPO)
5766 ```
5767 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
5768 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
5769
5770 or
5771
5772 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
5773 ```
5774 #### Windows (Intune)
5775 OMA-URI:
5776 ```
5777 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
5778 ```
5779 Value (string):
5780 ```
5781 <enabled/>
5782 <data id="Preferences_String" value="de,en-US"/>
5783 ```
5784 #### macOS
5785 ```
5786 <dict>
5787 <key>RequestedLocales</key>
5788 <array>
5789 <string>de</string>
5790 <string>en-US</string>
5791 </array>
5792 </dict>
5793
5794 or
5795
5796 <dict>
5797 <key>RequestedLocales</key>
5798 <string>de,en-US</string>
5799 </dict>
5800
5801 ```
5802 #### policies.json
5803 ```
5804 {
5805 "policies": {
5806 "RequestedLocales": ["de", "en-US"]
5807 }
5808 }
5809
5810 or
5811
5812 {
5813 "policies": {
5814 "RequestedLocales": "de,en-US"
5815 }
5816 }
5817 ```
5818 <a name="SanitizeOnShutdown"></a>
5819
5820 ### SanitizeOnShutdown (Selective)
5821 Clear data on shutdown.
5822
5823 Note: Starting with Firefox 128, History clears FormData and Downloads as well.
5824
5825 `Cache`
5826
5827 `Cookies`
5828
5829 `Downloads` Download History (*Deprecated*)
5830
5831 `FormData` Form & Search History (*Deprecated*)
5832
5833 `History` Browsing History, Download History, Form & Search History.
5834
5835 `Sessions` Active Logins
5836
5837 `SiteSettings` Site Preferences
5838
5839 `OfflineApps` Offline Website Data.
5840
5841 `Locked` prevents the user from changing these preferences.
5842
5843 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6, History update in Firefox 128)\
5844 **CCK2 Equivalent:** N/A\
5845 **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`, `privacy.clearOnShutdown_v2.historyFormDataAndDownloads` (Firefox 128), `privacy.clearOnShutdown_v2.cookiesAndStorage` (Firefox 128), `privacy.clearOnShutdown_v2.cache` (Firefox 128), `privacy.clearOnShutdown_v2.siteSettings` (Firefox 128)
5846
5847 #### Windows (GPO)
5848 ```
5849 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
5850 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
5851 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
5852 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
5853 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
5854 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
5855 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
5856 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
5857 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
5858 ```
5859 #### Windows (Intune)
5860 OMA-URI:
5861 ```
5862 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
5863 ```
5864 Value (string):
5865 ```
5866 <enabled/> or <disabled/>
5867 ```
5868 OMA-URI:
5869 ```
5870 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
5871 ```
5872 Value (string):
5873 ```
5874 <enabled/> or <disabled/>
5875 ```
5876 OMA-URI:
5877 ```
5878 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
5879 ```
5880 Value (string):
5881 ```
5882 <enabled/> or <disabled/>
5883 ```
5884 OMA-URI:
5885 ```
5886 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
5887 ```
5888 Value (string):
5889 ```
5890 <enabled/> or <disabled/>
5891 ```
5892 OMA-URI:
5893 ```
5894 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
5895 ```
5896 Value (string):
5897 ```
5898 <enabled/> or <disabled/>
5899 ```
5900 OMA-URI:
5901 ```
5902 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
5903 ```
5904 Value (string):
5905 ```
5906 <enabled/> or <disabled/>
5907 ```
5908 OMA-URI:
5909 ```
5910 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
5911 ```
5912 Value (string):
5913 ```
5914 <enabled/> or <disabled/>
5915 ```
5916 OMA-URI:
5917 ```
5918 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
5919 ```
5920 Value (string):
5921 ```
5922 <enabled/> or <disabled/>
5923 ```
5924 OMA-URI:
5925 ```
5926 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
5927 ```
5928 Value (string):
5929 ```
5930 <enabled/> or <disabled/>
5931 ```
5932 #### macOS
5933 ```
5934 <dict>
5935 <key>SanitizeOnShutdown</key>
5936 <dict>
5937 <key>Cache</key>
5938 <true/> | <false/>
5939 <key>Cookies</key>
5940 <true/> | <false/>
5941 <key>Downloads</key>
5942 <true/> | <false/>
5943 <key>FormData</key>
5944 <true/> | <false/>
5945 <key>History</key>
5946 <true/> | <false/>
5947 <key>Sessions</key>
5948 <true/> | <false/>
5949 <key>SiteSettings</key>
5950 <true/> | <false/>
5951 <key>OfflineApps</key>
5952 <true/> | <false/>
5953 <key>Locked</key>
5954 <true/> | <false/>
5955 </dict>
5956 </dict>
5957 ```
5958 #### policies.json
5959 ```
5960 {
5961 "policies": {
5962 "SanitizeOnShutdown": {
5963 "Cache": true | false,
5964 "Cookies": true | false,
5965 "Downloads": true | false,
5966 "FormData": true | false,
5967 "History": true | false,
5968 "Sessions": true | false,
5969 "SiteSettings": true | false,
5970 "OfflineApps": true | false,
5971 "Locked": true | false
5972 }
5973 }
5974 }
5975 ```
5976 ### SanitizeOnShutdown (All)
5977 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
5978
5979 **Compatibility:** Firefox 60, Firefox ESR 60\
5980 **CCK2 Equivalent:** N/A\
5981 **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`
5982 #### Windows (GPO)
5983 ```
5984 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
5985 ```
5986 #### Windows (Intune)
5987 OMA-URI:
5988 ```
5989 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
5990 ```
5991 Value (string):
5992 ```
5993 <enabled/> or <disabled/>
5994 ```
5995 #### macOS
5996 ```
5997 <dict>
5998 <key>SanitizeOnShutdown</key>
5999 <true/> | <false/>
6000 </dict>
6001 ```
6002 #### policies.json
6003 ```
6004 {
6005 "policies": {
6006 "SanitizeOnShutdown": true | false
6007 }
6008 }
6009 ```
6010 ### SearchBar
6011 Set whether or not search bar is displayed.
6012
6013 **Compatibility:** Firefox 60, Firefox ESR 60\
6014 **CCK2 Equivalent:** `showSearchBar`\
6015 **Preferences Affected:** N/A
6016
6017 #### Windows (GPO)
6018 ```
6019 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
6020 ```
6021
6022 #### Windows (Intune)
6023 OMA-URI:
6024 ```
6025 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
6026 ```
6027 Value (string):
6028 ```
6029 <enabled/>
6030 <data id="SearchBar" value="unified | separate"/>
6031 ```
6032 #### macOS
6033 ```
6034 <dict>
6035 <key>SearchBar</key>
6036 <string>unified | separate</string>
6037 </dict>
6038 ```
6039 #### policies.json
6040 ```
6041 {
6042 "policies": {
6043 "SearchBar": "unified" | "separate"
6044 }
6045 }
6046 ```
6047 <a name="SearchEngines"></a>
6048
6049 ### SearchEngines (This policy is only available on the ESR.)
6050
6051 ### SearchEngines | Add
6052
6053 Add new search engines. Although there are only five engines available in the ADMX template, there is no limit. To add more in the ADMX template, you can duplicate the XML.
6054
6055 This policy is only available on the ESR. `Name` and `URLTemplate` are required.
6056
6057 `Name` is the name of the search engine.
6058
6059 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
6060
6061 `Method` is either GET or POST
6062
6063 `IconURL` is a URL for the icon to use.
6064
6065 `Alias` is a keyword to use for the engine.
6066
6067 `Description` is a description of the search engine.
6068
6069 `PostData` is the POST data as name value pairs separated by &.
6070
6071 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
6072
6073 `Encoding` is the query charset for the engine. It defaults to UTF-8.
6074
6075 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
6076 **CCK2 Equivalent:** `searchplugins`\
6077 **Preferences Affected:** N/A
6078
6079 #### Windows (GPO)
6080 ```
6081 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
6082 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
6083 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
6084 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
6085 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
6086 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
6087 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
6088 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
6089 ```
6090 #### Windows (Intune)
6091 OMA-URI:
6092 ```
6093 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
6094 ```
6095 Value (string):
6096 ```
6097 <enabled/>
6098 <data id="SearchEngine_Name" value="Example1"/>
6099 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
6100 <data id="SearchEngine_Method" value="GET | POST"/>
6101 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
6102 <data id="SearchEngine_Alias" value="example"/>
6103 <data id="SearchEngine_Description" value="Example Description"/>
6104 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
6105 <data id="SearchEngine_PostData" value="name=value&amp;q={searchTerms}"/>
6106 ```
6107 #### macOS
6108 ```
6109 <dict>
6110 <key>SearchEngines</key>
6111 <dict>
6112 <key>Add</key>
6113 <array>
6114 <dict>
6115 <key>Name</key>
6116 <string>Example1</string>
6117 <key>URLTemplate</key>
6118 <string>https://www.example.org/q={searchTerms}</string>
6119 <key>Method</key>
6120 <string>GET | POST </string>
6121 <key>IconURL</key>
6122 <string>https://www.example.org/favicon.ico</string>
6123 <key>Alias</key>
6124 <string>example</string>
6125 <key>Description</key>
6126 <string>Example Description</string>
6127 <key>SuggestURLTemplate</key>
6128 <string>https://www.example.org/suggestions/q={searchTerms}</string>
6129 <key>PostData</key>
6130 <string>name=value&q={searchTerms}</string>
6131 </dict>
6132 <array>
6133 </dict>
6134 </dict>
6135 ```
6136 #### policies.json
6137 ```
6138 {
6139 "policies": {
6140 "SearchEngines": {
6141 "Add": [
6142 {
6143 "Name": "Example1",
6144 "URLTemplate": "https://www.example.org/q={searchTerms}",
6145 "Method": "GET" | "POST",
6146 "IconURL": "https://www.example.org/favicon.ico",
6147 "Alias": "example",
6148 "Description": "Description",
6149 "PostData": "name=value&q={searchTerms}",
6150 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
6151 }
6152 ]
6153 }
6154 }
6155 }
6156 ```
6157 ### SearchEngines | Default
6158
6159 Set the default search engine. This policy is only available on the ESR.
6160
6161 **Compatibility:** Firefox ESR 60\
6162 **CCK2 Equivalent:** `defaultSearchEngine`\
6163 **Preferences Affected:** N/A
6164
6165 #### Windows (GPO)
6166 ```
6167 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
6168 ```
6169 #### Windows (Intune)
6170 OMA-URI:
6171 ```
6172 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
6173 ```
6174 Value (string):
6175 ```
6176 <enabled/>
6177 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
6178 ```
6179 #### macOS
6180 ```
6181 <dict>
6182 <key>SearchEngines</key>
6183 <dict>
6184 <key>Default</key>
6185 <string>NAME_OF_SEARCH_ENGINE</string>
6186 </dict>
6187 </dict>
6188 ```
6189 #### policies.json
6190 ```
6191 {
6192 "policies": {
6193 "SearchEngines": {
6194 "Default": "NAME_OF_SEARCH_ENGINE"
6195 }
6196 }
6197 }
6198 ```
6199 ### SearchEngines | PreventInstalls
6200
6201 Prevent installing search engines from webpages.
6202
6203 **Compatibility:** Firefox ESR 60\
6204 **CCK2 Equivalent:** `disableSearchEngineInstall`\
6205 **Preferences Affected:** N/A
6206
6207 #### Windows (GPO)
6208 ```
6209 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
6210 ```
6211 #### Windows (Intune)
6212 OMA-URI:
6213 ```
6214 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
6215 ```
6216 Value (string):
6217 ```
6218 <enabled/> or <disabled/>
6219 ```
6220 #### macOS
6221 ```
6222 <dict>
6223 <key>SearchEngines</key>
6224 <dict>
6225 <key>PreventInstalls</key>
6226 <true/> | <false/>
6227 </dict>
6228 </dict>
6229 ```
6230 #### policies.json
6231 ```
6232 {
6233 "policies": {
6234 "SearchEngines": {
6235 "PreventInstalls": true | false
6236 }
6237 }
6238 }
6239 ```
6240 ### SearchEngines | Remove
6241
6242 Hide built-in search engines. This policy is only available on the ESR.
6243
6244 **Compatibility:** Firefox ESR 60.2\
6245 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
6246 **Preferences Affected:** N/A
6247
6248 #### Windows (GPO)
6249 ```
6250 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
6251 ```
6252 #### Windows (Intune)
6253 OMA-URI:
6254 ```
6255 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
6256 ```
6257 Value (string):
6258 ```
6259 <enabled/>
6260 <data id="SearchEngines_Remove" value="1&#xF000;NAME_OF_SEARCH_ENGINE"/>
6261 ```
6262 #### macOS
6263 ```
6264 <dict>
6265 <key>SearchEngines</key>
6266 <dict>
6267 <key>Remove</key>
6268 <array>
6269 <string>NAME_OF_SEARCH_ENGINE</string>
6270 </array>
6271 </dict>
6272 </dict>
6273 ```
6274 #### policies.json
6275 ```
6276 {
6277 "policies": {
6278 "SearchEngines": {
6279 "Remove": ["NAME_OF_SEARCH_ENGINE"]
6280 }
6281 }
6282 }
6283 ```
6284 ### SearchSuggestEnabled
6285
6286 Enable search suggestions.
6287
6288 **Compatibility:** Firefox 68, Firefox ESR 68\
6289 **CCK2 Equivalent:** N/A\
6290 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
6291
6292 #### Windows (GPO)
6293 ```
6294 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
6295 ```
6296 #### Windows (Intune)
6297 OMA-URI:
6298 ```
6299 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
6300 ```
6301 Value (string):
6302 ```
6303 <enabled/> or <disabled/>
6304 ```
6305 #### macOS
6306 ```
6307 <dict>
6308 <key>SearchSuggestEnabled</key>
6309 <true/> | <false/>
6310 </dict>
6311 ```
6312 #### policies.json
6313 ```
6314 {
6315 "policies": {
6316 "SearchSuggestEnabled": true | false
6317 }
6318 }
6319 ```
6320 ### SecurityDevices
6321
6322 Add or delete PKCS #11 modules.
6323
6324 **Compatibility:** Firefox 114, Firefox ESR 112.12\
6325 **CCK2 Equivalent:** N/A\
6326 **Preferences Affected:** N/A
6327
6328 #### Windows (GPO)
6329 ```
6330 Software\Policies\Mozilla\Firefox\SecurityDevices\Add\NAME_OF_DEVICE_TO_ADD = PATH_TO_LIBRARY_FOR_DEVICE
6331 Software\Policies\Mozilla\Firefox\SecurityDevices\Remove\1 = NAME_OF_DEVICE_TO_REMOVE
6332 ```
6333 #### Windows (Intune)
6334 OMA-URI:
6335 ```
6336 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Add
6337 ```
6338 Value (string):
6339 ```
6340 <enabled/>
6341 <data id="SecurityDevices" value="NAME_OF_DEVICE_TO_ADD&#xF000;PATH_TO_LIBRARY_FOR_DEVICE"/>
6342 ```
6343 OMA-URI:
6344 ```
6345 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Delete
6346 ```
6347 Value (string):
6348 ```
6349 <enabled/>
6350 <data id="SecurityDevices" value="1&#xF000;NAME_OF_DEVICE_TO_REMOVE"/>
6351 ```
6352 #### macOS
6353 ```
6354 <dict>
6355 <key>SecurityDevices</key>
6356 <dict>
6357 <key>Add<key>
6358 <dict>
6359 <key>NAME_OF_DEVICE_TO_ADD</key>
6360 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
6361 </dict>
6362 <key>Delete</add>
6363 <array>
6364 <string>NAME_OF_DEVICE_TO_DELETE</string>
6365 </array>
6366 </dict>
6367 </dict>
6368 ```
6369 #### policies.json
6370 ```
6371 {
6372 "policies": {
6373 "SecurityDevices": {
6374 "Add": {
6375 "NAME_OF_DEVICE_TO_ADD": "PATH_TO_LIBRARY_FOR_DEVICE"
6376 },
6377 "Delete": ["NAME_OF_DEVICE_TO_DELETE"]
6378 }
6379 }
6380 }
6381 ```
6382 ### SecurityDevices (Deprecated)
6383
6384 Install PKCS #11 modules.
6385
6386 **Compatibility:** Firefox 64, Firefox ESR 60.4\
6387 **CCK2 Equivalent:** `certs.devices`\
6388 **Preferences Affected:** N/A
6389
6390 #### Windows (GPO)
6391 ```
6392 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
6393 ```
6394 #### Windows (Intune)
6395 OMA-URI:
6396 ```
6397 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
6398 ```
6399 Value (string):
6400 ```
6401 <enabled/>
6402 <data id="SecurityDevices" value="NAME_OF_DEVICE&#xF000;PATH_TO_LIBRARY_FOR_DEVICE"/>
6403 ```
6404 #### macOS
6405 ```
6406 <dict>
6407 <key>SecurityDevices</key>
6408 <dict>
6409 <key>NAME_OF_DEVICE</key>
6410 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
6411 </dict>
6412 </dict>
6413 ```
6414 #### policies.json
6415 ```
6416 {
6417 "policies": {
6418 "SecurityDevices": {
6419 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
6420 }
6421 }
6422 }
6423 ```
6424 ### ShowHomeButton
6425 Show the home button on the toolbar.
6426
6427 Future versions of Firefox will not show the home button by default.
6428
6429 **Compatibility:** Firefox 88, Firefox ESR 78.10\
6430 **CCK2 Equivalent:** N/A\
6431 **Preferences Affected:** N/A
6432
6433 #### Windows (GPO)
6434 ```
6435 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
6436 ```
6437 #### Windows (Intune)
6438 OMA-URI:
6439 ```
6440 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/Homepage_ShowHomeButton
6441 ```
6442 Value (string):
6443 ```
6444 <enabled/> or <disabled/>
6445 ```
6446 #### macOS
6447 ```
6448 <dict>
6449 <key>ShowHomeButton</key>
6450 <true/> | <false/>
6451 </dict>
6452 ```
6453 #### policies.json
6454 ```
6455 {
6456 "policies": {
6457 "ShowHomeButton": true | false
6458 }
6459 }
6460 ```
6461 ### SSLVersionMax
6462
6463 Set and lock the maximum version of TLS. (Firefox defaults to a maximum of TLS 1.3.)
6464
6465 **Compatibility:** Firefox 66, Firefox ESR 60.6\
6466 **CCK2 Equivalent:** N/A\
6467 **Preferences Affected:** `security.tls.version.max`
6468
6469 #### Windows (GPO)
6470 ```
6471 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6472 ```
6473 #### Windows (Intune)
6474 OMA-URI:
6475 ```
6476 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
6477 ```
6478 Value (string):
6479 ```
6480 <enabled/>
6481 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
6482 ```
6483 #### macOS
6484 ```
6485 <dict>
6486 <key>SSLVersionMax</key>
6487 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
6488 </dict>
6489 ```
6490
6491 #### policies.json
6492 ```
6493 {
6494 "policies": {
6495 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6496 }
6497 }
6498 ```
6499 ### SSLVersionMin
6500
6501 Set and lock the minimum version of TLS. (Firefox defaults to a minimum of TLS 1.2.)
6502
6503 **Compatibility:** Firefox 66, Firefox ESR 60.6\
6504 **CCK2 Equivalent:** N/A\
6505 **Preferences Affected:** `security.tls.version.min`
6506
6507 #### Windows (GPO)
6508 ```
6509 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6510 ```
6511 #### Windows (Intune)
6512 OMA-URI:
6513 ```
6514 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
6515 ```
6516 Value (string):
6517 ```
6518 <enabled/>
6519 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
6520 ```
6521 #### macOS
6522 ```
6523 <dict>
6524 <key>SSLVersionMin</key>
6525 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
6526 </dict>
6527 ```
6528
6529 #### policies.json
6530 ```
6531 {
6532 "policies": {
6533 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6534 }
6535 }
6536 ```
6537 ### StartDownloadsInTempDirectory
6538 Force downloads to start off in a local, temporary location rather than the default download directory.
6539
6540 **Compatibility:** Firefox 102\
6541 **CCK2 Equivalent:** N/A\
6542 **Preferences Affected:** `browser.download.start_downloads_in_tmp_dir`
6543
6544 #### Windows (GPO)
6545 ```
6546 Software\Policies\Mozilla\Firefox\StartDownloadsInTempDirectory = 0x1 | 0x0
6547 ```
6548 #### Windows (Intune)
6549 OMA-URI:
6550 ```
6551 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/StartDownloadsInTempDirectory
6552 ```
6553 Value (string):
6554 ```
6555 <enabled/> or <disabled/>
6556 ```
6557 #### macOS
6558 ```
6559 <dict>
6560 <key>StartDownloadsInTempDirectory</key>
6561 <true/> | <false/>
6562 </dict>
6563 ```
6564 #### policies.json
6565 ```
6566 {
6567 "policies": {
6568 "StartDownloadsInTempDirectory": true | false
6569 }
6570 ```
6571 ### SupportMenu
6572 Add a menuitem to the help menu for specifying support information.
6573
6574 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
6575 **CCK2 Equivalent:** helpMenu\
6576 **Preferences Affected:** N/A
6577
6578 #### Windows (GPO)
6579 ```
6580 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
6581 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
6582 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
6583 ```
6584 #### Windows (Intune)
6585 OMA-URI:
6586 ```
6587 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
6588 ```
6589 Value (string):
6590 ```
6591 <enabled/>
6592 <data id="SupportMenuTitle" value="Support Menu"/>
6593 <data id="SupportMenuURL" value="http://example.com/support"/>
6594 <data id="SupportMenuAccessKey" value="S"/>
6595 ```
6596 #### macOS
6597 ```
6598 <dict>
6599 <key>SupportMenu</key>
6600 <dict>
6601 <key>Title</key>
6602 <string>SupportMenu</string>
6603 <key>URL</key>
6604 <string>http://example.com/support</string>
6605 <key>AccessKey</key>
6606 <string>S</string>
6607 </dict>
6608 </dict>
6609 ```
6610 #### policies.json
6611 ```
6612 {
6613 "policies": {
6614 "SupportMenu": {
6615 "Title": "Support Menu",
6616 "URL": "http://example.com/support",
6617 "AccessKey": "S"
6618 }
6619 }
6620 }
6621 ```
6622 ### TranslateEnabled
6623 Enable or disable webpage translation.
6624
6625 Note: Web page translation is done completely on the client, so there is no data or privacy risk.
6626
6627 If you only want to disable the popup, you can set the pref `browser.translations.automaticallyPopup` to false using the [Preferences](#preferences) policy.
6628
6629 **Compatibility:** Firefox 126\
6630 **CCK2 Equivalent:** N/A\
6631 **Preferences Affected:** `browser.translations.enable`
6632
6633 #### Windows (GPO)
6634 ```
6635 Software\Policies\Mozilla\Firefox\TranslateEnabled = 0x1 | 0x0
6636 ```
6637 #### Windows (Intune)
6638 OMA-URI:
6639 ```
6640 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/TranslateEnabled
6641 ```
6642 Value (string):
6643 ```
6644 <enabled/> or <disabled/>
6645 ```
6646 #### macOS
6647 ```
6648 <dict>
6649 <key>TranslateEnabled</key>
6650 <true/> | <false/>
6651 </dict>
6652 ```
6653 #### policies.json
6654 ```
6655 {
6656 "policies": {
6657 "TranslateEnabled": true | false
6658 }
6659 }
6660 ```
6661 ### UserMessaging
6662
6663 Prevent Firefox from messaging the user in certain situations.
6664
6665 `WhatsNew` Remove the "What's New" icon and menuitem. (*Deprecated*)
6666
6667 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
6668
6669 `FeatureRecommendations` If false, don't recommend browser features.
6670
6671 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
6672
6673 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
6674
6675 `MoreFromMozilla` If false, don't show the "More from Mozilla" section in Preferences. (Firefox 98)
6676
6677 `Locked` prevents the user from changing user messaging preferences.
6678
6679 **Compatibility:** Firefox 75, Firefox ESR 68.7\
6680 **CCK2 Equivalent:** N/A\
6681 **Preferences Affected:** `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`, `browser.aboutwelcome.enabled`, `browser.preferences.moreFromMozilla`
6682
6683 #### Windows (GPO)
6684 ```
6685 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
6686 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
6687 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
6688 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
6689 Software\Policies\Mozilla\Firefox\UserMessaging\MoreFromMozilla = 0x1 | 0x0
6690 Software\Policies\Mozilla\Firefox\UserMessaging\Locked = 0x1 | 0x0
6691 ```
6692 #### Windows (Intune)
6693 OMA-URI:
6694 ```
6695 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
6696 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
6697 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
6698 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
6699 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_MoreFromMozilla
6700 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_Locked
6701 ```
6702 Value (string):
6703 ```
6704 <enabled/> or <disabled/>
6705 ```
6706 #### macOS
6707 ```
6708 <dict>
6709 <key>UserMessaging</key>
6710 <dict>
6711 <key>ExtensionRecommendations</key>
6712 <true/> | <false/>
6713 <key>FeatureRecommendations</key>
6714 <true/> | <false/>
6715 <key>UrlbarInterventions</key>
6716 <true/> | <false/>
6717 <key>SkipOnboarding</key>
6718 <true/> | <false/>
6719 <key>MoreFromMozilla</key>
6720 <true/> | <false/>
6721 <key>Locked</key>
6722 <true/> | <false/>
6723 </dict>
6724 </dict>
6725 ```
6726 #### policies.json
6727 ```
6728 {
6729 "policies": {
6730 "UserMessaging": {
6731 "ExtensionRecommendations": true | false,
6732 "FeatureRecommendations": true | false,
6733 "UrlbarInterventions": true | false,
6734 "SkipOnboarding": true | false,
6735 "MoreFromMozilla": true | false,
6736 "Locked": true | false
6737 }
6738 }
6739 }
6740 ```
6741 ### UseSystemPrintDialog
6742 Use the system print dialog instead of the print preview window.
6743
6744 **Compatibility:** Firefox 102\
6745 **CCK2 Equivalent:** N/A\
6746 **Preferences Affected:** `print.prefer_system_dialog`
6747
6748 #### Windows (GPO)
6749 ```
6750 Software\Policies\Mozilla\Firefox\UseSystemPrintDialog = 0x1 | 0x0
6751 ```
6752 #### Windows (Intune)
6753 OMA-URI:
6754 ```
6755 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UseSystemPrintDialog
6756 ```
6757 Value (string):
6758 ```
6759 <enabled/> or <disabled/>
6760 ```
6761 #### macOS
6762 ```
6763 <dict>
6764 <key>UseSystemPrintDialog</key>
6765 <true/> | <false/>
6766 </dict>
6767 ```
6768 #### policies.json
6769 ```
6770 {
6771 "policies": {
6772 "UseSystemPrintDialog": true | false
6773 }
6774 }
6775 ```
6776 ### WebsiteFilter
6777 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.
6778 The arrays are limited to 1000 entries each.
6779
6780 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
6781
6782 For specific protocols, use `https://*/*` or `http://*/*`.
6783
6784 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
6785
6786 **Compatibility:** Firefox 60, Firefox ESR 60\
6787 **CCK2 Equivalent:** N/A\
6788 **Preferences Affected:** N/A
6789
6790 #### Windows (GPO)
6791 ```
6792 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
6793 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
6794 ```
6795 #### Windows (Intune)
6796 OMA-URI:
6797 ```
6798 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
6799 ```
6800 Value (string):
6801 ```
6802 <enabled/> <data id="WebsiteFilter" value="1&#xF000;&#60;all_urls&#62;"/>
6803 ```
6804 OMA-URI:
6805 ```
6806 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
6807 ```
6808 Value (string):
6809 ```
6810 <enabled/>
6811 <data id="WebsiteFilter" value="1&#xF000;http://example.org/*"/>
6812 ```
6813 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
6814 to workaround the limit on the length of strings. Put all of your JSON on one line.
6815
6816 OMA-URI:
6817 ```
6818 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/WebsiteFilterOneLine
6819 ```
6820 Value (string):
6821 ```
6822 <enabled/>
6823 <data id="JSONOneLine" value='{"Block": ["<all_urls>"],"Exceptions": ["http://example.org/*"]}'/>
6824 ```
6825 #### macOS
6826 ```
6827 <dict>
6828 <key>WebsiteFilter</key>
6829 <dict>
6830 <key>Block</key>
6831 <array>
6832 <string><all_urls></string>
6833 </array>
6834 <key>Exceptions</key>
6835 <array>
6836 <string>http://example.org/*</string>
6837 </array>
6838 </dict>
6839
6840 </dict>
6841 ```
6842 #### policies.json
6843 ```
6844 {
6845 "policies": {
6846 "WebsiteFilter": {
6847 "Block": ["<all_urls>"],
6848 "Exceptions": ["http://example.org/*"]
6849 }
6850 }
6851 }
6852 ```
6853 ### WindowsSSO
6854 Allow Windows single sign-on for Microsoft, work, and school accounts.
6855
6856 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
6857
6858 **Compatibility:** Firefox 91\
6859 **CCK2 Equivalent:** N/A\
6860 **Preferences Affected:** `network.http.windows-sso.enabled`
6861
6862 #### Windows (GPO)
6863 ```
6864 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
6865 ```
6866 #### Windows (Intune)
6867 OMA-URI:
6868 ```
6869 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
6870 ```
6871 Value (string):
6872 ```
6873 <enabled/> or <disabled/>
6874 ```
6875 #### policies.json
6876 ```
6877 {
6878 "policies": {
6879 "WindowsSSO": true | false
6880 }
6881 }
6882 ```

patrick-canterino.de