From 5226044c13817688a5ca3461743844dca4ed3d2b Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 19 Apr 2023 18:59:23 +0200 Subject: [mod] limiter: add random token to the limiter URL By adding a random component in the limiter URL a bot can no longer send a ping by request a static URL. Related: https://github.com/searxng/searxng/pull/2357#issuecomment-1518525094 Signed-off-by: Markus Heiser --- searx/templates/simple/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/simple/base.html') diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index dfe4ea265..9f7cdbb8e 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -18,7 +18,7 @@ {% endif %} {% if get_setting('server.limiter') %} - + {% endif %} {% block styles %}{% endblock %} -- cgit v1.2.3