mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[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>
This commit is contained in:
parent
66fdec0eb9
commit
9d7456fd6c
2 changed files with 13 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[botdetection.ip_limit]
|
||||
|
||||
link_token = true
|
||||
link_token = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue