Skip to content

HttpsOnlyMode

Configure HTTPS-Only Mode.

Compatibility: Firefox 127
CCK2 Equivalent: N/A
Preferences Affected: dom.security.https_only_mode

ValueDescription
allowedHTTPS-Only Mode is off by default, but the user can turn it on.
disallowedHTTPS-Only Mode is off and the user can't turn it on.
enabledHTTPS-Only Mode is on by default, but the user can turn it off.
force_enabledHTTPS-Only Mode is on and the user can't turn it off.
Software\Policies\Mozilla\Firefox\HttpsOnlyMode = "allowed", "disallowed", "enabled", "force_enabled"

OMA-URI:

./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/HttpsOnlyMode

Value (string):

<enabled/>
<data id="HttpsOnlyMode" value="allowed | disallowed | enabled | force_enabled"/>
<dict>
<key>HttpsOnlyMode</key>
<string>allowed | disallowed | enabled | force_enabled</string>
</dict>
{
"policies": {
"HttpsOnlyMode": "allowed" | "disallowed" | "enabled" | "force_enabled"
}
}