Skip to content

Commit

Permalink
removed: don't mark privacy whois as redacted
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiIgna committed Apr 23, 2023
1 parent 7d0921d commit ab93b49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whoiser",
"version": "1.17.0",
"version": "1.17.1",
"description": "Whois info for TLDs, domains and IPs",
"types": "./index.d.ts",
"typings": "./index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ const parseDomainWhois = (domain, whois, ignorePrivacy) => {
'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 ab93b49

Please sign in to comment.