<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitionResources revision="4.11" schemaVersion="1.0">
+<policyDefinitionResources revision="5.2" schemaVersion="1.0">
<displayName/>
<description/>
<resources>
If this policy is disabled or not configured, extensions will not be managed.
For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#extensionsettings.</string>
+ <string id="ExtensionSettingsOneLine">Extension Management (JSON on one line)</string>
<string id="HardwareAcceleration">Hardware Acceleration</string>
<string id="HardwareAcceleration_Explain">If this policy is disabled, hardware acceleration is disabled and cannot be enabled.
<string id="WebsiteFilter_Exceptions_Explain">If this policy is enabled, and the website filter is enabled, you can specify match patterns for sites you do not want to block. The match patterns are documented at https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. There is a 1000 entry limit.
If this policy is disabled or not configured, there are no exceptions to the website filter.</string>
+ <string id="WebsiteFilterOneLine">Website Filter (JSON on one line)</string>
<string id="WebsiteFilter">Website Filter (JSON)</string>
<string id="WebsiteFilter_Explain">If this policy is enabled, you can specify blocked sites and exceptions via JSON.
<string id="SSLVersionMin">Minimum SSL version enabled</string>
<string id="SSLVersionMin_Explain">If this policy is enabled, Firefox will not use SSL/TLS versions less than the value specified.
-If this policy is disabled or not configured, Firefox defaults to a minimum of TLS 1.0.</string>
+If this policy is disabled or not configured, Firefox defaults to a minimum of TLS 1.2.</string>
<string id="SSLVersionMax">Maximum SSL version enabled</string>
<string id="SSLVersionMax_Explain">If this policy is enabled, Firefox will not use SSL/TLS versions greater than the value specified.
<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="UserMessaging_Locked">Do not allow user messaging preferences to be changed</string>
+ <string id="UserMessaging_Locked_Explain">If this policy is disabled, user messaging preferences can be changed by the user.
+
+If this policy is enabled or not configured, user messaging preferences cannot be changed by the user.</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>
If this policy is disabled, users cannot create a primary password.
If this policy is not configured, users can choose to create a primary password.</string>
+ <string id="HandlersOneLine">Handlers (JSON on one line)</string>
<string id="Handlers">Handlers</string>
<string id="Handlers_Explain">If this policy is enabled, you can use JSON to configure default application handlers.
If this policy is disabled or not configured, Firefox defaults are used.
For detailed information on creating the policy, see https://github.com/mozilla/policy-templates/blob/master/README.md#handlers.</string>
+ <string id="PreferencesOneLine">Preferences (JSON on one line)</string>
<string id="Preferences">Preferences</string>
<string id="Preferences_Explain">Note: In order to use this policy, you must clear all settings in the old Preferences (Deprecated) section.
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="BookmarksOneLine">Bookmarks (JSON on one line)</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.
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="ManagedBookmarksOneLine">Managed Bookmarks (JSON on one line)</string>
<string id="ManagedBookmarks">Managed Bookmarks</string>
<string id="ManagedBookmarks_Explain">If this policy is enabled, you can use JSON to configure managed bookmarks.
<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="AutoLaunchProtocolsFromOriginsOneLine">Auto Launch Protocols From Origins (JSON on one line)</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.
<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="ExemptDomainFileTypePairsFromFileTypeDownloadWarningsOneLine">Disable warnings based on file extension for specific file types on domains (JSON on one line)</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.
<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="ContainersOneLine">Containers (JSON on one line)</string>
<string id="Containers">Containers</string>
<string id="Containers_Explain">If this policy is enabled, you can use JSON to configure the default containers.
<checkBox refId="DNSOverHTTPSEnabled">Enable DNS over HTTPS.</checkBox>
<checkBox refId="DNSOverHTTPSLocked">Don't allow DNS over HTTPS preferences to be changed.</checkBox>
</presentation>
- <presentation id="SSLVersion">
- <dropdownList refId="SSLVersion"/>
+ <presentation id="SSLVersionMin">
+ <dropdownList refId="SSLVersion" defaultItem="2"/>
+ </presentation>
+ <presentation id="SSLVersionMax">
+ <dropdownList refId="SSLVersion" defaultItem="3"/>
</presentation>
<presentation id="SupportMenu">
<text>Title:</text>
<presentation id="JSON">
<multiTextBox refId="JSON"/>
</presentation>
+ <presentation id="JSONOneLine">
+ <textBox refId="JSONOneLine">
+ <label/>
+ </textBox>
+ </presentation>
<presentation id="Proxy_ConnectionType">
<dropdownList refId="Proxy_ConnectionType"/>
</presentation>