]> sipb.mit.edu Git - ikiwiki.git/commit
Bug#737121: ikiwiki: [PATCH] Implement configuration option to set the user agent...
authorTuomas Jormola <tj@solitudo.net>
Thu, 30 Jan 2014 12:41:55 +0000 (14:41 +0200)
committerJoey Hess <joey@kitenet.net>
Sat, 1 Feb 2014 20:53:33 +0000 (16:53 -0400)
commitdc53ca18f2bbbfe93be2786680f3afe1bd24afea
tree0e331e14820a64b0d95ed9c751e1c6b7031fbb99
parent79e40f031811c38ed9eb6e3c17dfded63310b5eb
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/<version number>" 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.
IkiWiki.pm
IkiWiki/Plugin/openid.pm
IkiWiki/Plugin/pinger.pm