mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00:00
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>