X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/1f0f6efbc4d8d18adaed29f343e8c69d7fbb5368..e313ae1f80f3b7852b93e037cc24f5bd515bd22e:/windows/firefox.admx?ds=sidebyside diff --git a/windows/firefox.admx b/windows/firefox.admx index e380579..9248846 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -1,12 +1,13 @@ -<?xml version="1.0" encoding="utf-8"?> -<policyDefinitions revision="1.5" schemaVersion="1.0"> +<?xml version="1.0" encoding="utf-8"?> +<policyDefinitions revision="3.9" schemaVersion="1.0"> <policyNamespaces> <target prefix="firefox" namespace="Mozilla.Policies.Firefox"/> <using prefix="Mozilla" namespace="Mozilla.Policies"/> </policyNamespaces> - <resources minRequiredRevision="1.5"/> + <resources minRequiredRevision="3.9"/> <supportedOn> <definitions> + <definition name="UNSUPPORTED" displayName="$(string.UNSUPPORTED)"/> <definition name="SUPPORTED_WINXPSP2" displayName="$(string.SUPPORTED_WINXPSP2)"/> <definition name="SUPPORTED_FF60" displayName="$(string.SUPPORTED_FF60)"/> <definition name="SUPPORTED_FF60ESR" displayName="$(string.SUPPORTED_FF60ESR)"/> @@ -16,6 +17,41 @@ <definition name="SUPPORTED_FF66" displayName="$(string.SUPPORTED_FF66)"/> <definition name="SUPPORTED_FF67" displayName="$(string.SUPPORTED_FF67)"/> <definition name="SUPPORTED_FF68" displayName="$(string.SUPPORTED_FF68)"/> + <definition name="SUPPORTED_FF6801" displayName="$(string.SUPPORTED_FF6801)"/> + <definition name="SUPPORTED_FF68ESR" displayName="$(string.SUPPORTED_FF68ESR)"/> + <definition name="SUPPORTED_FF70" displayName="$(string.SUPPORTED_FF70)"/> + <definition name="SUPPORTED_FF71" displayName="$(string.SUPPORTED_FF71)"/> + <definition name="SUPPORTED_FF72" displayName="$(string.SUPPORTED_FF72)"/> + <definition name="SUPPORTED_FF73" displayName="$(string.SUPPORTED_FF73)"/> + <definition name="SUPPORTED_FF74" displayName="$(string.SUPPORTED_FF74)"/> + <definition name="SUPPORTED_FF75" displayName="$(string.SUPPORTED_FF75)"/> + <definition name="SUPPORTED_FF75_ONLY" displayName="$(string.SUPPORTED_FF75_ONLY)"/> + <definition name="SUPPORTED_FF76" displayName="$(string.SUPPORTED_FF76)"/> + <definition name="SUPPORTED_FF76_ONLY" displayName="$(string.SUPPORTED_FF76_ONLY)"/> + <definition name="SUPPORTED_FF77" displayName="$(string.SUPPORTED_FF77)"/> + <definition name="SUPPORTED_FF77_ONLY" displayName="$(string.SUPPORTED_FF77_ONLY)"/> + <definition name="SUPPORTED_FF78" displayName="$(string.SUPPORTED_FF78)"/> + <definition name="SUPPORTED_FF79" displayName="$(string.SUPPORTED_FF79)"/> + <definition name="SUPPORTED_FF80" displayName="$(string.SUPPORTED_FF80)"/> + <definition name="SUPPORTED_FF81" displayName="$(string.SUPPORTED_FF81)"/> + <definition name="SUPPORTED_FF82" displayName="$(string.SUPPORTED_FF82)"/> + <definition name="SUPPORTED_FF83" displayName="$(string.SUPPORTED_FF83)"/> + <definition name="SUPPORTED_FF84" displayName="$(string.SUPPORTED_FF84)"/> + <definition name="SUPPORTED_FF85" displayName="$(string.SUPPORTED_FF85)"/> + <definition name="SUPPORTED_FF86" displayName="$(string.SUPPORTED_FF86)"/> + <definition name="SUPPORTED_FF88" displayName="$(string.SUPPORTED_FF88)"/> + <definition name="SUPPORTED_FF89" displayName="$(string.SUPPORTED_FF89)"/> + <definition name="SUPPORTED_FF90" displayName="$(string.SUPPORTED_FF90)"/> + <definition name="SUPPORTED_FF91" displayName="$(string.SUPPORTED_FF91)"/> + <definition name="SUPPORTED_FF95" displayName="$(string.SUPPORTED_FF95)"/> + <definition name="SUPPORTED_FF96" displayName="$(string.SUPPORTED_FF96)"/> + <definition name="SUPPORTED_FF96_ONLY" displayName="$(string.SUPPORTED_FF96_ONLY)"/> + <definition name="SUPPORTED_FF97" displayName="$(string.SUPPORTED_FF97)"/> + <definition name="SUPPORTED_FF98_ONLY" displayName="$(string.SUPPORTED_FF98_ONLY)"/> + <definition name="SUPPORTED_FF99" displayName="$(string.SUPPORTED_FF99)"/> + <definition name="SUPPORTED_FF100" displayName="$(string.SUPPORTED_FF100)"/> + <definition name="SUPPORTED_FF101" displayName="$(string.SUPPORTED_FF101)"/> + <definition name="SUPPORTED_FF102" displayName="$(string.SUPPORTED_FF102)"/> </definitions> </supportedOn> <categories> @@ -67,11 +103,51 @@ <category displayName="$(string.Notifications_group)" name="Notifications"> <parentCategory ref="Permissions"/> </category> + <category displayName="$(string.Autoplay_group)" name="Autoplay"> + <parentCategory ref="Permissions"/> + </category> + <category displayName="$(string.VirtualReality_group)" name="VirtualReality"> + <parentCategory ref="Permissions"/> + </category> <category displayName="$(string.Preferences_group)" name="Preferences"> <parentCategory ref="firefox"/> </category> + <category displayName="$(string.SanitizeOnShutdown_group)" name="SanitizeOnShutdown"> + <parentCategory ref="firefox"/> + </category> + <category displayName="$(string.TrackingProtection_group)" name="TrackingProtection"> + <parentCategory ref="firefox"/> + </category> + <category displayName="$(string.DNSOverHTTPS_group)" name="DNSOverHTTPS"> + <parentCategory ref="firefox"/> + </category> + <category displayName="$(string.UserMessaging_group)" name="UserMessaging"> + <parentCategory ref="firefox"/> + </category> + <category displayName="$(string.DisabledCiphers_group)" name="DisabledCiphers"> + <parentCategory ref="firefox"/> + </category> + <category displayName="$(string.EncryptedMediaExtensions_group)" name="EncryptedMediaExtensions"> + <parentCategory ref="firefox"/> + </category> + <category displayName="$(string.PDFjs_group)" name="PDFjs"> + <parentCategory ref="firefox"/> + </category> + <category displayName="$(string.PictureInPicture_group)" name="PictureInPicture"> + <parentCategory ref="firefox"/> + </category> </categories> <policies> + <policy name="AppAutoUpdate" class="Both" displayName="$(string.AppAutoUpdate)" explainText="$(string.AppAutoUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="AppAutoUpdate"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF75"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> <policy name="Authentication_SPNEGO" class="Both" displayName="$(string.Authentication_SPNEGO)" key="Software\Policies\Mozilla\Firefox\Authentication\SPNEGO" explainText="$(string.Authentication_SPNEGO_Explain)" presentation="$(presentation.Authentication)"> <parentCategory ref="Authentication"/> <supportedOn ref="SUPPORTED_FF60"/> @@ -115,6 +191,48 @@ </boolean> </elements> </policy> + <policy name="Authentication_AllowProxies" class="Both" displayName="$(string.Authentication_AllowProxies)" key="Software\Policies\Mozilla\Firefox\Authentication\AllowProxies" explainText="$(string.Authentication_AllowProxies_Explain)" presentation="$(presentation.Authentication_AllowProxies)"> + <parentCategory ref="Authentication"/> + <supportedOn ref="SUPPORTED_FF70"/> + <elements> + <boolean id="Authentication_AllowProxies_NTLM" key="Software\Policies\Mozilla\Firefox\Authentication\AllowProxies" valueName="NTLM"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="Authentication_AllowProxies_SPNEGO" key="Software\Policies\Mozilla\Firefox\Authentication\AllowProxies" valueName="SPNEGO"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + </elements> + </policy> + <policy name="Authentication_Locked" class="Both" displayName="$(string.Authentication_Locked)" explainText="$(string.Authentication_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\Authentication" valueName="Locked"> + <parentCategory ref="Authentication"/> + <supportedOn ref="SUPPORTED_FF71"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="Authentication_PrivateBrowsing" class="Both" displayName="$(string.Authentication_PrivateBrowsing)" explainText="$(string.Authentication_PrivateBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox\Authentication" valueName="PrivateBrowsing"> + <parentCategory ref="Authentication"/> + <supportedOn ref="SUPPORTED_FF77"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> <policy name="BlockAboutAddons" class="Both" displayName="$(string.BlockAboutAddons)" explainText="$(string.BlockAboutAddons_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutAddons"> <parentCategory ref="firefox"/> <supportedOn ref="SUPPORTED_FF60"/> @@ -178,8 +296,8 @@ <policy name="Certificates_Install" class="Both" displayName="$(string.Certificates_Install)" explainText="$(string.Certificates_Install_Explain)" key="Software\Policies\Mozilla\Certificates" presentation="$(presentation.Certificates_Install)" > <parentCategory ref="Certificates" /> <supportedOn ref="SUPPORTED_FF64" /> - <elements > - <list id="Certificates_Install" key="Software\Policies\Mozilla\Firefox\Certificates\Install" valuePrefix=""/> + <elements> + <list id="Certificates_Install" key="Software\Policies\Mozilla\Firefox\Certificates\Install" valuePrefix="" expandable="true"/> </elements> </policy> <policy name="Cookies_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.Cookies_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)"> @@ -189,6 +307,13 @@ <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Cookies\Allow" valuePrefix=""/> </elements> </policy> + <policy name="Cookies_AllowSession" class="Both" displayName="$(string.AllowSession)" explainText="$(string.Cookies_AllowSession_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)"> + <parentCategory ref="Cookies"/> + <supportedOn ref="SUPPORTED_FF79"/> + <elements> + <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Cookies\AllowSession" valuePrefix=""/> + </elements> + </policy> <policy name="Cookies_Block" class="Both" displayName="$(string.Block)" explainText="$(string.Cookies_Block_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)"> <parentCategory ref="Cookies"/> <supportedOn ref="SUPPORTED_FF60"/> @@ -259,6 +384,82 @@ <decimal value="0"/> </disabledValue> </policy> + <policy name="Cookies_Behavior" class="Both" displayName="$(string.Cookies_Behavior)" explainText="$(string.Cookies_Behavior_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" presentation="$(presentation.Cookies_Behavior)"> + <parentCategory ref="Cookies"/> + <supportedOn ref="SUPPORTED_FF95"/> + <elements> + <enum id="Cookies_Behavior" valueName="Behavior"> + <item displayName="$(string.Cookies_Behavior_Accept)"> + <value> + <string>accept</string> + </value> + </item> + <item displayName="$(string.Cookies_Behavior_RejectForeign)"> + <value> + <string>reject-foreign</string> + </value> + </item> + <item displayName="$(string.Cookies_Behavior_Reject)"> + <value> + <string>reject</string> + </value> + </item> + <item displayName="$(string.Cookies_Behavior_LimitForeign)"> + <value> + <string>limit-foreign</string> + </value> + </item> + <item displayName="$(string.Cookies_Behavior_RejectTracker)"> + <value> + <string>reject-tracker</string> + </value> + </item> + <item displayName="$(string.Cookies_Behavior_RejectTrackerAndPartitionForeign)"> + <value> + <string>reject-tracker-and-partition-foreign</string> + </value> + </item> + </enum> + </elements> + </policy> + <policy name="Cookies_BehaviorPrivateBrowsing" class="Both" displayName="$(string.Cookies_BehaviorPrivateBrowsing)" explainText="$(string.Cookies_BehaviorPrivateBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox\Cookies" presentation="$(presentation.Cookies_BehaviorPrivateBrowsing)"> + <parentCategory ref="Cookies"/> + <supportedOn ref="SUPPORTED_FF95"/> + <elements> + <enum id="Cookies_BehaviorPrivateBrowsing" valueName="BehaviorPrivateBrowsing"> + <item displayName="$(string.Cookies_Behavior_Accept)"> + <value> + <string>accept</string> + </value> + </item> + <item displayName="$(string.Cookies_Behavior_RejectForeign)"> + <value> + <string>reject-foreign</string> + </value> + </item> + <item displayName="$(string.Cookies_Behavior_Reject)"> + <value> + <string>reject</string> + </value> + </item> + <item displayName="$(string.Cookies_Behavior_LimitForeign)"> + <value> + <string>limit-foreign</string> + </value> + </item> + <item displayName="$(string.Cookies_Behavior_RejectTracker)"> + <value> + <string>reject-tracker</string> + </value> + </item> + <item displayName="$(string.Cookies_Behavior_RejectTrackerAndPartitionForeign)"> + <value> + <string>reject-tracker-and-partition-foreign</string> + </value> + </item> + </enum> + </elements> + </policy> <policy name="Camera_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.Camera_Allow_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions" presentation="$(presentation.Permissions)"> <parentCategory ref="Camera"/> <supportedOn ref="SUPPORTED_FF62"/> @@ -395,27 +596,133 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="DNSOverHTTPS" class="Both" displayName="$(string.DNSOverHTTPS)" explainText="$(string.DNSOverHTTPS_Explain)" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" presentation="$(presentation.DNSOverHTTPS)" > - <parentCategory ref="firefox" /> - <supportedOn ref="SUPPORTED_FF63ESR" /> - <elements > - <text id="ProviderURL" valueName="ProviderURL" /> - <boolean id="DNSOverHTTPSEnabled" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" valueName="Enabled"> - <trueValue> - <decimal value="1"/> - </trueValue> - <falseValue> - <decimal value="0"/> - </falseValue> - </boolean> - <boolean id="DNSOverHTTPSLocked" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" valueName="Locked"> - <trueValue> - <decimal value="1"/> - </trueValue> - <falseValue> - <decimal value="0"/> - </falseValue> - </boolean> + <policy name="Autoplay_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.Autoplay_Allow_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions" presentation="$(presentation.Permissions)"> + <parentCategory ref="Autoplay"/> + <supportedOn ref="SUPPORTED_FF74"/> + <elements> + <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Allow" valuePrefix=""/> + </elements> + </policy> + <policy name="Autoplay_Block" class="Both" displayName="$(string.Block)" explainText="$(string.Autoplay_Block_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions" presentation="$(presentation.Permissions)"> + <parentCategory ref="Autoplay"/> + <supportedOn ref="SUPPORTED_FF74"/> + <elements> + <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Permissions\Autoplay\Block" valuePrefix=""/> + </elements> + </policy> + <policy name="Autoplay_Locked" class="Both" displayName="$(string.Autoplay_Locked)" explainText="$(string.Autoplay_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions\Autoplay" valueName="Locked"> + <parentCategory ref="Autoplay"/> + <supportedOn ref="SUPPORTED_FF76"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="Autoplay_Default" class="Both" displayName="$(string.Autoplay_Default)" explainText="$(string.Autoplay_Default_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions\Autoplay" presentation="$(presentation.Autoplay_Default)"> + <parentCategory ref="Autoplay"/> + <supportedOn ref="SUPPORTED_FF76"/> + <elements> + <enum id="Autoplay_Default" valueName="Default"> + <item displayName="$(string.AllowAudioVideo)"> + <value> + <string>allow-audio-video</string> + </value> + </item> + <item displayName="$(string.BlockAudio)"> + <value> + <string>block-audio</string> + </value> + </item> + <item displayName="$(string.BlockAudioVideo)"> + <value> + <string>block-audio-video</string> + </value> + </item> + </enum> + </elements> + </policy> + <policy name="VirtualReality_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.VirtualReality_Allow_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions" presentation="$(presentation.Permissions)"> + <parentCategory ref="VirtualReality"/> + <supportedOn ref="SUPPORTED_FF80"/> + <elements> + <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Allow" valuePrefix=""/> + </elements> + </policy> + <policy name="VirtualReality_Block" class="Both" displayName="$(string.Block)" explainText="$(string.VirtualReality_Block_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions" presentation="$(presentation.Permissions)"> + <parentCategory ref="VirtualReality"/> + <supportedOn ref="SUPPORTED_FF80"/> + <elements> + <list id="Permissions" key="Software\Policies\Mozilla\Firefox\Permissions\VirtualReality\Block" valuePrefix=""/> + </elements> + </policy> + <policy name="VirtualReality_BlockNewRequests" class="Both" displayName="$(string.VirtualReality_BlockNewRequests)" explainText="$(string.VirtualReality_BlockNewRequests_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions\VirtualReality" valueName="BlockNewRequests"> + <parentCategory ref="VirtualReality"/> + <supportedOn ref="SUPPORTED_FF80"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="VirtualReality_Locked" class="Both" displayName="$(string.VirtualReality_Locked)" explainText="$(string.VirtualReality_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\Permissions\VirtualReality" valueName="Locked"> + <parentCategory ref="VirtualReality"/> + <supportedOn ref="SUPPORTED_FF80"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DefaultDownloadDirectory" class="Both" displayName="$(string.DefaultDownloadDirectory)" explainText="$(string.DefaultDownloadDirectory_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Preferences_String)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF68"/> + <elements> + <text id="Preferences_String" valueName="DefaultDownloadDirectory" expandable="true"/> + </elements> + </policy> + <policy name="DownloadDirectory" class="Both" displayName="$(string.DownloadDirectory)" explainText="$(string.DownloadDirectory_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Preferences_String)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF68"/> + <elements> + <text id="Preferences_String" valueName="DownloadDirectory" expandable="true"/> + </elements> + </policy> + <policy name="DNSOverHTTPS_Enabled" class="Both" displayName="$(string.DNSOverHTTPS_Enabled)" explainText="$(string.DNSOverHTTPS_Enabled_Explain)" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" valueName="Enabled"> + <parentCategory ref="DNSOverHTTPS"/> + <supportedOn ref="SUPPORTED_FF63ESR"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DNSOverHTTPS_ProviderURL" class="Both" displayName="$(string.DNSOverHTTPS_ProviderURL)" explainText="$(string.DNSOverHTTPS_ProviderURL_Explain)" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" presentation="$(presentation.String)"> + <parentCategory ref="DNSOverHTTPS"/> + <supportedOn ref="SUPPORTED_FF63ESR"/> + <elements> + <text id="String" valueName="ProviderURL"/> + </elements> + </policy> + <policy name="DNSOverHTTPS_Locked" class="Both" displayName="$(string.DNSOverHTTPS_Locked)" explainText="$(string.DNSOverHTTPS_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" valueName="Locked"> + <parentCategory ref="DNSOverHTTPS"/> + <supportedOn ref="SUPPORTED_FF63ESR"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DNSOverHTTPS_ExcludedDomains" class="Both" displayName="$(string.DNSOverHTTPS_ExcludedDomains)" explainText="$(string.DNSOverHTTPS_ExcludedDomains_Explain)" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" presentation="$(presentation.List)"> + <parentCategory ref="DNSOverHTTPS"/> + <supportedOn ref="SUPPORTED_FF75"/> + <elements> + <list id="List" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS\ExcludedDomains" valuePrefix=""/> </elements> </policy> <policy name="DisableAppUpdate" class="Both" displayName="$(string.DisableAppUpdate)" explainText="$(string.DisableAppUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableAppUpdate"> @@ -438,6 +745,16 @@ <decimal value="0"/> </disabledValue> </policy> + <policy name="DisableDefaultBrowserAgent" class="Both" displayName="$(string.DisableDefaultBrowserAgent)" explainText="$(string.DisableDefaultBrowserAgent_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableDefaultBrowserAgent"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF75"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> <policy name="DisableDeveloperTools" class="Both" displayName="$(string.DisableDeveloperTools)" explainText="$(string.DisableDeveloperTools_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableDeveloperTools"> <parentCategory ref="firefox"/> <supportedOn ref="SUPPORTED_FF60"/> @@ -528,6 +845,16 @@ <decimal value="0"/> </disabledValue> </policy> + <policy name="DisablePasswordReveal" class="Both" displayName="$(string.DisablePasswordReveal)" explainText="$(string.DisablePasswordReveal_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePasswordReveal"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF71"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> <policy name="DisablePocket" class="Both" displayName="$(string.DisablePocket)" explainText="$(string.DisablePocket_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePocket"> <parentCategory ref="firefox"/> <supportedOn ref="SUPPORTED_FF60"/> @@ -628,11 +955,39 @@ <decimal value="0"/> </disabledValue> </policy> + <policy name="DisplayMenuBar_Enum" class="Both" displayName="$(string.DisplayMenuBar_Enum)" explainText="$(string.DisplayMenuBar_Enum_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.DisplayMenuBar)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF73"/> + <elements> + <enum id="DisplayMenuBar" valueName="DisplayMenuBar"> + <item displayName="$(string.DisplayMenuBar_Always)"> + <value> + <string>always</string> + </value> + </item> + <item displayName="$(string.DisplayMenuBar_Never)"> + <value> + <string>never</string> + </value> + </item> + <item displayName="$(string.DisplayMenuBar_Default_On)"> + <value> + <string>default-on</string> + </value> + </item> + <item displayName="$(string.DisplayMenuBar_Default_Off)"> + <value> + <string>default-off</string> + </value> + </item> + </enum> + </elements> + </policy> <policy name="Extensions_Install" class="Both" displayName="$(string.Extensions_Install)" key="Software\Policies\Mozilla\Firefox\Extensions\Install" explainText="$(string.Extensions_Install_Explain)" presentation="$(presentation.Extensions)"> <parentCategory ref="Extensions"/> <supportedOn ref="SUPPORTED_FF60"/> <elements> - <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Install" valuePrefix=""/> + <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Install" valuePrefix="" expandable="true"/> </elements> </policy> <policy name="Extensions_Uninstall" class="Both" displayName="$(string.Extensions_Uninstall)" key="Software\Policies\Mozilla\Firefox\Extensions\Uninstall" explainText="$(string.Extensions_Uninstall_Explain)" presentation="$(presentation.Extensions)"> @@ -649,6 +1004,13 @@ <list id="Extensions" key="Software\Policies\Mozilla\Firefox\Extensions\Locked" valuePrefix=""/> </elements> </policy> + <policy name="ExtensionSettings" class="Both" displayName="$(string.ExtensionSettings)" key="Software\Policies\Mozilla\Firefox" explainText="$(string.ExtensionSettings_Explain)" presentation="$(presentation.ExtensionSettings)"> + <parentCategory ref="Extensions"/> + <supportedOn ref="SUPPORTED_FF69"/> + <elements> + <multiText id="ExtensionSettings" valueName="ExtensionSettings" maxLength="16384"/> + </elements> + </policy> <policy name="NoDefaultBookmarks" class="Both" displayName="$(string.NoDefaultBookmarks)" explainText="$(string.NoDefaultBookmarks_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NoDefaultBookmarks"> <parentCategory ref="firefox"/> <supportedOn ref="SUPPORTED_FF60"/> @@ -679,16 +1041,9 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="LocalFileLinks" class="Both" displayName="$(string.LocalFileLinks)" explainText="$(string.LocalFileLinks_Explain)" key="Software\Policies\Mozilla\Firefox\LocalFileLinks" presentation="$(presentation.LocalFileLinks)" > + <policy name="LegacyProfiles" class="Both" displayName="$(string.LegacyProfiles)" explainText="$(string.LegacyProfiles_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="LegacyProfiles"> <parentCategory ref="firefox" /> - <supportedOn ref="SUPPORTED_FF68ESR" /> - <elements > - <list id="LocalFileLinks" key="Software\Policies\Mozilla\Firefox\LocalFileLinks" valuePrefix=""/> - </elements> - </policy> - <policy name="NetworkPrediction" class="Both" displayName="$(string.NetworkPrediction)" explainText="$(string.NetworkPrediction_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NetworkPrediction"> - <parentCategory ref="firefox"/> - <supportedOn ref="SUPPORTED_FF67"/> + <supportedOn ref="SUPPORTED_FF70"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -696,9 +1051,9 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="NewTabPage" class="Both" displayName="$(string.NewTabPage)" explainText="$(string.NewTabPage_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NewTabPage"> + <policy name="LegacySameSiteCookieBehaviorEnabled" class="Both" displayName="$(string.LegacySameSiteCookieBehaviorEnabled)" explainText="$(string.LegacySameSiteCookieBehaviorEnabled_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="LegacySameSiteCookieBehaviorEnabled"> <parentCategory ref="firefox"/> - <supportedOn ref="SUPPORTED_FF68"/> + <supportedOn ref="SUPPORTED_FF96_ONLY"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -706,13 +1061,57 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="OfferToSaveLogins" class="Both" displayName="$(string.OfferToSaveLogins)" explainText="$(string.OfferToSaveLogins_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="OfferToSaveLogins"> + <policy name="LegacySameSiteCookieBehaviorEnabledForDomainList" class="Both" displayName="$(string.LegacySameSiteCookieBehaviorEnabledForDomainList)" explainText="$(string.LegacySameSiteCookieBehaviorEnabledForDomainList_Explain)" key="Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList" presentation="$(presentation.LegacySameSiteCookieBehaviorEnabledForDomainList)"> <parentCategory ref="firefox"/> - <supportedOn ref="SUPPORTED_FF60"/> - <enabledValue> - <decimal value="1"/> - </enabledValue> - <disabledValue> + <supportedOn ref="SUPPORTED_FF96_ONLY"/> + <elements> + <list id="LegacySameSiteCookieBehaviorEnabledForDomainList" key="Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabledForDomainList" valuePrefix=""/> + </elements> + </policy> + <policy name="LocalFileLinks" class="Both" displayName="$(string.LocalFileLinks)" explainText="$(string.LocalFileLinks_Explain)" key="Software\Policies\Mozilla\Firefox\LocalFileLinks" presentation="$(presentation.LocalFileLinks)" > + <parentCategory ref="firefox" /> + <supportedOn ref="SUPPORTED_FF68ESR" /> + <elements> + <list id="LocalFileLinks" key="Software\Policies\Mozilla\Firefox\LocalFileLinks" valuePrefix=""/> + </elements> + </policy> + <policy name="NetworkPrediction" class="Both" displayName="$(string.NetworkPrediction)" explainText="$(string.NetworkPrediction_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NetworkPrediction"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF67"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="NewTabPage" class="Both" displayName="$(string.NewTabPage)" explainText="$(string.NewTabPage_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NewTabPage"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF68"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="OfferToSaveLogins" class="Both" displayName="$(string.OfferToSaveLogins)" explainText="$(string.OfferToSaveLogins_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="OfferToSaveLogins"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF60"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="OfferToSaveLoginsDefault" class="Both" displayName="$(string.OfferToSaveLoginsDefault)" explainText="$(string.OfferToSaveLoginsDefault_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="OfferToSaveLoginsDefault"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF70"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> <decimal value="0"/> </disabledValue> </policy> @@ -760,6 +1159,76 @@ <decimal value="0"/> </disabledValue> </policy> + <policy name="CustomizeFirefoxHome" class="Both" displayName="$(string.FirefoxHome)" explainText="$(string.FirefoxHome_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.FirefoxHome)" > + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF68"/> + <elements> + <boolean id="FirefoxHome_Search" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="Search"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_TopSites" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="TopSites"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_SponsoredTopSites" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="SponsoredTopSites"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_Highlights" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="Highlights"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_Pocket" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="Pocket"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_SponsoredPocket" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="SponsoredPocket"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_Snippets" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="Snippets"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_Locked" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="Locked"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + </elements> + </policy> <policy name="FlashPlugin_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.FlashPlugin_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)"> <parentCategory ref="Flash"/> <supportedOn ref="SUPPORTED_FF60"/> @@ -808,10 +1277,9 @@ <text id="OverridePage" valueName="OverridePostUpdatePage"/> </elements> </policy> - <!-- Alphabetization is based on name, so had to add P --> - <policy name="P_DisableSecurityBypass_InvalidCertificate" class="Both" displayName="$(string.DisableSecurityBypass_InvalidCertificate)" explainText="$(string.DisableSecurityBypass_InvalidCertificate_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="InvalidCertificate"> + <policy name="PromptForDownloadLocation" class="Both" displayName="$(string.PromptForDownloadLocation)" explainText="$(string.PromptForDownloadLocation_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="PromptForDownloadLocation"> <parentCategory ref="firefox"/> - <supportedOn ref="SUPPORTED_FF60"/> + <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -820,7 +1288,7 @@ </disabledValue> </policy> <!-- Alphabetization is based on name, so had to add P --> - <policy name="P_DisableSecurityBypass_SafeBrowsing" class="Both" displayName="$(string.DisableSecurityBypass_SafeBrowsing)" explainText="$(string.DisableSecurityBypass_SafeBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="SafeBrowsing"> + <policy name="P_DisableSecurityBypass_InvalidCertificate" class="Both" displayName="$(string.DisableSecurityBypass_InvalidCertificate)" explainText="$(string.DisableSecurityBypass_InvalidCertificate_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="InvalidCertificate"> <parentCategory ref="firefox"/> <supportedOn ref="SUPPORTED_FF60"/> <enabledValue> @@ -830,8 +1298,8 @@ <decimal value="0"/> </disabledValue> </policy> - <!-- Alphabetization is based on name, so had to add C --> - <policy name="C_SanitizeOnShutdown" class="Both" displayName="$(string.SanitizeOnShutdown)" explainText="$(string.SanitizeOnShutdown_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="SanitizeOnShutdown"> + <!-- Alphabetization is based on name, so had to add P --> + <policy name="P_DisableSecurityBypass_SafeBrowsing" class="Both" displayName="$(string.DisableSecurityBypass_SafeBrowsing)" explainText="$(string.DisableSecurityBypass_SafeBrowsing_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="SafeBrowsing"> <parentCategory ref="firefox"/> <supportedOn ref="SUPPORTED_FF60"/> <enabledValue> @@ -844,7 +1312,7 @@ <policy name="HomepageURL" class="Both" displayName="$(string.HomepageURL)" explainText="$(string.HomepageURL_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageURL)" > <parentCategory ref="Homepage" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="HomepageURL" valueName="URL" required="true" /> <boolean id="HomepageLocked" key="Software\Policies\Mozilla\Firefox\Homepage" valueName="Locked"> <trueValue> @@ -859,14 +1327,14 @@ <policy name="HomepageAdditional" class="Both" displayName="$(string.HomepageAdditional)" explainText="$(string.HomepageAdditional_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageAdditional)" > <parentCategory ref="Homepage" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <list id="HomepageAdditional" key="Software\Policies\Mozilla\Firefox\Homepage\Additional" valuePrefix=""/> </elements> </policy> <policy name="HomepageStartPage" class="Both" displayName="$(string.HomepageStartPage)" explainText="$(string.HomepageStartPage_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.StartPage)" > <parentCategory ref="Homepage" /> <supportedOn ref="SUPPORTED_FF64" /> - <elements > + <elements> <enum id="StartPage" valueName="StartPage"> <item displayName="$(string.None)"> <value> @@ -883,13 +1351,35 @@ <string>previous-session</string> </value> </item> + <item displayName="$(string.HomepageLocked)"> + <value> + <string>homepage-locked</string> + </value> + </item> </enum> </elements> </policy> + <policy name="Homepage_ShowHomeButton" class="Both" displayName="$(string.Homepage_ShowHomeButton)" explainText="$(string.Homepage_ShowHomeButton_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="ShowHomeButton"> + <parentCategory ref="Homepage"/> + <supportedOn ref="SUPPORTED_FF88"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="A_Bookmarks" class="Both" displayName="$(string.Bookmarks)" key="Software\Policies\Mozilla\Firefox" explainText="$(string.Bookmarks_Explain)" presentation="$(presentation.JSON)"> + <parentCategory ref="Bookmarks"/> + <supportedOn ref="SUPPORTED_FF95"/> + <elements> + <multiText id="JSON" valueName="Bookmarks" maxLength="16384"/> + </elements> + </policy> <policy name="Bookmark01" class="Both" displayName="$(string.Bookmark01)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\1" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -911,7 +1401,7 @@ <policy name="Bookmark02" class="Both" displayName="$(string.Bookmark02)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\10" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -933,7 +1423,7 @@ <policy name="Bookmark03" class="Both" displayName="$(string.Bookmark03)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\11" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -955,7 +1445,7 @@ <policy name="Bookmark04" class="Both" displayName="$(string.Bookmark04)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\12" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -977,7 +1467,7 @@ <policy name="Bookmark05" class="Both" displayName="$(string.Bookmark05)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\13" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -999,7 +1489,7 @@ <policy name="Bookmark06" class="Both" displayName="$(string.Bookmark06)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\14" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1021,7 +1511,7 @@ <policy name="Bookmark07" class="Both" displayName="$(string.Bookmark07)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\15" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1043,7 +1533,7 @@ <policy name="Bookmark08" class="Both" displayName="$(string.Bookmark08)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\16" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1065,7 +1555,7 @@ <policy name="Bookmark09" class="Both" displayName="$(string.Bookmark09)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\17" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1087,7 +1577,7 @@ <policy name="Bookmark10" class="Both" displayName="$(string.Bookmark10)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\18" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1109,7 +1599,7 @@ <policy name="Bookmark11" class="Both" displayName="$(string.Bookmark11)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\19" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1131,7 +1621,7 @@ <policy name="Bookmark12" class="Both" displayName="$(string.Bookmark12)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\2" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1153,7 +1643,7 @@ <policy name="Bookmark13" class="Both" displayName="$(string.Bookmark13)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\20" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1175,7 +1665,7 @@ <policy name="Bookmark14" class="Both" displayName="$(string.Bookmark14)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\21" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1197,7 +1687,7 @@ <policy name="Bookmark15" class="Both" displayName="$(string.Bookmark15)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\22" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1219,7 +1709,7 @@ <policy name="Bookmark16" class="Both" displayName="$(string.Bookmark16)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\23" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1241,7 +1731,7 @@ <policy name="Bookmark17" class="Both" displayName="$(string.Bookmark17)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\24" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1263,7 +1753,7 @@ <policy name="Bookmark18" class="Both" displayName="$(string.Bookmark18)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\25" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1285,7 +1775,7 @@ <policy name="Bookmark19" class="Both" displayName="$(string.Bookmark19)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\26" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1307,7 +1797,7 @@ <policy name="Bookmark20" class="Both" displayName="$(string.Bookmark20)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\27" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1329,7 +1819,7 @@ <policy name="Bookmark21" class="Both" displayName="$(string.Bookmark21)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\28" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1351,7 +1841,7 @@ <policy name="Bookmark22" class="Both" displayName="$(string.Bookmark22)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\29" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1373,7 +1863,7 @@ <policy name="Bookmark23" class="Both" displayName="$(string.Bookmark23)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\3" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1395,7 +1885,7 @@ <policy name="Bookmark24" class="Both" displayName="$(string.Bookmark24)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\30" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1417,7 +1907,7 @@ <policy name="Bookmark25" class="Both" displayName="$(string.Bookmark25)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\31" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1439,7 +1929,7 @@ <policy name="Bookmark26" class="Both" displayName="$(string.Bookmark26)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\32" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1461,7 +1951,7 @@ <policy name="Bookmark27" class="Both" displayName="$(string.Bookmark27)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\33" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1483,7 +1973,7 @@ <policy name="Bookmark28" class="Both" displayName="$(string.Bookmark28)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\34" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1505,7 +1995,7 @@ <policy name="Bookmark29" class="Both" displayName="$(string.Bookmark29)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\35" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1527,7 +2017,7 @@ <policy name="Bookmark30" class="Both" displayName="$(string.Bookmark30)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\36" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1549,7 +2039,7 @@ <policy name="Bookmark31" class="Both" displayName="$(string.Bookmark31)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\37" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1571,7 +2061,7 @@ <policy name="Bookmark32" class="Both" displayName="$(string.Bookmark32)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\38" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1593,7 +2083,7 @@ <policy name="Bookmark33" class="Both" displayName="$(string.Bookmark33)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\39" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1615,7 +2105,7 @@ <policy name="Bookmark34" class="Both" displayName="$(string.Bookmark34)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\4" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1637,7 +2127,7 @@ <policy name="Bookmark35" class="Both" displayName="$(string.Bookmark35)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\40" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1659,7 +2149,7 @@ <policy name="Bookmark36" class="Both" displayName="$(string.Bookmark36)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\41" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1681,7 +2171,7 @@ <policy name="Bookmark37" class="Both" displayName="$(string.Bookmark37)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\42" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1703,7 +2193,7 @@ <policy name="Bookmark38" class="Both" displayName="$(string.Bookmark38)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\43" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1725,7 +2215,7 @@ <policy name="Bookmark39" class="Both" displayName="$(string.Bookmark39)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\44" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1747,7 +2237,7 @@ <policy name="Bookmark40" class="Both" displayName="$(string.Bookmark40)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\45" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1769,7 +2259,7 @@ <policy name="Bookmark41" class="Both" displayName="$(string.Bookmark41)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\46" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1791,7 +2281,7 @@ <policy name="Bookmark42" class="Both" displayName="$(string.Bookmark42)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\47" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1813,7 +2303,7 @@ <policy name="Bookmark43" class="Both" displayName="$(string.Bookmark43)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\48" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1835,7 +2325,7 @@ <policy name="Bookmark44" class="Both" displayName="$(string.Bookmark44)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\49" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1857,7 +2347,7 @@ <policy name="Bookmark45" class="Both" displayName="$(string.Bookmark45)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\5" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1879,7 +2369,7 @@ <policy name="Bookmark46" class="Both" displayName="$(string.Bookmark46)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\50" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1901,7 +2391,7 @@ <policy name="Bookmark47" class="Both" displayName="$(string.Bookmark47)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\6" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1923,7 +2413,7 @@ <policy name="Bookmark48" class="Both" displayName="$(string.Bookmark48)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\7" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1945,7 +2435,7 @@ <policy name="Bookmark49" class="Both" displayName="$(string.Bookmark49)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\8" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1967,7 +2457,7 @@ <policy name="Bookmark50" class="Both" displayName="$(string.Bookmark50)" explainText="$(string.Bookmark_Explain)" key="Software\Policies\Mozilla\Firefox\Bookmarks\9" presentation="$(presentation.Bookmark)" > <parentCategory ref="Bookmarks" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <text id="BookmarkTitle" valueName="Title" required="true" /> <text id="BookmarkURL" valueName="URL" required="true" /> <text id="BookmarkFolder" valueName="Folder" /> @@ -1986,10 +2476,27 @@ </enum> </elements> </policy> + <policy name="PasswordManagerEnabled" class="Both" displayName="$(string.PasswordManagerEnabled)" explainText="$(string.PasswordManagerEnabled_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="PasswordManagerEnabled"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF70"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="PasswordManagerExceptions" class="Both" displayName="$(string.PasswordManagerExceptions)" explainText="$(string.PasswordManagerExceptions_Explain)" key="Software\Policies\Mozilla\Firefox\PasswordManagerExceptions" presentation="$(presentation.List)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF101"/> + <elements> + <list id="List" key="Software\Policies\Mozilla\Firefox\PasswordManagerExceptions" valuePrefix=""/> + </elements> + </policy> <policy name="Proxy" class="Both" displayName="$(string.Proxy)" explainText="$(string.Proxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy)" > <parentCategory ref="firefox" /> <supportedOn ref="SUPPORTED_FF60" /> - <elements > + <elements> <boolean id="ProxyLocked" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="Locked"> <trueValue> <decimal value="1"/> @@ -2097,26 +2604,6 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="TrackingProtection" class="Both" displayName="$(string.TrackingProtection)" explainText="$(string.TrackingProtection_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Value" presentation="$(presentation.TrackingProtection)"> - <parentCategory ref="firefox"/> - <supportedOn ref="SUPPORTED_FF60"/> - <enabledValue> - <decimal value="1"/> - </enabledValue> - <disabledValue> - <decimal value="0"/> - </disabledValue> - <elements > - <boolean id="TrackingProtectionLocked" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Locked"> - <trueValue> - <decimal value="1"/> - </trueValue> - <falseValue> - <decimal value="0"/> - </falseValue> - </boolean> - </elements> - </policy> <!-- Alphabetization is based on name, so had to add B --> <policy name="B_WebsiteFilter_Block" class="Both" displayName="$(string.WebsiteFilter_Block)" explainText="$(string.WebsiteFilter_Block_Explain)" key="Software\Policies\Mozilla\WebsiteFilter\Block" presentation="$(presentation.WebsiteFilter)"> <parentCategory ref="firefox"/> @@ -2136,7 +2623,7 @@ <policy name="SearchEngines_1" class="Both" displayName="$(string.SearchEngines_1)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\1" presentation="$(presentation.SearchEngine)" > <parentCategory ref="Search" /> <supportedOn ref="SUPPORTED_FF60ESR" /> - <elements > + <elements> <text id="SearchEngine_Name" valueName="Name" required="true" /> <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" /> <enum id="SearchEngine_Method" valueName="Method"> @@ -2155,12 +2642,14 @@ <text id="SearchEngine_Alias" valueName="Alias"/> <text id="SearchEngine_Description" valueName="Description"/> <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/> + <text id="SearchEngine_PostData" valueName="PostData"/> + <text id="SearchEngine_Encoding" valueName="Encoding"/> </elements> </policy> <policy name="SearchEngines_2" class="Both" displayName="$(string.SearchEngines_2)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\2" presentation="$(presentation.SearchEngine)" > <parentCategory ref="Search" /> <supportedOn ref="SUPPORTED_FF60ESR" /> - <elements > + <elements> <text id="SearchEngine_Name" valueName="Name" required="true" /> <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" /> <enum id="SearchEngine_Method" valueName="Method"> @@ -2179,12 +2668,14 @@ <text id="SearchEngine_Alias" valueName="Alias"/> <text id="SearchEngine_Description" valueName="Description"/> <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/> + <text id="SearchEngine_PostData" valueName="PostData"/> + <text id="SearchEngine_Encoding" valueName="Encoding"/> </elements> </policy> <policy name="SearchEngines_3" class="Both" displayName="$(string.SearchEngines_3)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\3" presentation="$(presentation.SearchEngine)" > <parentCategory ref="Search" /> <supportedOn ref="SUPPORTED_FF60ESR" /> - <elements > + <elements> <text id="SearchEngine_Name" valueName="Name" required="true" /> <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" /> <enum id="SearchEngine_Method" valueName="Method"> @@ -2203,12 +2694,14 @@ <text id="SearchEngine_Alias" valueName="Alias"/> <text id="SearchEngine_Description" valueName="Description"/> <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/> + <text id="SearchEngine_PostData" valueName="PostData"/> + <text id="SearchEngine_Encoding" valueName="Encoding"/> </elements> </policy> <policy name="SearchEngines_4" class="Both" displayName="$(string.SearchEngines_4)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\4" presentation="$(presentation.SearchEngine)" > <parentCategory ref="Search" /> <supportedOn ref="SUPPORTED_FF60ESR" /> - <elements > + <elements> <text id="SearchEngine_Name" valueName="Name" required="true" /> <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" /> <enum id="SearchEngine_Method" valueName="Method"> @@ -2227,12 +2720,14 @@ <text id="SearchEngine_Alias" valueName="Alias"/> <text id="SearchEngine_Description" valueName="Description"/> <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/> + <text id="SearchEngine_PostData" valueName="PostData"/> + <text id="SearchEngine_Encoding" valueName="Encoding"/> </elements> </policy> <policy name="SearchEngines_5" class="Both" displayName="$(string.SearchEngines_5)" explainText="$(string.SearchEngines_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Add\5" presentation="$(presentation.SearchEngine)" > <parentCategory ref="Search" /> <supportedOn ref="SUPPORTED_FF60ESR" /> - <elements > + <elements> <text id="SearchEngine_Name" valueName="Name" required="true" /> <text id="SearchEngine_URLTemplate" valueName="URLTemplate" required="true" /> <enum id="SearchEngine_Method" valueName="Method"> @@ -2251,12 +2746,14 @@ <text id="SearchEngine_Alias" valueName="Alias"/> <text id="SearchEngine_Description" valueName="Description"/> <text id="SearchEngine_SuggestURLTemplate" valueName="SuggestURLTemplate"/> + <text id="SearchEngine_PostData" valueName="PostData"/> + <text id="SearchEngine_Encoding" valueName="Encoding"/> </elements> </policy> <policy name="SearchEngines_Default" class="Both" displayName="$(string.SearchEngines_Default)" explainText="$(string.SearchEngines_Default_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines" presentation="$(presentation.SearchEngines_Default)" > <parentCategory ref="Search" /> <supportedOn ref="SUPPORTED_FF60ESR" /> - <elements > + <elements> <text id="SearchEngines_Default" valueName="Default" required="true" /> </elements> </policy> @@ -2273,35 +2770,42 @@ <policy name="SearchEngines_Remove" class="Both" displayName="$(string.SearchEngines_Remove)" explainText="$(string.SearchEngines_Remove_Explain)" key="Software\Policies\Mozilla\Firefox\SearchEngines\Remove" presentation="$(presentation.SearchEngines_Remove)" > <parentCategory ref="Search" /> <supportedOn ref="SUPPORTED_FF60ESR" /> - <elements > + <elements> <list id="SearchEngines_Remove" key="Software\Policies\Mozilla\Firefox\SearchEngines\Remove" valuePrefix=""/> </elements> </policy> <policy name="AppUpdateURL" class="Both" displayName="$(string.AppUpdateURL)" explainText="$(string.AppUpdateURL_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.AppUpdateURL)" > <parentCategory ref="firefox" /> <supportedOn ref="SUPPORTED_FF62" /> - <elements > + <elements> <text id="AppUpdateURL" valueName="AppUpdateURL" required="true" /> </elements> </policy> <policy name="SecurityDevices" class="Both" displayName="$(string.SecurityDevices)" explainText="$(string.SecurityDevices_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.SecurityDevices)" > <parentCategory ref="firefox" /> <supportedOn ref="SUPPORTED_FF64" /> - <elements > - <list id="SecurityDevices" key="Software\Policies\Mozilla\Firefox\SecurityDevices" valuePrefix="" explicitValue="true"/> + <elements> + <list id="SecurityDevices" key="Software\Policies\Mozilla\Firefox\SecurityDevices" valuePrefix="" explicitValue="true" expandable="true"/> </elements> </policy> <policy name="RequestedLocales" class="Both" displayName="$(string.RequestedLocales)" explainText="$(string.RequestedLocales_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.RequestedLocales)" > <parentCategory ref="firefox" /> <supportedOn ref="SUPPORTED_FF64" /> - <elements > + <elements> <list id="RequestedLocales" key="Software\Policies\Mozilla\Firefox\RequestedLocales" valuePrefix=""/> </elements> </policy> + <policy name="RequestedLocalesString" class="Both" displayName="$(string.RequestedLocalesString)" explainText="$(string.RequestedLocales_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Preferences_String)" > + <parentCategory ref="firefox" /> + <supportedOn ref="SUPPORTED_FF68" /> + <elements> + <text id="Preferences_String" valueName="RequestedLocales"/> + </elements> + </policy> <policy name="SSLVersionMin" class="Both" displayName="$(string.SSLVersionMin)" explainText="$(string.SSLVersionMin_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.SSLVersion)" > <parentCategory ref="firefox" /> <supportedOn ref="SUPPORTED_FF66" /> - <elements > + <elements> <enum id="SSLVersion" valueName="SSLVersionMin"> <item displayName="$(string.TLS1)"> <value> @@ -2329,7 +2833,7 @@ <policy name="SSLVersionMax" class="Both" displayName="$(string.SSLVersionMax)" explainText="$(string.SSLVersionMax_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.SSLVersion)" > <parentCategory ref="firefox" /> <supportedOn ref="SUPPORTED_FF66" /> - <elements > + <elements> <enum id="SSLVersion" valueName="SSLVersionMax"> <item displayName="$(string.TLS1)"> <value> @@ -2354,9 +2858,36 @@ </enum> </elements> </policy> - <policy name="app.update.auto" class="Both" displayName="$(string.app_update_auto)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="app.update.auto"> + <policy name="SupportMenu" class="Both" displayName="$(string.SupportMenu)" explainText="$(string.SupportMenu_Explain)" key="Software\Policies\Mozilla\Firefox\SupportMenu" presentation="$(presentation.SupportMenu)" > + <parentCategory ref="firefox" /> + <supportedOn ref="SUPPORTED_FF6801" /> + <elements> + <text id="SupportMenuTitle" valueName="Title" required="true" /> + <text id="SupportMenuURL" valueName="URL" required="true" /> + <text id="SupportMenuAccessKey" valueName="AccessKey" /> + </elements> + </policy> + <policy name="accessibility_force_disabled" class="Both" displayName="$(string.accessibility_force_disabled)" explainText="$(string.Preferences_Enum_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_accessibility_force_disabled)" > <parentCategory ref="Preferences"/> - <supportedOn ref="SUPPORTED_FF68"/> + <supportedOn ref="SUPPORTED_FF70"/> + <elements> + <enum id="Preferences_accessibility_force_disabled" valueName="accessibility.force_disabled"> + <item displayName="$(string.Preferences_accessibility_force_disabled_auto)"> + <value> + <decimal value="0"/> + </value> + </item> + <item displayName="$(string.Preferences_accessibility_force_disabled_off)"> + <value> + <decimal value="1"/> + </value> + </item> + </enum> + </elements> + </policy> + <policy name="app_update_auto" class="Both" displayName="$(string.app_update_auto)" explainText="$(string.Preferences_Unsupported_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="app.update.auto"> + <parentCategory ref="Preferences"/> + <supportedOn ref="UNSUPPORTED"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -2364,9 +2895,9 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="browser.cache.disk.enable" class="Both" displayName="$(string.browser_cache_disk_enable)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.cache.disk.enable"> + <policy name="browser_bookmarks_autoExportHTML" class="Both" displayName="$(string.browser_bookmarks_autoExportHTML)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.bookmarks.autoExportHTML"> <parentCategory ref="Preferences"/> - <supportedOn ref="SUPPORTED_FF68"/> + <supportedOn ref="SUPPORTED_FF70"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -2374,9 +2905,16 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="browser.fixup.dns_first_for_single_words" class="Both" displayName="$(string.browser_fixup_dns_first_for_single_words)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.fixup.dns_first_for_single_words"> + <policy name="browser_bookmarks_file" class="Both" displayName="$(string.browser_bookmarks_file)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > + <parentCategory ref="Preferences" /> + <supportedOn ref="SUPPORTED_FF70" /> + <elements> + <text id="Preferences_String" valueName="browser.bookmarks.file" required="true" expandable="true"/> + </elements> + </policy> + <policy name="browser_bookmarks_restore_default_bookmarks" class="Both" displayName="$(string.browser_bookmarks_restore_default_bookmarks)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.bookmarks.restore_default_bookmarks"> <parentCategory ref="Preferences"/> - <supportedOn ref="SUPPORTED_FF68"/> + <supportedOn ref="SUPPORTED_FF70"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -2384,7 +2922,7 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="browser.search.update" class="Both" displayName="$(string.browser_search_update)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.search.update"> + <policy name="browser_cache_disk_enable" class="Both" displayName="$(string.browser_cache_disk_enable)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.cache.disk.enable"> <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> @@ -2394,7 +2932,7 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="browser.tabs.warnOnClose" class="Both" displayName="$(string.browser_tabs_warnOnClose)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.tabs.warnOnClose"> + <policy name="browser_fixup_dns_first_for_single_words" class="Both" displayName="$(string.browser_fixup_dns_first_for_single_words)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.fixup.dns_first_for_single_words"> <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> @@ -2404,9 +2942,9 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="browser.urlbar.suggest.bookmark" class="Both" displayName="$(string.browser_urlbar_suggest_bookmark)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.urlbar.suggest.bookmark"> + <policy name="browser_places_importBookmarksHTML" class="Both" displayName="$(string.browser_places_importBookmarksHTML)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.places.importBookmarksHTML"> <parentCategory ref="Preferences"/> - <supportedOn ref="SUPPORTED_FF68"/> + <supportedOn ref="SUPPORTED_FF70"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -2414,9 +2952,9 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="browser.urlbar.suggest.history" class="Both" displayName="$(string.browser_urlbar_suggest_history)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.urlbar.suggest.history"> + <policy name="browser_safebrowsing_phishing_enabled" class="Both" displayName="$(string.browser_safebrowsing_phishing_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.safebrowsing.phishing.enabled"> <parentCategory ref="Preferences"/> - <supportedOn ref="SUPPORTED_FF68"/> + <supportedOn ref="SUPPORTED_FF70"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -2424,9 +2962,9 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="browser.urlbar.suggest.openpage" class="Both" displayName="$(string.browser_urlbar_suggest_openpage)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.urlbar.suggest.openpage"> + <policy name="browser_safebrowsing_malware_enabled" class="Both" displayName="$(string.browser_safebrowsing_malware_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.safebrowsing.malware.enabled"> <parentCategory ref="Preferences"/> - <supportedOn ref="SUPPORTED_FF68"/> + <supportedOn ref="SUPPORTED_FF70"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -2434,9 +2972,9 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="datareporting.policy.dataSubmissionPolicyBypassNotification" class="Both" displayName="$(string.datareporting_policy_dataSubmissionPolicyBypassNotification)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="datareporting.policy.dataSubmissionPolicyBypassNotification"> + <policy name="browser_slowStartup_notificationDisabled" class="Both" displayName="$(string.browser_slowStartup_notificationDisabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.slowStartup.notificationDisabled"> <parentCategory ref="Preferences"/> - <supportedOn ref="SUPPORTED_FF68"/> + <supportedOn ref="SUPPORTED_FF70"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -2444,7 +2982,7 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="dom.disable_window_flip" class="Both" displayName="$(string.dom_disable_window_flip)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.dom.disable_window_flip"> + <policy name="browser_search_update" class="Both" displayName="$(string.browser_search_update)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.search.update"> <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> @@ -2454,7 +2992,7 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="dom.disable_window_move_resize" class="Both" displayName="$(string.dom_disable_window_move_resize)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="dom.disable_window_move_resize"> + <policy name="browser_tabs_warnOnClose" class="Both" displayName="$(string.browser_tabs_warnOnClose)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.tabs.warnOnClose"> <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> @@ -2464,9 +3002,9 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="dom.event.contextmenu.enabled" class="Both" displayName="$(string.dom_event_contextmenu_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="dom.event.contextmenu.enabled"> + <policy name="browser_taskbar_previews_enable" class="Both" displayName="$(string.browser_taskbar_previews_enable)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.taskbar.previews.enable"> <parentCategory ref="Preferences"/> - <supportedOn ref="SUPPORTED_FF68"/> + <supportedOn ref="SUPPORTED_FF70"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -2474,7 +3012,7 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="extensions.getAddons.showPane" class="Both" displayName="$(string.extensions_getAddons_showPane)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="extensions.getAddons.showPane"> + <policy name="browser_urlbar_suggest_bookmark" class="Both" displayName="$(string.browser_urlbar_suggest_bookmark)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.urlbar.suggest.bookmark"> <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> @@ -2484,7 +3022,7 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="media.gmp-gmpopenh264.enabled" class="Both" displayName="$(string.media_gmp-gmpopenh264_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="media.gmp-gmpopenh264.enabled"> + <policy name="browser_urlbar_suggest_history" class="Both" displayName="$(string.browser_urlbar_suggest_history)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.urlbar.suggest.history"> <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> @@ -2494,7 +3032,7 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="media.gmp-widevinecdm.enabled" class="Both" displayName="$(string.media_gmp-widevinecdm_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="media.gmp-widevinecdm.enabled"> + <policy name="browser_urlbar_suggest_openpage" class="Both" displayName="$(string.browser_urlbar_suggest_openpage)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="browser.urlbar.suggest.openpage"> <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> @@ -2504,7 +3042,7 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="network.dns.disableIPv6" class="Both" displayName="$(string.network_dns_disableIPv6)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="network.dns.disableIPv6"> + <policy name="datareporting_policy_dataSubmissionPolicyBypassNotification" class="Both" displayName="$(string.datareporting_policy_dataSubmissionPolicyBypassNotification)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="datareporting.policy.dataSubmissionPolicyBypassNotification"> <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> @@ -2514,9 +3052,9 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="network.IDN_show_punycode" class="Both" displayName="$(string.network_IDN_show_punycode)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="network.IDN_show_punycode"> + <policy name="dom_allow_scripts_to_close_windows" class="Both" displayName="$(string.dom_allow_scripts_to_close_windows)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="dom.allow_scripts_to_close_windows"> <parentCategory ref="Preferences"/> - <supportedOn ref="SUPPORTED_FF68"/> + <supportedOn ref="SUPPORTED_FF70"/> <enabledValue> <decimal value="1"/> </enabledValue> @@ -2524,7 +3062,7 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="places.history.enabled" class="Both" displayName="$(string.places_history_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="places.history.enabled"> + <policy name="dom_disable_window_flip" class="Both" displayName="$(string.dom_disable_window_flip)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="dom.disable_window_flip"> <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> @@ -2534,7 +3072,7 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="security.ssl.errorReporting.enabled" class="Both" displayName="$(string.security_ssl_errorReporting_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="security.ssl.errorReporting.enabled"> + <policy name="dom_disable_window_move_resize" class="Both" displayName="$(string.dom_disable_window_move_resize)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="dom.disable_window_move_resize"> <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> @@ -2544,7 +3082,7 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="ui.key.menuAccessKeyFocuses" class="Both" displayName="$(string.ui_key_menuAccessKeyFocuses)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="ui.key.menuAccessKeyFocuses"> + <policy name="dom_event_contextmenu_enabled" class="Both" displayName="$(string.dom_event_contextmenu_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="dom.event.contextmenu.enabled"> <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> @@ -2554,28 +3092,185 @@ <decimal value="0"/> </disabledValue> </policy> - <policy name="browser.cache.disk.parent_directory" class="Both" displayName="$(string.browser_cache_disk_parent_directory)" explainText="$(string.AppUpdateURL_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > - <parentCategory ref="Preferences" /> + <policy name="dom_xmldocument_load_enabled" class="Both" displayName="$(string.dom_xmldocument_load_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="dom.xmldocument.load.enabled"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF68ESR"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="dom_xmldocument_async_enabled" class="Both" displayName="$(string.dom_xmldocument_async_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="dom.xmldocument.async.enabled"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF68ESR"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="extensions_blocklist_enabled" class="Both" displayName="$(string.extensions_blocklist_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="extensions.blocklist.enabled"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF70"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="extensions_getAddons_showPane" class="Both" displayName="$(string.extensions_getAddons_showPane)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="extensions.getAddons.showPane"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF68"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="geo_enabled" class="Both" displayName="$(string.geo_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="geo.enabled"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF70"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="intl_accept_languages" class="Both" displayName="$(string.intl_accept_languages)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > + <parentCategory ref="Preferences" /> + <supportedOn ref="SUPPORTED_FF70" /> + <elements> + <text id="Preferences_String" valueName="intl.accept_languages" required="true" expandable="true"/> + </elements> + </policy> + <policy name="media_eme_enabled" class="Both" displayName="$(string.media_eme_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="media.eme.enabled"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF70"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="media_gmp-gmpopenh264_enabled" class="Both" displayName="$(string.media_gmp-gmpopenh264_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="media.gmp-gmpopenh264.enabled"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF68"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="media_gmp-widevinecdm_enabled" class="Both" displayName="$(string.media_gmp-widevinecdm_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="media.gmp-widevinecdm.enabled"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF68"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="network_dns_disableIPv6" class="Both" displayName="$(string.network_dns_disableIPv6)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="network.dns.disableIPv6"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF68"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="network_IDN_show_punycode" class="Both" displayName="$(string.network_IDN_show_punycode)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="network.IDN_show_punycode"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF68"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="places_history_enabled" class="Both" displayName="$(string.places_history_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="places.history.enabled"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF68"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="print_save_print_settings" class="Both" displayName="$(string.print_save_print_settings)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="print.save_print_settings"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF70"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="security_mixed_content_block_active_content" class="Both" displayName="$(string.security_mixed_content_block_active_content)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="security.mixed_content.block_active_content"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF70"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="security_ssl_errorReporting_enabled" class="Both" displayName="$(string.security_ssl_errorReporting_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="security.ssl.errorReporting.enabled"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF68"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="ui_key_menuAccessKeyFocuses" class="Both" displayName="$(string.ui_key_menuAccessKeyFocuses)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="ui.key.menuAccessKeyFocuses"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF68"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="browser_cache_disk_parent_directory" class="Both" displayName="$(string.browser_cache_disk_parent_directory)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > + <parentCategory ref="Preferences" /> <supportedOn ref="SUPPORTED_FF68" /> - <elements > - <text id="Preferences_String" valueName="browser.cache.disk.parent_directory" required="true" /> + <elements> + <text id="Preferences_String" valueName="browser.cache.disk.parent_directory" required="true" expandable="true"/> </elements> </policy> - <policy name="dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl" class="Both" displayName="$(string.dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl)" explainText="$(string.AppUpdateURL_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > + <policy name="dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl" class="Both" displayName="$(string.dom_keyboardevent_keypress_hack_dispatch_non_printable_keys_addl)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > <parentCategory ref="Preferences" /> <supportedOn ref="SUPPORTED_FF68" /> - <elements > + <elements> <text id="Preferences_String" valueName="dom.keyboardevent.keypress.hack.dispatch_non_printable_keys.addl" required="true" /> </elements> </policy> - <policy name="dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl" class="Both" displayName="$(string.dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl)" explainText="$(string.AppUpdateURL_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > + <policy name="dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl" class="Both" displayName="$(string.dom_keyboardevent_keypress_hack_use_legacy_keycode_and_charcode_addl)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > <parentCategory ref="Preferences" /> <supportedOn ref="SUPPORTED_FF68" /> - <elements > + <elements> <text id="Preferences_String" valueName="dom.keyboardevent.keypress.hack.use_legacy_keycode_and_charcode.addl" required="true" /> </elements> </policy> - <policy name="security.default_personal_cert" class="Both" displayName="$(string.security_default_personal_cert)" explainText="$(string.Preferences_Enum_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_security_default_personal_cert)" > + <policy name="security_default_personal_cert" class="Both" displayName="$(string.security_default_personal_cert)" explainText="$(string.Preferences_Enum_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_security_default_personal_cert)" > <parentCategory ref="Preferences"/> <supportedOn ref="SUPPORTED_FF68"/> <elements> @@ -2593,5 +3288,565 @@ </enum> </elements> </policy> + <policy name="browser_newtabpage_activity-stream_default_sites" class="Both" displayName="$(string.browser_newtabpage_activity-stream_default_sites)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > + <parentCategory ref="Preferences" /> + <supportedOn ref="SUPPORTED_FF72" /> + <elements> + <text id="Preferences_String" valueName="browser.newtabpage.activity-stream.default.sites" required="true" /> + </elements> + </policy> + <policy name="extensions_htmlaboutaddons_recommendations_enabled" class="Both" displayName="$(string.extensions_htmlaboutaddons_recommendations_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="extensions.htmlaboutaddons.recommendations.enabled"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF72"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="media_peerconnection_enabled" class="Both" displayName="$(string.media_peerconnection_enabled)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="media.peerconnection.enabled"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF72"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="media_peerconnection_ice_obfuscate_host_addresses_whitelist" class="Both" displayName="$(string.media_peerconnection_ice_obfuscate_host_addresses_whitelist)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > + <parentCategory ref="Preferences" /> + <supportedOn ref="SUPPORTED_FF68" /> + <elements> + <text id="Preferences_String" valueName="media.peerconnection.ice.obfuscate_host_addresses.whitelist" required="true" /> + </elements> + </policy> + <policy name="media_peerconnection_ice_obfuscate_host_addresses_blocklist" class="Both" displayName="$(string.media_peerconnection_ice_obfuscate_host_addresses_blocklist)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > + <parentCategory ref="Preferences" /> + <supportedOn ref="SUPPORTED_FF79" /> + <elements> + <text id="Preferences_String" valueName="media.peerconnection.ice.obfuscate_host_addresses.blocklist" required="true" /> + </elements> + </policy> + <policy name="security_osclientcerts_autoload" class="Both" displayName="$(string.security_osclientcerts_autoload)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="security.osclientcerts.autoload"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF72"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="security_tls_hello_downgrade_check" class="Both" displayName="$(string.security_tls_hello_downgrade_check)" explainText="$(string.Preferences_Boolean_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" valueName="security.tls.hello_downgrade_check"> + <parentCategory ref="Preferences"/> + <supportedOn ref="SUPPORTED_FF72"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="widget_content_gtk-theme-override" class="Both" displayName="$(string.widget_content_gtk-theme-override)" explainText="$(string.Preferences_String_Explain)" key="Software\Policies\Mozilla\Firefox\Preferences" presentation="$(presentation.Preferences_String)" > + <parentCategory ref="Preferences" /> + <supportedOn ref="SUPPORTED_FF68" /> + <elements> + <text id="Preferences_String" valueName="widget.content.gtk-theme-override" required="true" /> + </elements> + </policy> + <policy name="A_SanitizeOnShutdown_Cache" class="Both" displayName="$(string.SanitizeOnShutdown_Cache)" explainText="$(string.SanitizeOnShutdown_Cache_Explain)" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="Cache"> + <parentCategory ref="SanitizeOnShutdown"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="B_SanitizeOnShutdown_Cookies" class="Both" displayName="$(string.SanitizeOnShutdown_Cookies)" explainText="$(string.SanitizeOnShutdown_Cookies_Explain)" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="Cookies"> + <parentCategory ref="SanitizeOnShutdown"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="C_SanitizeOnShutdown_Downloads" class="Both" displayName="$(string.SanitizeOnShutdown_Downloads)" explainText="$(string.SanitizeOnShutdown_Downloads_Explain)" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="Downloads"> + <parentCategory ref="SanitizeOnShutdown"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="D_SanitizeOnShutdown_FormData" class="Both" displayName="$(string.SanitizeOnShutdown_FormData)" explainText="$(string.SanitizeOnShutdown_FormData_Explain)" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="FormData"> + <parentCategory ref="SanitizeOnShutdown"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="E_SanitizeOnShutdown_History" class="Both" displayName="$(string.SanitizeOnShutdown_History)" explainText="$(string.SanitizeOnShutdown_History_Explain)" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="History"> + <parentCategory ref="SanitizeOnShutdown"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="F_SanitizeOnShutdown_Sessions" class="Both" displayName="$(string.SanitizeOnShutdown_Sessions)" explainText="$(string.SanitizeOnShutdown_Sessions_Explain)" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="Sessions"> + <parentCategory ref="SanitizeOnShutdown"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="G_SanitizeOnShutdown_SiteSettings" class="Both" displayName="$(string.SanitizeOnShutdown_SiteSettings)" explainText="$(string.SanitizeOnShutdown_SiteSettings_Explain)" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="SiteSettings"> + <parentCategory ref="SanitizeOnShutdown"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="H_SanitizeOnShutdown_OfflineApps" class="Both" displayName="$(string.SanitizeOnShutdown_OfflineApps)" explainText="$(string.SanitizeOnShutdown_OfflineApps_Explain)" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="OfflineApps"> + <parentCategory ref="SanitizeOnShutdown"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="I_SanitizeOnShutdown_Locked" class="Both" displayName="$(string.SanitizeOnShutdown_Locked)" explainText="$(string.SanitizeOnShutdown_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="Locked"> + <parentCategory ref="SanitizeOnShutdown"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="A_TrackingProtection_Value" class="Both" displayName="$(string.TrackingProtection_Value)" explainText="$(string.TrackingProtection_Value_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Value"> + <parentCategory ref="TrackingProtection"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="B_TrackingProtection_Cryptomining" class="Both" displayName="$(string.TrackingProtection_Cryptomining)" explainText="$(string.TrackingProtection_Cryptomining_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Cryptomining"> + <parentCategory ref="TrackingProtection"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="C_TrackingProtection_Fingerprinting" class="Both" displayName="$(string.TrackingProtection_Fingerprinting)" explainText="$(string.TrackingProtection_Fingerprinting_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Fingerprinting"> + <parentCategory ref="TrackingProtection"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="D_TrackingProtection_Exceptions" class="Both" displayName="$(string.TrackingProtection_Exceptions)" explainText="$(string.TrackingProtection_Exceptions_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" presentation="$(presentation.TrackingProtection_Exceptions)"> + <parentCategory ref="TrackingProtection"/> + <supportedOn ref="SUPPORTED_FF74"/> + <elements> + <list id="TrackingProtection_Exceptions" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection\Exceptions" valuePrefix=""/> + </elements> + </policy> + <policy name="E_TrackingProtection_Locked" class="Both" displayName="$(string.TrackingProtection_Locked)" explainText="$(string.TrackingProtection_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Locked"> + <parentCategory ref="TrackingProtection"/> + <supportedOn ref="SUPPORTED_FF74"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="UserMessaging_WhatsNew" class="Both" displayName="$(string.UserMessaging_WhatsNew)" explainText="$(string.UserMessaging_WhatsNew_Explain)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="WhatsNew"> + <parentCategory ref="UserMessaging"/> + <supportedOn ref="SUPPORTED_FF75_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="UserMessaging_ExtensionRecommendations" class="Both" displayName="$(string.UserMessaging_ExtensionRecommendations)" explainText="$(string.UserMessaging_ExtensionRecommendations_Explain)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="ExtensionRecommendations"> + <parentCategory ref="UserMessaging"/> + <supportedOn ref="SUPPORTED_FF75"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="UserMessaging_FeatureRecommendations" class="Both" displayName="$(string.UserMessaging_FeatureRecommendations)" explainText="$(string.UserMessaging_FeatureRecommendations_Explain)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="FeatureRecommendations"> + <parentCategory ref="UserMessaging"/> + <supportedOn ref="SUPPORTED_FF75"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="UserMessaging_UrlbarInterventions" class="Both" displayName="$(string.UserMessaging_UrlbarInterventions)" explainText="$(string.UserMessaging_UrlbarInterventions_Explain)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="UrlbarInterventions"> + <parentCategory ref="UserMessaging"/> + <supportedOn ref="SUPPORTED_FF75_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="UserMessaging_SkipOnboarding" class="Both" displayName="$(string.UserMessaging_SkipOnboarding)" explainText="$(string.UserMessaging_SkipOnboarding_Explain)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="SkipOnboarding"> + <parentCategory ref="UserMessaging"/> + <supportedOn ref="SUPPORTED_FF88"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="UserMessaging_MoreFromMozilla" class="Both" displayName="$(string.UserMessaging_MoreFromMozilla)" explainText="$(string.UserMessaging_MoreFromMozilla_Explain)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="MoreFromMozilla"> + <parentCategory ref="UserMessaging"/> + <supportedOn ref="SUPPORTED_FF98_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA" class="Both" displayName="$(string.DisabledCiphers_TLS_DHE_RSA_WITH_AES_128_CBC_SHA)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_DHE_RSA_WITH_AES_128_CBC_SHA"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF76_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA" class="Both" displayName="$(string.DisabledCiphers_TLS_DHE_RSA_WITH_AES_256_CBC_SHA)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_DHE_RSA_WITH_AES_256_CBC_SHA"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF76_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA" class="Both" displayName="$(string.DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF76_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA" class="Both" displayName="$(string.DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF76_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256" class="Both" displayName="$(string.DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF76_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256" class="Both" displayName="$(string.DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF76_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA" class="Both" displayName="$(string.DisabledCiphers_TLS_RSA_WITH_AES_128_CBC_SHA)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_RSA_WITH_AES_128_CBC_SHA"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF76_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA" class="Both" displayName="$(string.DisabledCiphers_TLS_RSA_WITH_AES_256_CBC_SHA)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_RSA_WITH_AES_256_CBC_SHA"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF76_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA" class="Both" displayName="$(string.DisabledCiphers_TLS_RSA_WITH_3DES_EDE_CBC_SHA)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_RSA_WITH_3DES_EDE_CBC_SHA"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF76_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256" class="Both" displayName="$(string.DisabledCiphers_TLS_RSA_WITH_AES_128_GCM_SHA256)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_RSA_WITH_AES_128_GCM_SHA256"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF78"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384" class="Both" displayName="$(string.DisabledCiphers_TLS_RSA_WITH_AES_256_GCM_SHA384)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_RSA_WITH_AES_256_GCM_SHA384"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF78"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA" class="Both" displayName="$(string.DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF97"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA" class="Both" displayName="$(string.DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF97"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384" class="Both" displayName="$(string.DisabledCiphers_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF97"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256" class="Both" displayName="$(string.DisabledCiphers_TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF97"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384" class="Both" displayName="$(string.DisabledCiphers_TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF97"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="DisabledCiphers_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256" class="Both" displayName="$(string.DisabledCiphers_TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256)" explainText="$(string.DisabledCiphers_Explain)" key="Software\Policies\Mozilla\Firefox\DisabledCiphers" valueName="TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256"> + <parentCategory ref="DisabledCiphers"/> + <supportedOn ref="SUPPORTED_FF97"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="EncryptedMediaExtensions_Enabled" class="Both" displayName="$(string.EncryptedMediaExtensions_Enabled)" explainText="$(string.EncryptedMediaExtensions_Enabled_Explain)" key="Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions" valueName="Enabled"> + <parentCategory ref="EncryptedMediaExtensions"/> + <supportedOn ref="SUPPORTED_FF77"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="EncryptedMediaExtensions_Locked" class="Both" displayName="$(string.EncryptedMediaExtensions_Locked)" explainText="$(string.EncryptedMediaExtensions_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\EncryptedMediaExtensions" valueName="Locked"> + <parentCategory ref="EncryptedMediaExtensions"/> + <supportedOn ref="SUPPORTED_FF77"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="PDFjs_Enabled" class="Both" displayName="$(string.PDFjs_Enabled)" explainText="$(string.PDFjs_Enabled_Explain)" key="Software\Policies\Mozilla\Firefox\PDFjs" valueName="Enabled"> + <parentCategory ref="PDFjs"/> + <supportedOn ref="SUPPORTED_FF77_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="PDFjs_EnablePermissions" class="Both" displayName="$(string.PDFjs_EnablePermissions)" explainText="$(string.PDFjs_EnablePermissions_Explain)" key="Software\Policies\Mozilla\Firefox\PDFjs" valueName="EnablePermissions"> + <parentCategory ref="PDFjs"/> + <supportedOn ref="SUPPORTED_FF77_ONLY"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="PictureInPicture_Enabled" class="Both" displayName="$(string.PictureInPicture_Enabled)" explainText="$(string.PictureInPicture_Enabled_Explain)" key="Software\Policies\Mozilla\Firefox\PictureInPicture" valueName="Enabled"> + <parentCategory ref="PictureInPicture"/> + <supportedOn ref="SUPPORTED_FF78"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="PictureInPicture_Locked" class="Both" displayName="$(string.PictureInPicture_Locked)" explainText="$(string.PictureInPicture_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\PictureInPicture" valueName="Locked"> + <parentCategory ref="PictureInPicture"/> + <supportedOn ref="SUPPORTED_FF78"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="PrimaryPassword" class="Both" displayName="$(string.PrimaryPassword)" explainText="$(string.PrimaryPassword_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="PrimaryPassword"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF79"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="Handlers" class="Both" displayName="$(string.Handlers)" key="Software\Policies\Mozilla\Firefox" explainText="$(string.Handlers_Explain)" presentation="$(presentation.Handlers)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF78"/> + <elements> + <multiText id="Handlers" valueName="Handlers" maxLength="16384"/> + </elements> + </policy> + <policy name="Preferences" class="Both" displayName="$(string.Preferences)" key="Software\Policies\Mozilla\Firefox" explainText="$(string.Preferences_Explain)" presentation="$(presentation.JSON)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF81"/> + <elements> + <multiText id="JSON" valueName="Preferences" maxLength="16384"/> + </elements> + </policy> + <policy name="ManagedBookmarks" class="Both" displayName="$(string.ManagedBookmarks)" key="Software\Policies\Mozilla\Firefox" explainText="$(string.ManagedBookmarks_Explain)" presentation="$(presentation.JSON)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF83"/> + <elements> + <multiText id="JSON" valueName="ManagedBookmarks" maxLength="16384"/> + </elements> + </policy> + <policy name="AllowedDomainsForApps" class="Both" displayName="$(string.AllowedDomainsForApps)" key="Software\Policies\Mozilla\Firefox" explainText="$(string.AllowedDomainsForApps_Explain)" presentation="$(presentation.String)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF89"/> + <elements> + <text id="String" valueName="AllowedDomainsForApps"/> + </elements> + </policy> + <policy name="BackgroundAppUpdate" class="Both" displayName="$(string.BackgroundAppUpdate)" explainText="$(string.BackgroundAppUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BackgroundAppUpdate"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF90"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> + <policy name="AutoLaunchProtocolsFromOrigins" class="Both" displayName="$(string.AutoLaunchProtocolsFromOrigins)" key="Software\Policies\Mozilla\Firefox" explainText="$(string.AutoLaunchProtocolsFromOrigins_Explain)" presentation="$(presentation.JSON)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF81"/> + <elements> + <multiText id="JSON" valueName="AutoLaunchProtocolsFromOrigins" maxLength="16384"/> + </elements> + </policy> + <policy name="WindowsSSO" class="Both" displayName="$(string.WindowsSSO)" explainText="$(string.WindowsSSO_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="WindowsSSO"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF91"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> </policies> </policyDefinitions>