mirror of
https://github.com/KaringX/karing-ruleset.git
synced 2025-06-09 02:14:13 +08:00
still drop le.com/match google.com
This commit is contained in:
parent
01d04b2ee1
commit
1078373918
@ -60,9 +60,9 @@ def converto_json(src_file: str, out_path: str):
|
|||||||
row = line.split(",")
|
row = line.split(",")
|
||||||
if len(row) >= 2:
|
if len(row) >= 2:
|
||||||
rule, cont = row[0].upper(), row[1].strip()
|
rule, cont = row[0].upper(), row[1].strip()
|
||||||
# if 'le.com' == cont:
|
if 'le.com' == cont:
|
||||||
# deug_log(f"row:{row} drop le.com/match google.com")
|
deug_log(f"row:{row} drop le.com/match google.com")
|
||||||
# rule = 'PASS'
|
rule = 'PASS'
|
||||||
|
|
||||||
if rule in MAP_RULES_KEY_DICT:
|
if rule in MAP_RULES_KEY_DICT:
|
||||||
rkey = MAP_RULES_KEY_DICT[rule]
|
rkey = MAP_RULES_KEY_DICT[rule]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user