diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-26 17:14:13 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-06-26 17:14:13 +0200 |
commit | 6787e5a36b5251093bdd5a4734d1b870751f6398 (patch) | |
tree | a7edb372d1468bd5b42d4d371b916cced9e6fc33 /searx/settings.yml | |
parent | 4b60c557a943622ad22bf819b1c81f7725830b99 (diff) | |
download | searxng-6787e5a36b5251093bdd5a4734d1b870751f6398.tar.gz searxng-6787e5a36b5251093bdd5a4734d1b870751f6398.zip |
[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 <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r-- | searx/settings.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |