Adam Tauber 10 лет назад
Родитель
Сommit
33516256fd
1 измененных файлов: 3 добавлений и 0 удалений
  1. 3
    0
      searx/plugins/https_rewrite.py

+ 3
- 0
searx/plugins/https_rewrite.py Просмотреть файл

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