http-indicator icon indicating copy to clipboard operation
http-indicator copied to clipboard

Encrypted Client Hello indicator

Open gtomic opened this issue 1 year ago • 1 comments

This has been a great indicator to keep informed which protocol is in use for a particular site. Can a new indicator be incorporated to indicate if Encrypted Client Hello is in use? The lightning colors could stay the same but the icon could be updated to add a secure symbol in the same color if ECH is in use. Cloudflare just enabled ECH for many sites as per its blog post last week so ECH will start to be used more and more. Since it is privacy related it is very helpful for the user to know if it is in use when visiting a website.

See the ECH section in the Cloudflare blog on Sep 27 2024 - https://blog.cloudflare.com/new-standards/

gtomic avatar Sep 30 '24 15:09 gtomic

Sounds good, is there any browser API we can read this property?

For reference, we use nextHopProtocol to get the current HTTP protocol.

pd4d10 avatar Oct 03 '24 10:10 pd4d10