From 1488f4b152612a5f8c5f183234f5095e3609ea6a Mon Sep 17 00:00:00 2001 From: Rishi Date: Sat, 10 Aug 2024 11:47:14 +0100 Subject: [PATCH] searxng favicon --- http/technologies/favicon-detect.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/http/technologies/favicon-detect.yaml b/http/technologies/favicon-detect.yaml index f9ac2b0897..cdb729a437 100644 --- a/http/technologies/favicon-detect.yaml +++ b/http/technologies/favicon-detect.yaml @@ -3771,6 +3771,11 @@ http: dsl: - "status_code==200 && (\"1653394551\" == mmh3(base64_py(body)))" + - type: dsl + name: "searxng-search" + dsl: + - "status_code==200 && (\"1857752096\" == mmh3(base64_py(body)))" + extractors: - type: dsl dsl: