Open ndfred opened 5 years ago
remove_duplicate_domains is very inefficient and causes CI to time out (see 1b2a725d0c4690be4708164fd7ffa38b3385f97d). Figure out a faster way to match sub-domains of an existing domain.
remove_duplicate_domains
Might be worth using the tldextract package to split hostnames and then match the domain + extension part to a set
remove_duplicate_domains
is very inefficient and causes CI to time out (see 1b2a725d0c4690be4708164fd7ffa38b3385f97d). Figure out a faster way to match sub-domains of an existing domain.