From 37b70606c2a386d30194d28e2a5db24291338e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 15 Jan 2020 12:00:14 +0100 Subject: [PATCH] Make sx. hide string more specific Commit caa27b0675e171fe85c043d0199bfe77fddb23b9 broke displaying results for at. subdomains because "%" lines exists in their outputs. This patch changes the sx. start hide string to be more specific on the expense that sx. output will contain a single "%" line. More thorough fix would require changing the hiding algorithm to either require prefix for each hidden line or to bind the strings to their respective domains or servers. Fixes . --- data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.h b/data.h index 82530da..718f40a 100644 --- a/data.h +++ b/data.h @@ -72,7 +72,7 @@ const char *hide_strings[] = { "% The WHOIS service offered by EURid", "% of the database", /* eu */ "Access to .IN WHOIS information", NULL, /* in */ "access to .in whois information", NULL, /* in registar */ - "%", NULL, /* sx */ + "% Use of CIRA's WHOIS service is governed by the Terms of Use in its Legal", NULL, /* sx */ "The Service is provided so that you may look", "We may discontinue",/*vu*/ "NeuStar, Inc., the Registry Administrator for .US", NULL,