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/legacy/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/templates/legacy/base.html') diff --git a/searx/templates/legacy/base.html b/searx/templates/legacy/base.html index 152cd77f3..1e5232274 100644 --- a/searx/templates/legacy/base.html +++ b/searx/templates/legacy/base.html @@ -17,7 +17,7 @@ {% endblock %} {% block meta %}{% endblock %} {% block head %} - + {% endblock %} -- cgit v1.2.3