From c23401e9fa3504e64ecf8dc5eae59e3f532d16fe Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 19 Sep 2020 10:13:05 +0200 Subject: [fix] simple theme: fix autocomplete AJAX requests send the X-Requested-With HTTP header, so searx.webapp.autocompleter returns the results with the expected data format. Related to #2127 Close #2203 --- searx/static/themes/simple/css/searx.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/static/themes/simple/css/searx.css') diff --git a/searx/static/themes/simple/css/searx.css b/searx/static/themes/simple/css/searx.css index 74cc5b5ba..17a098f4f 100644 --- a/searx/static/themes/simple/css/searx.css +++ b/searx/static/themes/simple/css/searx.css @@ -1,4 +1,4 @@ -/*! searx | 04-06-2020 | */ +/*! searx | 19-09-2020 | https://github.com/asciimoo/searx */ /* * searx, A privacy-respecting, hackable metasearch engine * -- cgit v1.2.3