mirror of
https://github.com/searxng/searxng.git
synced 2025-07-13 08:19:17 +02:00
improve https rewrite code
This commit is contained in:
parent
0616d26feb
commit
bb126da0fb
2 changed files with 10 additions and 4 deletions
|
@ -137,3 +137,5 @@ def load_https_rules(rules_path):
|
|||
|
||||
# append ruleset
|
||||
https_rules.append(ruleset)
|
||||
|
||||
print(' * {n} https-rules loaded'.format(n=len(https_rules)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue