Download List

Descripción del Proyecto

htmLawed is a PHP script that makes input text more secure, HTML standards-compliant, and suitable in general from the viewpoint of a Web-page administrator, for use in the body of HTML 4 or XHTML 1 or 1.1 documents. It is a customizable HTML/XHTML filter, processor, purifier, and sanitizer. It can ensure that HTML tags are balanced and properly nested tags, neutralize code that may be used for cross-site scripting (XSS) attacks, and limit the allowed HTML elements, tags, attributes, or URL protocols.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-24 05:48
1.1.10

Esta versión tiene una solución para un error en la funcionalidad ordenada que provocó la entrada de toda ser reemplazado con un espacio único. Hay un nuevo parámetro, $config ["direct_list_nest"], para permitir la descendencia directa de una lista en una lista.
Tags: Minor bugfixes, Minor feature enhancements
This release has a fix for a bug in the tidy functionality that caused the entire input to be replaced with a single space. There is a new parameter, $config["direct_list_nest"], to allow direct descendance of a list in a list.

2011-07-07 10:51
1.1.9.5

Esta versión corrige una regla de anidación de la 'li' elemento dentro de la 'dir' elemento.
Tags: Minor
This release fixes a nesting rule for the 'li' element within the 'dir' element.

2010-07-04 17:48
1.1.9.4

Los regímenes de "parámetro" acepta ahora "!" por lo que cualquier dirección, incluso si fuera local, se puede negar. Un problema en el que un segundo valor URL en propiedades CSS en el "estilo" los valores no se comprobó fue corregido. La documentación fue mejorado.
Tags: Minor, Security, Documentation
The "schemes" parameter now accepts "!" so any URL, even a local one, can be denied. An issue in which a second URL value in CSS properties in "style" values was not checked was fixed. Documentation was improved.

2010-05-18 13:30
1.1.9.3

Una comprobación mejorada para la anidación de la "param" elemento.
Tags: Minor
An improved check for nesting of the 'param' element.

2010-04-27 07:24
1.1.9.2

Una solución de menor importancia en relación con la prestación de denegación de esquemas de URL.
Tags: Minor
A minor fix regarding rendering of denied URL schemes.

Project Resources