From eb521981292352203e0e5d1e9f1187bbcb4350d7 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 20 Jun 2022 15:12:39 +0200 Subject: [PATCH] Search: Dont proxy images ... --- compose/03_search/settings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose/03_search/settings.yml b/compose/03_search/settings.yml index ac6cf07..69aa4bd 100644 --- a/compose/03_search/settings.yml +++ b/compose/03_search/settings.yml @@ -51,7 +51,8 @@ server: secret_key: "{{ search.server.secret_key }}" # change this! # Proxying image results through searx - image_proxy: true + # Sadly doesnt work well + image_proxy: false # 1.0 and 1.1 are supported http_protocol_version: "1.1" # POST queries are more secure as they don't show up in history but may cause