<?xml version="1.0" encoding="utf-8"?>
-<policyDefinitions revision="4.7" schemaVersion="1.0">
+<policyDefinitions revision="5.1" schemaVersion="1.0">
<policyNamespaces>
<target prefix="firefox" namespace="Mozilla.Policies.Firefox"/>
<using prefix="Mozilla" namespace="Mozilla.Policies"/>
</policyNamespaces>
- <resources minRequiredRevision="4.7"/>
+ <resources minRequiredRevision="5.1"/>
<supportedOn>
<definitions>
<definition name="UNSUPPORTED" displayName="$(string.UNSUPPORTED)"/>
<definition name="SUPPORTED_FF108" displayName="$(string.SUPPORTED_FF108)"/>
<definition name="SUPPORTED_FF109" displayName="$(string.SUPPORTED_FF109)"/>
<definition name="SUPPORTED_FF110" displayName="$(string.SUPPORTED_FF110)"/>
+ <definition name="SUPPORTED_FF112_ONLY" displayName="$(string.SUPPORTED_FF112_ONLY)"/>
+ <definition name="SUPPORTED_FF113_ONLY" displayName="$(string.SUPPORTED_FF113_ONLY)"/>
+ <definition name="SUPPORTED_FF114" displayName="$(string.SUPPORTED_FF114)"/>
</definitions>
</supportedOn>
<categories>
<category displayName="$(string.ProxySettings_group)" name="ProxySettings">
<parentCategory ref="firefox"/>
</category>
+ <category displayName="$(string.SecurityDevices_group)" name="SecurityDevices">
+ <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">
<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>
- <boolean id="ProxyLocked" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="Locked">
- <trueValue>
- <decimal value="1"/>
- </trueValue>
- <falseValue>
- <decimal value="0"/>
- </falseValue>
- </boolean>
- <enum id="ConnectionType" valueName="Mode">
- <item displayName="$(string.NoProxy)">
- <value>
- <string>none</string>
- </value>
- </item>
- <item displayName="$(string.SystemProxy)">
- <value>
- <string>system</string>
- </value>
- </item>
- <item displayName="$(string.ManualProxy)">
- <value>
- <string>manual</string>
- </value>
- </item>
- <item displayName="$(string.AutoDetectProxy)">
- <value>
- <string>autoDetect</string>
- </value>
- </item>
- <item displayName="$(string.AutoConfigProxy)">
- <value>
- <string>autoConfig</string>
- </value>
- </item>
- </enum>
- <text id="HTTPProxy" valueName="HTTPProxy"/>
- <boolean id="UseHTTPProxyForAllProtocols" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseHTTPProxyForAllProtocols">
- <trueValue>
- <decimal value="1"/>
- </trueValue>
- <falseValue>
- <decimal value="0"/>
- </falseValue>
- </boolean>
- <text id="SSLProxy" valueName="SSLProxy"/>
- <text id="FTPProxy" valueName="FTPProxy"/>
- <text id="SOCKSProxy" valueName="SOCKSProxy"/>
- <enum id="SOCKSVersion" valueName="SOCKSVersion">
- <item displayName="$(string.SOCKSVersion4)">
- <value>
- <decimal value="4"/>
- </value>
- </item>
- <item displayName="$(string.SOCKSVersion5)">
- <value>
- <decimal value="5"/>
- </value>
- </item>
- </enum>
- <text id="AutoConfigURL" valueName="AutoConfigURL"/>
- <text id="Passthrough" valueName="Passthrough"/>
- <boolean id="AutoLogin" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="AutoLogin">
- <trueValue>
- <decimal value="1"/>
- </trueValue>
- <falseValue>
- <decimal value="0"/>
- </falseValue>
- </boolean>
- <boolean id="UseProxyForDNS" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseProxyForDNS">
- <trueValue>
- <decimal value="1"/>
- </trueValue>
- <falseValue>
- <decimal value="0"/>
- </falseValue>
- </boolean>
- </elements>
- </policy>
<policy name="Proxy_Locked" class="Both" displayName="$(string.Proxy_Locked)" explainText="$(string.Proxy_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="Locked">
<parentCategory ref="ProxySettings"/>
<supportedOn ref="SUPPORTED_FF60"/>
<list id="WebsiteFilter" key="Software\Policies\Mozilla\Firefox\WebsiteFilter\Exceptions" valuePrefix=""/>
</elements>
</policy>
+ <policy name="WebsiteFilter" class="Both" displayName="$(string.WebsiteFilter)" explainText="$(string.WebsiteFilter_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.JSON)">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_FF114"/>
+ <elements>
+ <multiText id="JSON" valueName="WebsiteFilter" maxLength="16384"/>
+ </elements>
+ </policy>
<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" />
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="F_TrackingProtection_EmailTracking" class="Both" displayName="$(string.TrackingProtection_EmailTracking)" explainText="$(string.TrackingProtection_EmailTracking_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="EmailTracking">
+ <parentCategory ref="TrackingProtection"/>
+ <supportedOn ref="SUPPORTED_FF112"/>
+ <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"/>
<decimal value="0"/>
</disabledValue>
</policy>
+ <policy name="UserMessaging_Locked" class="Both" displayName="$(string.UserMessaging_Locked)" explainText="$(string.UserMessaging_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\UserMessaging" valueName="Locked">
+ <parentCategory ref="UserMessaging"/>
+ <supportedOn ref="SUPPORTED_FF75"/>
+ <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"/>
<text id="String" valueName="AppUpdatePin" required="true" />
</elements>
</policy>
+ <policy name="DisableThirdPartyModuleBlocking" class="Both" displayName="$(string.DisableThirdPartyModuleBlocking)" explainText="$(string.DisableThirdPartyModuleBlocking_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisableThirdPartyModuleBlocking">
+ <parentCategory ref="firefox" />
+ <supportedOn ref="SUPPORTED_FF110"/>
+ <enabledValue>
+ <decimal value="1"/>
+ </enabledValue>
+ <disabledValue>
+ <decimal value="0"/>
+ </disabledValue>
+ </policy>
+ <policy name="Containers" class="Both" displayName="$(string.Containers)" key="Software\Policies\Mozilla\Firefox" explainText="$(string.Containers_Explain)" presentation="$(presentation.JSON)">
+ <parentCategory ref="firefox"/>
+ <supportedOn ref="SUPPORTED_FF113"/>
+ <elements>
+ <multiText id="JSON" valueName="Containers" maxLength="16384"/>
+ </elements>
+ </policy>
+ <policy name="SecurityDevices_Add" class="Both" displayName="$(string.SecurityDevices_Add)" explainText="$(string.SecurityDevices_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.SecurityDevices)" >
+ <parentCategory ref="SecurityDevices"/>
+ <supportedOn ref="SUPPORTED_FF114"/>
+ <elements>
+ <list id="SecurityDevices" key="Software\Policies\Mozilla\Firefox\SecurityDevices\Add" valuePrefix="" explicitValue="true" expandable="true"/>
+ </elements>
+ </policy>
+ <policy name="SecurityDevices_Delete" class="Both" displayName="$(string.SecurityDevices_Delete)" explainText="$(string.SecurityDevices_Delete_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.SecurityDevices)" >
+ <parentCategory ref="SecurityDevices"/>
+ <supportedOn ref="SUPPORTED_FF114"/>
+ <elements>
+ <list id="SecurityDevices" key="Software\Policies\Mozilla\Firefox\SecurityDevices\Delete" valuePrefix=""/>
+ </elements>
+ </policy>
</policies>
</policyDefinitions>