소스 검색

[fix] load https rules

Adam Tauber 10 년 전
부모
커밋
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)