Scroll to navigation

Sympa::HTMLSanitizer(3Sympa) sympa 6.2.70 Sympa::HTMLSanitizer(3Sympa)

NAME

Sympa::HTMLSanitizer - Sanitize HTML contents

SYNOPSIS

  $hss = Sympa::HTMLSanitizer->new;
  $sanitized = $hss->sanitize_html($html);
  $sanitized = $hss->sanitize_html_file($file);
  $hss->sanitize_var($variable);

DESCRIPTION

TBD.

Methods

Constructor. Creates a new Sympa::HTMLSanitizer instance.

Parameter:

$robot
Robot context to determine allowed URL prefix.

Returns:

New Sympa::HTMLSanitizer instance.

Instance method. Returns sanitized version of HTML source.

Parameter:

$html
HTML source.

Returns:

Sanitized source.

Instance method. Returns sanitized version of HTML source in the file.

Parameter:

$file
HTML file.

Returns:

Sanitized source.

Instance method. Sanitize all items in hashref or arrayref recursively.

TBD.

HISTORY

TBD.

2022-11-25 6.2.70