pd4d10 / http-indicator

Indicator for HTTP/2, QUIC and HTTP/3
https://chrome.google.com/webstore/detail/hgcomhbcacfkpffiphlmnlhpppcjgmbl
MIT License
102 stars 11 forks source link

Encrypted Client Hello indicator #21

Open gtomic opened 4 days ago

gtomic commented 4 days ago

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/

pd4d10 commented 1 day ago

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

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