EFForg / https-everywhere

A browser extension that encrypts your communications with many websites that offer HTTPS but still allow unencrypted connections.
https://eff.org/https-everywhere
Other
3.37k stars 1.09k forks source link

Document that only a small chunk of the Smarter Encryption list is used #20052

Closed klausenbusk closed 3 years ago

klausenbusk commented 3 years ago

Type: other

From the HTTPS Everywhere Now Uses DuckDuckGo’s Smarter Encryption announcement, I got the impression that the whole list is used, but apparently only the domains in both the Smarter Encryption list and Majestic Million list is used. That should be documented to avoid confusion.

zoracon commented 3 years ago

This is written out here: https://github.com/EFForg/https-everywhere/blob/master/docs/adrs/bloom-filter-rule-signing.md#decision-outcome

I can link this in the description in the repository to make that more clear. The main reason was getting the benefit of the list without suffering from intense memory issues.

klausenbusk commented 3 years ago

I'm not sure how I missed that (apparently just skimming the doc wasn't enough), but IMO it should be documented more publicly and not just hidden in a design doc.

Ex: https://www.eff.org/https-everywhere nor https://www.eff.org/deeplinks/2021/04/https-everywhere-now-uses-duckduckgos-smarter-encryption mentions it.

zoracon commented 3 years ago

I can add it to our FAQ page and main page on the EFF Stite. This wasn't meant to be intentionally hidden from the public in terms of usage.

klausenbusk commented 3 years ago

Sounds good to me :)

zoracon commented 3 years ago

Pages have been updated with technical details of how we use Smarter Encryption linking the original doc above. Thank you!