]> git.p6c8.net - policy-templates.git/commitdiff
Add AppUpdateURL in firefox.admx
authorHeiHei90 <h.heinen90@gmail.com>
Fri, 31 Aug 2018 14:48:23 +0000 (16:48 +0200)
committerHeiHei90 <h.heinen90@gmail.com>
Fri, 31 Aug 2018 14:48:23 +0000 (16:48 +0200)
windows/firefox.admx

index 1be3b6e7cd37af8c70e4e11e5d1262e0720f7dd0..6b8c2dab7ca1573585c50513d945b14fe6852e7c 100644 (file)
     </category>
   </categories>
   <policies>
+    <policies>
+      <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_FF60ESR" />
+      <elements >
+        <text id="AppUpdateURL" valueName="URL" required="true" />
+      </elements>
+    </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_FF60ESR"/>

patrick-canterino.de