mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
[feat] add favicons to result urls
This commit is contained in:
parent
3e747d0491
commit
e17d7632d0
15 changed files with 247 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
search:
|
||||
safe_search: 0
|
||||
autocomplete: ""
|
||||
favicon_resolver: ""
|
||||
default_lang: ""
|
||||
ban_time_on_fail: 5
|
||||
max_ban_time_on_fail: 120
|
||||
|
@ -41,6 +42,14 @@
|
|||
- ``qwant``
|
||||
- ``wikipedia``
|
||||
|
||||
``favicon_resolver``:
|
||||
Favicon resolver, leave blank to turn off the feature by default.
|
||||
|
||||
- ``allesedv``
|
||||
- ``duckduckgo``
|
||||
- ``google``
|
||||
- ``yandex``
|
||||
|
||||
``default_lang``:
|
||||
Default search language - leave blank to detect from browser information or
|
||||
use codes from :origin:`searx/languages.py`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue