From 141c5c8b9d81223558e370115965150ec55761a9 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 18 Sep 2005 06:42:00 +0000 Subject: [PATCH] +My::Web flag "http_safe" implemented. --- resume/ResumeJanKratochvil.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/resume/ResumeJanKratochvil.pm b/resume/ResumeJanKratochvil.pm index b1cbcfd..518d15c 100644 --- a/resume/ResumeJanKratochvil.pm +++ b/resume/ResumeJanKratochvil.pm @@ -63,6 +63,7 @@ my $W=My::Web->init( "referees"=>'', # Do not bother with '^(?:(?i)referees)?$' "print"=>'^(?:print)?$', }, + "http_safe"=>1, # For our anti-robot POST request. ); $W->{"args"}{"Wabs"}=1; My::Web->heading(); -- 1.8.3.1