mirror of
https://github.com/searxng/searxng.git
synced 2025-07-12 15:59:21 +02:00
[fix] #38
This commit is contained in:
parent
ba9305afee
commit
06b9238786
4 changed files with 8 additions and 8 deletions
|
@ -250,7 +250,7 @@ def preferences():
|
|||
if engine_name in engines:
|
||||
blocked_engines.append(engine_name)
|
||||
|
||||
resp = make_response(redirect('/'))
|
||||
resp = make_response(redirect(url_for('index')))
|
||||
|
||||
user_blocked_engines = request.cookies.get('blocked_engines', '').split(',') # noqa
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue