diff --git a/home/clients.go b/home/clients.go index 7b6c9a44..b5ca3d2d 100644 --- a/home/clients.go +++ b/home/clients.go @@ -102,8 +102,8 @@ type clientObject struct { UseGlobalSettings bool `yaml:"use_global_settings"` FilteringEnabled bool `yaml:"filtering_enabled"` ParentalEnabled bool `yaml:"parental_enabled"` - SafeSearchEnabled bool `yaml:"safebrowsing_enabled"` - SafeBrowsingEnabled bool `yaml:"safesearch_enabled"` + SafeSearchEnabled bool `yaml:"safesearch_enabled"` + SafeBrowsingEnabled bool `yaml:"safebrowsing_enabled"` UseGlobalBlockedServices bool `yaml:"use_global_blocked_services"` BlockedServices []string `yaml:"blocked_services"` diff --git a/home/clients_http.go b/home/clients_http.go index 34401727..37336298 100644 --- a/home/clients_http.go +++ b/home/clients_http.go @@ -13,8 +13,8 @@ type clientJSON struct { UseGlobalSettings bool `json:"use_global_settings"` FilteringEnabled bool `json:"filtering_enabled"` ParentalEnabled bool `json:"parental_enabled"` - SafeSearchEnabled bool `json:"safebrowsing_enabled"` - SafeBrowsingEnabled bool `json:"safesearch_enabled"` + SafeSearchEnabled bool `json:"safesearch_enabled"` + SafeBrowsingEnabled bool `json:"safebrowsing_enabled"` WhoisInfo map[string]interface{} `json:"whois_info"`