summaryrefslogtreecommitdiff
path: root/searx/botdetection/limiter.toml
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-05-27 18:58:06 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2023-06-01 14:38:53 +0200
commit9d7456fd6c49fbd96f03f6a5dedd6ba05e924d0a (patch)
tree4a7b4f35e5c237852a20d9689454984660dc23c4 /searx/botdetection/limiter.toml
parent66fdec0eb92bf11c0bc477d6fb1df3dc783e4dcb (diff)
[fix] limiter.toml: botdetection.ip_limit turn off link_token by default
To activate the ``link_token`` method in the ``ip_limit`` method add the following to your ``/etc/searxng/limiter.toml``:: [botdetection.ip_limit] link_token = true Related: https://github.com/searxng/searxng/pull/2357#issuecomment-1554116941 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/botdetection/limiter.toml')
-rw-r--r--searx/botdetection/limiter.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/botdetection/limiter.toml b/searx/botdetection/limiter.toml
index 30cd1b53c..28c4e7589 100644
--- a/searx/botdetection/limiter.toml
+++ b/searx/botdetection/limiter.toml
@@ -1,3 +1,3 @@
[botdetection.ip_limit]
-link_token = true \ No newline at end of file
+link_token = false \ No newline at end of file