Download List

项目描述

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 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.

2010-02-26 21:27
1.1.9.1

htmLawed现在使用LGPL的第3版许可证。支持加入的'flashvars'为'嵌入'元素属性。
htmLawed now uses the LGPL version 3 license. Support was added for the 'flashvars' attribute for the 'embed' element.

2009-12-23 06:32
1.1.9

软连现在只删除网址,接受属性值。
Soft hyphens are now removed only from URL-accepting attribute values.

2009-07-17 21:01
1.1.8.1

A小调代码改动是为了阻止产生警告PHP的。
A minor code change was made to stop PHP from producing a warning.

2009-04-23 20:06
1.1.8

现在的deny_attribute参数接受*通配符,从而简化指定时,其值,但某些属性被剥夺。阿在解释$规格错误是固定的。
标签: Minor feature enhancements
The deny_attribute parameter now accepts the * wildcard, making it simpler to specify its value when all but a few attributes are being denied. A bug in interpreting $spec was fixed.

2009-03-11 19:18
1.1.7

全球属性否认通过deny_attribute可以让一个元素,特别是通过$规范。这种逻辑是改变捕捉动态的CSS制作的某些类型的表达式。
标签: Minor feature enhancements
Attributes globally denied through deny_attribute can be allowed to an element specifically through $spec. The logic was altered to catch certain types of dynamic crafted CSS expressions.

Project Resources