mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 12:35:33 +03:00
filtering: imp code
This commit is contained in:
parent
bc268cdd52
commit
a01a22019e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ type SafeSearchConfig struct {
|
||||||
|
|
||||||
Bing bool `yaml:"bing" json:"bing"`
|
Bing bool `yaml:"bing" json:"bing"`
|
||||||
DuckDuckGo bool `yaml:"duckduckgo" json:"duckduckgo"`
|
DuckDuckGo bool `yaml:"duckduckgo" json:"duckduckgo"`
|
||||||
Ecosia bool `yaml:"duckduckgo" json:"ecosia"`
|
Ecosia bool `yaml:"ecosia" json:"ecosia"`
|
||||||
Google bool `yaml:"google" json:"google"`
|
Google bool `yaml:"google" json:"google"`
|
||||||
Pixabay bool `yaml:"pixabay" json:"pixabay"`
|
Pixabay bool `yaml:"pixabay" json:"pixabay"`
|
||||||
Yandex bool `yaml:"yandex" json:"yandex"`
|
Yandex bool `yaml:"yandex" json:"yandex"`
|
||||||
|
|
Loading…
Reference in a new issue