From ebb300424cb60ff1bc8397fe37b0f4c2d60a74ce Mon Sep 17 00:00:00 2001 From: mgcsysinfcat <143941278+mgcsysinfcat@users.noreply.github.com> Date: Thu, 26 Feb 2026 01:31:36 -0800 Subject: [PATCH] [mod] fynd: add safe search support --- searx/settings.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/searx/settings.yml b/searx/settings.yml index 580f29d0f..c7329b359 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -901,7 +901,12 @@ engines: - name: fynd engine: xpath - search_url: https://fynd.bot/?search={query}&offset={pageno} + search_url: https://fynd.bot/?search={query}&offset={pageno}{safe_search} + safesearch: true + safe_search_map: + 0: '&safe=0' + 1: '&safe=1' + 2: '&safe=1' results_xpath: //div[contains(@class, "result-item")] url_xpath: .//a/@href title_xpath: .//div[contains(@class, "title-line")]