Codebase list libhtml-defang-perl / 4f1fcf43-a477-4b70-8c2f-550b16ef223c/main
4f1fcf43-a477-4b70-8c2f-550b16ef223c/main

Tree @4f1fcf43-a477-4b70-8c2f-550b16ef223c/main (Download .tar.gz)

HTML-Defang version 1.07
========================

This module accepts an input HTML and/or CSS string and removes any
executable code including scripting, embedded objects, applets, etc.,
and neutralises any XSS attacks. A whitelist based approach is used
which means only HTML known to be safe is allowed through.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

None

COPYRIGHT AND LICENCE

Copyright (C) 2003-2018 by FastMail Pty Ltd

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.