Bug#737121: ikiwiki: [PATCH] Implement configuration option to set the user agent string for outbound HTTP requests

2014-01-31 Thread Tuomas Jormola
Hi, On Thu, Jan 30, 2014 at 02:47:41PM -0400, Joey Hess wrote: This looks good, but have you checked that all of the places $config{useragent} is passed to do the right thing when it is undef? Yes I have. Case 1: IkiWiki::useragent() using LWP::UserAgent-new(). $agent variable defined from the

Bug#737121: ikiwiki: [PATCH] Implement configuration option to set the user agent string for outbound HTTP requests

2014-01-30 Thread Tuomas Jormola
Package: ikiwiki Version: 3.20140125 Severity: wishlist By default, LWP::UserAgent used by IkiWiki to perform outbound HTTP requests sends the string libwww-perl/version number as User-Agent header in HTTP requests. Some blogging platforms have blacklisted the user agent and won't serve any

Bug#737121: ikiwiki: [PATCH] Implement configuration option to set the user agent string for outbound HTTP requests

2014-01-30 Thread Joey Hess
This looks good, but have you checked that all of the places $config{useragent} is passed to do the right thing when it is undef? -- see shy jo signature.asc Description: Digital signature