Skip to content

Commit

Permalink
filtering: imp code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Jul 31, 2024
1 parent bc268cd commit a01a220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/filtering/safesearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type SafeSearchConfig struct {

Bing bool `yaml:"bing" json:"bing"`
DuckDuckGo bool `yaml:"duckduckgo" json:"duckduckgo"`
Ecosia bool `yaml:"duckduckgo" json:"ecosia"`
Ecosia bool `yaml:"ecosia" json:"ecosia"`
Google bool `yaml:"google" json:"google"`
Pixabay bool `yaml:"pixabay" json:"pixabay"`
Yandex bool `yaml:"yandex" json:"yandex"`
Expand Down

0 comments on commit a01a220

Please sign in to comment.