We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c5465 commit d57f055Copy full SHA for d57f055
bin/stealth.pl
@@ -166,7 +166,7 @@ sub check_tld {
166
#
167
# extract domains from entity email addresses
168
169
- foreach my $email (map { $_->value } map { @{$_->jcard->properties('email') } } $rdap->entities) {
+ foreach my $email (map { $_->value } map { $_->jcard->properties('email') } $rdap->entities) {
170
push(@domains, $PSL->get_root_domain(Email::Address::XS->parse($email)->host));
171
}
172
0 commit comments