X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/4a1b85479e93d81beeb8151cdde459cf0c730896..da7b4cc168d3004f32201f79eb2207dae7fd2248:/windows/firefox.admx?ds=sidebyside diff --git a/windows/firefox.admx b/windows/firefox.admx index c80e36d..dbba525 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" /> @@ -679,6 +693,13 @@ <decimal value="0"/> </disabledValue> </policy> + <policy name="LocalFileLinks" class="Both" displayName="$(string.LocalFileLinks)" explainText="$(string.LocalFileLinks_Explain)" key="Software\Policies\Mozilla\Firefox\LocalFileLinks" presentation="$(presentation.LocalFileLinks)" > + <parentCategory ref="firefox" /> + <supportedOn ref="SUPPORTED_FF68ESR" /> + <elements > + <list id="LocalFileLinks" key="Software\Policies\Mozilla\Firefox\LocalFileLinks" valuePrefix=""/> + </elements> + </policy> <policy name="NetworkPrediction" class="Both" displayName="$(string.NetworkPrediction)" explainText="$(string.NetworkPrediction_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="NetworkPrediction"> <parentCategory ref="firefox"/> <supportedOn ref="SUPPORTED_FF67"/> @@ -753,6 +774,60 @@ <decimal value="0"/> </disabledValue> </policy> + <policy name="CustomizeFirefoxHome" class="Both" displayName="$(string.FirefoxHome)" explainText="$(string.FirefoxHome_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.FirefoxHome)" > + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF68"/> + <elements > + <boolean id="FirefoxHome_Search" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="Search"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_TopSites" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="TopSites"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_Highlights" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="Highlights"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_Pocket" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="Pocket"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_Snippets" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="Snippets"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + <boolean id="FirefoxHome_Locked" key="Software\Policies\Mozilla\Firefox\FirefoxHome" valueName="Locked"> + <trueValue> + <decimal value="1"/> + </trueValue> + <falseValue> + <decimal value="0"/> + </falseValue> + </boolean> + </elements> + </policy> <policy name="FlashPlugin_Allow" class="Both" displayName="$(string.Allow)" explainText="$(string.FlashPlugin_Allow_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.Permissions)"> <parentCategory ref="Flash"/> <supportedOn ref="SUPPORTED_FF60"/> @@ -801,6 +876,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"/> @@ -824,15 +909,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" /> @@ -2080,6 +2231,16 @@ </enum> </elements> </policy> + <policy name="SearchSuggestEnabled" class="Both" displayName="$(string.SearchSuggestEnabled)" explainText="$(string.SearchSuggestEnabled_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="SearchSuggestEnabled"> + <parentCategory ref="Search"/> + <supportedOn ref="SUPPORTED_FF68"/> + <enabledValue> + <decimal value="1"/> + </enabledValue> + <disabledValue> + <decimal value="0"/> + </disabledValue> + </policy> <policy name="TrackingProtection" class="Both" displayName="$(string.TrackingProtection)" explainText="$(string.TrackingProtection_Explain)" key="Software\Policies\Mozilla\Firefox\EnableTrackingProtection" valueName="Value" presentation="$(presentation.TrackingProtection)"> <parentCategory ref="firefox"/> <supportedOn ref="SUPPORTED_FF60"/>