mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[fix] decoding of saved preferences in the URL
To compress saved preferences in the URL was introduced in5f758b2d3and slightly fixed in8f4401462. 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 from5973491Related-to: https://github.com/searxng/searxng/issues/166 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
4b60c557a9
commit
6787e5a36b
2 changed files with 4 additions and 4 deletions
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue