<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitionResources revision="2.9" schemaVersion="1.0" >
+<policyDefinitionResources revision="4.8" schemaVersion="1.0" >
<displayName/>
<description/>
<resources >
<string id="SUPPORTED_FF88">Firefox 88 or later, Firefox 78.10 ESR or later</string>
<string id="SUPPORTED_FF89">Firefox 89 or later, Firefox 78.11 ESR or later</string>
<string id="SUPPORTED_FF90">Firefox 90 or later, Firefox 78.12 ESR or later</string>
+ <string id="SUPPORTED_FF91">Firefox 91 or later</string>
+ <string id="SUPPORTED_FF95">Firefox 95 or later, Firefox 91.4 ESR or later</string>
+ <string id="SUPPORTED_FF96">Firefox 96 or later, Firefox 91.5 ESR or later</string>
+ <string id="SUPPORTED_FF96_ONLY">Firefox 96 or later</string>
+ <string id="SUPPORTED_FF97">Firefox 97 or later, Firefox 91.6 ESR or later</string>
+ <string id="SUPPORTED_FF98_ONLY">Firefox 98 or later</string>
+ <string id="SUPPORTED_FF99">Firefox 99 or later, Firefox 91.8 ESR or later</string>
+ <string id="SUPPORTED_FF100">Firefox 100 or later, Firefox 91.9 ESR or later</string>
+ <string id="SUPPORTED_FF101">Firefox 101 or later, Firefox 91.10 ESR or later</string>
+ <string id="SUPPORTED_FF102">Firefox 102 or later</string>
+ <string id="SUPPORTED_FF104">Firefox 104 or later, Firefox 102.2 ESR or later</string>
+ <string id="SUPPORTED_FF105">Firefox 105 or later, Firefox 102.3 ESR or later</string>
+ <string id="SUPPORTED_FF106">Firefox 106 or later, Firefox 102.4 ESR or later</string>
+ <string id="SUPPORTED_FF107">Firefox 107 or later, Firefox 102.5 ESR or later</string>
+ <string id="SUPPORTED_FF108">Firefox 108 or later, Firefox 102.6 ESR or later</string>
+ <string id="SUPPORTED_FF109">Firefox 109 or later, Firefox 102.7 ESR or later</string>
+ <string id="SUPPORTED_FF110">Firefox 110 or later, Firefox 102.8 ESR or later</string>
+ <string id="SUPPORTED_FF112_ONLY">Firefox 112 or later</string>
<string id="firefox">Firefox</string>
<string id="Permissions_group">Permissions</string>
<string id="Camera_group">Camera</string>
<string id="UserMessaging_group">User Messaging</string>
<string id="DisabledCiphers_group">Disabled Ciphers</string>
<string id="EncryptedMediaExtensions_group">Encrypted Media Extensions</string>
- <string id="PDFjs_group">PDFjs</string>
+ <string id="PDFjs_group">PDF.js</string>
<string id="PictureInPicture_group">Picture-in-Picture</string>
+ <string id="ProxySettings_group">Proxy Settings</string>
<string id="Allow">Allowed Sites</string>
<string id="AllowSession">Allowed Sites (Session Only)</string>
<string id="Block">Blocked Sites</string>
If this policy is disabled or not configured, telemetry is collected and uploaded.
Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours.</string>
- <string id="DisplayBookmarksToolbar">Display Bookmarks Toolbar</string>
+ <string id="DisplayBookmarksToolbar">Display Bookmarks Toolbar (Deprecated)</string>
<string id="DisplayBookmarksToolbar_Explain">If this policy is enabled, the bookmarks toolbar is displayed by default. The user can still hide it.
If this policy is disabled or not configured, the bookmarks toolbar is not displayed by default.</string>
+ <string id="DisplayBookmarksToolbar_Enum">Display Bookmarks Toolbar</string>
+ <string id="DisplayBookmarksToolbar_Enum_Explain">If this policy is enabled, the default bokmarks toolbar display can be configured.
+
+If this policy is disabled or not configured, the bookmarks toolbar is displayed on the new tab page by default.</string>
+ <string id="DisplayBookmarksToolbar_Always">Always</string>
+ <string id="DisplayBookmarksToolbar_Never">Never</string>
+ <string id="DisplayBookmarksToolbar_NewTab">New Tab</string>
<string id="DisplayMenuBar">Display Menu Bar (Deprecated)</string>
<string id="DisplayMenuBar_Explain">If this policy is enabled, the menu bar is displayed by default. The user can still hide it.
For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#extensionsettings.</string>
<string id="HardwareAcceleration">Hardware Acceleration</string>
- <string id="HardwareAcceleration_Explain">If this policy is disabled, hardware acceleration and cannot be enabled.
+ <string id="HardwareAcceleration_Explain">If this policy is disabled, hardware acceleration is disabled and cannot be enabled.
If this policy is enabled or not configured, hardware acceleration is enabled.</string>
<string id="LegacyProfiles">Legacy Profiles</string>
<string id="LegacyProfiles_Explain">If this policy is enabled, 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.
If this policy is disabled or not configured, Firefox will create a new profile for each unique installation of Firefox.</string>
+ <string id="LegacySameSiteCookieBehaviorEnabled">Revert to legacy SameSite behavior</string>
+ <string id="LegacySameSiteCookieBehaviorEnabled_Explain">If this policy is enabled, Firefox will revert to the legacy behavior of SameSite. This means that cookies that don't explicitly specify a SameSite attribute are treated as if they were SameSite=None.
+
+If this policy is disabled or not configured, Firefox will enforce SameSite=lax.</string>
+ <string id="LegacySameSiteCookieBehaviorEnabledForDomainList">Revert to legacy SameSite behavior on specific domains</string>
+ <string id="LegacySameSiteCookieBehaviorEnabledForDomainList_Explain">If this policy is enabled, Firefox will revert to the legacy behavior of SameSite for the specified domains. This means that cookies that don't explicitly specify a SameSite attribute are treated as if they were SameSite=None.
+
+If this policy is disabled or not configured, Firefox will enforce SameSite=lax for all domains.</string>
<string id="LocalFileLinks">Local File Links</string>
<string id="LocalFileLinks_Explain">If this policy is enabled, you can specify origins where linking to local files is allowed.
<string id="Cookies_Block_Explain">If this policy is enabled, cookies are blocked for the origins indicated. If a top level domain is specified (http://example.org), cookies are blocked from all subdomains as well.
If this policy is disabled or not configured, cookies are not blocked by default.</string>
- <string id="Cookies_Default">Accept cookies from websites</string>
+ <string id="Cookies_Default">Accept cookies from websites (Deprecated)</string>
<string id="Cookies_Default_Explain">If this policy is disabled, cookies are not accepted from websites by default.
If this policy is not configured or enabled, cookies are accepted from websites.</string>
- <string id="Cookies_AcceptThirdParty">Accept third-party cookies</string>
+ <string id="Cookies_AcceptThirdParty">Accept third-party cookies (Deprecated)</string>
<string id="Cookies_AcceptThirdParty_Explain">If this policy is enabled and cookies are allowed, you can set when to accept third-party cookies.
This setting is ignored if this policy is disabled or not configured or if cookies are not allowed.</string>
<string id="Cookies_ExpireAtSessionEnd_Explain">If this policy is enabled and cookies are allowed, they will expire when Firefox is closed.
This setting is ignored if this policy is disabled or not configured or if cookies are not allowed.</string>
- <string id="Cookies_RejectTracker">Reject trackers</string>
+ <string id="Cookies_RejectTracker">Reject trackers (Deprecated)</string>
<string id="Cookies_RejectTracker_Explain">If this policy is enabled and cookies are allowed, Firefox will reject tracker cookies by default.
This setting is ignored if this policy is disabled or not configured or if cookies are not allowed.</string>
<string id="Cookies_Locked">Do not allow preferences to be changed</string>
- <string id="Cookies_Locked_Explain">If this policy is enabled, cookie preferences cannot be changed by the user.
-
-If this policy is disabled or not configured, the user can change their cookie preferences.</string>
+ <string id="Cookies_Locked_Explain">If this policy is enabled, cookie preferences cannot be changed by the user.</string>
+ <string id="Cookies_Behavior">Cookie Behavior</string>
+ <string id="Cookies_Behavior_Explain">If this policy is enabled, you can configure cookie behavior.
+
+If this policy is not configured or disabled, cookies are rejected for known trackers.</string>
+ <string id="Cookies_BehaviorPrivateBrowsing">Cookie Behavior in private browsing</string>
+ <string id="Cookies_BehaviorPrivateBrowsing_Explain">If this policy is enabled, you can configure cookie behavior in private browsing.
+
+If this policy is not configured or disabled, in private browsing, cookies are rejected for known trackers and third-party cookies are partitioned.</string>
+ <string id="Cookies_Behavior_Accept">Accept all cookies</string>
+ <string id="Cookies_Behavior_RejectForeign">Reject third party cookies</string>
+ <string id="Cookies_Behavior_Reject">Reject all cookies</string>
+ <string id="Cookies_Behavior_LimitForeign">Reject third party cookies for sites you haven't visited</string>
+ <string id="Cookies_Behavior_RejectTracker">Reject cookies for known trackers</string>
+ <string id="Cookies_Behavior_RejectTrackerAndPartitionForeign">Reject cookies for known trackers and partition third-party cookies (Total Cookie Protection)</string>
<string id="Camera_Allow_Explain">If this policy is enabled, access to the camera is always allowed for the origins indicated.
If this policy is disabled or not configured, the default camera policy is followed.</string>
<string id="Bookmark48">Bookmark 48</string>
<string id="Bookmark49">Bookmark 49</string>
<string id="Bookmark50">Bookmark 50</string>
- <string id="Bookmark_Explain">If this policy is enabled, you can configure a bookmark be added to Firefox. Due to a bug, you must select the location. Note that you must specify the bookmarks in order.
+ <string id="Bookmark_Explain">If this policy is enabled, you can configure a bookmark be added to Firefox. Due to a bug, you must select the location. Note that you must specify the bookmarks in order.
If this policy is disabled or not configured, a new bookmark is not added.</string>
<string id="BookmarkPlacementToolbar">Toolbar</string>
<string id="Homepage">Homepage</string>
<string id="PreviousSession">Previous Session</string>
<string id="HomepageLocked">Homepage (Locked)</string>
+ <string id="Homepage_ShowHomeButton">Show Home button on toolbar</string>
+ <string id="Homepage_ShowHomeButton_Explain">If this policy is enabled, the home button will appear on the toolbar by default.
+
+If this policy is disabled, the home button will not appear on the toolbar by default.
+
+If this policy is not configured, Firefox will determine whether or not the home button appears on the toolbar by default.</string>
<string id="PasswordManagerEnabled">Password Manager</string>
<string id="PasswordManagerEnabled_Explain">If this policy is disabled, the password manager is not available via preferences.
If this policy is enabled or not configured, the password manager is available via preferences.</string>
+ <string id="PasswordManagerExceptions">Password Manager Exceptions</string>
+ <string id="PasswordManagerExceptions_Explain">If this policy is enabled, you can specify sites where Firefox won't offer to save passwords.
+
+If this policy is disabled or not configured, Firefox will offer to save passwords on all sites.</string>
<string id="PromptForDownloadLocation">Prompt for download location</string>
<string id="PromptForDownloadLocation_Explain">If this policy is disabled, the user is not prompted for a download location.
If this policy is enabled, the user is always prompted for a download location.
If this policy is not configured, the user is prompted for a download location, but can change the default.</string>
- <string id="Proxy">Proxy Settings</string>
+ <string id="Proxy">Proxy Settings (Moved)</string>
<string id="Proxy_Explain">If this policy is enabled, you can configure and lock network settings.
Select the connection type and then fill in the appropriate sections. Due to a bug, you must select a value for the SOCKS proxy version.
<string id="UserMessaging_UrlbarInterventions_Explain">If this policy is disabled, actions will not be recommended based on what the user types in the URL bar.
If this policy is enabled or not configured, actions will be recommended based on what the user types in the URL bar.</string>
+ <string id="UserMessaging_SkipOnboarding">Skip Onboarding</string>
+ <string id="UserMessaging_SkipOnboarding_Explain">If this policy is enabled, onboarding messages will not be shown on the new tab page.
+
+If this policy is disabled or not configured, onboarding messages will be shown on the new tab page.</string>
+ <string id="UserMessaging_MoreFromMozilla">More from Mozilla</string>
+ <string id="UserMessaging_MoreFromMozilla_Explain">If this policy is disabled, the More from Mozilla section will not be shown in preferences.
+
+If this policy is enabled or not configured, the More from Mozilla section will be shown in preferences.</string>
<string id="DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA">TLS_DHE_RSA_WITH_AES_128_CBC_SHA</string>
<string id="DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA">TLS_DHE_RSA_WITH_AES_256_CBC_SHA</string>
<string id="DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA">TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA</string>
<string id="DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA">TLS_RSA_WITH_3DES_EDE_CBC_SHA</string>
<string id="DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256">TLS_RSA_WITH_AES_128_GCM_SHA256</string>
<string id="DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384">TLS_RSA_WITH_AES_256_GCM_SHA384</string>
+ <string id="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA">TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA</string>
+ <string id="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA">TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA</string>
+ <string id="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384">TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384</string>
+ <string id="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256">TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256</string>
+ <string id="DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384">TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384</string>
+ <string id="DisabledCiphers_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256">TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256</string>
<string id="DisabledCiphers_Explain">If this policy is enabled, the corresponding cipher is disabled.
If this policy is disabled, the corresponding cipher is enabled.
<string id="EncryptedMediaExtensions_Locked_Explain">If this policy is enabled and EncryptedMediaExtensions are disabled, Firefox will not download encrypted media extensions (like Widevine) or ask the user to install them.
If this policy is not disabled or not configured, it has no effect.</string>
- <string id="PDFjs_Enabled">Enable PDFjs</string>
+ <string id="PDFjs_Enabled">Enable PDF.js</string>
<string id="PDFjs_Enabled_Explain">If this policy is disabled, the built-in PDF viewer is not used.
If this policy is enabled or not configured, the built-in PDF viewer is used.</string>
If this policy is disabled or not configured, preferences are not modified.
For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#preferences.</string>
+ <string id="Bookmarks">Bookmarks (JSON)</string>
+ <string id="Bookmarks_Explain">If this policy is enabled, you can use JSON to configure bookmarks, including [] to clear all bookmarks.
+
+If this policy is disabled or not configured, the individual bookmark policies are used.
+
+If this policy is enabled along with individual bookmarks, those bookmarks will not be added.
+
+This policy has no effect on Managed Bookmarks.
+
+For detailed information on the JSON, see https://github.com/mozilla/policy-templates/blob/master/README.md#bookmarks.</string>
<string id="ManagedBookmarks">Managed Bookmarks</string>
<string id="ManagedBookmarks_Explain">If this policy is enabled, you can use JSON to configure managed bookmarks.
If this policy is disabled or not configured, managed bookmarks are not added.
For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#managedbookmarks.</string>
+ <string id="AllowedDomainsForApps">Define domains allowed to access Google Workspace</string>
+ <string id="AllowedDomainsForApps_Explain">If this policy is enabled, users can only access Google Workspace for the specified domains (separated by a comma). To allow access to Gmail, you can add consumer_accounts.
+
+If this policy is disabled or not configured, users can access any account on Google Workspace as well as Gmail.</string>
+ <string id="BackgroundAppUpdate">Background updater</string>
+ <string id="BackgroundAppUpdate_Explain">If this policy disabled, the application will not try to install updates when the application is not running.
+
+If this policy is enabled or not configured, 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.</string>
+ <string id="AutoLaunchProtocolsFromOrigins">Auto Launch Protocols From Origins</string>
+ <string id="AutoLaunchProtocolsFromOrigins_Explain">If this policy is enabled, you can define a list of external protocols that can be used from listed origins without prompting the user.
+
+If this policy is disabled or not configured, any site that invokes an external protocol will ask the user for permission.
+
+For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#autolaunchprotocolsfromorigins.</string>
+ <string id="WindowsSSO">Windows SSO</string>
+ <string id="WindowsSSO_Explain">If this policy is enabled, Firefox will use credentials stored in Windows to sign in to Microsoft, work, and school accounts.
+
+If this policy is disabled or not configured, credentials must be entered manually.</string>
+ <string id="UseSystemPrintDialog">Use System Print Dialog</string>
+ <string id="UseSystemPrintDialog_Explain">If this policy is enabled, Firefox will use the system print dialog instead of showing print preview before printing.
+
+If this policy is disabled or not configured, Firefox will show print preview before printing.</string>
+ <string id="ExemptDomainFileTypePairsFromFileTypeDownloadWarnings">Disable warnings based on file extension for specific file types on domains</string>
+ <string id="ExemptDomainFileTypePairsFromFileTypeDownloadWarnings_Explain">If this policy is enabled, you can define a list of domains and file type extensions that will be exempt from executable warnings.
+
+If this policy is disabled or not configured, warnings are shown for all executable file types.
+
+For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#exemptdomainfiletypepairsfromfiletypedownloadwarnings.</string>
+ <string id="StartDownloadsInTempDirectory">Start Downloads in Temporary Directory</string>
+ <string id="StartDownloadsInTempDirectory_Explain">If this policy is enabled, Firefox will start downloads in a temporary directory and automatically deleted when you close the browser.
+
+If this policy is disabled or not configured, Firefox will to the download folder and will not be automatically deleted when you close the browser.</string>
+ <string id="GoToIntranetSiteForSingleWordEntryInAddressBar">Force direct intranet site navigation on single word entries in the address bar</string>
+ <string id="GoToIntranetSiteForSingleWordEntryInAddressBar_Explain">If this policy is enabled, typing single word entries in the address bar will attempt to navigate to intranet sites first, falling back to search if the DNS request fails.
+
+If this policy is disabled or not configured, typing single word entries in the address bar will search.</string>
+ <string id="AppUpdatePin">Pin updates to a specific version</string>
+ <string id="AppUpdatePin_Explain">If this policy is enabled, you can specify a Firefox version as xx. or xx.xx. and Firefox will not be updated beyond that major or minor version.
+
+If this policy is disabled or not configured, Firefox will update normally.</string>
+ <string id="Proxy_Locked">Do not allow proxy settings to be changed</string>
+ <string id="Proxy_Locked_Explain">If this policy is enabled, proxy settings cannot be changed by the user.
+
+If this policy is disabled or not configured, the user can change their proxy settings.</string>
+ <string id="Proxy_ConnectionType">Connection Type</string>
+ <string id="Proxy_ConnectionType_Explain">If this policy is enabled, you can set the connection type.
+
+If this policy is disabled or not configured, Firefox defaults to using the system proxy.</string>
+ <string id="Proxy_HTTPProxy">HTTP Proxy</string>
+ <string id="Proxy_HTTPProxy_Explain">If this policy is enabled, you can set the HTTP Proxy used when manual proxy configuration is specified.
+
+If this policy is disabled or not configured, Firefox does not use an HTTP Proxy.</string>
+ <string id="Proxy_UseHTTPProxyForAllProtocols">Use HTTP proxy for HTTPS</string>
+ <string id="Proxy_UseHTTPProxyForAllProtocols_Explain">If this policy is enabled, the HTTP Proxy is used for HTTPS when manual proxy configuration is specified.
+
+If this policy is disabled or not configured, Firefox does not use an HTTPS Proxy unless specified.</string>
+ <string id="Proxy_SSLProxy">HTTPS Proxy</string>
+ <string id="Proxy_SSLProxy_Explain">If this policy is enabled, you can set the HTTPS Proxy used when manual proxy configuration is specified.
+
+If this policy is disabled or not configured, Firefox does not use an HTTPS Proxy.</string>
+ <string id="Proxy_SOCKSProxy">SOCKS Host</string>
+ <string id="Proxy_SOCKSProxy_Explain">If this policy is enabled, you can set the SOCKS Host and version used when manual proxy configuration is specified.
+
+If this policy is disabled or not configured, Firefox does not use a SOCKS Host.</string>
+ <string id="Proxy_AutoConfigURL">Automatic proxy configuration URL</string>
+ <string id="Proxy_AutoConfigURL_Explain">If this policy is enabled, you can set the automatic proxy configuration URL.
+
+If this policy is disabled or not configured, Firefox does not use an automatic proxy configuration URL.</string>
+ <string id="Proxy_Passthrough">Proxy Passthrough</string>
+ <string id="Proxy_Passthrough_Explain">If this policy is enabled, the proxy settings are bypassed for the locations specified.
+
+If this policy is disabled or not configured, Firefox does not bypass the proxy.</string>
+ <string id="Proxy_AutoLogin">Do not prompt for authentication if password is saved</string>
+ <string id="Proxy_AutoLogin_Explain">If this policy is enabled, Firefox will not prompt for proxy authentication when a password is saved.
+
+If this policy is disabled or not configured, Firefox will always prompt for proxy authentication.</string>
+ <string id="Proxy_UseProxyForDNS">Proxy DNS when using SOCKS v5</string>
+ <string id="Proxy_UseProxyForDNS_Explain">If this policy is enabled, DNS is proxied when using SOCKS v5.
+
+If this policy is disabled or not configured, DNS is not proxied when using SOCKS v5.</string>
+ <string id="DisableThirdPartyModuleBlocking">Disable Third Party Module Blocking</string>
+ <string id="DisableThirdPartyModuleBlocking_Explain">If this policy is enabled, users are not allowed to block third-party modules from the about:third-party page.
+
+If this policy is disabled or not configured, users users are allowed to block third-party modules from the about:third-party page.</string>
<string id="Preferences_Boolean_Explain">If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.
For a description of the preference, see:
<presentation id="Cookies_AcceptThirdParty">
<dropdownList refId="Cookies_AcceptThirdParty"/>
</presentation>
+ <presentation id="Cookies_Behavior">
+ <dropdownList refId="Cookies_Behavior"/>
+ </presentation>
+ <presentation id="Cookies_BehaviorPrivateBrowsing">
+ <dropdownList refId="Cookies_BehaviorPrivateBrowsing"/>
+ </presentation>
<presentation id="SearchBar">
<dropdownList refId="SearchBar"/>
</presentation>
<textBox refId="SearchEngine_PostData">
<label>POST data:</label>
</textBox>
+ <textBox refId="SearchEngine_Encoding">
+ <label>Encoding:</label>
+ </textBox>
</presentation>
<presentation id="SearchEngines_Default">
<textBox refId="SearchEngines_Default">
<presentation id="Preferences_security_default_personal_cert">
<dropdownList refId="Preferences_security_default_personal_cert"/>
</presentation>
+ <presentation id="LegacySameSiteCookieBehaviorEnabledForDomainList">
+ <listBox refId="LegacySameSiteCookieBehaviorEnabledForDomainList"/>
+ </presentation>
<presentation id="LocalFileLinks">
<listBox refId="LocalFileLinks"/>
</presentation>
<presentation id="FirefoxHome">
<checkBox refId="FirefoxHome_Search">Search</checkBox>
<checkBox refId="FirefoxHome_TopSites">Top Sites</checkBox>
+ <checkBox refId="FirefoxHome_SponsoredTopSites">Sponsored Top Sites</checkBox>
<checkBox refId="FirefoxHome_Highlights">Download History</checkBox>
<checkBox refId="FirefoxHome_Pocket">Recommended by Pocket</checkBox>
+ <checkBox refId="FirefoxHome_SponsoredPocket">Sponsored Pocket Stories</checkBox>
<checkBox refId="FirefoxHome_Snippets">Snippets</checkBox>
<checkBox refId="FirefoxHome_Locked">Don't allow settings to be changed</checkBox>
</presentation>
<presentation id="DisplayMenuBar">
<dropdownList refId="DisplayMenuBar"/>
</presentation>
+ <presentation id="DisplayBookmarksToolbar">
+ <dropdownList refId="DisplayBookmarksToolbar"/>
+ </presentation>
<presentation id="String">
<textBox refId="String">
<label/>
<presentation id="JSON">
<multiTextBox refId="JSON"/>
</presentation>
+ <presentation id="Proxy_ConnectionType">
+ <dropdownList refId="Proxy_ConnectionType"/>
+ </presentation>
+ <presentation id="Proxy_HTTPProxy">
+ <textBox refId="Proxy_HTTPProxy">
+ <label>Host including port:</label>
+ </textBox>
+ </presentation>
+ <presentation id="Proxy_SSLProxy">
+ <textBox refId="Proxy_SSLProxy">
+ <label>Host including port:</label>
+ </textBox>
+ </presentation>
+ <presentation id="Proxy_SOCKSProxy">
+ <text>Host including port:</text>
+ <textBox refId="Proxy_SOCKSProxy">
+ <label/>
+ </textBox>
+ <text>SOCKS Version:</text>
+ <dropdownList refId="Proxy_SOCKSVersion"/>
+ </presentation>
+ <presentation id="Proxy_AutoConfigURL">
+ <textBox refId="Proxy_AutoConfigURL">
+ <label>URL:</label>
+ </textBox>
+ </presentation>
+ <presentation id="Proxy_Passthrough">
+ <text>No proxy for</text>
+ <textBox refId="Proxy_Passthrough">
+ <label/>
+ </textBox>
+ <text>Example: .mozilla.org, .net.nz, 192.168.1.0/24</text>
+ <text>Connections to localhost, 127.0.0.1/8, and ::1 are never proxied.</text>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>