搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

TLS Extensions 65037 during client hello since firefox 118 (Windows)

  • 4 个回答
  • 0 人有此问题
  • 278 次查看
  • 最后回复者为 Lukasz

more options

Hello,

I see with windows Firefox version 118 a TLS extension id 65037 on every client hello handshake containing a bunch of data. Does somebody know what this extension is used for? I couldn't find anything about this on the web or in the firefox docs / release notes. Other browser (chrome / edge) don't have this extension in use.

Thanks

Hello, I see with windows Firefox version 118 a TLS extension id 65037 on every client hello handshake containing a bunch of data. Does somebody know what this extension is used for? I couldn't find anything about this on the web or in the firefox docs / release notes. Other browser (chrome / edge) don't have this extension in use. Thanks
已附加屏幕截图

被采纳的解决方案

That is Encrypted Client Hello (ECH), it will go away if you change security.tls.ech.grease_probability to 0 in about:config. Chrome has it behind a flag.

定位到答案原位置 👍 2

所有回复 (4)

more options

选择的解决方案

That is Encrypted Client Hello (ECH), it will go away if you change security.tls.ech.grease_probability to 0 in about:config. Chrome has it behind a flag.

more options

On Linux firefox 118 doesn't have this extension in use.

more options

It's a limited rollout, you can see them listed in about:support#remote-features.

more options

zeroknight said

That is Encrypted Client Hello (ECH), it will go away if you change security.tls.ech.grease_probability to 0 in about:config. Chrome has it behind a flag.

Thank you for clarification.