Skip to content

Include the user location in the circumvention settings response

Let's include the country location used for the circumvention settings. That might be the one provided as in the request or if none is provided the one autodetected. Something like:

{
  "settings": [...],
  "country": "de"
}
Edited by meskio