diff --git a/searx/botdetection/limiter.toml b/searx/botdetection/limiter.toml index 9560ec8f66934b8b79bac9fce3dbd16cc3f6e445..3be8d160266e3d04a2ebcf155c44f545f661de42 100644 --- a/searx/botdetection/limiter.toml +++ b/searx/botdetection/limiter.toml @@ -37,4 +37,4 @@ pass_ip = [ # Activate passlist of (hardcoded) IPs from the SearXNG organization, # e.g. `check.searx.space`. -pass_searxng_org = true \ No newline at end of file +pass_searxng_org = true diff --git a/searx/static/themes/etheme/js/etheme.js b/searx/static/themes/etheme/js/etheme.js index 6b80b6e352da6737aacc60224d605e765b8e26fa..3c11b8c170cf44e61d7c98cba967b164ce5437df 100644 --- a/searx/static/themes/etheme/js/etheme.js +++ b/searx/static/themes/etheme/js/etheme.js @@ -144,7 +144,7 @@ $(document).ready(function(){ }); if ($("#main_results").has(".first-page-media-results").length) { - var headers = {"Content-Type": "application/json"}; + var headers = {"Content-Type": "application/json","X-e-async":"true"}; var query_params = $.param({ "format": "json", "q": $("#q").attr("value"), diff --git a/searx/static/themes/etheme/js/etheme.min.js b/searx/static/themes/etheme/js/etheme.min.js index 7f4fbe55121ee4cf3efb44fca267dbc0ea437b5e..9a67a63de3b9044893a5dacc0e5a424606c5c728 100644 Binary files a/searx/static/themes/etheme/js/etheme.min.js and b/searx/static/themes/etheme/js/etheme.min.js differ