@@ -, +, @@ --- C4/UsageStats.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/UsageStats.pm +++ a/C4/UsageStats.pm @@ -355,7 +355,7 @@ sub ReportToCommunity { my $data = shift; my $json = encode_json($data); - my $url = "http://community-hea.preprod.biblibre.eu/upload.pl"; + my $url = "https://community-hea.preprod.biblibre.eu/upload.pl"; my $ua = LWP::UserAgent->new; my $res = $ua->post( $url, --