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 75faebd commit 68c5465Copy full SHA for 68c5465
bin/stealth.pl
@@ -166,7 +166,7 @@ sub check_tld {
166
#
167
# extract domains from entity email addresses
168
169
- foreach my $email (map { $_->{address} } map { @{$_->jcard->properties('email')->value } } $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