From 6787e5a36b5251093bdd5a4734d1b870751f6398 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 26 Jun 2021 17:14:13 +0200 Subject: [fix] decoding of saved preferences in the URL To compress saved preferences in the URL was introduced in 5f758b2d3 and slightly fixed in 8f4401462. But the main fail was not fixed; The decompress function returns a binary string and this binary should first be decoded to a string before it is passed to urllib.parse_qs. BTW: revert the hot-fix from 5973491 Related-to: https://github.com/searxng/searxng/issues/166 Signed-off-by: Markus Heiser --- searx/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 38fae50d0..9de49a2c0 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1456,7 +1456,7 @@ engines: timeout: 5.0 disabled: true - - name: slownik jezyka polskiego + - name: słownik języka polskiego engine: sjp shortcut: sjp base_url: https://sjp.pwn.pl/ -- cgit v1.2.3-54-g00ecf