1
0
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:
Adam Tauber 2015-04-13 00:40:44 +02:00
parent d2a636f75d
commit 33516256fd

View File

@ -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)