更新说明

This commit is contained in:
Zongmin Lei
2014-02-20 10:50:44 +08:00
parent d1a4521bfd
commit 657e80c920
2 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[![Build Status](https://secure.travis-ci.org/leizongmin/js-xss.png?branch=master)](http://travis-ci.org/leizongmin/js-xss)
XSS代码过滤
根据白名单过滤HTML(防止XSS攻击)
======
![xss](https://nodei.co/npm/xss.png?downloads=true&stars=true)

View File

@@ -2,7 +2,7 @@
"name": "xss",
"main": "./lib/index.js",
"version": "0.1.3",
"description": "Sanitize untrusted HTML (to prevent XSS) 根据白名单过滤HTML(防止XSS攻击)",
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist. 根据白名单过滤HTML(防止XSS攻击)",
"author": "leizongmin <leizongmin@gmail.com> (http://ucdok.com)",
"contributors": [
{
@@ -51,6 +51,7 @@
"filter",
"validator",
"html",
"injection"
"injection",
"whitelist"
]
}