OONI Probe CLI v3.12.0-alpha.1
Pre-release
Pre-release
bassosimone
released this
05 Nov 10:46
·
1024 commits
to master
since this release
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 insideminiooni
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 withhttp.Header
when doing parallel HTTP #573 -
🐛
webstepsx
: avoid redirect loop with some websites by changingAccept-Language
#574