]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #2 from drlellinger/AppUpdateURL-fix
authordrlellinger <39723641+drlellinger@users.noreply.github.com>
Tue, 26 Nov 2019 11:48:46 +0000 (12:48 +0100)
committerGitHub <noreply@github.com>
Tue, 26 Nov 2019 11:48:46 +0000 (12:48 +0100)
Change AppUpdateURL setting

1  2 
windows/firefox.admx

diff --combined windows/firefox.admx
index d82164349456898fbb9edd2ce10b79cb27dfb6b3,81255306c4f72ffebd16ee63968de75a7bfa0cb0..430f28a5e63c7ea6e845e918bc64d20d3ac12a8c
@@@ -19,7 -19,6 +19,7 @@@
        <definition name="SUPPORTED_FF68" displayName="$(string.SUPPORTED_FF68)"/>
        <definition name="SUPPORTED_FF6801" displayName="$(string.SUPPORTED_FF6801)"/>
        <definition name="SUPPORTED_FF70" displayName="$(string.SUPPORTED_FF70)"/>
 +      <definition name="SUPPORTED_FF71" displayName="$(string.SUPPORTED_FF71)"/>
      </definitions>
    </supportedOn>
    <categories>
          </boolean>
        </elements>
      </policy>
 +    <policy name="Authentication_Locked" class="Both" displayName="$(string.Authentication_Locked)" explainText="$(string.Authentication_Locked_Explain)" key="Software\Policies\Mozilla\Firefox\Authentication" valueName="Locked">
 +      <parentCategory ref="Authentication"/>
 +      <supportedOn ref="SUPPORTED_FF71"/>
 +      <enabledValue>
 +        <decimal value="1"/>
 +      </enabledValue>
 +      <disabledValue>
 +        <decimal value="0"/>
 +      </disabledValue>
 +    </policy>
      <policy name="BlockAboutAddons" class="Both" displayName="$(string.BlockAboutAddons)" explainText="$(string.BlockAboutAddons_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="BlockAboutAddons">
        <parentCategory ref="firefox"/>
        <supportedOn ref="SUPPORTED_FF60"/>
          <decimal value="0"/>
        </disabledValue>
      </policy>
 +    <policy name="DisablePasswordReveal" class="Both" displayName="$(string.DisablePasswordReveal)" explainText="$(string.DisablePasswordReveal_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePasswordReveal">
 +      <parentCategory ref="firefox"/>
 +      <supportedOn ref="SUPPORTED_FF71"/>
 +      <enabledValue>
 +        <decimal value="1"/>
 +      </enabledValue>
 +      <disabledValue>
 +        <decimal value="0"/>
 +      </disabledValue>
 +    </policy>
      <policy name="DisablePocket" class="Both" displayName="$(string.DisablePocket)" explainText="$(string.DisablePocket_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="DisablePocket">
        <parentCategory ref="firefox"/>
        <supportedOn ref="SUPPORTED_FF60"/>
          <list id="SearchEngines_Remove" key="Software\Policies\Mozilla\Firefox\SearchEngines\Remove" valuePrefix=""/>
        </elements>
      </policy>
-     <policy name="AppUpdateURL" class="Both" displayName="$(string.AppUpdateURL)" explainText="$(string.AppUpdateURL_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.AppUpdateURL)" >
+     <policy name="AppUpdateURL" class="Machine" displayName="$(string.AppUpdateURL)" explainText="$(string.AppUpdateURL_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.AppUpdateURL)" >
        <parentCategory ref="firefox" />
        <supportedOn ref="SUPPORTED_FF62" />
        <elements >

patrick-canterino.de