Browse Source

[fix] load https rules

Adam Tauber 10 years ago
parent
commit
33516256fd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      searx/plugins/https_rewrite.py

+ 3 - 0
searx/plugins/https_rewrite.py

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