From 7b18c4e0c2ee63d11602c65ca24c2a9cee54a631 Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Wed, 25 Dec 2013 07:49:06 +0100 Subject: [PATCH] Hide the disclaimer for .be The disclaimer for .eu matched the start line of the .be disclaimer too but not the end line, so I made it more specific to prevent future issues like this one. --- data.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data.h b/data.h index 0c78d3a..a2cd5e9 100644 --- a/data.h +++ b/data.h @@ -66,7 +66,8 @@ const char *hide_strings[] = { /* ccTLDs */ "Access to CCTLD WHOIS information is provided", "", /* Afilias */ "Access to ASNIC", "by this policy.", /* as */ - "% The WHOIS service offered", "% of the database", /* eu */ + "% The WHOIS service offered by DNS.be", "% protect the privacy", /* be */ + "% The WHOIS service offered by EURid", "% of the database", /* eu */ "NeuStar, Inc., the Registry", "OF THE AVAILABILITY", /* us */ NULL, NULL