From 3be31acecf231a25d79631d2196f7679b2eac698 Mon Sep 17 00:00:00 2001 From: Michael Hampton Date: Sun, 18 Sep 2005 00:14:31 +0000 Subject: [PATCH] Use a real user-agent string. --- rss2ctdl/netio.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rss2ctdl/netio.c b/rss2ctdl/netio.c index f9a63709f..347854d09 100644 --- a/rss2ctdl/netio.c +++ b/rss2ctdl/netio.c @@ -61,7 +61,9 @@ extern char *proxyname; /* Hostname of proxyserver. */ extern unsigned short proxyport; /* Port on proxyserver to use. */ /* Masquerade as Firefox on Linux to increase the share of both in web server statistics. */ -char *useragent = "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0"; +/* char *useragent = "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0"; */ +/* On second thought, let's be honest about this. */ +char *useragent = "Citadel RSS Service/0.1 (multiple subscribers) (+http://www.citadel.org/)"; /* Waits NET_TIMEOUT seconds for the socket to return data. * -- 2.39.2