]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #517 from alver-cliqz/master
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Fri, 17 Jan 2020 17:38:25 +0000 (11:38 -0600)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2020 17:38:25 +0000 (11:38 -0600)
Fix key name for "Authentication_AllowProxies" policy on Windows

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