]> git.p6c8.net - policy-templates.git/commitdiff
Merge branch 'master' into DNSOverHTTPS_ExcludedDomains
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Mon, 6 Apr 2020 20:31:42 +0000 (15:31 -0500)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2020 20:31:42 +0000 (15:31 -0500)
1  2 
README.md
mac/org.mozilla.firefox.plist
windows/de-DE/firefox.adml
windows/en-US/firefox.adml
windows/es-ES/firefox.adml
windows/firefox.admx
windows/fr-FR/firefox.adml
windows/it-IT/firefox.adml
windows/zh-TW/firefox.adml

diff --cc README.md
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 99439d857cb606e41ebf420e2ba03c3256d8891f,36948d5c2648ec3e2d569d7dd1b4cd8f7a1140d3..8e9567a30328afb0bdb65c673f91025f3aad017c
      <category displayName="$(string.TrackingProtection_group)" name="TrackingProtection">
        <parentCategory ref="firefox"/>
      </category>
 +    <category displayName="$(string.DNSOverHTTPS_group)" name="DNSOverHTTPS">
 +      <parentCategory ref="firefox"/>
 +    </category>
+     <category displayName="$(string.UserMessaging_group)" name="UserMessaging">
+       <parentCategory ref="firefox"/>
+     </category>
    </categories>
    <policies>
+     <policy name="AppAutoUpdate" class="Both" displayName="$(string.AppAutoUpdate)" explainText="$(string.AppAutoUpdate_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="AppAutoUpdate">
+       <parentCategory ref="firefox"/>
+       <supportedOn ref="SUPPORTED_FF75"/>
+       <enabledValue>
+         <decimal value="1"/>
+       </enabledValue>
+       <disabledValue>
+         <decimal value="0"/>
+       </disabledValue>
+     </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_FF60"/>
Simple merge
Simple merge
Simple merge

patrick-canterino.de