Skip to content

Commit

Permalink
updated: detect redacted data
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiIgna committed Apr 21, 2023
1 parent fcafa6f commit 6583136
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,20 @@ const parseDomainWhois = (domain, whois, ignorePrivacy) => {
const noData = [
'-',
'.',
'n/a',
'no data',
'redacted',
'privado',
'datos privados',
'data protected',
'not disclosed',
'data protected, not disclosed',
'data redacted',
'not disclosed not disclosed',
'not disclosed! visit www.eurid.eu for webbased whois.',
'not available',
'redacted for privacy',
'privacy protection',
'gdpr redacted',
'non-public data',
'gdpr masked',
Expand Down

0 comments on commit 6583136

Please sign in to comment.