CGI-Untaint-html
view release on metacpan or search on metacpan
script => undef,
style => undef,
);
use base 'CGI::Untaint::object';
sub _untaint_re { qr/(.*)/ }
sub is_valid {
my $self = shift;
$self->value($sanitizer->filter_html_fragment($self->value));
}
1;
__END__
# Below is stub documentation for your module. You better edit it!
=head1 NAME
CGI::Untaint::html - validate sanitized HTML
( run in 0.665 second using v1.01-cache-2.11-cpan-364913b4093 )