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.
This commit is contained in:
Marco d'Itri 2016-04-24 03:00:38 +02:00
parent 2e7690660d
commit b6f3c8b089

3
data.h
View File

@ -25,8 +25,7 @@ const char *hide_strings[] = {
"The data in Networksolutions.com's WHOIS database", NULL, "The data in Networksolutions.com's WHOIS database", NULL,
/* Some registrars like .wang copied the first paragraph of this /* Some registrars like .wang copied the first paragraph of this
* disclaimer, so the detection here needs to be split in two parts. */ * disclaimer, so the detection here needs to be split in two parts. */
"NOTICE: The expiration date", "", /* crsnic */ "TERMS OF USE: You are not authorized", NULL, /* crsnic */
"TERMS OF USE: You are not authorized", "reserves the right", /* crsnic */
"The data in Register.com's WHOIS database", NULL, "The data in Register.com's WHOIS database", NULL,
"The Data in the Tucows Registrar WHOIS database", NULL, "The Data in the Tucows Registrar WHOIS database", NULL,
"The data in NameSecure.com's WHOIS database", NULL, "The data in NameSecure.com's WHOIS database", NULL,