summaryrefslogtreecommitdiff
path: root/docs/admin/searx.favicons.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/admin/searx.favicons.rst')
-rw-r--r--docs/admin/searx.favicons.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/admin/searx.favicons.rst b/docs/admin/searx.favicons.rst
index d504e2c5e..8c18fca22 100644
--- a/docs/admin/searx.favicons.rst
+++ b/docs/admin/searx.favicons.rst
@@ -29,6 +29,7 @@ By default and without any extensions, SearXNG serves these resolvers:
- ``duckduckgo``
- ``allesedv``
- ``google``
+- ``kagi``
- ``yandex``
With the above setting favicons are displayed, the user has the option to
@@ -208,6 +209,7 @@ choose from, the following configuration could be used:
"duckduckgo" = "searx.favicons.resolvers.duckduckgo"
"allesedv" = "searx.favicons.resolvers.allesedv"
# "google" = "searx.favicons.resolvers.google"
+ # "kagi" = "searx.favicons.resolvers.kagi"
# "yandex" = "searx.favicons.resolvers.yandex"
.. note::
@@ -226,6 +228,7 @@ into the *proxy*:
- :py:obj:`searx.favicons.resolvers.duckduckgo`
- :py:obj:`searx.favicons.resolvers.allesedv`
- :py:obj:`searx.favicons.resolvers.google`
+- :py:obj:`searx.favicons.resolvers.kagi`
- :py:obj:`searx.favicons.resolvers.yandex`