forked from Ponysearch/Ponysearch
[fix] load https rules
This commit is contained in:
parent
d2a636f75d
commit
33516256fd
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue