From: Tuomas Jormola Date: Thu, 30 Jan 2014 12:41:55 +0000 (+0200) Subject: Bug#737121: ikiwiki: [PATCH] Implement configuration option to set the user agent... X-Git-Tag: debian/3.20140227~33 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/dc53ca18f2bbbfe93be2786680f3afe1bd24afea?hp=dc53ca18f2bbbfe93be2786680f3afe1bd24afea Bug#737121: ikiwiki: [PATCH] Implement configuration option to set the user agent string for outbound HTTP requests Package: ikiwiki Version: 3.20140125 Severity: wishlist By default, LWP::UserAgent used by IkiWiki to perform outbound HTTP requests sends the string "libwww-perl/" as User-Agent header in HTTP requests. Some blogging platforms have blacklisted the user agent and won't serve any content for clients using this user agent string. With IkiWiki configuration option "useragent" it's now possible to define a custom string that is used for the value of the User-Agent header. ---