Add support for parsing the enabled websites category codes
This implements: https://github.com/ooni/probe/issues/1012
This commit is contained in:
@@ -51,4 +51,5 @@ type Advanced struct {
|
||||
// Nettests related settings
|
||||
type Nettests struct {
|
||||
WebsitesURLLimit int64 `json:"websites_url_limit"`
|
||||
WebsitesEnabledCategoryCodes []string `json:"websites_enabled_category_codes"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user