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

Handle case confirmed: true & blocking: false #248

Open hellais opened 5 years ago

hellais commented 5 years ago

As mentioned in: https://github.com/ooni/explorer/pull/239#issuecomment-519432493 there can be some cases in which the measurement is confirmed (because we see a blockpage), but the blocking test_key is set to false, maybe because the control request failed.

In these cases, currently, we don't show the reason for blocking under the website as we do for the others.

We should consider if we want to handle this case in a special way, perhaps by enriching the pipeline-side heuristics to also determine the blocking method.

An sample measurement for this is: https://explorer-beta.ooni.io/measurement/20190703T163625Z_AS8708_UwLHVRiAoYGcScetNQ2uobFjyawbW11oqw4ZMIN8qJEZEF41pX?input=http://www.slotland.com.

cc @FedericoCeratto

hellais commented 4 years ago

This is blocked by https://github.com/ooni/backend/issues/326