From b6f3c8b0898cd28289e2f7349755dbe9506c5549 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Sun, 24 Apr 2016 03:00:38 +0200 Subject: [PATCH] Change the crsnic.net hiding string This change has the dual purpose of not hiding a notice which is actually informative and fixing support for the .bi ccTLD, which uses a similar message and was broken by the old string. --- data.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data.h b/data.h index d633f99..5da374d 100644 --- a/data.h +++ b/data.h @@ -25,8 +25,7 @@ const char *hide_strings[] = { "The data in Networksolutions.com's WHOIS database", NULL, /* Some registrars like .wang copied the first paragraph of this * disclaimer, so the detection here needs to be split in two parts. */ - "NOTICE: The expiration date", "", /* crsnic */ - "TERMS OF USE: You are not authorized", "reserves the right", /* crsnic */ + "TERMS OF USE: You are not authorized", NULL, /* crsnic */ "The data in Register.com's WHOIS database", NULL, "The Data in the Tucows Registrar WHOIS database", NULL, "The data in NameSecure.com's WHOIS database", NULL,