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 View File

@@ -225,3 +225,6 @@ def on_result(request, ctx):
225 225
     if result['parsed_url'].scheme == 'http':
226 226
         https_url_rewrite(result)
227 227
     return True
228
+
229
+
230
+load_https_rules(rules_path)