Skip to content

DisableEncryptedClientHello

Disable the TLS Feature for Encrypted Client Hello. Note that TLS Client Hellos will still contain an ECH extension, but this extension will not be used by Firefox during the TLS handshake.

Compatibility: Firefox 127, Firefox ESR 128
CCK2 Equivalent: N/A
Preferences Affected: network.dns.echconfig.enabled, network.dns.http3_echconfig.enabled

Software\Policies\Mozilla\Firefox\DisableEncryptedClientHello = 0x1 | 0x0

OMA-URI:

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

Value (string):

<enabled/> or <disabled/>
<dict>
<key>DisableEncryptedClientHello</key>
<true/> | <false/>
</dict>
{
"policies": {
"DisableEncryptedClientHello": true | false
}
}