From 3b7de3da6bf5c02862626471d5c05d9d89a4c914 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:09:58 +0100 Subject: [PATCH] searxng updatable -> false --- frontend/public/json/searxng.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/searxng.json b/frontend/public/json/searxng.json index 6086fc68d3..161524ca74 100644 --- a/frontend/public/json/searxng.json +++ b/frontend/public/json/searxng.json @@ -6,7 +6,7 @@ ], "date_created": "2025-08-26", "type": "ct", - "updateable": true, + "updateable": false, "privileged": false, "interface_port": 8888, "documentation": "https://docs.searxng.org/",