+My::Web flag "http_safe" implemented.
authorshort <>
Sun, 18 Sep 2005 06:42:00 +0000 (06:42 +0000)
committershort <>
Sun, 18 Sep 2005 06:42:00 +0000 (06:42 +0000)
resume/ResumeJanKratochvil.pm

index b1cbcfd..518d15c 100644 (file)
@@ -63,6 +63,7 @@ my $W=My::Web->init(
                                "referees"=>'', # Do not bother with '^(?:(?i)referees)?$'
                                "print"=>'^(?:print)?$',
                                },
                                "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();
                );
 $W->{"args"}{"Wabs"}=1;
 My::Web->heading();