]> git.p6c8.net - policy-templates.git/blob - docs/index.md
1299c6957279a884c7bb3dba83bcffb681005b49
[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
3091 The configuration for each extension is another dictionary that can contain the fields documented below.
3092
3093 | Name | Description |
3094 | --- | --- |
3095 | `installation_mode` | Maps to a string indicating the installation mode for the extension. The valid strings are `allowed`,`blocked`,`force_installed`, and `normal_installed`.
3096 | &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.
3097 | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`blocked`| Blocks installation of the extension and removes it from the device if already installed.
3098 | &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.
3099 | &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.
3100 | `install_url`| Maps to a URL indicating where Firefox can download a force_installed or normal_installed extension. If installing from the local file system, use a [```file:///``` URL](https://en.wikipedia.org/wiki/File_URI_scheme). If installing from the addons.mozilla.org, use the following URL (substituting SHORT_NAME from the URL on AMO), https://addons.mozilla.org/firefox/downloads/latest/SHORT_NAME/latest.xpi. Languages packs are available from https://releases.mozilla.org/pub/firefox/releases/VERSION/PLATFORM/xpi/LANGUAGE.xpi. If you need to update the extension, you can change the name of the extension and it will be automatically updated. Extensions installed from file URLs will additional be updated when their internal version changes.
3101 | `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.
3102 | `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.
3103 | `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.
3104 | `restricted_domains` | An array of domains on which content scripts can't be run. This setting can be used only for the default configuration.
3105 | `updates_disabled` | (Firefox 89, Firefox ESR 78.11) Boolean that indicates whether or not to disable automatic updates for an individual extension.
3106 | `default_area` | (Firefox 113) String that indicates where to place the extension icon by default. Possible values are `navbar` and `menupanel`.
3107 | `temporarily_allow_weak_signatures`| (Firefox 127) A boolean that indicates whether to allow installing extensions signed using deprecated signature algorithms.
3108
3109 **Compatibility:** Firefox 69, Firefox ESR 68.1 (As of Firefox 85, Firefox ESR 78.7, installing a theme makes it the default.)\
3110 **CCK2 Equivalent:** N/A\
3111 **Preferences Affected:** N/A
3112
3113 #### Windows (GPO)
3114 Software\Policies\Mozilla\Firefox\ExtensionSettings (REG_MULTI_SZ) =
3115 ```
3116 {
3117 "*": {
3118 "blocked_install_message": "Custom error message.",
3119 "install_sources": ["https://yourwebsite.com/*"],
3120 "installation_mode": "blocked",
3121 "allowed_types": ["extension"]
3122 },
3123 "uBlock0@raymondhill.net": {
3124 "installation_mode": "force_installed",
3125 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
3126 },
3127 "https-everywhere@eff.org": {
3128 "installation_mode": "allowed",
3129 "updates_disabled": false
3130 }
3131 }
3132 ```
3133 #### Windows (Intune)
3134 OMA-URI:
3135 ```
3136 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettings
3137 ```
3138 Value (string):
3139 ```
3140 <enabled/>
3141 <data id="ExtensionSettings" value='
3142 {
3143 "*": {
3144 "blocked_install_message": "Custom error message.",
3145 "install_sources": ["https://yourwebsite.com/*"],
3146 "installation_mode": "blocked",
3147 "allowed_types": ["extension"]
3148 },
3149 "uBlock0@raymondhill.net": {
3150 "installation_mode": "force_installed",
3151 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
3152 },
3153 "https-everywhere@eff.org": {
3154 "installation_mode": "allowed",
3155 "updates_disabled": false
3156 }
3157 }'/>
3158 ```
3159 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
3160 to workaround the limit on the length of strings. Put all of your JSON on one line.
3161
3162 OMA-URI:
3163 ```
3164 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionSettingsOneLine
3165 ```
3166 Value (string):
3167 ```
3168 <enabled/>
3169 <data id="JSONOneLine" value='{}'/>
3170 ```
3171 #### macOS
3172 ```
3173 <dict>
3174 <key>ExtensionSettings</key>
3175 <dict>
3176 <key>*</key>
3177 <dict>
3178 <key>blocked_install_message</key>
3179 <string>Custom error message.</string>
3180 <key>install_sources</key>
3181 <array>
3182 <string>"https://yourwebsite.com/*"</string>
3183 </array>
3184 <key>installation_mode</key>
3185 <string>blocked</string>
3186 <key>allowed_types</key>
3187 <array>
3188 <string>extension</string>
3189 </array>
3190 </dict>
3191 <key>uBlock0@raymondhill.net</key>
3192 <dict>
3193 <key>installation_mode</key>
3194 <string>force_installed</string>
3195 <key>install_url</key>
3196 <string>https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi</string>
3197 </dict>
3198 <key>https-everywhere@eff.org</key>
3199 <dict>
3200 <key>installation_mode</key>
3201 <string>allowed</string>
3202 <key>updates_disabled</key>
3203 <true/> | <false/>
3204 </dict>
3205 </dict>
3206 </dict>
3207 ```
3208 #### policies.json
3209 ```
3210 {
3211 "policies": {
3212 "ExtensionSettings": {
3213 "*": {
3214 "blocked_install_message": "Custom error message.",
3215 "install_sources": ["https://yourwebsite.com/*"],
3216 "installation_mode": "blocked",
3217 "allowed_types": ["extension"]
3218 },
3219 "uBlock0@raymondhill.net": {
3220 "installation_mode": "force_installed",
3221 "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
3222 },
3223 "https-everywhere@eff.org": {
3224 "installation_mode": "allowed",
3225 "updates_disabled": false
3226 }
3227 }
3228 }
3229 }
3230 ```
3231 ### ExtensionUpdate
3232 Control extension updates.
3233
3234 **Compatibility:** Firefox 67, Firefox ESR 60.7\
3235 **CCK2 Equivalent:** N/A\
3236 **Preferences Affected:** `extensions.update.enabled`
3237
3238 #### Windows (GPO)
3239 ```
3240 Software\Policies\Mozilla\Firefox\ExtensionUpdate = 0x1 | 0x0
3241 ```
3242 #### Windows (Intune)
3243 OMA-URI:
3244 ```
3245 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ExtensionUpdate
3246 ```
3247 Value (string):
3248 ```
3249 <enabled/> or <disabled/>
3250 ```
3251 #### macOS
3252 ```
3253 <dict>
3254 <key>ExtensionUpdate</key>
3255 <true/> | <false/>
3256 </dict>
3257 ```
3258 #### policies.json
3259 ```
3260 {
3261 "policies": {
3262 "ExtensionUpdate": true | false
3263 }
3264 }
3265 ```
3266 ### FirefoxHome
3267 Customize the Firefox Home page.
3268
3269 **Compatibility:** Firefox 68, Firefox ESR 68 (SponsoredTopSites and SponsoredPocket were added in Firefox 95, Firefox ESR 91.4, Snippets was deprecated in Firefox 122)
3270 **CCK2 Equivalent:** N/A\
3271 **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`
3272
3273 #### Windows (GPO)
3274 ```
3275 Software\Policies\Mozilla\Firefox\FirefoxHome\Search = 0x1 | 0x0
3276 Software\Policies\Mozilla\Firefox\FirefoxHome\TopSites = 0x1 | 0x0
3277 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredTopSites = 0x1 | 0x0
3278 Software\Policies\Mozilla\Firefox\FirefoxHome\Highlights = 0x1 | 0x0
3279 Software\Policies\Mozilla\Firefox\FirefoxHome\Pocket = 0x1 | 0x0
3280 Software\Policies\Mozilla\Firefox\FirefoxHome\SponsoredPocket = 0x1 | 0x0
3281 Software\Policies\Mozilla\Firefox\FirefoxHome\Snippets = 0x1 | 0x0
3282 Software\Policies\Mozilla\Firefox\FirefoxHome\Locked = 0x1 | 0x0
3283 ```
3284 #### Windows (Intune)
3285 OMA-URI:
3286 ```
3287 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/CustomizeFirefoxHome
3288 ```
3289 Value (string):
3290 ```
3291 <enabled/>
3292 <data id="FirefoxHome_Search" value="true | false"/>
3293 <data id="FirefoxHome_TopSites" value="true | false"/>
3294 <data id="FirefoxHome_SponsoredTopSites" value="true | false"/>
3295 <data id="FirefoxHome_Highlights" value="true | false"/>
3296 <data id="FirefoxHome_Pocket" value="true | false"/>
3297 <data id="FirefoxHome_SponsoredPocket" value="true | false"/>
3298 <data id="FirefoxHome_Snippets" value="true | false"/>
3299 <data id="FirefoxHome_Locked" value="true | false"/>
3300 ```
3301 #### macOS
3302 ```
3303 <dict>
3304 <key>FirefoxHome</key>
3305 <dict>
3306 <key>Search</key>
3307 <true/> | <false/>
3308 <key>TopSites</key>
3309 <true/> | <false/>
3310 <key>SponsoredTopSites</key>
3311 <true/> | <false/>
3312 <key>Highlights</key>
3313 <true/> | <false/>
3314 <key>Pocket</key>
3315 <true/> | <false/>
3316 <key>SponsoredPocket</key>
3317 <true/> | <false/>
3318 <key>Snippets</key>
3319 <true/> | <false/>
3320 <key>Locked</key>
3321 <true/> | <false/>
3322 </dict>
3323 </dict>
3324 ```
3325 #### policies.json
3326 ```
3327 {
3328 "policies": {
3329 "FirefoxHome": {
3330 "Search": true | false,
3331 "TopSites": true | false,
3332 "SponsoredTopSites": true | false,
3333 "Highlights": true | false,
3334 "Pocket": true | false,
3335 "SponsoredPocket": true | false,
3336 "Snippets": true | false,
3337 "Locked": true | false
3338 }
3339 }
3340 }
3341 ```
3342 ### FirefoxSuggest
3343 Customize Firefox Suggest (US only).
3344
3345 **Compatibility:** Firefox 118, Firefox ESR 115.3.
3346 **CCK2 Equivalent:** N/A\
3347 **Preferences Affected:** `browser.urlbar.suggest.quicksuggest.nonsponsored`, `browser.urlbar.suggest.quicksuggest.sponsored`, `browser.urlbar.quicksuggest.dataCollection.enabled`
3348
3349 #### Windows (GPO)
3350 ```
3351 Software\Policies\Mozilla\Firefox\FirefoxSuggest\WebSuggestions = 0x1 | 0x0
3352 Software\Policies\Mozilla\Firefox\FirefoxSuggest\SponsoredSuggestions = 0x1 | 0x0
3353 Software\Policies\Mozilla\Firefox\FirefoxSuggest\ImproveSuggest = 0x1 | 0x0
3354 Software\Policies\Mozilla\Firefox\FirefoxSuggest\Locked = 0x1 | 0x0
3355 ```
3356 #### Windows (Intune)
3357 OMA-URI:
3358 ```
3359 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/WebSuggestions
3360 ```
3361 Value (string):
3362 ```
3363 <enabled/> or <disabled/>
3364 ```
3365 OMA-URI:
3366 ```
3367 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/SponsoredSuggestions
3368 ```
3369 Value (string):
3370 ```
3371 <enabled/> or <disabled/>
3372 ```
3373 OMA-URI:
3374 ```
3375 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/ImproveSuggest
3376 ```
3377 Value (string):
3378 ```
3379 <enabled/> or <disabled/>
3380 ```
3381 OMA-URI:
3382 ```
3383 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~FirefoxSuggest/Locked
3384 ```
3385 Value (string):
3386 ```
3387 <enabled/> or <disabled/>
3388 ```
3389 #### macOS
3390 ```
3391 <dict>
3392 <key>FirefoxSuggest</key>
3393 <dict>
3394 <key>WebSuggestions</key>
3395 <true/> | <false/>
3396 <key>SponsoredSuggestions</key>
3397 <true/> | <false/>
3398 <key>ImproveSuggest</key>
3399 <true/> | <false/>
3400 <key>Locked</key>
3401 <true/> | <false/>
3402 </dict>
3403 </dict>
3404 ```
3405 #### policies.json
3406 ```
3407 {
3408 "policies": {
3409 "FirefoxSuggest": {
3410 "WebSuggestions": true | false,
3411 "SponsoredSuggestions": true | false,
3412 "ImproveSuggest": true | false,
3413 "Locked": true | false
3414 }
3415 }
3416 }
3417 ```
3418 ### GoToIntranetSiteForSingleWordEntryInAddressBar
3419 Whether to always go through the DNS server before sending a single word search string to a search engine.
3420
3421 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.
3422
3423 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.
3424
3425 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.
3426
3427 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`.
3428
3429 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`.
3430
3431 **Compatibility:** Firefox 104, Firefox ESR 102.2\
3432 **CCK2 Equivalent:** `N/A`\
3433 **Preferences Affected:** `browser.fixup.dns_first_for_single_words`
3434
3435 #### Windows (GPO)
3436 ```
3437 Software\Policies\Mozilla\Firefox\GoToIntranetSiteForSingleWordEntryInAddressBar = 0x1 | 0x0
3438 ```
3439 #### Windows (Intune)
3440 OMA-URI:
3441 ```
3442 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/GoToIntranetSiteForSingleWordEntryInAddressBar
3443 ```
3444 Value (string):
3445 ```
3446 <enabled/> or <disabled/>
3447 ```
3448 #### macOS
3449 ```
3450 <dict>
3451 <key>GoToIntranetSiteForSingleWordEntryInAddressBar</key>
3452 <true/> | <false/>
3453 </dict>
3454 ```
3455 #### policies.json
3456 ```
3457 {
3458 "policies": {
3459 "GoToIntranetSiteForSingleWordEntryInAddressBar": true | false
3460 }
3461 }
3462 ```
3463 ### Handlers
3464 Configure default application handlers. This policy is based on the internal format of `handlers.json`.
3465
3466 You can configure handlers based on a mime type (`mimeTypes`), a file's extension (`extensions`), or a protocol (`schemes`).
3467
3468 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.
3469
3470 | Name | Description |
3471 | --- | --- |
3472 | `action`| Can be either `saveToDisk`, `useHelperApp`, `useSystemDefault`.
3473 | `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.
3474 | `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.
3475 | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`name` | The display name of the handler (might not be used).
3476 | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`path`| The native path to the executable to be used.
3477 | &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.
3478
3479 **Compatibility:** Firefox 78, Firefox ESR 78\
3480 **CCK2 Equivalent:** N/A\
3481 **Preferences Affected:** N/A
3482
3483 #### Windows (GPO)
3484 Software\Policies\Mozilla\Firefox\Handlers (REG_MULTI_SZ) =
3485 ```
3486 {
3487 "mimeTypes": {
3488 "application/msword": {
3489 "action": "useSystemDefault",
3490 "ask": true | false
3491 }
3492 },
3493 "schemes": {
3494 "mailto": {
3495 "action": "useHelperApp",
3496 "ask": true | false,
3497 "handlers": [{
3498 "name": "Gmail",
3499 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3500 }]
3501 }
3502 },
3503 "extensions": {
3504 "pdf": {
3505 "action": "useHelperApp",
3506 "ask": true | false,
3507 "handlers": [{
3508 "name": "Adobe Acrobat",
3509 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3510 }]
3511 }
3512 }
3513 }
3514 ```
3515 #### Windows (Intune)
3516 OMA-URI:
3517 ```
3518 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Handlers
3519 ```
3520 Value (string):
3521 ```
3522 <enabled/>
3523 <data id="Handlers" value='
3524 {
3525 "mimeTypes": {
3526 "application/msword": {
3527 "action": "useSystemDefault",
3528 "ask": true | false
3529 }
3530 },
3531 "schemes": {
3532 "mailto": {
3533 "action": "useHelperApp",
3534 "ask": true | false,
3535 "handlers": [{
3536 "name": "Gmail",
3537 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&amp;url=%s"
3538 }]
3539 }
3540 },
3541 "extensions": {
3542 "pdf": {
3543 "action": "useHelperApp",
3544 "ask": true | false,
3545 "handlers": [{
3546 "name": "Adobe Acrobat",
3547 "path": "C:\\Program Files (x86)\\Adobe\\Acrobat Reader DC\\Reader\\AcroRd32.exe"
3548 }]
3549 }
3550 }
3551 }
3552 '/>
3553 ```
3554 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
3555 to workaround the limit on the length of strings. Put all of your JSON on one line.
3556
3557 OMA-URI:
3558 ```
3559 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/HandlersOneLine
3560 ```
3561 Value (string):
3562 ```
3563 <enabled/>
3564 <data id="JSONOneLine" value='{}'/>
3565 ```
3566 #### macOS
3567 ```
3568 <dict>
3569 <key>Handlers</key>
3570 <dict>
3571 <key>mimeTypes</key>
3572 <dict>
3573 <key>application/msword</key>
3574 <dict>
3575 <key>action</key>
3576 <string>useSystemDefault</string>
3577 <key>ask</key>
3578 <true/> | <false/>
3579 </dict>
3580 </dict>
3581 <key>schemes</key>
3582 <dict>
3583 <key>mailto</key>
3584 <dict>
3585 <key>action</key>
3586 <string>useHelperApp</string>
3587 <key>ask</key>
3588 <true/> | <false/>
3589 <key>handlers</key>
3590 <array>
3591 <dict>
3592 <key>name</key>
3593 <string>Gmail</string>
3594 <key>uriTemplate</key>
3595 <string>https://mail.google.com/mail/?extsrc=mailto&url=%s</string>
3596 </dict>
3597 </array>
3598 </dict>
3599 </dict>
3600 <key>extensions</key>
3601 <dict>
3602 <key>pdf</key>
3603 <dict>
3604 <key>action</key>
3605 <string>useHelperApp</string>
3606 <key>ask</key>
3607 <true/> | <false/>
3608 <key>handlers</key>
3609 <array>
3610 <dict>
3611 <key>name</key>
3612 <string>Adobe Acrobat</string>
3613 <key>path</key>
3614 <string>/System/Applications/Preview.app</string>
3615 </dict>
3616 </array>
3617 </dict>
3618 </dict>
3619 </dict>
3620 </dict>
3621 ```
3622 #### policies.json
3623 ```
3624 {
3625 "policies": {
3626 "Handlers": {
3627 "mimeTypes": {
3628 "application/msword": {
3629 "action": "useSystemDefault",
3630 "ask": false
3631 }
3632 },
3633 "schemes": {
3634 "mailto": {
3635 "action": "useHelperApp",
3636 "ask": true | false,
3637 "handlers": [{
3638 "name": "Gmail",
3639 "uriTemplate": "https://mail.google.com/mail/?extsrc=mailto&url=%s"
3640 }]
3641 }
3642 },
3643 "extensions": {
3644 "pdf": {
3645 "action": "useHelperApp",
3646 "ask": true | false,
3647 "handlers": [{
3648 "name": "Adobe Acrobat",
3649 "path": "/usr/bin/acroread"
3650 }]
3651 }
3652 }
3653 }
3654 }
3655 }
3656 ```
3657 ### HardwareAcceleration
3658 Control hardware acceleration.
3659
3660 **Compatibility:** Firefox 60, Firefox ESR 60\
3661 **CCK2 Equivalent:** N/A\
3662 **Preferences Affected:** `layers.acceleration.disabled`
3663
3664 #### Windows (GPO)
3665 ```
3666 Software\Policies\Mozilla\Firefox\HardwareAcceleration = 0x1 | 0x0
3667 ```
3668 #### Windows (Intune)
3669 OMA-URI:
3670 ```
3671 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HardwareAcceleration
3672 ```
3673 Value (string):
3674 ```
3675 <enabled/> or <disabled/>
3676 ```
3677 #### macOS
3678 ```
3679 <dict>
3680 <key>HardwareAcceleration</key>
3681 <true/> | <false/>
3682 </dict>
3683 ```
3684 #### policies.json
3685 ```
3686 {
3687 "policies": {
3688 "HardwareAcceleration": true | false
3689 }
3690 }
3691 ```
3692 ### Homepage
3693 Configure the default homepage and how Firefox starts.
3694
3695 `URL` is the default homepage.
3696
3697 `Locked` prevents the user from changing homepage preferences.
3698
3699 `Additional` allows for more than one homepage.
3700
3701 `StartPage` is how Firefox starts. The choices are no homepage, the default homepage or the previous session.
3702
3703 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.
3704
3705 **Compatibility:** Firefox 60, Firefox ESR 60 (StartPage was added in Firefox 60, Firefox ESR 60.4, homepage-locked added in Firefox 78)\
3706 **CCK2 Equivalent:** `homePage`,`lockHomePage`\
3707 **Preferences Affected:** `browser.startup.homepage`, `browser.startup.page`
3708
3709 #### Windows (GPO)
3710 ```
3711 Software\Policies\Mozilla\Firefox\Homepage\URL = "https://example.com"
3712 Software\Policies\Mozilla\Firefox\Homepage\Locked = 0x1 | 0x0
3713 Software\Policies\Mozilla\Firefox\Homepage\Additional\1 = "https://example.org"
3714 Software\Policies\Mozilla\Firefox\Homepage\Additional\2 = "https://example.edu"
3715 Software\Policies\Mozilla\Firefox\Homepage\StartPage = "none" | "homepage" | "previous-session" | "homepage-locked"
3716 ```
3717 #### Windows (Intune)
3718 OMA-URI:
3719 ```
3720 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageURL
3721 ```
3722 Value (string):
3723 ```
3724 <enabled/>
3725
3726 <data id="HomepageURL" value="https://example.com"/>
3727 <data id="HomepageLocked" value="true | false"/>
3728 ```
3729 OMA-URI:
3730 ```
3731 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageAdditional
3732 ```
3733 Value (string):
3734 ```
3735 <enabled/>
3736
3737 <data id="HomepageAdditional" value="1&#xF000;http://example.org&#xF000;2&#xF000;http://example.edu"/>
3738 ```
3739 OMA-URI:
3740 ```
3741 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/HomepageStartPage
3742 ```
3743 Value (string):
3744 ```
3745 <enabled/>
3746
3747 <data id="StartPage" value="none | homepage | previous-session"/>
3748 ```
3749 #### macOS
3750 ```
3751 <dict>
3752 <key>Homepage</key>
3753 <dict>
3754 <key>URL</key>
3755 <string>http://example.com</string>
3756 <key>Locked</key>
3757 <true/> | <false/>
3758 <key>Additional</key>
3759 <array>
3760 <string>http://example.org</string>
3761 <string>http://example.edu</string>
3762 </array>
3763 <key>StartPage</key>
3764 <string>none | homepage | previous-session | homepage-locked</string>
3765 </dict>
3766 </dict>
3767 ```
3768 #### policies.json
3769 ```
3770 {
3771 "policies": {
3772 "Homepage": {
3773 "URL": "http://example.com/",
3774 "Locked": true | false,
3775 "Additional": ["http://example.org/",
3776 "http://example.edu/"],
3777 "StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
3778 }
3779 }
3780 }
3781 ```
3782 ### HttpAllowlist
3783 Configure sites that will not be upgraded to HTTPS.
3784
3785 The sites are specified as a list of origins.
3786
3787 **Compatibility:** Firefox 127\
3788 **CCK2 Equivalent:** N/A\
3789 **Preferences Affected:** N/A
3790
3791 #### Windows (GPO)
3792 ```
3793 Software\Policies\Mozilla\Firefox\HttpAllowlist\1 = "http://example.org"
3794 Software\Policies\Mozilla\Firefox\HttpAllowlist\2 = "http://example.edu"
3795 ```
3796 #### Windows (Intune)
3797 OMA-URI:
3798 ```
3799 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpAllowlist
3800 ```
3801 Value (string):
3802 ```
3803 <enabled/>
3804 <data id="List" value="1&#xF000;http://example.org&#xF000;2&#xF000;http://example.edu"/>
3805 ```
3806 #### macOS
3807 ```
3808 <dict>
3809 <key>HttpAllowlist </key>
3810 <array>
3811 <string>http://example.org</string>
3812 <string>http://example.edu</string>
3813 </array>
3814 </dict>
3815 ```
3816 #### policies.json
3817 ```
3818 {
3819 "policies": {
3820 "HttpAllowlist ": ["http://example.org",
3821 "http://example.edu"]
3822 }
3823 }
3824 ```
3825 ### HttpsOnlyMode
3826 Configure HTTPS-Only Mode.
3827
3828 | Value | Description
3829 | --- | --- |
3830 | allowed | HTTPS-Only Mode is off by default, but the user can turn it on.
3831 | disallowed | HTTPS-Only Mode is off and the user can't turn it on.
3832 | enabled | HTTPS-Only Mode is on by default, but the user can turn it off.
3833 | force_enabled | HTTPS-Only Mode is on and the user can't turn it off.
3834
3835 **Compatibility:** Firefox 127\
3836 **CCK2 Equivalent:** N/A\
3837 **Preferences Affected:** `dom.security.https_only_mode`
3838
3839 #### Windows (GPO)
3840 ```
3841 Software\Policies\Mozilla\Firefox\HttpsOnlyMode = "allowed", "disallowed", "enabled", "force_enabled"
3842 ```
3843 #### Windows (Intune)
3844 OMA-URI:
3845 ```
3846 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpsOnlyMode
3847 ```
3848 Value (string):
3849 ```
3850 <enabled/>
3851 <data id="HttpsOnlyMode" value="allowed | disallowed | enabled | force_enabled"/>
3852 ```
3853 #### macOS
3854 ```
3855 <dict>
3856 <key>HttpsOnlyMode</key>
3857 <string>allowed | disallowed | enabled | force_enabled</string>
3858 </dict>
3859 ```
3860 #### policies.json
3861 ```
3862 {
3863 "policies": {
3864 "HttpsOnlyMode": "allowed" | "disallowed" | "enabled" | "force_enabled"
3865 }
3866 }
3867 ```
3868 ### InstallAddonsPermission
3869 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.
3870
3871 `Allow` is a list of origins where extension installs are allowed.
3872
3873 `Default` determines whether or not extension installs are allowed by default.
3874
3875 **Compatibility:** Firefox 60, Firefox ESR 60\
3876 **CCK2 Equivalent:** `permissions.install`\
3877 **Preferences Affected:** `xpinstall.enabled`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`
3878
3879 #### Windows (GPO)
3880 ```
3881 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\1 = "https://example.org"
3882 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Allow\2 = "https://example.edu"
3883 Software\Policies\Mozilla\Firefox\InstallAddonsPermission\Default = 0x1 | 0x0
3884 ```
3885 #### Windows (Intune)
3886 OMA-URI:
3887 ```
3888 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Allow
3889 ```
3890 Value (string):
3891 ```
3892 <enabled/>
3893 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.edu"/>
3894 ```
3895 OMA-URI:
3896 ```
3897 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Addons/InstallAddonsPermission_Default
3898 ```
3899 Value (string):
3900 ```
3901 <enabled/>
3902 ```
3903 #### macOS
3904 ```
3905 <dict>
3906 <key>InstallAddonsPermission</key>
3907 <dict>
3908 <key>Allow</key>
3909 <array>
3910 <string>http://example.org</string>
3911 <string>http://example.edu</string>
3912 </array>
3913 <key>Default</key>
3914 <true/> | <false/>
3915 </dict>
3916 </dict>
3917 ```
3918 #### policies.json
3919 ```
3920 {
3921 "policies": {
3922 "InstallAddonsPermission": {
3923 "Allow": ["http://example.org/",
3924 "http://example.edu/"],
3925 "Default": true | false
3926 }
3927 }
3928 }
3929 ```
3930 ### LegacyProfiles
3931 Disable the feature enforcing a separate profile for each installation.
3932
3933 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.
3934
3935 If this policy set to false, Firefox will create a new profile for each unique installation of Firefox.
3936
3937 This policy only work on Windows via GPO (not policies.json).
3938
3939 **Compatibility:** Firefox 70, Firefox ESR 68.2 (Windows only, GPO only)\
3940 **CCK2 Equivalent:** N/A\
3941 **Preferences Affected:** N/A
3942
3943 #### Windows (GPO)
3944 ```
3945 Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0
3946 ```
3947 #### Windows (Intune)
3948 OMA-URI:
3949 ```
3950 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacyProfiles
3951 ```
3952 Value (string):
3953 ```
3954 <enabled/> or <disabled/>
3955 ```
3956 ### LegacySameSiteCookieBehaviorEnabled
3957 Enable default legacy SameSite cookie behavior setting.
3958
3959 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```.
3960
3961 **Compatibility:** Firefox 96\
3962 **CCK2 Equivalent:** N/A\
3963 **Preferences Affected:** `network.cookie.sameSite.laxByDefault`
3964
3965 #### Windows (GPO)
3966 ```
3967 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = = 0x1 | 0x0
3968 ```
3969 #### Windows (Intune)
3970 OMA-URI:
3971 ```
3972 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabled
3973 ```
3974 Value (string):
3975 ```
3976 <enabled/> or <disabled/>
3977 ```
3978 #### macOS
3979 ```
3980 <dict>
3981 <key>LegacySameSiteCookieBehaviorEnabled</key>
3982 <true/> | <false/>
3983 </dict>
3984 ```
3985 #### policies.json
3986 ```
3987 {
3988 "policies": {
3989 "LegacySameSiteCookieBehaviorEnabled": true | false
3990 }
3991 ```
3992 ### LegacySameSiteCookieBehaviorEnabledForDomainList
3993 Revert to legacy SameSite behavior for cookies on specified sites.
3994
3995 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```.
3996
3997 **Compatibility:** Firefox 96\
3998 **CCK2 Equivalent:** N/A\
3999 **Preferences Affected:** `network.cookie.sameSite.laxByDefault.disabledHosts`
4000
4001 #### Windows (GPO)
4002 ```
4003 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\1 = "example.org"
4004 Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList\2 = "example.edu"
4005 ```
4006 #### Windows (Intune)
4007 OMA-URI:
4008 ```
4009 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LegacySameSiteCookieBehaviorEnabledForDomainList
4010 ```
4011 Value (string):
4012 ```
4013 <enabled/>
4014 <data id="LegacySameSiteCookieBehaviorEnabledForDomainList" value="1&#xF000;example.org&#xF000;2&#xF000;example.edu"/>
4015 ```
4016 #### macOS
4017 ```
4018 <dict>
4019 <key>LegacySameSiteCookieBehaviorEnabledForDomainList</key>
4020 <array>
4021 <string>example.org</string>
4022 <string>example.edu</string>
4023 </array>
4024 </dict>
4025 ```
4026 #### policies.json
4027 ```
4028 {
4029 "policies": {
4030 "LegacySameSiteCookieBehaviorEnabledForDomainList": ["example.org",
4031 "example.edu"]
4032 }
4033 }
4034 ```
4035 ### LocalFileLinks
4036 Enable linking to local files by origin.
4037
4038 **Compatibility:** Firefox 68, Firefox ESR 68\
4039 **CCK2 Equivalent:** N/A\
4040 **Preferences Affected:** `capability.policy.localfilelinks.*`
4041
4042 #### Windows (GPO)
4043 ```
4044 Software\Policies\Mozilla\Firefox\LocalFileLinks\1 = "https://example.org"
4045 Software\Policies\Mozilla\Firefox\LocalFileLinks\2 = "https://example.edu"
4046 ```
4047 #### Windows (Intune)
4048 OMA-URI:
4049 ```
4050 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/LocalFileLinks
4051 ```
4052 Value (string):
4053 ```
4054 <enabled/>
4055 <data id="LocalFileLinks" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.edu"/>
4056 ```
4057 #### macOS
4058 ```
4059 <dict>
4060 <key>LocalFileLinks</key>
4061 <array>
4062 <string>http://example.org</string>
4063 <string>http://example.edu</string>
4064 </array>
4065 </dict>
4066 ```
4067 #### policies.json
4068 ```
4069 {
4070 "policies": {
4071 "LocalFileLinks": ["http://example.org/",
4072 "http://example.edu/"]
4073 }
4074 }
4075 ```
4076 ### ManagedBookmarks
4077 Configures a list of bookmarks managed by an administrator that cannot be changed by the user.
4078
4079 The bookmarks are only added as a button on the personal toolbar. They are not in the bookmarks folder.
4080
4081 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:
4082 ```
4083 {
4084 "items": {
4085 "id": "BookmarkType",
4086 "properties": {
4087 "children": {
4088 "items": {
4089 "$ref": "BookmarkType"
4090 },
4091 "type": "array"
4092 },
4093 "name": {
4094 "type": "string"
4095 },
4096 "toplevel_name": {
4097 "type": "string"
4098 },
4099 "url": {
4100 "type": "string"
4101 }
4102 },
4103 "type": "object"
4104 },
4105 "type": "array"
4106 }
4107 ```
4108 **Compatibility:** Firefox 83, Firefox ESR 78.5\
4109 **CCK2 Equivalent:** N/A\
4110 **Preferences Affected:** N/A
4111
4112 #### Windows (GPO)
4113 Software\Policies\Mozilla\Firefox\ManagedBookmarks (REG_MULTI_SZ) =
4114 ```
4115 [
4116 {
4117 "toplevel_name": "My managed bookmarks folder"
4118 },
4119 {
4120 "url": "example.com",
4121 "name": "Example"
4122 },
4123 {
4124 "name": "Mozilla links",
4125 "children": [
4126 {
4127 "url": "https://mozilla.org",
4128 "name": "Mozilla.org"
4129 },
4130 {
4131 "url": "https://support.mozilla.org/",
4132 "name": "SUMO"
4133 }
4134 ]
4135 }
4136 ]
4137 ```
4138 #### Windows (Intune)
4139 OMA-URI:
4140 ```
4141 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManagedBookmarks
4142 ```
4143 Value (string):
4144 ```
4145 <enabled/>
4146 <data id="JSON" value='
4147 [
4148 {
4149 "toplevel_name": "My managed bookmarks folder"
4150 },
4151 {
4152 "url": "example.com",
4153 "name": "Example"
4154 },
4155 {
4156 "name": "Mozilla links",
4157 "children": [
4158 {
4159 "url": "https://mozilla.org",
4160 "name": "Mozilla.org"
4161 },
4162 {
4163 "url": "https://support.mozilla.org/",
4164 "name": "SUMO"
4165 }
4166 ]
4167 }
4168 ]'/>
4169 ```
4170 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
4171 to workaround the limit on the length of strings. Put all of your JSON on one line.
4172
4173 OMA-URI:
4174 ```
4175 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/ManagedBoomarksOneLine
4176 ```
4177 Value (string):
4178 ```
4179 <enabled/>
4180 <data id="JSONOneLine" value='[]'/>
4181 ```
4182 #### macOS
4183 ```
4184 <dict>
4185 <key>ManagedBookmarks</key>
4186 <array>
4187 <dict>
4188 <key>toplevel_name</key>
4189 <string>My managed bookmarks folder</string>
4190 <dict>
4191 <key>url</key>
4192 <string>example.com</string>
4193 <key>name</key>
4194 <string>Example</string>
4195 </dict>
4196 <dict>
4197 <key>name</key>
4198 <string>Mozilla links</string>
4199 <key>children</key>
4200 <array>
4201 <dict>
4202 <key>url</key>
4203 <string>https://mozilla.org</string>
4204 <key>name</key>
4205 <string>Mozilla</string>
4206 </dict>
4207 <dict>
4208 <key>url</key>
4209 <string>https://support.mozilla.org/</string>
4210 <key>name</key>
4211 <string>SUMO</string>
4212 </dict>
4213 </array>
4214 </dict>
4215 </array>
4216 </dict>
4217 ```
4218 #### policies.json
4219 ```
4220 {
4221 "policies": {
4222 "ManagedBookmarks": [
4223 {
4224 "toplevel_name": "My managed bookmarks folder"
4225 },
4226 {
4227 "url": "example.com",
4228 "name": "Example"
4229 },
4230 {
4231 "name": "Mozilla links",
4232 "children": [
4233 {
4234 "url": "https://mozilla.org",
4235 "name": "Mozilla.org"
4236 },
4237 {
4238 "url": "https://support.mozilla.org/",
4239 "name": "SUMO"
4240 }
4241 ]
4242 }
4243 ]
4244 }
4245 }
4246 ```
4247 ### ManualAppUpdateOnly
4248
4249 Switch to manual updates only.
4250
4251 If this policy is enabled:
4252 1. The user will never be prompted to install updates
4253 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.
4254 3. The update UI will work as expected, unlike when using DisableAppUpdate.
4255
4256 This policy is primarily intended for advanced end users, not for enterprises, but it is available via GPO.
4257
4258 **Compatibility:** Firefox 87\
4259 **CCK2 Equivalent:** N/A\
4260 **Preferences Affected:** N/A
4261
4262 #### Windows (GPO)
4263 ```
4264 Software\Policies\Mozilla\Firefox\ManualAppUpdateOnly = 0x1 | 0x0
4265 ```
4266 #### Windows (Intune)
4267 OMA-URI:
4268 ```
4269 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/ManualAppUpdateOnly
4270 ```
4271 Value (string):
4272 ```
4273 <enabled/> or <disabled/>
4274 ```
4275 #### macOS
4276 ```
4277 <dict>
4278 <key>ManualAppUpdateOnly</key>
4279 <true/> | <false/>
4280 </dict>
4281 ```
4282 #### policies.json
4283 ```
4284 {
4285 "policies": {
4286 "ManualAppUpdateOnly": true | false
4287 }
4288 }
4289 ```
4290 ### NetworkPrediction
4291 Enable or disable network prediction (DNS prefetching).
4292
4293 **Compatibility:** Firefox 67, Firefox ESR 60.7\
4294 **CCK2 Equivalent:** N/A\
4295 **Preferences Affected:** `network.dns.disablePrefetch`, `network.dns.disablePrefetchFromHTTPS`
4296
4297 #### Windows (GPO)
4298 ```
4299 Software\Policies\Mozilla\Firefox\NetworkPrediction = 0x1 | 0x0
4300 ```
4301 #### Windows (Intune)
4302 OMA-URI:
4303 ```
4304 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NetworkPrediction
4305 ```
4306 Value (string):
4307 ```
4308 <enabled/> or <disabled/>
4309 ```
4310 #### macOS
4311 ```
4312 <dict>
4313 <key>NetworkPrediction</key>
4314 <true/> | <false/>
4315 </dict>
4316 ```
4317 #### policies.json
4318 ```
4319 {
4320 "policies": {
4321 "NetworkPrediction": true | false
4322 }
4323 ```
4324 ### NewTabPage
4325 Enable or disable the New Tab page.
4326
4327 **Compatibility:** Firefox 68, Firefox ESR 68\
4328 **CCK2 Equivalent:** N/A\
4329 **Preferences Affected:** `browser.newtabpage.enabled`
4330
4331 #### Windows (GPO)
4332 ```
4333 Software\Policies\Mozilla\Firefox\NewTabPage = 0x1 | 0x0
4334 ```
4335 #### Windows (Intune)
4336 OMA-URI:
4337 ```
4338 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NewTabPage
4339 ```
4340 Value (string):
4341 ```
4342 <enabled/> or <disabled/>
4343 ```
4344 #### macOS
4345 ```
4346 <dict>
4347 <key>NewTabPage</key>
4348 <true/> | <false/>
4349 </dict>
4350 ```
4351 #### policies.json
4352 ```
4353 {
4354 "policies": {
4355 "NewTabPage": true | false
4356 }
4357 ```
4358 ### NoDefaultBookmarks
4359 Disable the creation of default bookmarks.
4360
4361 This policy is only effective if the user profile has not been created yet.
4362
4363 **Compatibility:** Firefox 60, Firefox ESR 60\
4364 **CCK2 Equivalent:** `removeDefaultBookmarks`\
4365 **Preferences Affected:** N/A
4366
4367 #### Windows (GPO)
4368 ```
4369 Software\Policies\Mozilla\Firefox\NoDefaultBookmarks = 0x1 | 0x0
4370 ```
4371 #### Windows (Intune)
4372 OMA-URI:
4373 ```
4374 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/NoDefaultBookmarks
4375 ```
4376 Value (string):
4377 ```
4378 <enabled/> or <disabled/>
4379 ```
4380 #### macOS
4381 ```
4382 <dict>
4383 <key>NoDefaultBookmarks</key>
4384 <true/> | <false/>
4385 </dict>
4386 ```
4387 #### policies.json
4388 ```
4389 {
4390 "policies": {
4391 "NoDefaultBookmarks": true | false
4392 }
4393 }
4394 ```
4395 ### OfferToSaveLogins
4396 Control whether or not Firefox offers to save passwords.
4397
4398 **Compatibility:** Firefox 60, Firefox ESR 60\
4399 **CCK2 Equivalent:** `dontRememberPasswords`\
4400 **Preferences Affected:** `signon.rememberSignons`
4401
4402 #### Windows (GPO)
4403 ```
4404 Software\Policies\Mozilla\Firefox\OfferToSaveLogins = 0x1 | 0x0
4405 ```
4406 #### Windows (Intune)
4407 OMA-URI:
4408 ```
4409 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLogins
4410 ```
4411 Value (string):
4412 ```
4413 <enabled/> or <disabled/>
4414 ```
4415 #### macOS
4416 ```
4417 <dict>
4418 <key>OfferToSaveLogins</key>
4419 <true/> | <false/>
4420 </dict>
4421 ```
4422 #### policies.json
4423 ```
4424 {
4425 "policies": {
4426 "OfferToSaveLogins": true | false
4427 }
4428 }
4429 ```
4430 ### OfferToSaveLoginsDefault
4431 Sets the default value of signon.rememberSignons without locking it.
4432
4433 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4434 **CCK2 Equivalent:** `dontRememberPasswords`\
4435 **Preferences Affected:** `signon.rememberSignons`
4436
4437 #### Windows (GPO)
4438 ```
4439 Software\Policies\Mozilla\Firefox\OfferToSaveLoginsDefault = 0x1 | 0x0
4440 ```
4441 #### Windows (Intune)
4442 OMA-URI:
4443 ```
4444 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OfferToSaveLoginsDefault
4445 ```
4446 Value (string):
4447 ```
4448 <enabled/> or <disabled/>
4449 ```
4450 #### macOS
4451 ```
4452 <dict>
4453 <key>OfferToSaveLoginsDefault</key>
4454 <true/> | <false/>
4455 </dict>
4456 ```
4457 #### policies.json
4458 ```
4459 {
4460 "policies": {
4461 "OfferToSaveLoginsDefault": true | false
4462 }
4463 }
4464 ```
4465 ### OverrideFirstRunPage
4466 Override the first run page. If the value is an empty string (""), the first run page is not displayed.
4467
4468 Starting with Firefox 83, Firefox ESR 78.5, you can also specify multiple URLS separated by a vertical bar (|).
4469
4470 **Compatibility:** Firefox 60, Firefox ESR 60\
4471 **CCK2 Equivalent:** `welcomePage`,`noWelcomePage`\
4472 **Preferences Affected:** `startup.homepage_welcome_url`
4473
4474 #### Windows (GPO)
4475 ```
4476 Software\Policies\Mozilla\Firefox\OverrideFirstRunPage = "http://example.org"
4477 ```
4478 #### Windows (Intune)
4479 OMA-URI:
4480 ```
4481 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverrideFirstRunPage
4482 ```
4483 Value (string):
4484 ```
4485 <enabled/>
4486 <data id="OverridePage" value="https://example.com"/>
4487 ```
4488 #### macOS
4489 ```
4490 <dict>
4491 <key>OverrideFirstRunPage</key>
4492 <string>http://example.org</string>
4493 </dict>
4494 ```
4495 #### policies.json
4496 ```
4497 {
4498 "policies": {
4499 "OverrideFirstRunPage": "http://example.org"
4500 }
4501 }
4502 ```
4503 ### OverridePostUpdatePage
4504 Override the upgrade page. If the value is an empty string (""), no extra pages are displayed when Firefox is upgraded.
4505
4506 **Compatibility:** Firefox 60, Firefox ESR 60\
4507 **CCK2 Equivalent:** `upgradePage`,`noUpgradePage`\
4508 **Preferences Affected:** `startup.homepage_override_url`
4509
4510 #### Windows (GPO)
4511 ```
4512 Software\Policies\Mozilla\Firefox\OverridePostUpdatePage = "http://example.org"
4513 ```
4514 #### Windows (Intune)
4515 OMA-URI:
4516 ```
4517 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/OverridePostUpdatePage
4518 ```
4519 Value (string):
4520 ```
4521 <enabled/>
4522 <data id="OverridePage" value="https://example.com"/>
4523 ```
4524 #### macOS
4525 ```
4526 <dict>
4527 <key>OverridePostUpdatePage</key>
4528 <string>http://example.org</string>
4529 </dict>
4530 ```
4531 #### policies.json
4532 ```
4533 {
4534 "policies": {
4535 "OverridePostUpdatePage": "http://example.org"
4536 }
4537 }
4538 ```
4539 ### PasswordManagerEnabled
4540 Remove access to the password manager via preferences and blocks about:logins on Firefox 70.
4541
4542 **Compatibility:** Firefox 70, Firefox ESR 60.2\
4543 **CCK2 Equivalent:** N/A\
4544 **Preferences Affected:** `pref.privacy.disable_button.view_passwords`, `signon.rememberSignons`
4545
4546 #### Windows (GPO)
4547 ```
4548 Software\Policies\Mozilla\Firefox\PasswordManagerEnabled = 0x1 | 0x0
4549 ```
4550 #### Windows (Intune)
4551 OMA-URI:
4552 ```
4553 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerEnabled
4554 ```
4555 Value (string):
4556 ```
4557 <enabled/> or <disabled/>
4558 ```
4559 #### macOS
4560 ```
4561 <dict>
4562 <key>PasswordManagerEnabled</key>
4563 <true/> | <false/>
4564 </dict>
4565 ```
4566 #### policies.json
4567 ```
4568 {
4569 "policies": {
4570 "PasswordManagerEnabled": true | false
4571 }
4572 }
4573 ```
4574 ### PasswordManagerExceptions
4575 Prevent Firefox from saving passwords for specific sites.
4576
4577 The sites are specified as a list of origins.
4578
4579 **Compatibility:** Firefox 101\
4580 **CCK2 Equivalent:** N/A\
4581 **Preferences Affected:** N/A
4582
4583 #### Windows (GPO)
4584 ```
4585 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\1 = "https://example.org"
4586 Software\Policies\Mozilla\Firefox\PasswordManagerExceptions\2 = "https://example.edu"
4587 ```
4588 #### Windows (Intune)
4589 OMA-URI:
4590 ```
4591 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PasswordManagerExceptions
4592 ```
4593 Value (string):
4594 ```
4595 <enabled/>
4596 <data id="List" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.edu"/>
4597 ```
4598 #### macOS
4599 ```
4600 <dict>
4601 <key>PasswordManagerExceptions</key>
4602 <array>
4603 <string>https://example.org</string>
4604 <string>https://example.edu</string>
4605 </array>
4606 </dict>
4607 ```
4608 #### policies.json
4609 ```
4610 {
4611 "policies": {
4612 "PasswordManagerExceptions": ["https://example.org",
4613 "https://example.edu"]
4614 }
4615 }
4616 ```
4617 ### PDFjs
4618 Disable or configure PDF.js, the built-in PDF viewer.
4619
4620 If `Enabled` is set to false, the built-in PDF viewer is disabled.
4621
4622 If `EnablePermissions` is set to true, the built-in PDF viewer will honor document permissions like preventing the copying of text.
4623
4624 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.
4625
4626 **Compatibility:** Firefox 77, Firefox ESR 68.9\
4627 **CCK2 Equivalent:** N/A\
4628 **Preferences Affected:** `pdfjs.disabled`, `pdfjs.enablePermissions`
4629
4630 #### Windows (GPO)
4631 ```
4632 Software\Policies\Mozilla\Firefox\PDFjs\Enabled = 0x1 | 0x0
4633 Software\Policies\Mozilla\Firefox\PDFjs\EnablePermissions = 0x1 | 0x0
4634 ```
4635 #### Windows (Intune)
4636 OMA-URI:
4637 ```
4638 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_Enabled
4639 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PDFjs/PDFjs_EnablePermissions
4640 ```
4641 Value (string):
4642 ```
4643 <enabled/>or <disabled/>
4644 ```
4645 #### macOS
4646 ```
4647 <dict>
4648 <key>PDFjs</key>
4649 <dict>
4650 <key>Enabled</key>
4651 <true/> | <false/>
4652 <key>EnablePermissions</key>
4653 <true/> | <false/>
4654 </dict>
4655 </dict>
4656 ```
4657 #### policies.json
4658 ```
4659 {
4660 "policies": {
4661 "PDFjs": {
4662 "Enabled": true | false,
4663 "EnablePermissions": true | false
4664 }
4665 }
4666 }
4667 ```
4668 ### Permissions
4669 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.
4670
4671 `Allow` is a list of origins where the feature is allowed.
4672
4673 `Block` is a list of origins where the feature is not allowed.
4674
4675 `BlockNewRequests` determines whether or not new requests can be made for the feature.
4676
4677 `Locked` prevents the user from changing preferences for the feature.
4678
4679 `Default` specifies the default value for Autoplay. block-audio-video is not supported on Firefox ESR 68.
4680
4681 **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)\
4682 **CCK2 Equivalent:** N/A\
4683 **Preferences Affected:** `permissions.default.camera`, `permissions.default.microphone`, `permissions.default.geo`, `permissions.default.desktop-notification`, `media.autoplay.default`, `permissions.default.xr`
4684
4685 #### Windows (GPO)
4686 ```
4687 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\1 = "https://example.org"
4688 Software\Policies\Mozilla\Firefox\Permissions\Camera\Allow\2 = "https://example.com"
4689 Software\Policies\Mozilla\Firefox\Permissions\Camera\Block\1 = "https://example.edu"
4690 Software\Policies\Mozilla\Firefox\Permissions\Camera\BlockNewRequests = 0x1 | 0x0
4691 Software\Policies\Mozilla\Firefox\Permissions\Camera\Locked = 0x1 | 0x0
4692 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\1 = "https://example.org"
4693 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Allow\2 = "https://example.com"
4694 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Block\1 = "https://example.edu"
4695 Software\Policies\Mozilla\Firefox\Permissions\Microphone\BlockNewRequests = 0x1 | 0x0
4696 Software\Policies\Mozilla\Firefox\Permissions\Microphone\Locked = 0x1 | 0x0
4697 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\1 = "https://example.org"
4698 Software\Policies\Mozilla\Firefox\Permissions\Location\Allow\2 = "https://example.com"
4699 Software\Policies\Mozilla\Firefox\Permissions\Location\Block\1 = "https://example.edu"
4700 Software\Policies\Mozilla\Firefox\Permissions\Location\BlockNewRequests = 0x1 | 0x0
4701 Software\Policies\Mozilla\Firefox\Permissions\Location\Locked = 0x1 | 0x0
4702 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\1 = "https://example.org"
4703 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Allow\2 = "https://example.com"
4704 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Block\1 = "https://example.edu"
4705 Software\Policies\Mozilla\Firefox\Permissions\Notifications\BlockNewRequests = 0x1 | 0x0
4706 Software\Policies\Mozilla\Firefox\Permissions\Notifications\Locked = 0x1 | 0x0
4707 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\1 = "https://example.org"
4708 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow\2 = "https://example.com"
4709 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block\1 = "https://example.edu"
4710 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Default = "allow-audio-video" | "block-audio" | "block-audio-video"
4711 Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Locked = 0x1 | 0x0
4712 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\1 = "https://example.org"
4713 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow\2 = "https://example.com"
4714 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block\1 = "https://example.edu"
4715 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\BlockNewRequests = 0x1 | 0x0
4716 Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Locked = 0x1 | 0x0
4717 ```
4718 #### Windows (Intune)
4719 OMA-URI:
4720 ```
4721 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Camera/Camera_Allow
4722 ```
4723 Value (string):
4724 ```
4725 <enabled/>
4726 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4727 ```
4728 OMA-URI:
4729 ```
4730 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Camera/Camera_Block
4731 ```
4732 Value (string):
4733 ```
4734 <enabled/>
4735 <data id="Permissions" value="1&#xF000;https://example.edu"/>
4736 ```
4737 OMA-URI:
4738 ```
4739 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Camera/Camera_BlockNewRequests
4740 ```
4741 Value (string):
4742 ```
4743 <enabled/> or <disabled/>
4744 ```
4745 OMA-URI:
4746 ```
4747 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Camera/Camera_Locked
4748 ```
4749 Value (string):
4750 ```
4751 <enabled/> or <disabled/>
4752 ```
4753 OMA-URI:
4754 ```
4755 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Microphone/Microphone_Allow
4756 ```
4757 Value (string):
4758 ```
4759 <enabled/>
4760 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4761 ```
4762 OMA-URI:
4763 ```
4764 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Microphone/Microphone_Block
4765 ```
4766 Value (string):
4767 ```
4768 <enabled/>
4769 <data id="Permissions" value="1&#xF000;https://example.edu"/>
4770 ```
4771 OMA-URI:
4772 ```
4773 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Microphone/Microphone_BlockNewRequests
4774 ```
4775 Value (string):
4776 ```
4777 <enabled/> or <disabled/>
4778 ```
4779 OMA-URI:
4780 ```
4781 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Microphone/Microphone_Locked
4782 ```
4783 Value (string):
4784 ```
4785 <enabled/> or <disabled/>
4786 ```
4787 OMA-URI:
4788 ```
4789 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Allow
4790 ```
4791 Value (string):
4792 ```
4793 <enabled/>
4794 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4795 ```
4796 OMA-URI:
4797 ```
4798 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Block
4799 ```
4800 Value (string):
4801 ```
4802 <enabled/>
4803 <data id="Permissions" value="1&#xF000;https://example.edu"/>
4804 ```
4805 OMA-URI:
4806 ```
4807 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_BlockNewRequests
4808 ```
4809 Value (string):
4810 ```
4811 <enabled/> or <disabled/>
4812 ```
4813 OMA-URI:
4814 ```
4815 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Location/Location_Locked
4816 ```
4817 Value (string):
4818 ```
4819 <enabled/> or <disabled/>
4820 ```
4821 OMA-URI:
4822 ```
4823 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Allow
4824 ```
4825 Value (string):
4826 ```
4827 <enabled/>
4828 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4829 ```
4830 OMA-URI:
4831 ```
4832 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_BlockNewRequests
4833 ```
4834 Value (string):
4835 ```
4836 <enabled/> or <disabled/>
4837 ```
4838 OMA-URI:
4839 ```
4840 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/Notifications_Locked
4841 ```
4842 Value (string):
4843 ```
4844 <enabled/> or <disabled/>
4845 ```
4846 OMA-URI:
4847 ```
4848 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Allow
4849 ```
4850 Value (string):
4851 ```
4852 <enabled/>
4853 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4854 ```
4855 OMA-URI:
4856 ```
4857 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Block
4858 ```
4859 Value (string):
4860 ```
4861 <enabled/>
4862 <data id="Permissions" value="1&#xF000;https://example.edu"/>
4863 ```
4864 OMA-URI:
4865 ```
4866 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Default
4867 ```
4868 Value (string):
4869 ```
4870 <enabled/>
4871 <data id="Autoplay_Default" value="allow-audio-video | block-audio | block-audio-video"/>
4872 ```
4873 OMA-URI:
4874 ```
4875 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Autoplay/Autoplay_Locked
4876 ```
4877 Value (string):
4878 ```
4879 <enabled/> or <disabled/>
4880 ```
4881 OMA-URI:
4882 ```
4883 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~VirtualReality/VirtualReality_Allow
4884 ```
4885 Value (string):
4886 ```
4887 <enabled/>
4888 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.com"/>
4889 ```
4890 OMA-URI:
4891 ```
4892 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~VirtualReality/VirtualReality_Block
4893 ```
4894 Value (string):
4895 ```
4896 <enabled/>
4897 <data id="Permissions" value="1&#xF000;https://example.edu"/>
4898 ```
4899 OMA-URI:
4900 ```
4901 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~VirtualReality/VirtualReality_BlockNewRequests
4902 ```
4903 Value (string):
4904 ```
4905 <enabled/> or <disabled/>
4906 ```
4907 OMA-URI:
4908 ```
4909 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Permissions~Notifications/VirtualReality_Locked
4910 ```
4911 Value (string):
4912 ```
4913 <enabled/> or <disabled/>
4914 ```
4915 #### macOS
4916 ```
4917 <dict>
4918 <key>Permissions</key>
4919 <dict>
4920 <key>Camera</key>
4921 <dict>
4922 <key>Allow</key>
4923 <array>
4924 <string>https://example.org</string>
4925 <string>https://example.org:1234</string>
4926 </array>
4927 <key>Block</key>
4928 <array>
4929 <string>https://example.edu</string>
4930 </array>
4931 <key>BlockNewRequests</key>
4932 <true/> | <false/>
4933 <key>Locked</key>
4934 <true/> | <false/>
4935 </dict>
4936 <key>Microphone</key>
4937 <dict>
4938 <key>Allow</key>
4939 <array>
4940 <string>https://example.org</string>
4941 </array>
4942 <key>Block</key>
4943 <array>
4944 <string>https://example.edu</string>
4945 </array>
4946 <key>BlockNewRequests</key>
4947 <true/> | <false/>
4948 <key>Locked</key>
4949 <true/> | <false/>
4950 </dict>
4951 <key>Location</key>
4952 <dict>
4953 <key>Allow</key>
4954 <array>
4955 <string>https://example.org</string>
4956 </array>
4957 <key>Block</key>
4958 <array>
4959 <string>https://example.edu</string>
4960 </array>
4961 <key>BlockNewRequests</key>
4962 <true/> | <false/>
4963 <key>Locked</key>
4964 <true/> | <false/>
4965 </dict>
4966 <key>Notifications</key>
4967 <dict>
4968 <key>Allow</key>
4969 <array>
4970 <string>https://example.org</string>
4971 </array>
4972 <key>Block</key>
4973 <array>
4974 <string>https://example.edu</string>
4975 </array>
4976 <key>BlockNewRequests</key>
4977 <true/>
4978 <key>Locked</key>
4979 <true/>
4980 </dict>
4981 <key>Autoplay</key>
4982 <dict>
4983 <key>Allow</key>
4984 <array>
4985 <string>https://example.org</string>
4986 </array>
4987 <key>Block</key>
4988 <array>
4989 <string>https://example.edu</string>
4990 </array>
4991 <key>Default</key>
4992 <string>allow-audio-video | block-audio | block-audio-video</string>
4993 <key>Locked</key>
4994 <true/> | <false/>
4995 </dict>
4996 </dict>
4997 </dict>
4998 ```
4999 #### policies.json
5000 ```
5001 {
5002 "policies": {
5003 "Permissions": {
5004 "Camera": {
5005 "Allow": ["https://example.org","https://example.org:1234"],
5006 "Block": ["https://example.edu"],
5007 "BlockNewRequests": true | false,
5008 "Locked": true | false
5009 },
5010 "Microphone": {
5011 "Allow": ["https://example.org"],
5012 "Block": ["https://example.edu"],
5013 "BlockNewRequests": true | false,
5014 "Locked": true | false
5015 },
5016 "Location": {
5017 "Allow": ["https://example.org"],
5018 "Block": ["https://example.edu"],
5019 "BlockNewRequests": true | false,
5020 "Locked": true | false
5021 },
5022 "Notifications": {
5023 "Allow": ["https://example.org"],
5024 "Block": ["https://example.edu"],
5025 "BlockNewRequests": true | false,
5026 "Locked": true | false
5027 },
5028 "Autoplay": {
5029 "Allow": ["https://example.org"],
5030 "Block": ["https://example.edu"],
5031 "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
5032 "Locked": true | false
5033 }
5034 }
5035 }
5036 }
5037 ```
5038 ### PictureInPicture
5039
5040 Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).
5041
5042 **Compatibility:** Firefox 78, Firefox ESR 78\
5043 **CCK2 Equivalent:** N/A\
5044 **Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled`
5045
5046 #### Windows (GPO)
5047 ```
5048 Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
5049 Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
5050
5051 ```
5052 #### Windows (Intune)
5053 OMA-URI:
5054 ```
5055 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Enabled
5056 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~PictureInPicture/PictureInPicture_Locked
5057 ```
5058 Value (string):
5059 ```
5060 <enabled/> or <disabled/>
5061 ```
5062 #### macOS
5063 ```
5064 <dict>
5065 <key>PictureInPicture</key>
5066 <dict>
5067 <key>Enabled</key>
5068 <true/> | <false/>
5069 <key>Locked</key>
5070 <true/> | <false/>
5071 </dict>
5072 </dict>
5073 ```
5074 #### policies.json
5075 ```
5076 {
5077 "policies": {
5078 "PictureInPicture": {
5079 "Enabled": true | false,
5080 "Locked": true | false
5081 }
5082 }
5083 }
5084 ```
5085 ### PopupBlocking
5086 Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
5087
5088 `Allow` is a list of origins where popup-windows are allowed.
5089
5090 `Default` determines whether or not pop-up windows are allowed by default.
5091
5092 `Locked` prevents the user from changing pop-up preferences.
5093
5094 **Compatibility:** Firefox 60, Firefox ESR 60\
5095 **CCK2 Equivalent:** `permissions.popup`\
5096 **Preferences Affected:** `dom.disable_open_during_load`
5097
5098 #### Windows (GPO)
5099 ```
5100 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"
5101 Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"
5102 Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0
5103 Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0
5104 ```
5105 #### Windows (Intune)
5106 OMA-URI:
5107 ```
5108 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Allow
5109 ```
5110 Value (string):
5111 ```
5112 <enabled/>
5113 <data id="Permissions" value="1&#xF000;https://example.org&#xF000;2&#xF000;https://example.edu"/>
5114 ```
5115 OMA-URI:
5116 ```
5117 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Default
5118 ```
5119 Value (string):
5120 ```
5121 <enabled/> or <disabled/>
5122 ```
5123 OMA-URI:
5124 ```
5125 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_Locked
5126 ```
5127 Value (string):
5128 ```
5129 <enabled/> or <disabled/>
5130 ```
5131 #### macOS
5132 ```
5133 <dict>
5134 <key>PopupBlocking</key>
5135 <dict>
5136 <key>Allow</key>
5137 <array>
5138 <string>http://example.org</string>
5139 <string>http://example.edu</string>
5140 </array>
5141 <key>Default</key>
5142 <true/> | <false/>
5143 <key>Locked</key>
5144 <true/> | <false/>
5145 </dict>
5146 </dict>
5147 ```
5148 #### policies.json
5149 ```
5150 {
5151 "policies": {
5152 "PopupBlocking": {
5153 "Allow": ["http://example.org/",
5154 "http://example.edu/"],
5155 "Default": true | false,
5156 "Locked": true | false
5157 }
5158 }
5159 }
5160 ```
5161 ### PostQuantumKeyAgreementEnabled
5162 Enable post-quantum key agreement for TLS.
5163
5164 **Compatibility:** Firefox 127\
5165 **CCK2 Equivalent:** N/A\
5166 **Preferences Affected:** `security.tls.enable_kyber`, `network.http.http3.enable_kyber` (Firefox 128)
5167
5168 #### Windows (GPO)
5169 ```
5170 Software\Policies\Mozilla\Firefox\PostQuantumKeyAgreementEnabled = 0x1 | 0x0
5171 ```
5172 #### Windows (Intune)
5173 OMA-URI:
5174 ```
5175 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PostQuantumKeyAgreementEnabled
5176 ```
5177 Value (string):
5178 ```
5179 <enabled/> or <disabled/>
5180 ```
5181 #### macOS
5182 ```
5183 <dict>
5184 <key>PostQuantumKeyAgreementEnabled</key>
5185 <true/> | <false/>
5186 </dict>
5187 ```
5188 #### policies.json
5189 ```
5190 {
5191 "policies": {
5192 "PostQuantumKeyAgreementEnabled": true | false
5193 }
5194 }
5195 ```
5196 ### Preferences
5197 Set and lock preferences.
5198
5199 **NOTE** On Windows, in order to use this policy, you must clear all settings in the old **Preferences (Deprecated)** section in group policy.
5200
5201 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.
5202
5203 Preferences that start with the following prefixes are supported:
5204 ```
5205 accessibility.
5206 alerts.* (Firefox 122, Firefox ESR 115.7)
5207 app.update.* (Firefox 86, Firefox ESR 78.8)
5208 browser.
5209 datareporting.policy.
5210 dom.
5211 extensions.
5212 general.autoScroll (Firefox 83, Firefox ESR 78.5)
5213 general.smoothScroll (Firefox 83, Firefox ESR 78.5)
5214 geo.
5215 gfx.
5216 intl.
5217 keyword.enabled (Firefox 95, Firefox ESR 91.4)
5218 layers.
5219 layout.
5220 media.
5221 network.
5222 pdfjs. (Firefox 84, Firefox ESR 78.6)
5223 places.
5224 pref.
5225 print.
5226 privacy.globalprivacycontrol.enabled (Firefox 127, Firefox ESR 128.0)
5227 privacy.userContext.enabled (Firefox 126, Firefox ESR 115.11)
5228 privacy.userContext.ui.enabled (Firefox 126, Firefox ESR 115.11)
5229 signon. (Firefox 83, Firefox ESR 78.5)
5230 spellchecker. (Firefox 84, Firefox ESR 78.6)
5231 toolkit.legacyUserProfileCustomizations.stylesheets (Firefox 95, Firefox ESR 91.4)
5232 ui.
5233 widget.
5234 xpinstall.signatures.required (Firefox ESR 102.10, Firefox ESR only)
5235 xpinstall.whitelist.required (Firefox 118, Firefox ESR 115.3)
5236 ```
5237 as well as the following security preferences:
5238
5239 | Preference | Type | Default
5240 | --- | --- | --- |
5241 | security.default_personal_cert | string | Ask Every Time
5242 | &nbsp;&nbsp;&nbsp;&nbsp;If set to Select Automatically, Firefox automatically chooses the default personal certificate.
5243 | security.disable_button.openCertManager | string | N/A
5244 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true and locked, the View Certificates button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
5245 | security.disable_button.openDeviceManager | string | N/A
5246 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true and locked, the Security Devices button in preferences is disabled (Firefox 121, Firefox ESR 115.6)
5247 | security.insecure_connection_text.enabled | bool | false
5248 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true, adds the words "Not Secure" for insecure sites.
5249 | security.insecure_connection_text.pbmode.enabled | bool | false
5250 | &nbsp;&nbsp;&nbsp;&nbsp;If set to true, adds the words "Not Secure" for insecure sites in private browsing.
5251 | security.mixed_content.block_active_content | boolean | true
5252 | &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.
5253 | security.mixed_content.block_display_content | boolean | false
5254 | &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)
5255 | security.mixed_content.upgrade_display_content | boolean | true
5256 | &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)
5257 | security.osclientcerts.autoload | boolean | false
5258 | &nbsp;&nbsp;&nbsp;&nbsp;If true, client certificates are loaded from the operating system certificate store.
5259 | security.OCSP.enabled | integer | 1
5260 | &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.
5261 | security.OCSP.require | boolean | false
5262 | &nbsp;&nbsp;&nbsp;&nbsp; If true, if an OCSP request times out, the connection fails.
5263 | security.osclientcerts.assume_rsa_pss_support | boolean | true
5264 | &nbsp;&nbsp;&nbsp;&nbsp; If false, we don't assume an RSA key can do RSA-PSS. (Firefox 114, Firefox ESR 102.12)
5265 | security.ssl.enable_ocsp_stapling | boolean | true
5266 | &nbsp;&nbsp;&nbsp;&nbsp; If false, OCSP stapling is not enabled.
5267 | security.ssl.errorReporting.enabled | boolean | true
5268 | &nbsp;&nbsp;&nbsp;&nbsp;If false, SSL errors cannot be sent to Mozilla.
5269 | security.ssl.require_safe_negotiation | boolean | false
5270 | &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)
5271 | security.tls.enable_0rtt_data | boolean | true
5272 | &nbsp;&nbsp;&nbsp;&nbsp;If false, TLS early data is turned off. (Firefox 93, Firefox 91.2, Firefox 78.15)
5273 | security.tls.hello_downgrade_check | boolean | true
5274 | &nbsp;&nbsp;&nbsp;&nbsp;If false, the TLS 1.3 downgrade check is disabled.
5275 | security.tls.version.enable-deprecated | boolean | false
5276 | &nbsp;&nbsp;&nbsp;&nbsp;If true, browser will accept TLS 1.0. and TLS 1.1. (Firefox 86, Firefox 78.8)
5277 | security.warn_submit_secure_to_insecure | boolean | true
5278 | &nbsp;&nbsp;&nbsp;&nbsp;If false, no warning is shown when submitting a form from https to http.
5279
5280 Using the preference as the key, set the `Value` to the corresponding preference value.
5281
5282 `Status` can be "default", "locked", "user" or "clear"
5283
5284 * `"default"`: Read/Write: Settings appear as default even if factory default differs.
5285 * `"locked"`: Read-Only: Settings appear as default even if factory default differs.
5286 * `"user"`: Read/Write: Settings appear as changed if it differs from factory default.
5287 * `"clear"`: Read/Write: `Value` has no effect. Resets to factory defaults on each startup.
5288
5289 `"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```.
5290
5291 `"user"` preferences persist even if the policy is removed, so if you need to remove them, you should use the clear policy.
5292
5293 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.
5294
5295 See the examples below for more detail.
5296
5297 IMPORTANT: Make sure you're only setting a particular preference using this mechanism and not some other way.
5298
5299 Status
5300 **Compatibility:** Firefox 81, Firefox ESR 78.3\
5301 **CCK2 Equivalent:** `preferences`\
5302 **Preferences Affected:** Many
5303
5304 #### Windows (GPO)
5305 Software\Policies\Mozilla\Firefox\Preferences (REG_MULTI_SZ) =
5306 ```
5307 {
5308 "accessibility.force_disabled": {
5309 "Value": 1,
5310 "Status": "default",
5311 "Type": "number"
5312
5313 },
5314 "browser.cache.disk.parent_directory": {
5315 "Value": "SOME_NATIVE_PATH",
5316 "Status": "user"
5317 },
5318 "browser.tabs.warnOnClose": {
5319 "Value": false,
5320 "Status": "locked"
5321 }
5322 }
5323 ```
5324 #### Windows (Intune)
5325 OMA-URI:
5326 ```
5327 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Preferences
5328 ```
5329 Value (string):
5330 ```
5331 <enabled/>
5332 <data id="JSON" value='
5333 {
5334 "accessibility.force_disabled": {
5335 "Value": 1,
5336 "Status": "default",
5337 "Type": "number"
5338 },
5339 "browser.cache.disk.parent_directory": {
5340 "Value": "SOME_NATIVE_PATH",
5341 "Status": "user"
5342 },
5343 "browser.tabs.warnOnClose": {
5344 "Value": false,
5345 "Status": "locked"
5346 }
5347 }'/>
5348 ```
5349 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
5350 to workaround the limit on the length of strings. Put all of your JSON on one line.
5351
5352 OMA-URI:
5353 ```
5354 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/PreferencesOneLine
5355 ```
5356 Value (string):
5357 ```
5358 <enabled/>
5359 <data id="JSONOneLine" value='{}'/>
5360 ```
5361 #### macOS
5362 ```
5363 <dict>
5364 <key>Preferences</key>
5365 <dict>
5366 <key>accessibility.force_disabled</key>
5367 <dict>
5368 <key>Value</key>
5369 <integer>1</integer>
5370 <key>Status</key>
5371 <string>default</string>
5372 <key>Type</key>
5373 <string>number</string>
5374 </dict>
5375 <key>browser.cache.disk.parent_directory</key>
5376 <dict>
5377 <key>Value</key>
5378 <string>SOME_NATIVE_PATH</string>
5379 <key>Status</key>
5380 <string>user</string>
5381 </dict>
5382 <key>browser.tabs.warnOnClose</key>
5383 <dict>
5384 <key>Value</key>
5385 <false/>
5386 <key>Status</key>
5387 <string>locked</string>
5388 </dict>
5389 </dict>
5390 </dict>
5391 ```
5392 #### policies.json
5393 ```
5394 {
5395 "policies": {
5396 "Preferences": {
5397 "accessibility.force_disabled": {
5398 "Value": 1,
5399 "Status": "default"
5400 "Type": "number"
5401 },
5402 "browser.cache.disk.parent_directory": {
5403 "Value": "SOME_NATIVE_PATH",
5404 "Status": "user"
5405 },
5406 "browser.tabs.warnOnClose": {
5407 "Value": false,
5408 "Status": "locked"
5409 }
5410 }
5411 }
5412 }
5413 ```
5414 ### PrimaryPassword
5415 Require or prevent using a primary (formerly master) password.
5416
5417 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.
5418
5419 If both DisableMasterPasswordCreation and PrimaryPassword are used, DisableMasterPasswordCreation takes precedent.
5420
5421 **Compatibility:** Firefox 79, Firefox ESR 78.1\
5422 **CCK2 Equivalent:** `noMasterPassword`\
5423 **Preferences Affected:** N/A
5424
5425 #### Windows (GPO)
5426 ```
5427 Software\Policies\Mozilla\Firefox\PrimaryPassword = 0x1 | 0x0
5428 ```
5429 #### Windows (Intune)
5430 OMA-URI:
5431 ```
5432 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrimaryPassword
5433 ```
5434 Value (string):
5435 ```
5436 <enabled/> or <disabled/>
5437 ```
5438 #### macOS
5439 ```
5440 <dict>
5441 <key>PrimaryPassword</key>
5442 <true/> | <false/>
5443 </dict>
5444 ```
5445 #### policies.json
5446 ```
5447 {
5448 "policies": {
5449 "PrimaryPassword": true | false
5450 }
5451 }
5452 ```
5453 ### PrintingEnabled
5454 Enable or disable printing.
5455
5456 **Compatibility:** Firefox 120, Firefox ESR 115.5\
5457 **CCK2 Equivalent:** N/A\
5458 **Preferences Affected:** `print.enabled`
5459
5460 #### Windows (GPO)
5461 ```
5462 Software\Policies\Mozilla\Firefox\PrintingEnabled = 0x1 | 0x0
5463 ```
5464 #### Windows (Intune)
5465 OMA-URI:
5466 ```
5467 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PrintingEnabled
5468 ```
5469 Value (string):
5470 ```
5471 <enabled/> or <disabled/>
5472 ```
5473 #### macOS
5474 ```
5475 <dict>
5476 <key>PrintingEnabled</key>
5477 <true/> | <false/>
5478 </dict>
5479 ```
5480 #### policies.json
5481 ```
5482 {
5483 "policies": {
5484 "PrintingEnabled": true | false
5485 }
5486 }
5487 ```
5488 ### PromptForDownloadLocation
5489 Ask where to save each file before downloading.
5490
5491 **Compatibility:** Firefox 68, Firefox ESR 68\
5492 **CCK2 Equivalent:** N/A\
5493 **Preferences Affected:** `browser.download.useDownloadDir`
5494
5495 #### Windows (GPO)
5496 ```
5497 Software\Policies\Mozilla\Firefox\PromptForDownloadLocation = 0x1 | 0x0
5498 ```
5499 #### Windows (Intune)
5500 OMA-URI:
5501 ```
5502 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PromptForDownloadLocation
5503 ```
5504 Value (string):
5505 ```
5506 <enabled/> or <disabled/>
5507 ```
5508 #### macOS
5509 ```
5510 <dict>
5511 <key>PromptForDownloadLocation</key>
5512 <true/> | <false/>
5513 </dict>
5514 ```
5515 #### policies.json
5516 ```
5517 {
5518 "policies": {
5519 "PromptForDownloadLocation": true | false
5520 }
5521 }
5522 ```
5523 ### Proxy
5524 Configure proxy settings. These settings correspond to the connection settings in Firefox preferences.
5525 To specify ports, append them to the hostnames with a colon (:).
5526
5527 Unless you lock this policy, changes the user already has in place will take effect.
5528
5529 `Mode` is the proxy method being used.
5530
5531 `Locked` is whether or not proxy settings can be changed.
5532
5533 `HTTPProxy` is the HTTP proxy server.
5534
5535 `UseHTTPProxyForAllProtocols` is whether or not the HTTP proxy should be used for all other proxies.
5536
5537 `SSLProxy` is the SSL proxy server.
5538
5539 `FTPProxy` is the FTP proxy server.
5540
5541 `SOCKSProxy` is the SOCKS proxy server
5542
5543 `SOCKSVersion` is the SOCKS version (4 or 5)
5544
5545 `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.
5546
5547 `AutoConfigURL` is a URL for proxy configuration (only used if Mode is autoConfig).
5548
5549 `AutoLogin` means do not prompt for authentication if password is saved.
5550
5551 `UseProxyForDNS` to use proxy DNS when using SOCKS v5.
5552
5553 **Compatibility:** Firefox 60, Firefox ESR 60\
5554 **CCK2 Equivalent:** `networkProxy*`\
5555 **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`
5556
5557 #### Windows (GPO)
5558 ```
5559 Software\Policies\Mozilla\Firefox\Proxy\Mode = "none" | "system" | "manual" | "autoDetect" | "autoConfig"
5560 Software\Policies\Mozilla\Firefox\Proxy\Locked = 0x1 | 0x0
5561 Software\Policies\Mozilla\Firefox\Proxy\HTTPProxy = https://httpproxy.example.com
5562 Software\Policies\Mozilla\Firefox\Proxy\UseHTTPProxyForAllProtocols = 0x1 | 0x0
5563 Software\Policies\Mozilla\Firefox\Proxy\SSLProxy = https://sslproxy.example.com
5564 Software\Policies\Mozilla\Firefox\Proxy\FTPProxy = https://ftpproxy.example.com
5565 Software\Policies\Mozilla\Firefox\Proxy\SOCKSProxy = https://socksproxy.example.com
5566 Software\Policies\Mozilla\Firefox\Proxy\SOCKSVersion = 0x4 | 0x5
5567 Software\Policies\Mozilla\Firefox\Proxy\Passthrough = <local>
5568 Software\Policies\Mozilla\Firefox\Proxy\AutoConfigURL = URL_TO_AUTOCONFIG
5569 Software\Policies\Mozilla\Firefox\Proxy\AutoLogin = 0x1 | 0x0
5570 Software\Policies\Mozilla\Firefox\Proxy\UseProxyForDNS = 0x1 | 0x0
5571 ```
5572 #### Windows (Intune)
5573 **Note**
5574 These setttings were moved to a category to make them easier to configure via Intune.
5575
5576 OMA-URI:
5577 ```
5578 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Locked
5579 ```
5580 Value (string):
5581 ```
5582 <enabled/> or <disabled/>
5583 ```
5584 OMA-URI:
5585 ```
5586 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_ConnectionType
5587 ```
5588 Value (string):
5589 ```
5590 <enabled/>
5591 <data id="Proxy_ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5592 ```
5593 OMA-URI:
5594 ```
5595 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_HTTPProxy
5596 ```
5597 Value (string):
5598 ```
5599 <enabled/>
5600 <data id="Proxy_HTTPProxy" value="httpproxy.example.com"/>
5601 ```
5602 OMA-URI:
5603 ```
5604 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseHTTPProxyForAllProtocols
5605 ```
5606 Value (string):
5607 ```
5608 <enabled/> or <disabled/>
5609 ```
5610 OMA-URI:
5611 ```
5612 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SSLProxy
5613 ```
5614 Value (string):
5615 ```
5616 <enabled/>
5617 <data id="Proxy_SSLProxy" value="sslproxy.example.com"/>
5618 ```
5619 OMA-URI:
5620 ```
5621 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_SOCKSProxy
5622 ```
5623 Value (string):
5624 ```
5625 <enabled/>
5626 <data id="Proxy_SOCKSProxy" value="socksproxy.example.com"/>
5627 <data id="Proxy_SOCKSVersion" value="4 | 5"/>
5628 ```
5629 OMA-URI:
5630 ```
5631 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoConfigURL
5632 ```
5633 Value (string):
5634 ```
5635 <enabled/>
5636 <data id="Proxy_AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5637 ```
5638 OMA-URI:
5639 ```
5640 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_Passthrough
5641 ```
5642 Value (string):
5643 ```
5644 <enabled/>
5645 <data id="Proxy_Passthrough" value="&lt;local&gt;"/>
5646 ```
5647 OMA-URI:
5648 ```
5649 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_AutoLogin
5650 ```
5651 Value (string):
5652 ```
5653 <enabled/> or <disabled/>
5654 ```
5655 OMA-URI:
5656 ```
5657 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~ProxySettings/Proxy_UseProxyForDNS
5658 ```
5659 Value (string):
5660 ```
5661 <enabled/> or <disabled/>
5662 ```
5663 OMA-URI (Old way):
5664 ```
5665 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/Proxy
5666 ```
5667 Value (string):
5668 ```
5669 <enabled/>
5670 <data id="ProxyLocked" value="true | false"/>
5671 <data id="ConnectionType" value="none | system | manual | autoDetect | autoConfig"/>
5672 <data id="HTTPProxy" value="httpproxy.example.com"/>
5673 <data id="UseHTTPProxyForAllProtocols" value="true | false"/>
5674 <data id="SSLProxy" value="sslproxy.example.com"/>
5675 <data id="FTPProxy" value="ftpproxy.example.com"/>
5676 <data id="SOCKSProxy" value="socksproxy.example.com"/>
5677 <data id="SOCKSVersion" value="4 | 5"/>
5678 <data id="AutoConfigURL" value="URL_TO_AUTOCONFIG"/>
5679 <data id="Passthrough" value="<local>"/>
5680 <data id="AutoLogin" value="true | false"/>
5681 <data id="UseProxyForDNS" value="true | false"/>
5682 ```
5683 #### macOS
5684 ```
5685 <dict>
5686 <key>Proxy</key>
5687 <dict>
5688 <key>Mode</key>
5689 <string>none | system | manual | autoDetect | autoConfig</string>
5690 <key>Locked</key>
5691 <true> | </false>
5692 <key>HTTPProxy</key>
5693 <string>https://httpproxy.example.com</string>
5694 <key>UseHTTPProxyForAllProtocols</key>
5695 <true> | </false>
5696 <key>SSLProxy</key>
5697 <string>https://sslproxy.example.com</string>
5698 <key>FTPProxy</key>
5699 <string>https://ftpproxy.example.com</string>
5700 <key>SOCKSProxy</key>
5701 <string>https://socksproxy.example.com</string>
5702 <key>SOCKSVersion</key>
5703 <string>4 | 5</string>
5704 <key>Passthrough</key>
5705 <string>&lt;local>&gt;</string>
5706 <key>AutoConfigURL</key>
5707 <string>URL_TO_AUTOCONFIG</string>
5708 <key>AutoLogin</key>
5709 <true> | </false>
5710 <key>UseProxyForDNS</key>
5711 <true> | </false>
5712 </dict>
5713 </dict>
5714 ```
5715 #### policies.json
5716 ```
5717 {
5718 "policies": {
5719 "Proxy": {
5720 "Mode": "none" | "system" | "manual" | "autoDetect" | "autoConfig",
5721 "Locked": true | false,
5722 "HTTPProxy": "hostname",
5723 "UseHTTPProxyForAllProtocols": true | false,
5724 "SSLProxy": "hostname",
5725 "FTPProxy": "hostname",
5726 "SOCKSProxy": "hostname",
5727 "SOCKSVersion": 4 | 5,
5728 "Passthrough": "<local>",
5729 "AutoConfigURL": "URL_TO_AUTOCONFIG",
5730 "AutoLogin": true | false,
5731 "UseProxyForDNS": true | false
5732 }
5733 }
5734 }
5735 ```
5736 ### RequestedLocales
5737 Set the the list of requested locales for the application in order of preference. It will cause the corresponding language pack to become active.
5738
5739 Note: For Firefox 68, this can now be a string so that you can specify an empty value.
5740
5741 **Compatibility:** Firefox 64, Firefox ESR 60.4, Updated in Firefox 68, Firefox ESR 68\
5742 **CCK2 Equivalent:** N/A\
5743 **Preferences Affected:** N/A
5744 #### Windows (GPO)
5745 ```
5746 Software\Policies\Mozilla\Firefox\RequestedLocales\1 = "de"
5747 Software\Policies\Mozilla\Firefox\RequestedLocales\2 = "en-US"
5748
5749 or
5750
5751 Software\Policies\Mozilla\Firefox\RequestedLocales = "de,en-US"
5752 ```
5753 #### Windows (Intune)
5754 OMA-URI:
5755 ```
5756 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/RequestedLocalesString
5757 ```
5758 Value (string):
5759 ```
5760 <enabled/>
5761 <data id="Preferences_String" value="de,en-US"/>
5762 ```
5763 #### macOS
5764 ```
5765 <dict>
5766 <key>RequestedLocales</key>
5767 <array>
5768 <string>de</string>
5769 <string>en-US</string>
5770 </array>
5771 </dict>
5772
5773 or
5774
5775 <dict>
5776 <key>RequestedLocales</key>
5777 <string>de,en-US</string>
5778 </dict>
5779
5780 ```
5781 #### policies.json
5782 ```
5783 {
5784 "policies": {
5785 "RequestedLocales": ["de", "en-US"]
5786 }
5787 }
5788
5789 or
5790
5791 {
5792 "policies": {
5793 "RequestedLocales": "de,en-US"
5794 }
5795 }
5796 ```
5797 <a name="SanitizeOnShutdown"></a>
5798
5799 ### SanitizeOnShutdown (Selective)
5800 Clear data on shutdown.
5801
5802 Note: Starting with Firefox 128, History clears FormData and Downloads as well.
5803
5804 `Cache`
5805
5806 `Cookies`
5807
5808 `Downloads` Download History (*Deprecated*)
5809
5810 `FormData` Form & Search History (*Deprecated*)
5811
5812 `History` Browsing History, Download History, Form & Search History.
5813
5814 `Sessions` Active Logins
5815
5816 `SiteSettings` Site Preferences
5817
5818 `OfflineApps` Offline Website Data.
5819
5820 `Locked` prevents the user from changing these preferences.
5821
5822 **Compatibility:** Firefox 68, Firefox ESR 68 (Locked added in 74/68.6, History update in Firefox 128)\
5823 **CCK2 Equivalent:** N/A\
5824 **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)
5825
5826 #### Windows (GPO)
5827 ```
5828 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cache = 0x1 | 0x0
5829 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Cookies = 0x1 | 0x0
5830 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Downloads = 0x1 | 0x0
5831 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\FormData = 0x1 | 0x0
5832 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\History = 0x1 | 0x0
5833 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Sessions = 0x1 | 0x0
5834 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\SiteSettings = 0x1 | 0x0
5835 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\OfflineApps = 0x1 | 0x0
5836 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown\Locked = 0x1 | 0x0
5837 ```
5838 #### Windows (Intune)
5839 OMA-URI:
5840 ```
5841 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/A_SanitizeOnShutdown_Cache
5842 ```
5843 Value (string):
5844 ```
5845 <enabled/> or <disabled/>
5846 ```
5847 OMA-URI:
5848 ```
5849 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/B_SanitizeOnShutdown_Cookies
5850 ```
5851 Value (string):
5852 ```
5853 <enabled/> or <disabled/>
5854 ```
5855 OMA-URI:
5856 ```
5857 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/C_SanitizeOnShutdown_Downloads
5858 ```
5859 Value (string):
5860 ```
5861 <enabled/> or <disabled/>
5862 ```
5863 OMA-URI:
5864 ```
5865 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/D_SanitizeOnShutdown_FormData
5866 ```
5867 Value (string):
5868 ```
5869 <enabled/> or <disabled/>
5870 ```
5871 OMA-URI:
5872 ```
5873 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/E_SanitizeOnShutdown_History
5874 ```
5875 Value (string):
5876 ```
5877 <enabled/> or <disabled/>
5878 ```
5879 OMA-URI:
5880 ```
5881 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/F_SanitizeOnShutdown_Sessions
5882 ```
5883 Value (string):
5884 ```
5885 <enabled/> or <disabled/>
5886 ```
5887 OMA-URI:
5888 ```
5889 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/G_SanitizeOnShutdown_SiteSettings
5890 ```
5891 Value (string):
5892 ```
5893 <enabled/> or <disabled/>
5894 ```
5895 OMA-URI:
5896 ```
5897 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/H_SanitizeOnShutdown_OfflineApps
5898 ```
5899 Value (string):
5900 ```
5901 <enabled/> or <disabled/>
5902 ```
5903 OMA-URI:
5904 ```
5905 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~SanitizeOnShutdown/I_SanitizeOnShutdown_Locked
5906 ```
5907 Value (string):
5908 ```
5909 <enabled/> or <disabled/>
5910 ```
5911 #### macOS
5912 ```
5913 <dict>
5914 <key>SanitizeOnShutdown</key>
5915 <dict>
5916 <key>Cache</key>
5917 <true/> | <false/>
5918 <key>Cookies</key>
5919 <true/> | <false/>
5920 <key>Downloads</key>
5921 <true/> | <false/>
5922 <key>FormData</key>
5923 <true/> | <false/>
5924 <key>History</key>
5925 <true/> | <false/>
5926 <key>Sessions</key>
5927 <true/> | <false/>
5928 <key>SiteSettings</key>
5929 <true/> | <false/>
5930 <key>OfflineApps</key>
5931 <true/> | <false/>
5932 <key>Locked</key>
5933 <true/> | <false/>
5934 </dict>
5935 </dict>
5936 ```
5937 #### policies.json
5938 ```
5939 {
5940 "policies": {
5941 "SanitizeOnShutdown": {
5942 "Cache": true | false,
5943 "Cookies": true | false,
5944 "Downloads": true | false,
5945 "FormData": true | false,
5946 "History": true | false,
5947 "Sessions": true | false,
5948 "SiteSettings": true | false,
5949 "OfflineApps": true | false,
5950 "Locked": true | false
5951 }
5952 }
5953 }
5954 ```
5955 ### SanitizeOnShutdown (All)
5956 Clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data.
5957
5958 **Compatibility:** Firefox 60, Firefox ESR 60\
5959 **CCK2 Equivalent:** N/A\
5960 **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`
5961 #### Windows (GPO)
5962 ```
5963 Software\Policies\Mozilla\Firefox\SanitizeOnShutdown = 0x1 | 0x0
5964 ```
5965 #### Windows (Intune)
5966 OMA-URI:
5967 ```
5968 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/C_SanitizeOnShutdown
5969 ```
5970 Value (string):
5971 ```
5972 <enabled/> or <disabled/>
5973 ```
5974 #### macOS
5975 ```
5976 <dict>
5977 <key>SanitizeOnShutdown</key>
5978 <true/> | <false/>
5979 </dict>
5980 ```
5981 #### policies.json
5982 ```
5983 {
5984 "policies": {
5985 "SanitizeOnShutdown": true | false
5986 }
5987 }
5988 ```
5989 ### SearchBar
5990 Set whether or not search bar is displayed.
5991
5992 **Compatibility:** Firefox 60, Firefox ESR 60\
5993 **CCK2 Equivalent:** `showSearchBar`\
5994 **Preferences Affected:** N/A
5995
5996 #### Windows (GPO)
5997 ```
5998 Software\Policies\Mozilla\Firefox\SearchBar = "unified" | "separate"
5999 ```
6000
6001 #### Windows (Intune)
6002 OMA-URI:
6003 ```
6004 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SearchBar
6005 ```
6006 Value (string):
6007 ```
6008 <enabled/>
6009 <data id="SearchBar" value="unified | separate"/>
6010 ```
6011 #### macOS
6012 ```
6013 <dict>
6014 <key>SearchBar</key>
6015 <string>unified | separate</string>
6016 </dict>
6017 ```
6018 #### policies.json
6019 ```
6020 {
6021 "policies": {
6022 "SearchBar": "unified" | "separate"
6023 }
6024 }
6025 ```
6026 <a name="SearchEngines"></a>
6027
6028 ### SearchEngines (This policy is only available on the ESR.)
6029
6030 ### SearchEngines | Add
6031
6032 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.
6033
6034 This policy is only available on the ESR. `Name` and `URLTemplate` are required.
6035
6036 `Name` is the name of the search engine.
6037
6038 `URLTemplate` is the search URL with {searchTerms} to substitute for the search term.
6039
6040 `Method` is either GET or POST
6041
6042 `IconURL` is a URL for the icon to use.
6043
6044 `Alias` is a keyword to use for the engine.
6045
6046 `Description` is a description of the search engine.
6047
6048 `PostData` is the POST data as name value pairs separated by &.
6049
6050 `SuggestURLTemplate` is a search suggestions URL with {searchTerms} to substitute for the search term.
6051
6052 `Encoding` is the query charset for the engine. It defaults to UTF-8.
6053
6054 **Compatibility:** Firefox ESR 60 (POST support in Firefox ESR 68, Encoding support in Firefox 91)\
6055 **CCK2 Equivalent:** `searchplugins`\
6056 **Preferences Affected:** N/A
6057
6058 #### Windows (GPO)
6059 ```
6060 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Name = "Example1"
6061 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\URLTemplate = "https://www.example.org/q={searchTerms}"
6062 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Method = "GET" | "POST"
6063 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\IconURL = "https://www.example.org/favicon.ico"
6064 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Alias = "example"
6065 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\Description = "Example Description"
6066 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\SuggestURLTemplate = "https://www.example.org/suggestions/q={searchTerms}"
6067 Software\Policies\Mozilla\Firefox\SearchEngines\Add\1\PostData = "name=value&q={searchTerms}"
6068 ```
6069 #### Windows (Intune)
6070 OMA-URI:
6071 ```
6072 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_1
6073 ```
6074 Value (string):
6075 ```
6076 <enabled/>
6077 <data id="SearchEngine_Name" value="Example1"/>
6078 <data id="SearchEngine_URLTemplate" value="https://www.example.org/q={searchTerms"/>
6079 <data id="SearchEngine_Method" value="GET | POST"/>
6080 <data id="SearchEngine_IconURL" value="https://www.example.org/favicon.ico"/>
6081 <data id="SearchEngine_Alias" value="example"/>
6082 <data id="SearchEngine_Description" value="Example Description"/>
6083 <data id="SearchEngine_SuggestURLTemplate" value="https://www.example.org/suggestions/q={searchTerms}"/>
6084 <data id="SearchEngine_PostData" value="name=value&amp;q={searchTerms}"/>
6085 ```
6086 #### macOS
6087 ```
6088 <dict>
6089 <key>SearchEngines</key>
6090 <dict>
6091 <key>Add</key>
6092 <array>
6093 <dict>
6094 <key>Name</key>
6095 <string>Example1</string>
6096 <key>URLTemplate</key>
6097 <string>https://www.example.org/q={searchTerms}</string>
6098 <key>Method</key>
6099 <string>GET | POST </string>
6100 <key>IconURL</key>
6101 <string>https://www.example.org/favicon.ico</string>
6102 <key>Alias</key>
6103 <string>example</string>
6104 <key>Description</key>
6105 <string>Example Description</string>
6106 <key>SuggestURLTemplate</key>
6107 <string>https://www.example.org/suggestions/q={searchTerms}</string>
6108 <key>PostData</key>
6109 <string>name=value&q={searchTerms}</string>
6110 </dict>
6111 <array>
6112 </dict>
6113 </dict>
6114 ```
6115 #### policies.json
6116 ```
6117 {
6118 "policies": {
6119 "SearchEngines": {
6120 "Add": [
6121 {
6122 "Name": "Example1",
6123 "URLTemplate": "https://www.example.org/q={searchTerms}",
6124 "Method": "GET" | "POST",
6125 "IconURL": "https://www.example.org/favicon.ico",
6126 "Alias": "example",
6127 "Description": "Description",
6128 "PostData": "name=value&q={searchTerms}",
6129 "SuggestURLTemplate": "https://www.example.org/suggestions/q={searchTerms}"
6130 }
6131 ]
6132 }
6133 }
6134 }
6135 ```
6136 ### SearchEngines | Default
6137
6138 Set the default search engine. This policy is only available on the ESR.
6139
6140 **Compatibility:** Firefox ESR 60\
6141 **CCK2 Equivalent:** `defaultSearchEngine`\
6142 **Preferences Affected:** N/A
6143
6144 #### Windows (GPO)
6145 ```
6146 Software\Policies\Mozilla\Firefox\SearchEngines\Default = NAME_OF_SEARCH_ENGINE
6147 ```
6148 #### Windows (Intune)
6149 OMA-URI:
6150 ```
6151 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Default
6152 ```
6153 Value (string):
6154 ```
6155 <enabled/>
6156 <data id="SearchEngines_Default" value="NAME_OF_SEARCH_ENGINE"/>
6157 ```
6158 #### macOS
6159 ```
6160 <dict>
6161 <key>SearchEngines</key>
6162 <dict>
6163 <key>Default</key>
6164 <string>NAME_OF_SEARCH_ENGINE</string>
6165 </dict>
6166 </dict>
6167 ```
6168 #### policies.json
6169 ```
6170 {
6171 "policies": {
6172 "SearchEngines": {
6173 "Default": "NAME_OF_SEARCH_ENGINE"
6174 }
6175 }
6176 }
6177 ```
6178 ### SearchEngines | PreventInstalls
6179
6180 Prevent installing search engines from webpages.
6181
6182 **Compatibility:** Firefox ESR 60\
6183 **CCK2 Equivalent:** `disableSearchEngineInstall`\
6184 **Preferences Affected:** N/A
6185
6186 #### Windows (GPO)
6187 ```
6188 Software\Policies\Mozilla\Firefox\SearchEngines\PreventInstalls = 0x1 | 0x0
6189 ```
6190 #### Windows (Intune)
6191 OMA-URI:
6192 ```
6193 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_PreventInstalls
6194 ```
6195 Value (string):
6196 ```
6197 <enabled/> or <disabled/>
6198 ```
6199 #### macOS
6200 ```
6201 <dict>
6202 <key>SearchEngines</key>
6203 <dict>
6204 <key>PreventInstalls</key>
6205 <true/> | <false/>
6206 </dict>
6207 </dict>
6208 ```
6209 #### policies.json
6210 ```
6211 {
6212 "policies": {
6213 "SearchEngines": {
6214 "PreventInstalls": true | false
6215 }
6216 }
6217 }
6218 ```
6219 ### SearchEngines | Remove
6220
6221 Hide built-in search engines. This policy is only available on the ESR.
6222
6223 **Compatibility:** Firefox ESR 60.2\
6224 **CCK2 Equivalent:** `removeDefaultSearchEngines` (removed all built-in engines)\
6225 **Preferences Affected:** N/A
6226
6227 #### Windows (GPO)
6228 ```
6229 Software\Policies\Mozilla\Firefox\SearchEngines\Remove\1 = NAME_OF_SEARCH_ENGINE
6230 ```
6231 #### Windows (Intune)
6232 OMA-URI:
6233 ```
6234 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchEngines_Remove
6235 ```
6236 Value (string):
6237 ```
6238 <enabled/>
6239 <data id="SearchEngines_Remove" value="1&#xF000;NAME_OF_SEARCH_ENGINE"/>
6240 ```
6241 #### macOS
6242 ```
6243 <dict>
6244 <key>SearchEngines</key>
6245 <dict>
6246 <key>Remove</key>
6247 <array>
6248 <string>NAME_OF_SEARCH_ENGINE</string>
6249 </array>
6250 </dict>
6251 </dict>
6252 ```
6253 #### policies.json
6254 ```
6255 {
6256 "policies": {
6257 "SearchEngines": {
6258 "Remove": ["NAME_OF_SEARCH_ENGINE"]
6259 }
6260 }
6261 }
6262 ```
6263 ### SearchSuggestEnabled
6264
6265 Enable search suggestions.
6266
6267 **Compatibility:** Firefox 68, Firefox ESR 68\
6268 **CCK2 Equivalent:** N/A\
6269 **Preferences Affected:** `browser.urlbar.suggest.searches`, `browser.search.suggest.enabled`
6270
6271 #### Windows (GPO)
6272 ```
6273 Software\Policies\Mozilla\Firefox\SearchSuggestEnabled = 0x1 | 0x0
6274 ```
6275 #### Windows (Intune)
6276 OMA-URI:
6277 ```
6278 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Search/SearchSuggestEnabled
6279 ```
6280 Value (string):
6281 ```
6282 <enabled/> or <disabled/>
6283 ```
6284 #### macOS
6285 ```
6286 <dict>
6287 <key>SearchSuggestEnabled</key>
6288 <true/> | <false/>
6289 </dict>
6290 ```
6291 #### policies.json
6292 ```
6293 {
6294 "policies": {
6295 "SearchSuggestEnabled": true | false
6296 }
6297 }
6298 ```
6299 ### SecurityDevices
6300
6301 Add or delete PKCS #11 modules.
6302
6303 **Compatibility:** Firefox 114, Firefox ESR 112.12\
6304 **CCK2 Equivalent:** N/A\
6305 **Preferences Affected:** N/A
6306
6307 #### Windows (GPO)
6308 ```
6309 Software\Policies\Mozilla\Firefox\SecurityDevices\Add\NAME_OF_DEVICE_TO_ADD = PATH_TO_LIBRARY_FOR_DEVICE
6310 Software\Policies\Mozilla\Firefox\SecurityDevices\Remove\1 = NAME_OF_DEVICE_TO_REMOVE
6311 ```
6312 #### Windows (Intune)
6313 OMA-URI:
6314 ```
6315 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Add
6316 ```
6317 Value (string):
6318 ```
6319 <enabled/>
6320 <data id="SecurityDevices" value="NAME_OF_DEVICE_TO_ADD&#xF000;PATH_TO_LIBRARY_FOR_DEVICE"/>
6321 ```
6322 OMA-URI:
6323 ```
6324 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices/SecurityDevices_Delete
6325 ```
6326 Value (string):
6327 ```
6328 <enabled/>
6329 <data id="SecurityDevices" value="1&#xF000;NAME_OF_DEVICE_TO_REMOVE"/>
6330 ```
6331 #### macOS
6332 ```
6333 <dict>
6334 <key>SecurityDevices</key>
6335 <dict>
6336 <key>Add<key>
6337 <dict>
6338 <key>NAME_OF_DEVICE_TO_ADD</key>
6339 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
6340 </dict>
6341 <key>Delete</add>
6342 <array>
6343 <string>NAME_OF_DEVICE_TO_DELETE</string>
6344 </array>
6345 </dict>
6346 </dict>
6347 ```
6348 #### policies.json
6349 ```
6350 {
6351 "policies": {
6352 "SecurityDevices": {
6353 "Add": {
6354 "NAME_OF_DEVICE_TO_ADD": "PATH_TO_LIBRARY_FOR_DEVICE"
6355 },
6356 "Delete": ["NAME_OF_DEVICE_TO_DELETE"]
6357 }
6358 }
6359 }
6360 ```
6361 ### SecurityDevices (Deprecated)
6362
6363 Install PKCS #11 modules.
6364
6365 **Compatibility:** Firefox 64, Firefox ESR 60.4\
6366 **CCK2 Equivalent:** `certs.devices`\
6367 **Preferences Affected:** N/A
6368
6369 #### Windows (GPO)
6370 ```
6371 Software\Policies\Mozilla\Firefox\SecurityDevices\NAME_OF_DEVICE = PATH_TO_LIBRARY_FOR_DEVICE
6372 ```
6373 #### Windows (Intune)
6374 OMA-URI:
6375 ```
6376 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SecurityDevices
6377 ```
6378 Value (string):
6379 ```
6380 <enabled/>
6381 <data id="SecurityDevices" value="NAME_OF_DEVICE&#xF000;PATH_TO_LIBRARY_FOR_DEVICE"/>
6382 ```
6383 #### macOS
6384 ```
6385 <dict>
6386 <key>SecurityDevices</key>
6387 <dict>
6388 <key>NAME_OF_DEVICE</key>
6389 <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
6390 </dict>
6391 </dict>
6392 ```
6393 #### policies.json
6394 ```
6395 {
6396 "policies": {
6397 "SecurityDevices": {
6398 "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE"
6399 }
6400 }
6401 }
6402 ```
6403 ### ShowHomeButton
6404 Show the home button on the toolbar.
6405
6406 Future versions of Firefox will not show the home button by default.
6407
6408 **Compatibility:** Firefox 88, Firefox ESR 78.10\
6409 **CCK2 Equivalent:** N/A\
6410 **Preferences Affected:** N/A
6411
6412 #### Windows (GPO)
6413 ```
6414 Software\Policies\Mozilla\Firefox\ShowHomeButton = 0x1 | 0x0
6415 ```
6416 #### Windows (Intune)
6417 OMA-URI:
6418 ```
6419 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Homepage/Homepage_ShowHomeButton
6420 ```
6421 Value (string):
6422 ```
6423 <enabled/> or <disabled/>
6424 ```
6425 #### macOS
6426 ```
6427 <dict>
6428 <key>ShowHomeButton</key>
6429 <true/> | <false/>
6430 </dict>
6431 ```
6432 #### policies.json
6433 ```
6434 {
6435 "policies": {
6436 "ShowHomeButton": true | false
6437 }
6438 }
6439 ```
6440 ### SSLVersionMax
6441
6442 Set and lock the maximum version of TLS. (Firefox defaults to a maximum of TLS 1.3.)
6443
6444 **Compatibility:** Firefox 66, Firefox ESR 60.6\
6445 **CCK2 Equivalent:** N/A\
6446 **Preferences Affected:** `security.tls.version.max`
6447
6448 #### Windows (GPO)
6449 ```
6450 Software\Policies\Mozilla\Firefox\SSLVersionMax = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6451 ```
6452 #### Windows (Intune)
6453 OMA-URI:
6454 ```
6455 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMax
6456 ```
6457 Value (string):
6458 ```
6459 <enabled/>
6460 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
6461 ```
6462 #### macOS
6463 ```
6464 <dict>
6465 <key>SSLVersionMax</key>
6466 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
6467 </dict>
6468 ```
6469
6470 #### policies.json
6471 ```
6472 {
6473 "policies": {
6474 "SSLVersionMax": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6475 }
6476 }
6477 ```
6478 ### SSLVersionMin
6479
6480 Set and lock the minimum version of TLS. (Firefox defaults to a minimum of TLS 1.2.)
6481
6482 **Compatibility:** Firefox 66, Firefox ESR 60.6\
6483 **CCK2 Equivalent:** N/A\
6484 **Preferences Affected:** `security.tls.version.min`
6485
6486 #### Windows (GPO)
6487 ```
6488 Software\Policies\Mozilla\Firefox\SSLVersionMin = "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6489 ```
6490 #### Windows (Intune)
6491 OMA-URI:
6492 ```
6493 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SSLVersionMin
6494 ```
6495 Value (string):
6496 ```
6497 <enabled/>
6498 <data id="SSLVersion" value="tls1 | tls1.2 | tls1.3"/>
6499 ```
6500 #### macOS
6501 ```
6502 <dict>
6503 <key>SSLVersionMin</key>
6504 <string>tls1 | tls1.1 | tls1.2 | tls1.3</string>
6505 </dict>
6506 ```
6507
6508 #### policies.json
6509 ```
6510 {
6511 "policies": {
6512 "SSLVersionMin": "tls1" | "tls1.1" | "tls1.2" | "tls1.3"
6513 }
6514 }
6515 ```
6516 ### StartDownloadsInTempDirectory
6517 Force downloads to start off in a local, temporary location rather than the default download directory.
6518
6519 **Compatibility:** Firefox 102\
6520 **CCK2 Equivalent:** N/A\
6521 **Preferences Affected:** `browser.download.start_downloads_in_tmp_dir`
6522
6523 #### Windows (GPO)
6524 ```
6525 Software\Policies\Mozilla\Firefox\StartDownloadsInTempDirectory = 0x1 | 0x0
6526 ```
6527 #### Windows (Intune)
6528 OMA-URI:
6529 ```
6530 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/StartDownloadsInTempDirectory
6531 ```
6532 Value (string):
6533 ```
6534 <enabled/> or <disabled/>
6535 ```
6536 #### macOS
6537 ```
6538 <dict>
6539 <key>StartDownloadsInTempDirectory</key>
6540 <true/> | <false/>
6541 </dict>
6542 ```
6543 #### policies.json
6544 ```
6545 {
6546 "policies": {
6547 "StartDownloadsInTempDirectory": true | false
6548 }
6549 ```
6550 ### SupportMenu
6551 Add a menuitem to the help menu for specifying support information.
6552
6553 **Compatibility:** Firefox 68.0.1, Firefox ESR 68.0.1\
6554 **CCK2 Equivalent:** helpMenu\
6555 **Preferences Affected:** N/A
6556
6557 #### Windows (GPO)
6558 ```
6559 Software\Policies\Mozilla\Firefox\SupportMenu\Title = "Support Menu"
6560 Software\Policies\Mozilla\Firefox\SupportMenu\URL = "http://example.com/support"
6561 Software\Policies\Mozilla\Firefox\SupportMenu\AccessKey = "S"
6562 ```
6563 #### Windows (Intune)
6564 OMA-URI:
6565 ```
6566 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/SupportMenu
6567 ```
6568 Value (string):
6569 ```
6570 <enabled/>
6571 <data id="SupportMenuTitle" value="Support Menu"/>
6572 <data id="SupportMenuURL" value="http://example.com/support"/>
6573 <data id="SupportMenuAccessKey" value="S"/>
6574 ```
6575 #### macOS
6576 ```
6577 <dict>
6578 <key>SupportMenu</key>
6579 <dict>
6580 <key>Title</key>
6581 <string>SupportMenu</string>
6582 <key>URL</key>
6583 <string>http://example.com/support</string>
6584 <key>AccessKey</key>
6585 <string>S</string>
6586 </dict>
6587 </dict>
6588 ```
6589 #### policies.json
6590 ```
6591 {
6592 "policies": {
6593 "SupportMenu": {
6594 "Title": "Support Menu",
6595 "URL": "http://example.com/support",
6596 "AccessKey": "S"
6597 }
6598 }
6599 }
6600 ```
6601 ### TranslateEnabled
6602 Enable or disable webpage translation.
6603
6604 Note: Web page translation is done completely on the client, so there is no data or privacy risk.
6605
6606 If you only want to disable the popup, you can set the pref `browser.translations.automaticallyPopup` to false using the [Preferences](#preferences) policy.
6607
6608 **Compatibility:** Firefox 126\
6609 **CCK2 Equivalent:** N/A\
6610 **Preferences Affected:** `browser.translations.enable`
6611
6612 #### Windows (GPO)
6613 ```
6614 Software\Policies\Mozilla\Firefox\TranslateEnabled = 0x1 | 0x0
6615 ```
6616 #### Windows (Intune)
6617 OMA-URI:
6618 ```
6619 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/TranslateEnabled
6620 ```
6621 Value (string):
6622 ```
6623 <enabled/> or <disabled/>
6624 ```
6625 #### macOS
6626 ```
6627 <dict>
6628 <key>TranslateEnabled</key>
6629 <true/> | <false/>
6630 </dict>
6631 ```
6632 #### policies.json
6633 ```
6634 {
6635 "policies": {
6636 "TranslateEnabled": true | false
6637 }
6638 }
6639 ```
6640 ### UserMessaging
6641
6642 Prevent Firefox from messaging the user in certain situations.
6643
6644 `WhatsNew` Remove the "What's New" icon and menuitem. (*Deprecated*)
6645
6646 `ExtensionRecommendations` If false, don't recommend extensions while the user is visiting web pages.
6647
6648 `FeatureRecommendations` If false, don't recommend browser features.
6649
6650 `UrlbarInterventions` If false, Don't offer Firefox specific suggestions in the URL bar.
6651
6652 `SkipOnboarding` If true, don't show onboarding messages on the new tab page.
6653
6654 `MoreFromMozilla` If false, don't show the "More from Mozilla" section in Preferences. (Firefox 98)
6655
6656 `Locked` prevents the user from changing user messaging preferences.
6657
6658 **Compatibility:** Firefox 75, Firefox ESR 68.7\
6659 **CCK2 Equivalent:** N/A\
6660 **Preferences Affected:** `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons`, `browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features`, `browser.aboutwelcome.enabled`, `browser.preferences.moreFromMozilla`
6661
6662 #### Windows (GPO)
6663 ```
6664 Software\Policies\Mozilla\Firefox\UserMessaging\ExtensionRecommendations = 0x1 | 0x0
6665 Software\Policies\Mozilla\Firefox\UserMessaging\FeatureRecommendations = 0x1 | 0x0
6666 Software\Policies\Mozilla\Firefox\UserMessaging\UrlbarInterventions = 0x1 | 0x0
6667 Software\Policies\Mozilla\Firefox\UserMessaging\SkipOnboarding = 0x1 | 0x0
6668 Software\Policies\Mozilla\Firefox\UserMessaging\MoreFromMozilla = 0x1 | 0x0
6669 Software\Policies\Mozilla\Firefox\UserMessaging\Locked = 0x1 | 0x0
6670 ```
6671 #### Windows (Intune)
6672 OMA-URI:
6673 ```
6674 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_ExtensionRecommendations
6675 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_FeatureRecommendations
6676 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_UrlbarInterventions
6677 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_SkipOnboarding
6678 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_MoreFromMozilla
6679 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~UserMessaging/UserMessaging_Locked
6680 ```
6681 Value (string):
6682 ```
6683 <enabled/> or <disabled/>
6684 ```
6685 #### macOS
6686 ```
6687 <dict>
6688 <key>UserMessaging</key>
6689 <dict>
6690 <key>ExtensionRecommendations</key>
6691 <true/> | <false/>
6692 <key>FeatureRecommendations</key>
6693 <true/> | <false/>
6694 <key>UrlbarInterventions</key>
6695 <true/> | <false/>
6696 <key>SkipOnboarding</key>
6697 <true/> | <false/>
6698 <key>MoreFromMozilla</key>
6699 <true/> | <false/>
6700 <key>Locked</key>
6701 <true/> | <false/>
6702 </dict>
6703 </dict>
6704 ```
6705 #### policies.json
6706 ```
6707 {
6708 "policies": {
6709 "UserMessaging": {
6710 "ExtensionRecommendations": true | false,
6711 "FeatureRecommendations": true | false,
6712 "UrlbarInterventions": true | false,
6713 "SkipOnboarding": true | false,
6714 "MoreFromMozilla": true | false,
6715 "Locked": true | false
6716 }
6717 }
6718 }
6719 ```
6720 ### UseSystemPrintDialog
6721 Use the system print dialog instead of the print preview window.
6722
6723 **Compatibility:** Firefox 102\
6724 **CCK2 Equivalent:** N/A\
6725 **Preferences Affected:** `print.prefer_system_dialog`
6726
6727 #### Windows (GPO)
6728 ```
6729 Software\Policies\Mozilla\Firefox\UseSystemPrintDialog = 0x1 | 0x0
6730 ```
6731 #### Windows (Intune)
6732 OMA-URI:
6733 ```
6734 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/UseSystemPrintDialog
6735 ```
6736 Value (string):
6737 ```
6738 <enabled/> or <disabled/>
6739 ```
6740 #### macOS
6741 ```
6742 <dict>
6743 <key>UseSystemPrintDialog</key>
6744 <true/> | <false/>
6745 </dict>
6746 ```
6747 #### policies.json
6748 ```
6749 {
6750 "policies": {
6751 "UseSystemPrintDialog": true | false
6752 }
6753 }
6754 ```
6755 ### WebsiteFilter
6756 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.
6757 The arrays are limited to 1000 entries each.
6758
6759 If you want to block all URLs, you can use `<all_urls>` or `*://*/*`. You can't have just a `*` on the right side.
6760
6761 For specific protocols, use `https://*/*` or `http://*/*`.
6762
6763 As of Firefox 83 and Firefox ESR 78.5, file URLs are supported.
6764
6765 **Compatibility:** Firefox 60, Firefox ESR 60\
6766 **CCK2 Equivalent:** N/A\
6767 **Preferences Affected:** N/A
6768
6769 #### Windows (GPO)
6770 ```
6771 Software\Policies\Mozilla\Firefox\WebsiteFilter\Block\1 = "<all_urls>"
6772 Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions\1 = "http://example.org/*"
6773 ```
6774 #### Windows (Intune)
6775 OMA-URI:
6776 ```
6777 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Block
6778 ```
6779 Value (string):
6780 ```
6781 <enabled/> <data id="WebsiteFilter" value="1&#xF000;&#60;all_urls&#62;"/>
6782 ```
6783 OMA-URI:
6784 ```
6785 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/B_WebsiteFilter_Exceptions
6786 ```
6787 Value (string):
6788 ```
6789 <enabled/>
6790 <data id="WebsiteFilter" value="1&#xF000;http://example.org/*"/>
6791 ```
6792 If you are using custom ADMX and ADML administrative templates in Intune, you can use this OMA-URI instead
6793 to workaround the limit on the length of strings. Put all of your JSON on one line.
6794
6795 OMA-URI:
6796 ```
6797 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Extensions/WebsiteFilterOneLine
6798 ```
6799 Value (string):
6800 ```
6801 <enabled/>
6802 <data id="JSONOneLine" value='{"Block": ["<all_urls>"],"Exceptions": ["http://example.org/*"]}'/>
6803 ```
6804 #### macOS
6805 ```
6806 <dict>
6807 <key>WebsiteFilter</key>
6808 <dict>
6809 <key>Block</key>
6810 <array>
6811 <string><all_urls></string>
6812 </array>
6813 <key>Exceptions</key>
6814 <array>
6815 <string>http://example.org/*</string>
6816 </array>
6817 </dict>
6818
6819 </dict>
6820 ```
6821 #### policies.json
6822 ```
6823 {
6824 "policies": {
6825 "WebsiteFilter": {
6826 "Block": ["<all_urls>"],
6827 "Exceptions": ["http://example.org/*"]
6828 }
6829 }
6830 }
6831 ```
6832 ### WindowsSSO
6833 Allow Windows single sign-on for Microsoft, work, and school accounts.
6834
6835 If this policy is set to true, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
6836
6837 **Compatibility:** Firefox 91\
6838 **CCK2 Equivalent:** N/A\
6839 **Preferences Affected:** `network.http.windows-sso.enabled`
6840
6841 #### Windows (GPO)
6842 ```
6843 Software\Policies\Mozilla\Firefox\WindowsSSO = 0x1 | 0x0
6844 ```
6845 #### Windows (Intune)
6846 OMA-URI:
6847 ```
6848 ./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/WindowsSSO
6849 ```
6850 Value (string):
6851 ```
6852 <enabled/> or <disabled/>
6853 ```
6854 #### policies.json
6855 ```
6856 {
6857 "policies": {
6858 "WindowsSSO": true | false
6859 }
6860 }
6861 ```

patrick-canterino.de