Skip to content

Commit

Permalink
chore(check-in): force vanilla_tor to be enabled (#751)
Browse files Browse the repository at this point in the history
This is the counterpart of ooni/probe-cli#1374.

Reference issue: ooni/probe#2553.
  • Loading branch information
bassosimone authored Oct 20, 2023
1 parent 86c6c7e commit 7935162
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions api/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ooni-api (1.0.79) unstable; urgency=medium

* Mark vanilla_tor as disabled by default https://github.com/ooni/probe-cli/pull/1374

-- Simone Basso <[email protected]> Thu, 19 Oct 2023 12:35:00 +0200

ooni-api (1.0.78) unstable; urgency=medium

* Return email address on login
Expand Down
2 changes: 1 addition & 1 deletion api/ooniapi/probe_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def check_in() -> Response:
test_items = []

metrics.gauge("check-in-test-list-count", len(test_items))
conf: Dict[str, Any] = dict(features={"torsf_enabled": True})
conf: Dict[str, Any] = dict(features={"torsf_enabled": True, "vanilla_tor_enabled": True})

# set webconnectivity_0.5 feature flag for some probes
octect = extract_probe_ipaddr_octect(1, 0)
Expand Down

0 comments on commit 7935162

Please sign in to comment.