]> git.p6c8.net - policy-templates.git/blobdiff - windows/firefox.admx
Add README, Add heading for dropdowns, cleanup tabs
[policy-templates.git] / windows / firefox.admx
index 827c0633b4012a9ddf45daf9a14f269413fe5860..0a89f63e874fda4e44347e95e97d01f542d03f6e 100644 (file)
@@ -36,9 +36,6 @@
     <category displayName="$(string.Homepage_group)" name="Homepage">
       <parentCategory ref="firefox"/>
     </category>
     <category displayName="$(string.Homepage_group)" name="Homepage">
       <parentCategory ref="firefox"/>
     </category>
-    <category displayName="$(string.Proxy_group)" name="Proxy">
-      <parentCategory ref="firefox"/>
-    </category>
   </categories>
   <policies>
     <policy name="BlockAboutAddons" class="Both" displayName="$(string.BlockAboutAddons)" explainText="$(string.BlockAboutAddons_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutAddons">
   </categories>
   <policies>
     <policy name="BlockAboutAddons" class="Both" displayName="$(string.BlockAboutAddons)" explainText="$(string.BlockAboutAddons_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutAddons">
         </enum>
       </elements>
     </policy>
         </enum>
       </elements>
     </policy>
-    <policy class="Both" displayName="$(string.ProxyMode)" name="ProxyMode" explainText="$(string.ProxyMode_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.ProxyMode)" >
-      <parentCategory ref="Proxy" />
+    <policy class="Both" displayName="$(string.Proxy)" name="Proxy" explainText="$(string.Proxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Proxy)" >
+      <parentCategory ref="firefox" />
       <supportedOn ref="SUPPORTED_WINXPSP2" />
       <elements >
       <supportedOn ref="SUPPORTED_WINXPSP2" />
       <elements >
-        <enum id="ProxyMode" valueName="Mode">
+        <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>
           <item displayName="$(string.NoProxy)">
             <value>
               <string>none</string>
             </value>
           </item>
         </enum>
             </value>
           </item>
         </enum>
-        <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">
+        <text id="HTTPProxy" valueName="HTTPProxy"/>
+        <boolean id="UseHTTPProxyForAllProtocols" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseHTTPProxyForAllProtocols">
           <trueValue>
             <decimal value="1"/>
           </trueValue>
           <trueValue>
             <decimal value="1"/>
           </trueValue>
             <decimal value="0"/>
           </falseValue>
         </boolean>
             <decimal value="0"/>
           </falseValue>
         </boolean>
-        <boolean id="ProxyLocked" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="Locked">
+        <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>
+              <string>4</string>
+            </value>
+          </item>
+          <item displayName="$(string.SOCKSVersion5)">
+            <value>
+              <string>5</string>
+            </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>
           <trueValue>
             <decimal value="1"/>
           </trueValue>
             <decimal value="0"/>
           </falseValue>
         </boolean>
             <decimal value="0"/>
           </falseValue>
         </boolean>
-      </elements>
-    </policy>
-    <policy class="Both" displayName="$(string.HTTPProxy)" name="HTTPProxy" explainText="$(string.HTTPProxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.HTTPProxy)" >
-      <parentCategory ref="Proxy" />
-      <supportedOn ref="SUPPORTED_WINXPSP2" />
-      <elements >
-        <text id="HTTPProxy" valueName="HTTPProxy" required="true" />
-        <boolean id="UseHTTPProxyForAllProtocols" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseHTTPProxyForAllProtocols">
+        <boolean id="UseProxyForDNS" key="Software\Policies\Mozilla\Firefox\Proxy" valueName="UseProxyForDNS">
           <trueValue>
             <decimal value="1"/>
           </trueValue>
           <trueValue>
             <decimal value="1"/>
           </trueValue>
         </boolean>
       </elements>
     </policy>
         </boolean>
       </elements>
     </policy>
-    <policy class="Both" displayName="$(string.SSLProxy)" name="SSLProxy" explainText="$(string.SSLProxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.SSLProxy)" >
-      <parentCategory ref="Proxy" />
-      <supportedOn ref="SUPPORTED_WINXPSP2" />
-      <elements >
-        <text id="SSLProxy" valueName="SSLProxy" required="true" />
-      </elements>
-    </policy>
-    <policy class="Both" displayName="$(string.FTPProxy)" name="FTPProxy" explainText="$(string.FTPProxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.FTPProxy)" >
-      <parentCategory ref="Proxy" />
-      <supportedOn ref="SUPPORTED_WINXPSP2" />
-      <elements >
-        <text id="FTPProxy" valueName="FTPProxy" required="true" />
-      </elements>
-    </policy>
-    <policy class="Both" displayName="$(string.SOCKSProxy)" name="SOCKSProxy" explainText="$(string.SOCKSProxy_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.SOCKSProxy)" >
-      <parentCategory ref="Proxy" />
-      <supportedOn ref="SUPPORTED_WINXPSP2" />
-      <elements >
-        <text id="SOCKSProxy" valueName="SOCKSProxy" required="true" />
-        <enum id="SOCKSVersion" valueName="SOCKSVersion">
-          <item displayName="$(string.SOCKSVersion4)">
-            <value>
-              <string>4</string>
-            </value>
-          </item>
-          <item displayName="$(string.SOCKSVersion5)">
-            <value>
-              <string>5</string>
-            </value>
-          </item>
-        </enum>
-      </elements>
-    </policy>
-    <policy class="Both" displayName="$(string.AutoConfigURL)" name="AutoConfigURL" explainText="$(string.AutoConfigURL_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.AutoConfigURL)" >
-      <parentCategory ref="Proxy" />
-      <supportedOn ref="SUPPORTED_WINXPSP2" />
-      <elements >
-        <text id="AutoConfigURL" valueName="AutoConfigURL" required="true" />
-      </elements>
-    </policy>
-    <policy class="Both" displayName="$(string.Passthrough)" name="Passthrough" explainText="$(string.Passthrough_Explain)" key="Software\Policies\Mozilla\Firefox\Proxy" presentation="$(presentation.Passthrough)" >
-      <parentCategory ref="Proxy" />
-      <supportedOn ref="SUPPORTED_WINXPSP2" />
-      <elements >
-        <text id="Passthrough" valueName="Passthrough" required="true" />
-      </elements>
-    </policy>
   </policies>
 </policyDefinitions>
   </policies>
 </policyDefinitions>

patrick-canterino.de