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

patrick-canterino.de