update package.json
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "xss",
|
||||
"main": "./lib/index.js",
|
||||
"version": "0.1.3",
|
||||
"description": "XSS攻击代码过滤 Remove XSS attack vectors from user-supplied HTML",
|
||||
"description": "Sanitize untrusted HTML (to prevent XSS) 根据白名单过滤HTML(防止XSS攻击)",
|
||||
"author": "leizongmin <leizongmin@gmail.com> (http://ucdok.com)",
|
||||
"contributors": [
|
||||
{
|
||||
@@ -49,6 +49,8 @@
|
||||
"escape",
|
||||
"encode",
|
||||
"filter",
|
||||
"validator"
|
||||
"validator",
|
||||
"html",
|
||||
"injection"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user