diff options
-rw-r--r-- | Bugzilla/Update.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Update.pm b/Bugzilla/Update.pm index 31cb2cac0..5d676b460 100644 --- a/Bugzilla/Update.pm +++ b/Bugzilla/Update.pm @@ -132,6 +132,7 @@ sub _synchronize_data { my $ua = LWP::UserAgent->new(); $ua->timeout(TIMEOUT); $ua->protocols_allowed(['http', 'https']); + $ua->env_proxy; $ua->mirror(REMOTE_FILE, $local_file); # $ua->mirror() forces the modification time of the local XML file |