X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/755fb666ed89062e52bb167578f84fe45c6fc917..a35c252f6c18042bf5541e20d6e58dd68af8fc67:/windows/firefox.admx diff --git a/windows/firefox.admx b/windows/firefox.admx index e380579..35b87ac 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -395,6 +395,20 @@ <decimal value="0"/> </disabledValue> </policy> + <policy name="DefaultDownloadDirectory" class="Both" displayName="$(string.DefaultDownloadDirectory)" explainText="$(string.DefaultDownloadDirectory_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Preferences_String)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF68"/> + <elements> + <text id="Preferences_String" valueName="DefaultDownloadDirectory" /> + </elements> + </policy> + <policy name="DownloadDirectory" class="Both" displayName="$(string.DownloadDirectory)" explainText="$(string.DownloadDirectory_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Preferences_String)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF68"/> + <elements> + <text id="Preferences_String" valueName="DownloadDirectory" /> + </elements> + </policy> <policy name="DNSOverHTTPS" class="Both" displayName="$(string.DNSOverHTTPS)" explainText="$(string.DNSOverHTTPS_Explain)" key="Software\Policies\Mozilla\Firefox\DNSOverHTTPS" presentation="$(presentation.DNSOverHTTPS)" > <parentCategory ref="firefox" /> <supportedOn ref="SUPPORTED_FF63ESR" /> @@ -808,6 +822,16 @@ <text id="OverridePage" valueName="OverridePostUpdatePage"/> </elements> </policy> + <policy name="PromptForDownloadLocation" class="Both" displayName="$(string.PromptForDownloadLocation)" explainText="$(string.PromptForDownloadLocation_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="PromptForDownloadLocation"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF68"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> <!-- Alphabetization is based on name, so had to add P --> <policy name="P_DisableSecurityBypass_InvalidCertificate" class="Both" displayName="$(string.DisableSecurityBypass_InvalidCertificate)" explainText="$(string.DisableSecurityBypass_InvalidCertificate_Explain)" key="Software\Policies\Mozilla\Firefox\DisableSecurityBypass" valueName="InvalidCertificate"> <parentCategory ref="firefox"/> @@ -831,15 +855,81 @@ </disabledValue> </policy> <!-- Alphabetization is based on name, so had to add C --> - <policy name="C_SanitizeOnShutdown" class="Both" displayName="$(string.SanitizeOnShutdown)" explainText="$(string.SanitizeOnShutdown_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="SanitizeOnShutdown"> + <policy name="C_SanitizeOnShutdown" class="Both" displayName="$(string.SanitizeOnShutdown)" explainText="$(string.SanitizeOnShutdown_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="SanitizeOnShutdown" presentation="$(presentation.SanitizeOnShutdown)" > <parentCategory ref="firefox"/> - <supportedOn ref="SUPPORTED_FF60"/> + <supportedOn ref="SUPPORTED_FF68"/> <enabledValue> <decimal value="1"/> </enabledValue> <disabledValue> <decimal value="0"/> </disabledValue> + <elements > + <boolean id="SanitizeOnShutdown_Cache" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="Cache"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="SanitizeOnShutdown_Cookies" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="Cookies"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="SanitizeOnShutdown_Downloads" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="Downloads"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="SanitizeOnShutdown_FormData" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="FormData"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="SanitizeOnShutdown_History" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="History"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="SanitizeOnShutdown_Sessions" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="Sessions"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="SanitizeOnShutdown_SiteSettings" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="SiteSettings"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="SanitizeOnShutdown_OfflineApps" key="Software\Policies\Mozilla\Firefox\SanitizeOnShutdown" valueName="OfflineApps"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + </elements> </policy> <policy name="HomepageURL" class="Both" displayName="$(string.HomepageURL)" explainText="$(string.HomepageURL_Explain)" key="Software\Policies\Mozilla\Firefox\Homepage" presentation="$(presentation.HomepageURL)" > <parentCategory ref="Homepage" />