+My::Web flag "http_safe" implemented.
[www.jankratochvil.net.git] / 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)?$',
                                },
+               "http_safe"=>1, # For our anti-robot POST request.
                );
 $W->{"args"}{"Wabs"}=1;
 My::Web->heading();