Always include the country code and drop include_probe_cc setting

Fixes: https://github.com/ooni/probe/issues/1183
This commit is contained in:
Arturo Filastò 2020-06-02 18:40:55 +02:00
commit f2e62b7ad7
4 changed files with 2 additions and 20 deletions

View file

@ -37,7 +37,6 @@ var websiteCategories = []string{
type Sharing struct {
IncludeIP bool `json:"include_ip"`
IncludeASN bool `json:"include_asn"`
IncludeCountry bool `json:"include_country"`
UploadResults bool `json:"upload_results"`
}