Add TLDs to (DAFSA) data to allow skipping the star rule
This commit is contained in:
parent
49707dc3b3
commit
aaacdae977
|
@ -586,8 +586,6 @@ def parse_psl(infile, utf_mode, codecs):
|
|||
flags = PSL_FLAG_WILDCARD | PSL_FLAG_PLAIN | section
|
||||
line = line[2:]
|
||||
else:
|
||||
if not b'.' in line:
|
||||
continue # we do not need an explicit plain TLD rule, already covered by implicit '*' rule
|
||||
psl_nsuffixes += 1
|
||||
flags = PSL_FLAG_PLAIN | section
|
||||
|
||||
|
|
Loading…
Reference in New Issue