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
|
|
@ -55,6 +55,7 @@ type Config struct {
|
|||
Comment string `json:"_"`
|
||||
Version int64 `json:"_version"`
|
||||
InformedConsent bool `json:"_informed_consent"`
|
||||
IsBeta bool `json:"_is_beta"` // This is a boolean flag used to indicate this installation of OONI Probe was a beta install. These installations will have their data deleted across releases.
|
||||
|
||||
AutoUpdate bool `json:"auto_update"`
|
||||
Sharing Sharing `json:"sharing"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue