Commit a640f26d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

respect proxy environment variables

parent 1aaa2c6a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ sub new {

	my $ua = LWP::UserAgent->new();

	$ua->env_proxy;

	my $reply;

	my $lang = $conf{language} // 'd';