Explorar el Código

[fix] load https rules

Adam Tauber hace 10 años
padre
commit
33516256fd
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      searx/plugins/https_rewrite.py

+ 3
- 0
searx/plugins/https_rewrite.py Ver fichero

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