removed Chinese text
This commit is contained in:
@@ -4,3 +4,4 @@ node_js:
|
||||
- 0.12
|
||||
- 4.0
|
||||
- 5.0
|
||||
- 6.0
|
||||
|
||||
@@ -55,9 +55,6 @@ it become more flexible, compares with other modules.
|
||||
|
||||
## Reference
|
||||
|
||||
+ [XSS与字符编码的那些事儿 ---科普文](http://drops.wooyun.org/tips/689)
|
||||
+ [腾讯实例教程:那些年我们一起学XSS](http://www.wooyun.org/whitehats/%E5%BF%83%E4%BC%A4%E7%9A%84%E7%98%A6%E5%AD%90)
|
||||
+ [mXSS攻击的成因及常见种类](http://drops.wooyun.org/tips/956)
|
||||
+ [XSS Filter Evasion Cheat Sheet](https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet)
|
||||
+ [Data URI scheme](http://en.wikipedia.org/wiki/Data_URI_scheme)
|
||||
+ [XSS with Data URI Scheme](http://hi.baidu.com/badzzzz/item/bdbafe83144619c199255f7b)
|
||||
@@ -462,7 +459,7 @@ text: helloend
|
||||
## License
|
||||
|
||||
```
|
||||
Copyright (c) 2012-2015 Zongmin Lei(雷宗民) <leizongmin@gmail.com>
|
||||
Copyright (c) 2012-2016 Zongmin Lei(雷宗民) <leizongmin@gmail.com>
|
||||
http://ucdok.com
|
||||
|
||||
The MIT License
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "xss",
|
||||
"main": "./lib/index.js",
|
||||
"version": "0.2.12",
|
||||
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist. 根据白名单过滤HTML(防止XSS攻击)",
|
||||
"description": "Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist",
|
||||
"author": "leizongmin <leizongmin@gmail.com> (http://ucdok.com)",
|
||||
"contributors": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user