mirror of
https://github.com/searx/searx
synced 2025-08-31 14:38:23 +00:00
[fix] load https rules
This commit is contained in:
@@ -225,3 +225,6 @@ def on_result(request, ctx):
|
|||||||
if result['parsed_url'].scheme == 'http':
|
if result['parsed_url'].scheme == 'http':
|
||||||
https_url_rewrite(result)
|
https_url_rewrite(result)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
load_https_rules(rules_path)
|
||||||
|
Reference in New Issue
Block a user