diff options
| author | Emilien Devos <4016501+unixfox@users.noreply.github.com> | 2023-09-23 14:16:29 +0200 |
|---|---|---|
| committer | Emilien Devos <4016501+unixfox@users.noreply.github.com> | 2023-09-23 14:16:29 +0200 |
| commit | 827af00d9e7493fcd5d30388c8c9b79aec805ba0 (patch) | |
| tree | 4116abc7105cc2e5ad23d6afc633b9b6b7b59180 /utils/templates/etc | |
| parent | 3af629ec090d1ab135fbd7c9b45088c8ca4e541e (diff) | |
Revert "[mod] activate limiter & link_token method (aka CSS ping) by default"
This reverts commit 3af629ec090d1ab135fbd7c9b45088c8ca4e541e.
Diffstat (limited to 'utils/templates/etc')
| -rw-r--r-- | utils/templates/etc/searxng/limiter.toml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/utils/templates/etc/searxng/limiter.toml b/utils/templates/etc/searxng/limiter.toml deleted file mode 100644 index f6247000e..000000000 --- a/utils/templates/etc/searxng/limiter.toml +++ /dev/null @@ -1,13 +0,0 @@ -# Limiter configuration / bot protection & IP rate limitation - -[real_ip] - -# number of values to trust for X-Forwarded-For -# https://docs.searxng.org/admin/searx.botdetection.html#searx.botdetection.get_real_ip -x_for = 1 - -[botdetection.ip_limit] - -# activate link_token method in the ip_limit method -# https://docs.searxng.org/admin/searx.botdetection.html#method-ip-limit -link_token = true
\ No newline at end of file |