X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=config%2Fcfgroot%2Fids-functions.pl;h=98bf5806bd984758ea77acccbb8f09d0421b2015;hp=afccf43263d813289e663bda433675f9f2e2b03d;hb=c17a9778d62d964ac7d8e8da156ba0f08baf8748;hpb=422dc4caf97696ac34b65410784f22875f3412c0;ds=sidebyside diff --git a/config/cfgroot/ids-functions.pl b/config/cfgroot/ids-functions.pl index afccf43263..98bf5806bd 100644 --- a/config/cfgroot/ids-functions.pl +++ b/config/cfgroot/ids-functions.pl @@ -211,7 +211,7 @@ sub downloadruleset { } # Pass the requrested url to the downloader. - my $request = HTTP::Request->new(GET => $url); + my $request = HTTP::Request->new(HEAD => $url); # Accept the html header. $request->header('Accept' => 'text/html');