Always include the country code and drop include_probe_cc setting
Fixes: https://github.com/ooni/probe/issues/1183
This commit is contained in:
@@ -116,7 +116,8 @@ func init() {
|
||||
// Make sure we share what the user wants us to share.
|
||||
ctx.Session.SetIncludeProbeIP(ctx.Config.Sharing.IncludeIP)
|
||||
ctx.Session.SetIncludeProbeASN(ctx.Config.Sharing.IncludeASN)
|
||||
ctx.Session.SetIncludeProbeCC(ctx.Config.Sharing.IncludeCountry)
|
||||
// Always include probe_cc
|
||||
ctx.Session.SetIncludeProbeCC(true)
|
||||
return nil
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user