]> git.p6c8.net - policy-templates.git/commitdiff
Fix key name for "Authentication_AllowProxies" policy on Windows
authorAlexander Komarnitskiy <alexander@cliqz.com>
Fri, 17 Jan 2020 14:44:06 +0000 (15:44 +0100)
committerAlexander Komarnitskiy <alexander@cliqz.com>
Fri, 17 Jan 2020 14:44:06 +0000 (15:44 +0100)
windows/firefox.admx

index e94cd272bb006b283acff88993ce361374c86bc9..020d259feb4ab51a702b3642415b4c0a1469fe9a 100644 (file)
         </boolean>
       </elements>
     </policy>
-    <policy name="Authentication_AllowProxies" class="Both" displayName="$(string.Authentication_AllowProxies)"  key="Software\Policies\Mozilla\Firefox\Authentication\AllowNonFQDN" explainText="$(string.Authentication_AllowProxies_Explain)" presentation="$(presentation.Authentication_AllowProxies)">
+    <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>

patrick-canterino.de