From bfdad7bc0f867f67675c1d8c539c58e82f450c58 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Mon, 5 Oct 2020 15:38:05 +0200 Subject: [fix] opensearch.xml URL contains method and autocomplete parameters When the user add searx as a search engine, the browser loads the /opensearch.xml URL without the cookies. Without the query parameters, the user preferences are ignored (method and autocomplete). In addition, opensearch.xml is modified to support automatic updates, see https://developer.mozilla.org/en-US/docs/Web/OpenSearch --- 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 7a624a4b3..10fb424bf 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -29,7 +29,7 @@ data-no-item-found="{{ _('No item found') }}"> {% block head %} - + {% endblock %} -- cgit v1.2.3