Paketname | libhtml-tagfilter-perl |
Beschreibung | A fine-grained HTML-filter, XSS-blocker and mailto-obfuscator |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.03-3 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 108 Byte |
Hängt ab von | libhtml-parser-perl, liburi-perl, perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 27888 Byte |
Prüfsumme MD5 | 2872a908f734494f877e93600ac1a719 |
Prüfsumme SHA1 | 208031e8a57a0593c95278c3b8a03b8cc7fe6e7f |
Prüfsumme SHA256 | 4b49c687f533fd45cc6ec532d9dee1e7e73d3cad9acf2641179dc1c854f15e86 |
Link zum Herunterladen | libhtml-tagfilter-perl_1.03-3_all.deb |
Ausführliche Beschreibung | HTML::TagFilter is a subclass of HTML::Parser with a single purpose: it
will remove unwanted HTML tags and attributes from a piece of text. It can
act in a more or less fine-grained way: you can specify permitted tags,
permitted attributes of each tag, and permitted values for each attribute
in as much detail as you like.
.
Tags which are not allowed are removed. Tags which are allowed are trimmed
down to only the attributes which are allowed for each tag. It is possible
to allow all or no attributes from a tag, or to allow all or no values for
an attribute, and so on.
.
The filter will also guard against cross-site scripting attacks and
obfuscate any mailto:email addresses, unless you tell it not to.
|