X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/62f431dcf0f5bad75259727d3464c0797bcb9d3c..4cf3a462afa456b2fdea39ced577fb0fadae3fa6:/windows/firefox.admx?ds=sidebyside diff --git a/windows/firefox.admx b/windows/firefox.admx index 2fca204..180a4d0 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -4235,5 +4235,40 @@ <decimal value="0"/> </disabledValue> </policy> + <policy name="HttpsOnlyMode" class="Both" displayName="$(string.HttpsOnlyMode)" explainText="$(string.HttpsOnlyMode_Explain)" key="Software\Policies\Mozilla\Firefox" presentation="$(presentation.HttpsOnlyMode)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF127_ONLY"/> + <elements> + <enum id="HttpsOnlyMode" valueName="HttpsOnlyMode"> + <item displayName="$(string.HttpsOnlyMode_Allowed)"> + <value> + <string>allowed</string> + </value> + </item> + <item displayName="$(string.HttpsOnlyMode_Disallowed)"> + <value> + <string>disallowed</string> + </value> + </item> + <item displayName="$(string.HttpsOnlyMode_Enabled)"> + <value> + <string>enabled</string> + </value> + </item> + <item displayName="$(string.HttpsOnlyMode_ForceEnabled)"> + <value> + <string>force_enabled</string> + </value> + </item> + </enum> + </elements> + </policy> + <policy name="HttpAllowlist" class="Both" displayName="$(string.HttpAllowlist)" explainText="$(string.HttpAllowlist_Explain)" key="Software\Policies\Mozilla\Firefox\HttpAllowlist" presentation="$(presentation.List)"> + <parentCategory ref="firefox"/> + <supportedOn ref="SUPPORTED_FF127_ONLY"/> + <elements> + <list id="List" key="Software\Policies\Mozilla\Firefox\HttpAllowlist" valuePrefix=""/> + </elements> + </policy> </policies> </policyDefinitions>