Enable limiter by default
Related to https://github.com/searxng/searxng/pull/2832
This commit is contained in:
parent
070b02e6da
commit
69eb81f031
2 changed files with 7 additions and 0 deletions
6
searxng/limiter.toml
Normal file
6
searxng/limiter.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# This configuration file updates the default configuration file
|
||||||
|
# See https://github.com/searxng/searxng/blob/master/searx/botdetection/limiter.toml
|
||||||
|
|
||||||
|
[botdetection.ip_limit]
|
||||||
|
# activate link_token method in the ip_limit method
|
||||||
|
link_token = true
|
|
@ -5,6 +5,7 @@ server:
|
||||||
secret_key: "ultrasecretkey" # change this!
|
secret_key: "ultrasecretkey" # change this!
|
||||||
limiter: true # can be disabled for a private instance
|
limiter: true # can be disabled for a private instance
|
||||||
image_proxy: true
|
image_proxy: true
|
||||||
|
limiter: true
|
||||||
ui:
|
ui:
|
||||||
static_use_hash: true
|
static_use_hash: true
|
||||||
redis:
|
redis:
|
||||||
|
|
Loading…
Reference in a new issue