Add _is_beta flag to config file

This commit is contained in:
Arturo Filastò 2018-07-30 18:51:44 +02:00
commit 247d128b19
4 changed files with 37 additions and 20 deletions

View file

@ -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,