add initial support for offline engines && command engine
This commit is contained in:
@@ -30,6 +30,9 @@ preference_section = 'privacy'
|
||||
|
||||
|
||||
def on_result(request, search, result):
|
||||
if 'parsed_url' not in result:
|
||||
return True
|
||||
|
||||
query = result['parsed_url'].query
|
||||
|
||||
if query == "":
|
||||
|
||||
Reference in New Issue
Block a user