Skip to content

OONI Probe CLI v3.12.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bassosimone bassosimone released this 05 Nov 10:46
· 1024 commits to master since this release
v3.12.0-alpha.1
1f34880

Changes since 3.12.0-alpha:

  • miniooni: add support for --censor command line flag. This command line flag allows us to implement censorship policies (which are useful for QA) using a transparent proxy running inside miniooni itself. The core idea here is to perform QA on every operating system without relying on Netfilter. The general direction is described in ooni/probe#1803. The related PRs are: #561#571

  • 🐛 webstepsx: make sure we use a data format that the pipeline can parse #572

  • 🐛 webstepsx: avoid data race with http.Header when doing parallel HTTP #573

  • 🐛 webstepsx: avoid redirect loop with some websites by changing Accept-Language #574