forked from zaclys/searxng
Merge pull request #471 from MrPaulBlack/fix-reddit-categories
[fix] make reddit only in social media category avail.
This commit is contained in:
commit
6fc5f7d90a
|
@ -18,7 +18,7 @@ about = {
|
||||||
}
|
}
|
||||||
|
|
||||||
# engine dependent config
|
# engine dependent config
|
||||||
categories = ['general', 'images', 'news', 'social media']
|
categories = ['social media']
|
||||||
page_size = 25
|
page_size = 25
|
||||||
|
|
||||||
# search-url
|
# search-url
|
||||||
|
|
Loading…
Reference in New Issue