<string id="PostQuantumKeyAgreementEnabled_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, wird Post-Quantum Key Agreement für TLS aktiviert.
Wenn diese Richtlinieneinstellung deaktiviert oder nicht konfiguriert ist, wird Post-Quantum Key Agreement für TLS deaktiviert.</string>
+ <string id="HttpsOnlyMode">HTTPS-Only Mode</string>
+ <string id="HttpsOnlyMode_Explain">If this policy is enabled, you can set the default behavior for HTTPS-Only Mode.
+
+If this policy is disabled or not configured, HTTPS-Only Mode is not enabled.</string>
+ <string id="HttpsOnlyMode_Allowed">Off by default</string>
+ <string id="HttpsOnlyMode_Disallowed">Off and locked</string>
+ <string id="HttpsOnlyMode_Enabled">On by default</string>
+ <string id="HttpsOnlyMode_ForceEnabled">On and locked</string>
+ <string id="HttpAllowlist">HTTP Allowlist </string>
+ <string id="HttpAllowlist_Explain">If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
+
+If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled.</string>
<string id="Preferences_Boolean_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf true gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, ist die Einstellung auf false gesperrt.
Für eine Beschreibung der Einstellung, siehe:
<text>Example: .mozilla.org, .net.nz, 192.168.1.0/24</text>
<text>Connections to localhost, 127.0.0.1/8, and ::1 are never proxied.</text>
</presentation>
+ <presentation id="HttpsOnlyMode">
+ <dropdownList refId="HttpsOnlyMode"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>
<string id="PostQuantumKeyAgreementEnabled_Explain">If this policy is enabled, post-quantum key agreement for TLS will be enabled.
If this policy is disabled or not configured, post-quantum key agreement for TLS will be disabled.</string>
+ <string id="HttpsOnlyMode">HTTPS-Only Mode</string>
+ <string id="HttpsOnlyMode_Explain">If this policy is enabled, you can set the default behavior for HTTPS-Only Mode.
+
+If this policy is disabled or not configured, HTTPS-Only Mode is not enabled.</string>
+ <string id="HttpsOnlyMode_Allowed">Off by default</string>
+ <string id="HttpsOnlyMode_Disallowed">Off and locked</string>
+ <string id="HttpsOnlyMode_Enabled">On by default</string>
+ <string id="HttpsOnlyMode_ForceEnabled">On and locked</string>
+ <string id="HttpAllowlist">HTTP Allowlist </string>
+ <string id="HttpAllowlist_Explain">If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
+
+If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled.</string>
<string id="Preferences_Boolean_Explain">If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.
For a description of the preference, see:
<text>Example: .mozilla.org, .net.nz, 192.168.1.0/24</text>
<text>Connections to localhost, 127.0.0.1/8, and ::1 are never proxied.</text>
</presentation>
+ <presentation id="HttpsOnlyMode">
+ <dropdownList refId="HttpsOnlyMode"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>
<string id="PostQuantumKeyAgreementEnabled_Explain">If this policy is enabled, post-quantum key agreement for TLS will be enabled.
If this policy is disabled or not configured, post-quantum key agreement for TLS will be disabled.</string>
+ <string id="HttpsOnlyMode">HTTPS-Only Mode</string>
+ <string id="HttpsOnlyMode_Explain">If this policy is enabled, you can set the default behavior for HTTPS-Only Mode.
+
+If this policy is disabled or not configured, HTTPS-Only Mode is not enabled.</string>
+ <string id="HttpsOnlyMode_Allowed">Off by default</string>
+ <string id="HttpsOnlyMode_Disallowed">Off and locked</string>
+ <string id="HttpsOnlyMode_Enabled">On by default</string>
+ <string id="HttpsOnlyMode_ForceEnabled">On and locked</string>
+ <string id="HttpAllowlist">HTTP Allowlist </string>
+ <string id="HttpAllowlist_Explain">If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
+
+If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled.</string>
<string id="Preferences_Boolean_Explain">Si esta política está habilitada, la preferencia se bloquea en true. Si esta política está deshabilitada, la preferencia está bloqueada en false.
Para una descripción de la preferencia, visita:
<text>Example: .mozilla.org, .net.nz, 192.168.1.0/24</text>
<text>Connections to localhost, 127.0.0.1/8, and ::1 are never proxied.</text>
</presentation>
+ <presentation id="HttpsOnlyMode">
+ <dropdownList refId="HttpsOnlyMode"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>
<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>
<string id="PostQuantumKeyAgreementEnabled_Explain">If this policy is enabled, post-quantum key agreement for TLS will be enabled.
If this policy is disabled or not configured, post-quantum key agreement for TLS will be disabled.</string>
+ <string id="HttpsOnlyMode">HTTPS-Only Mode</string>
+ <string id="HttpsOnlyMode_Explain">If this policy is enabled, you can set the default behavior for HTTPS-Only Mode.
+
+If this policy is disabled or not configured, HTTPS-Only Mode is not enabled.</string>
+ <string id="HttpsOnlyMode_Allowed">Off by default</string>
+ <string id="HttpsOnlyMode_Disallowed">Off and locked</string>
+ <string id="HttpsOnlyMode_Enabled">On by default</string>
+ <string id="HttpsOnlyMode_ForceEnabled">On and locked</string>
+ <string id="HttpAllowlist">HTTP Allowlist </string>
+ <string id="HttpAllowlist_Explain">If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
+
+If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled.</string>
<string id="Preferences_Boolean_Explain">Si cette stratégie est activée, la préférence est verrouillée sur true. Si cette stratégie est désactivée, la préférence est verrouillée sur false.
Pour une description de la préférence, voir:
<text>Example: .mozilla.org, .net.nz, 192.168.1.0/24</text>
<text>Connections to localhost, 127.0.0.1/8, and ::1 are never proxied.</text>
</presentation>
+ <presentation id="HttpsOnlyMode">
+ <dropdownList refId="HttpsOnlyMode"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>
<string id="PostQuantumKeyAgreementEnabled_Explain">If this policy is enabled, post-quantum key agreement for TLS will be enabled.
If this policy is disabled or not configured, post-quantum key agreement for TLS will be disabled.</string>
+ <string id="HttpsOnlyMode">HTTPS-Only Mode</string>
+ <string id="HttpsOnlyMode_Explain">If this policy is enabled, you can set the default behavior for HTTPS-Only Mode.
+
+If this policy is disabled or not configured, HTTPS-Only Mode is not enabled.</string>
+ <string id="HttpsOnlyMode_Allowed">Off by default</string>
+ <string id="HttpsOnlyMode_Disallowed">Off and locked</string>
+ <string id="HttpsOnlyMode_Enabled">On by default</string>
+ <string id="HttpsOnlyMode_ForceEnabled">On and locked</string>
+ <string id="HttpAllowlist">HTTP Allowlist </string>
+ <string id="HttpAllowlist_Explain">If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
+
+If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled.</string>
<string id="Preferences_Boolean_Explain">Se questo criterio è abilitato, la preferenza è impostata a Vero e resa non modificabile. Se questo criterio è disabilitato, la preferenza è impostata a Falso e resa non modificabile.
Per una descrizione della preferenza, si veda:
<text>Example: .mozilla.org, .net.nz, 192.168.1.0/24</text>
<text>Connections to localhost, 127.0.0.1/8, and ::1 are never proxied.</text>
</presentation>
+ <presentation id="HttpsOnlyMode">
+ <dropdownList refId="HttpsOnlyMode"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>
<string id="PostQuantumKeyAgreementEnabled_Explain">If this policy is enabled, post-quantum key agreement for TLS will be enabled.
If this policy is disabled or not configured, post-quantum key agreement for TLS will be disabled.</string>
+ <string id="HttpsOnlyMode">HTTPS-Only Mode</string>
+ <string id="HttpsOnlyMode_Explain">If this policy is enabled, you can set the default behavior for HTTPS-Only Mode.
+
+If this policy is disabled or not configured, HTTPS-Only Mode is not enabled.</string>
+ <string id="HttpsOnlyMode_Allowed">Off by default</string>
+ <string id="HttpsOnlyMode_Disallowed">Off and locked</string>
+ <string id="HttpsOnlyMode_Enabled">On by default</string>
+ <string id="HttpsOnlyMode_ForceEnabled">On and locked</string>
+ <string id="HttpAllowlist">HTTP Allowlist </string>
+ <string id="HttpAllowlist_Explain">If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
+
+If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled.</string>
<string id="Preferences_Boolean_Explain">Если эта политика включена, предпочтение заблокировано на true. Если эта политика отключена, предпочтение заблокировано на false.
Описание предпочтения см.:
<text>Example: .mozilla.org, .net.nz, 192.168.1.0/24</text>
<text>Connections to localhost, 127.0.0.1/8, and ::1 are never proxied.</text>
</presentation>
+ <presentation id="HttpsOnlyMode">
+ <dropdownList refId="HttpsOnlyMode"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>
<string id="PostQuantumKeyAgreementEnabled_Explain">If this policy is enabled, post-quantum key agreement for TLS will be enabled.
If this policy is disabled or not configured, post-quantum key agreement for TLS will be disabled.</string>
+ <string id="HttpsOnlyMode">HTTPS-Only Mode</string>
+ <string id="HttpsOnlyMode_Explain">If this policy is enabled, you can set the default behavior for HTTPS-Only Mode.
+
+If this policy is disabled or not configured, HTTPS-Only Mode is not enabled.</string>
+ <string id="HttpsOnlyMode_Allowed">Off by default</string>
+ <string id="HttpsOnlyMode_Disallowed">Off and locked</string>
+ <string id="HttpsOnlyMode_Enabled">On by default</string>
+ <string id="HttpsOnlyMode_ForceEnabled">On and locked</string>
+ <string id="HttpAllowlist">HTTP Allowlist </string>
+ <string id="HttpAllowlist_Explain">If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
+
+If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled.</string>
<string id="Preferences_Boolean_Explain">若启用此原则,偏好设定将锁定为 true。 若禁用此原则,偏好设定则锁定为false。
若需要偏好设置的详细说明,请参考:
<text>Example: .mozilla.org, .net.nz, 192.168.1.0/24</text>
<text>Connections to localhost, 127.0.0.1/8, and ::1 are never proxied.</text>
</presentation>
+ <presentation id="HttpsOnlyMode">
+ <dropdownList refId="HttpsOnlyMode"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>
<string id="PostQuantumKeyAgreementEnabled_Explain">If this policy is enabled, post-quantum key agreement for TLS will be enabled.
If this policy is disabled or not configured, post-quantum key agreement for TLS will be disabled.</string>
+ <string id="HttpsOnlyMode">HTTPS-Only Mode</string>
+ <string id="HttpsOnlyMode_Explain">If this policy is enabled, you can set the default behavior for HTTPS-Only Mode.
+
+If this policy is disabled or not configured, HTTPS-Only Mode is not enabled.</string>
+ <string id="HttpsOnlyMode_Allowed">Off by default</string>
+ <string id="HttpsOnlyMode_Disallowed">Off and locked</string>
+ <string id="HttpsOnlyMode_Enabled">On by default</string>
+ <string id="HttpsOnlyMode_ForceEnabled">On and locked</string>
+ <string id="HttpAllowlist">HTTP Allowlist </string>
+ <string id="HttpAllowlist_Explain">If this policy is enabled, you can specify a list origins that will not be upgraded to HTTPS.
+
+If this policy is disabled or not configured, all origins are upgraded to HTTPS if HTTPS-Only Mode is enabled.</string>
<string id="Preferences_Boolean_Explain">若啟用此原則,偏好設定將鎖定為 true。若停用此原則,偏好設定則鎖定為 false。
若需要偏好設定的詳細說明,請參考:
<text>Example: .mozilla.org, .net.nz, 192.168.1.0/24</text>
<text>Connections to localhost, 127.0.0.1/8, and ::1 are never proxied.</text>
</presentation>
+ <presentation id="HttpsOnlyMode">
+ <dropdownList refId="HttpsOnlyMode"/>
+ </presentation>
</presentationTable>
</resources>
</policyDefinitionResources>