-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
richer input: riseupvpn as a use case #2502
Comments
By making it explicit that we want to include the HTTP body into a measurement we highlight that including the body should only be done when the actual content of the body matters. It makes sense, for example, for Web Connectivity but it does not make sense to do so in many other contexts. Noticed when working on ooni/probe#2502
By making it explicit that we want to include the HTTP body into a measurement we highlight that including the body should only be done when the actual content of the body matters. It makes sense, for example, for Web Connectivity but it does not make sense to do so in many other contexts. Noticed when working on ooni/probe#2502
Okay, I have implemented it and merged the implementation. Here's how it works:
As I am going to argue in ooni/probe-cli#1125, the implementation I wrote here does not write toplevel test keys. Note that riseupvpn is the perfect candidate nettest to be upgrade to the DSL because it is currently disabled out of false positive concerns. My rough plan to move forward is the following:
I think it should be possible to include this revamped riseupvpn in v3.19.0. To conclude: because I was able to write a complete prototype, I think we can consider this activity done. |
Noticed while working on ooni/probe#2502
Noticed while working on ooni/probe#2502
This issue is related to ooni/probe-cli#1125 and explores how it would look like to redesign the RiseupVPN experiment using the richer input (and, specifically, the DSL introduced in ooni/2023-05-richer-input#7. RiseupVPN is an interesting use case because this experiment is developed in collaboration with Riseup developers such as @cyBerta. We will consider this issue done when we'll have sketched out how RiseupVPN could look like when using richer input and we have gathered feedback on the strawman design. (This work goes hand in hand with the review of ooni/probe-cli#1125 and informs some of the cherry-picking choices we may apply in this respect.)
The text was updated successfully, but these errors were encountered: