ooni / explorer

OONI Explorer: uncover evidence of internet censorship worldwide
https://explorer.ooni.org
BSD 3-Clause "New" or "Revised" License
73 stars 38 forks source link

Add filter for Web Connectivity anomaly types on the MAT #675

Open agrabeli opened 2 years ago

agrabeli commented 2 years ago

While knowing that a specific website presented a large volume of anomalies is useful, it's even more useful to know whether that URL presented the same types of anomalies (dns, http-diff, http-failure, tcp/ip) every time it was tested. This is essential for ruling out false positives and confirming blocking events with greater confidence.

It would therefore be great if:

hellais commented 2 years ago

This requires changes to the aggregation API as well. We have the aggregation work documented as part of: https://github.com/ooni/backend/issues/554