Add _is_beta flag to config file
This commit is contained in:
parent
f343a2a1bd
commit
247d128b19
4 changed files with 37 additions and 20 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"_": "This is your OONI Probe config file. See https://ooni.io/help/probe-cli for help",
|
||||
"_version": 0,
|
||||
"_informed_consent": false,
|
||||
"_is_beta": true,
|
||||
"auto_update": true,
|
||||
"sharing": {
|
||||
"include_ip": false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue