Create limiter.toml
Browse files- searxng/limiter.toml +3 -0
searxng/limiter.toml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[botdetection.ip_limit]
|
| 2 |
+
# activate link_token method in the ip_limit method
|
| 3 |
+
link_token = true
|