mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 12:10:11 +01:00
[fix] load https rules
This commit is contained in:
parent
d2a636f75d
commit
33516256fd
@ -225,3 +225,6 @@ def on_result(request, ctx):
|
||||
if result['parsed_url'].scheme == 'http':
|
||||
https_url_rewrite(result)
|
||||
return True
|
||||
|
||||
|
||||
load_https_rules(rules_path)
|
||||
|
Loading…
Reference in New Issue
Block a user